Searched refs:getID (Results 1 - 25 of 79) sorted by relevance

1234

/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/NVPTX/
H A DNVPTXRegisterInfo.cpp155 if (RC->getID() == NVPTX::V2F32RegsRegClassID)
157 if (RC->getID() == NVPTX::V2F64RegsRegClassID)
159 if (RC->getID() == NVPTX::V2I16RegsRegClassID)
161 if (RC->getID() == NVPTX::V2I32RegsRegClassID)
163 if (RC->getID() == NVPTX::V2I64RegsRegClassID)
165 if (RC->getID() == NVPTX::V2I8RegsRegClassID)
167 if (RC->getID() == NVPTX::V4F32RegsRegClassID)
169 if (RC->getID() == NVPTX::V4I16RegsRegClassID)
171 if (RC->getID() == NVPTX::V4I32RegsRegClassID)
173 if (RC->getID()
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dcpdtrtst.cpp88 if(copycpd->getCount() != cpdtrans2->getCount() || copycpd->getID() != cpdtrans2->getID()) {
102 UnicodeString newID =cpdTrans.getID();
144 if(copyct1->getID() != ct1->getID() || copyct2->getID() != ct2->getID() ||
146 copyct2->getID() == ct1->getID() || copyct1->getID()
[all...]
H A Dtransapi.cpp78 ID= t->getID();
80 errln("FAIL: getID returned " + ID + " instead of Latin-Greek");
95 if(ID != t->getID())
96 errln("FAIL: getID() returned " + t->getID() + " instead of " + ID);
113 if(t1->getID() != t3->getID() || t2->getID() != t4->getID() ||
114 t1->getID()
[all...]
H A Dtranstst.cpp1160 UnicodeString id = dg->getID();
1162 errln("FAIL: createInstance(" + ID + ")->getID() => " + id);
1209 if (ID != t->getID()) {
1210 errln("FAIL: createInstance(" + ID + ").getID() => " +
1211 t->getID());
1218 } else if (u->getID() != uID) {
1219 errln("FAIL: " + ID + ".createInverse().getID() => " +
1220 u->getID() + ", expected " + uID);
1305 // Some test cases have an expected getID() value of NULL. This
1308 // getID() retur
[all...]
H A Dtzbdtest.cpp123 dataerrln("FAIL: " + tz->getID(str) + " inDaylightTime(" + dateToString(d) + ") != " + (startsInDST ? "true" : "false"));
128 dataerrln("FAIL: " + tz->getID(str) + " inDaylightTime(" + dateToString(max) + ") != " + (startsInDST ? "false" : "true"));
143 logln(tz->getID(str) + " Before: " + showDate(min));
144 logln(tz->getID(str) + " After: " + showDate(max));
193 logln("-- Verifying time " + dateToString(d) + " in zone " + time_zone->getID(str));
459 logln(UnicodeString("-- Zone ") + z->getID(str) + " starts in " + year + " with DST = " + (lastState?"true":"false"));
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/db/txn/
H A DPayloadData.java17 public int getID() { return oID; } method in class:PayloadData
/macosx-10.10.1/JavaScriptCore-7600.1.17/parser/
H A DSourceProvider.cpp49 void SourceProvider::getID() function in class:JSC::SourceProvider
H A DSourceProvider.h61 getID();
70 JS_EXPORT_PRIVATE void getID();
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/persist/txn/
H A DPayloadDataEntity.java19 public int getID() { return oID; } method in class:PayloadDataEntity
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGMinifiedGraph.h45 m_list, m_list.size(), id, MinifiedNode::getID);
H A DDFGMinifiedNode.h80 static MinifiedID getID(MinifiedNode* node) { return node->id(); } function in class:JSC::DFG::MinifiedNode
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DAPISession.h42 WebCore::SessionID getID() const;
H A DAPISession.cpp79 WebCore::SessionID Session::getID() const function in class:API::Session
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp64 RegLimit[(*I)->getID()] = TRI->getRegPressureLimit(*I, *IS->MF);
99 && (TLI->getRegClassFor(VT)->getID() == RCId)) {
137 && (TLI->getRegClassFor(VT)->getID() == RCId)) {
338 && TLI->getRegClassFor(VT)->getID() == RCId)
349 && TLI->getRegClassFor(VT)->getID() == RCId)
371 RegBalance += rawRegPressureDelta(SU, RC->getID());
378 if ((RegPressure[RC->getID()] +
379 rawRegPressureDelta(SU, RC->getID()) > 0) &&
380 (RegPressure[RC->getID()] +
381 rawRegPressureDelta(SU, RC->getID()) >
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/samples/datefmt/answers/
H A Dmain_0.cpp24 if (zone->getID(str) != id) {
H A Dmain_1.cpp23 if (zone->getID(str) != id) {
H A Dmain_2.cpp23 if (zone->getID(str) != id) {
H A Dmain_3.cpp23 if (zone->getID(str) != id) {
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DStringHashDumpContext.h42 CString getID(const T* value) function in class:WTF::StringHashDumpContext
64 value->dumpBrief(out, getID(value));
/macosx-10.10.1/ICU-531.30/icuSources/samples/datefmt/
H A Dmain.cpp23 if (zone->getID(str) != id) {
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DRegisterClassInfo.h65 const RCInfo &RCI = RegClass[RC->getID()];
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dfuncrepl.cpp102 rule.append(translit->getID());
H A Dcpdtrans.cpp142 * entries by calling getID() of component entries. Some constructors
184 * entries by calling getID() of component entries. Some constructors
226 newID.append(trans[i]->getID());
237 * join(ID_DELIM, map($_.getID(), transliterators).
246 id.append(transliterators[i]->getID());
414 if (trans[i]->getID().startsWith(PASS_STRING, 5)) {
416 if (numAnonymousRBTs > 1 && i > 0 && trans[i - 1]->getID().startsWith(PASS_STRING, 5))
423 } else if (trans[i]->getID().indexOf(ID_DELIM) >= 0) {
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Dupdate_dyld_shared_cache.cpp334 if ( strcmp(aliasPath, pos->second->getLayout()->getID().name) != 0 ) {
335 fAliasesMap[strdup(aliasPath)] = pos->second->getLayout()->getID().name;
351 if ( (node->getLayout()->getFileType() == MH_DYLIB) && (strcmp(realPath, node->getLayout()->getID().name) != 0) ) {
352 //fprintf(stderr, "adding %s node alias %s for %s\n", archName(fArchPair), node->getLayout()->getID().name, realPath);
353 pos = fNodes.find(node->getLayout()->getID().name);
364 node->getLayout()->getID().name, pos->second->getPath(), node->getPath());
371 node->getLayout()->getID().name, pos->second->getPath(), node->getPath());
376 fNodes[node->getLayout()->getID().name] = node;
391 if ( strcmp(aliasPath, node->getLayout()->getID().name) != 0 ) {
392 fAliasesMap[strdup(aliasPath)] = node->getLayout()->getID()
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DRegisterClassInfo.cpp76 RCInfo &RCI = RegClass[RC->getID()];

Completed in 230 milliseconds

1234