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

1234567891011

/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/testpkg-regr4/pkg/core/
H A Dcallables.py3 getID, getArgs, getRawFunction, ListenerInadequate, CallArgsInfo = [None]*5
H A Dlistener.py2 getID, getArgs, getRawFunction,\
4 CallArgsInfo namespace
/external/clang/test/CodeGenCXX/
H A Ddebug-info-dup-fwd-decl.cpp9 getID() const function in class:Test
/external/icu/icu4c/source/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...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
H A DExtension.java35 public String getID() { method in class:Extension
40 return getID();
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
H A DExtension.java31 public String getID() { method in class:Extension
36 return getID();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DExtension.java31 public String getID() { method in class:Extension
36 return getID();
/external/llvm/include/llvm/Option/
H A DOptSpecifier.h33 unsigned getID() const { return ID; } function in class:llvm::opt::OptSpecifier
35 bool operator==(OptSpecifier Opt) const { return ID == Opt.getID(); }
/external/conscrypt/src/test/java/org/conscrypt/ct/
H A DCTLogStoreImplTest.java134 assertEquals(LOGS[0], store.getKnownLog(LOGS[0].getID()));
135 assertEquals(LOGS[1], store.getKnownLog(LOGS[1].getID()));
136 assertEquals(LOGS[2], store.getKnownLog(LOGS[2].getID()));
137 assertEquals(null, store.getKnownLog(LOGS[3].getID()));
138 assertEquals(null, store.getKnownLog(LOGS[4].getID()));
148 assertEquals(LOGS[0], store.getKnownLog(LOGS[0].getID()));
149 assertEquals(LOGS[1], store.getKnownLog(LOGS[1].getID()));
150 assertEquals(null, store.getKnownLog(LOGS[4].getID()));
/external/clang/test/Analysis/engine/
H A Dreplay-without-inlining.c27 static void getID(IB *st, char str[4]) { function
34 getID (st, header->I);
44 getID(st, header.I);
/external/clang/lib/Frontend/
H A DTextDiagnosticPrinter.cpp61 if (Info.getID() == diag::fatal_too_many_errors) {
76 DiagnosticIDs::isBuiltinWarningOrExtension(Info.getID()) &&
77 !DiagnosticIDs::isDefaultMappingAsError(Info.getID())) {
82 StringRef Opt = DiagnosticIDs::getWarningOptionForDiag(Info.getID());
96 DiagnosticIDs::getCategoryNumberForDiag(Info.getID());
/external/clang/tools/libclang/
H A DCXStoredDiagnostic.cpp57 unsigned ID = Diag.getID();
75 return DiagnosticIDs::getCategoryNumberForDiag(Diag.getID());
79 unsigned catID = DiagnosticIDs::getCategoryNumberForDiag(Diag.getID());
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCompoundTransliterator.java141 * entries by calling getID() of component entries. Some constructors
176 * entries by calling getID() of component entries. Some constructors
204 newID.append(trans[i].getID());
215 * join(';', map($_.getID(), transliterators).
223 id.append(transliterators[i].getID());
285 if (trans[i].getID().startsWith("%Pass")) {
287 if (numAnonymousRBTs > 1 && i > 0 && trans[i - 1].getID().startsWith("%Pass"))
294 } else if (trans[i].getID().indexOf(';') >= 0) {
418 log = new StringBuffer("CompoundTransliterator{" + getID() +
449 trans[i].getID()
[all...]
H A DFunctionReplacer.java68 rule.append(translit.getID());
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DCompoundTransliterator.java140 * entries by calling getID() of component entries. Some constructors
175 * entries by calling getID() of component entries. Some constructors
203 newID.append(trans[i].getID());
214 * join(';', map($_.getID(), transliterators).
222 id.append(transliterators[i].getID());
284 if (trans[i].getID().startsWith("%Pass")) {
286 if (numAnonymousRBTs > 1 && i > 0 && trans[i - 1].getID().startsWith("%Pass"))
293 } else if (trans[i].getID().indexOf(';') >= 0) {
417 log = new StringBuffer("CompoundTransliterator{" + getID() +
448 trans[i].getID()
[all...]
H A DFunctionReplacer.java67 rule.append(translit.getID());
/external/mesa3d/src/gallium/drivers/radeon/
H A DSIRegisterInfo.cpp45 switch (rc->getID()) {
/external/skia/src/core/
H A DSkBitmapProvider.h26 uint32_t getID() const;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp63 RegLimit[(*I)->getID()] = TRI->getRegPressureLimit(*I, *IS->MF);
98 && (TLI->getRegClassFor(VT)->getID() == RCId)) {
136 && (TLI->getRegClassFor(VT)->getID() == RCId)) {
337 && TLI->getRegClassFor(VT)->getID() == RCId)
348 && TLI->getRegClassFor(VT)->getID() == RCId)
370 RegBalance += rawRegPressureDelta(SU, RC->getID());
377 if ((RegPressure[RC->getID()] +
378 rawRegPressureDelta(SU, RC->getID()) > 0) &&
379 (RegPressure[RC->getID()] +
380 rawRegPressureDelta(SU, RC->getID()) >
[all...]
/external/clang/test/Index/
H A Dcomment-cplus-decls.cpp25 unsigned getID() const function in class:Test
44 // CHECK: <Declaration>unsigned int getID() const</Declaration>
/external/icu/icu4c/source/samples/datefmt/answers/
H A Dmain_0.cpp24 if (zone->getID(str) != id) {
H A Dmain_1.cpp23 if (zone->getID(str) != id) {
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
H A DTimeZoneTest.java68 * Test method for 'com.ibm.icu.util.TimeZone.getID()'
72 assertEquals("PST", tz.getID());
80 String value1 = tz.getID();
83 String result = tz.getID();
205 String newCode = "PDT".equals(tz1.getID()) ? "CST" : "PDT";
/external/skia/src/gpu/gl/debug/
H A DGrFakeRefObj.h51 GrGLuint getID() const { return fID; } function in class:GrFakeRefObj

Completed in 1587 milliseconds

1234567891011