Searched refs:stores (Results 51 - 63 of 63) sorted by relevance

123

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLSerializerMessages_ja.properties29 # This file stores error messages for the Xerces XML
H A DXPointerMessages_ja.properties29 # This file stores localized messages for the Xerces XPointer implementation.
H A DXPointerMessages_ko.properties29 # This file stores localized messages for the Xerces XPointer implementation.
H A DDOMMessages_es.properties29 # This file stores localized messages for the Xerces
H A DDOMMessages_pt_BR.properties29 # This file stores localized messages for the Xerces
H A DDOMMessages_zh_CN.properties29 # This file stores localized messages for the Xerces
H A DDOMMessages_zh_TW.properties29 # This file stores localized messages for the Xerces
H A DSAXMessages_ja.properties29 # This file stores localized messages for the Xerces
H A DSAXMessages_ko.properties29 # This file stores localized messages for the Xerces
H A DDOMMessages_ja.properties29 # This file stores localized messages for the Xerces
H A DDOMMessages_ko.properties29 # This file stores localized messages for the Xerces
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DSunCertPathBuilder.java860 private X500Principal getTargetSubjectDN(List<CertStore> stores, argument
862 for (CertStore store : stores) {
/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_64.cpp553 // leaves one slot empty and only stores to a single slot. In this case the
1470 // order them safely. Compute a safe order for issuing stores and
1471 // break any cycles in those stores. This code is fairly general but
1582 GrowableArray<MoveOperation*>* stores = get_store_order(tmp_vmreg); local
1583 for (int i = 0; i < stores->length(); i++) {
1584 arg_order.push(stores->at(i)->src_index());
1585 arg_order.push(stores->at(i)->dst_index());
1608 // create links between loads and stores
1618 GrowableArray<MoveOperation*>* stores = new GrowableArray<MoveOperation*>(); local
1632 stores
[all...]

Completed in 237 milliseconds

123