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

12345678

/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/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/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/mesa3d/src/gallium/drivers/radeon/
H A DSIRegisterInfo.cpp45 switch (rc->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/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) {
H A Dmain_2.cpp23 if (zone->getID(str) != id) {
H A Dmain_3.cpp23 if (zone->getID(str) != id) {
/external/skia/src/gpu/gl/debug/
H A DGrFakeRefObj.h51 GrGLuint getID() const { return fID; } function in class:GrFakeRefObj
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DTimeZoneICU.java62 public String getID() { method in class:TimeZoneICU
63 return fIcuTz.getID();
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DCompoundTransliteratorTest.java112 //String child= ct1.getTransliterator(i).getID();
113 String child = elems[i].getID();
143 expectAux(ct1.getID() + ":ReplaceableString, index(0,0,0,0)", s + "->" + rsource2, result.equals(expectedResult), expectedResult);
150 expectAux(ct1.getID() + ":String, index2(1,2,2,3)", s + "->" + rsource3, result.equals(expectedResult), expectedResult);
216 expectAux(t.getID() + ":String", source, result, expectedResult);
221 expectAux(t.getID() + ":Replaceable", source, result, expectedResult);
250 expectAux(t.getID() + ":Keyboard", log.toString(),
H A DTransliteratorTest.java858 String id = dg.getID();
860 errln("FAIL: getInstance(" + ID + ").getID() => " + id);
894 if (!ID.equals(t.getID())) {
895 errln("FAIL: getInstance(" + ID + ").getID() => " +
896 t.getID());
904 } else if (!u.getID().equals(uID)) {
905 errln("FAIL: " + ID + ".getInverse().getID() => " +
906 u.getID() + ", expected " + uID);
955 // Some test cases have an expected getID() value of NULL. This
958 // getID() retur
[all...]
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
H A DTimeZoneNameTest.java125 + " for time zone " + tz.getID() + " in locale " + loc
130 + " for time zone " + tz.getID() + " in locale " + loc
137 + " for time zone " + tz.getID() + " in locale " + loc
146 + " for time zone " + tz.getID() + " in locale " + icuLoc
150 + " for time zone " + tz.getID() + " in locale " + icuLoc
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneOffsetLocalTest.java165 errln("Bad offset returned by " + TESTZONES[i].getID() + " at "
176 errln("Bad offset returned by " + TESTZONES[i].getID() + " at "
190 errln("Bad offset returned by " + TESTZONES[i].getID() + " at "
204 errln("Bad offset returned by " + TESTZONES[i].getID() + " at "
218 errln("Bad offset returned by " + TESTZONES[i].getID() + " at "
232 errln("Bad offset returned by " + TESTZONES[i].getID() + " at "
/external/clang/include/clang/AST/
H A DCommentCommandTraits.h34 unsigned getID() const { function in struct:clang::comments::CommandInfo
/external/icu/icu4c/source/samples/datefmt/
H A Dmain.cpp23 if (zone->getID(str) != id) {

Completed in 815 milliseconds

12345678