/external/libphonenumber/java/src/com/android/i18n/phonenumbers/ |
D | ShortNumbersRegionCodeSet.java | 33 regionCodeSet.add("AC"); in getRegionCodeSet() 34 regionCodeSet.add("AD"); in getRegionCodeSet() 35 regionCodeSet.add("AE"); in getRegionCodeSet() 36 regionCodeSet.add("AF"); in getRegionCodeSet() 37 regionCodeSet.add("AG"); in getRegionCodeSet() 38 regionCodeSet.add("AI"); in getRegionCodeSet() 39 regionCodeSet.add("AL"); in getRegionCodeSet() 40 regionCodeSet.add("AM"); in getRegionCodeSet() 41 regionCodeSet.add("AO"); in getRegionCodeSet() 42 regionCodeSet.add("AR"); in getRegionCodeSet() [all …]
|
D | AlternateFormatsCountryCodeSet.java | 33 countryCodeSet.add(7); in getCountryCodeSet() 34 countryCodeSet.add(27); in getCountryCodeSet() 35 countryCodeSet.add(30); in getCountryCodeSet() 36 countryCodeSet.add(31); in getCountryCodeSet() 37 countryCodeSet.add(34); in getCountryCodeSet() 38 countryCodeSet.add(36); in getCountryCodeSet() 39 countryCodeSet.add(43); in getCountryCodeSet() 40 countryCodeSet.add(44); in getCountryCodeSet() 41 countryCodeSet.add(49); in getCountryCodeSet() 42 countryCodeSet.add(55); in getCountryCodeSet() [all …]
|
D | CountryCodeToRegionCodeMap.java | 42 listWithRegionCode.add("US"); in getCountryCodeToRegionCodeMap() 43 listWithRegionCode.add("AG"); in getCountryCodeToRegionCodeMap() 44 listWithRegionCode.add("AI"); in getCountryCodeToRegionCodeMap() 45 listWithRegionCode.add("AS"); in getCountryCodeToRegionCodeMap() 46 listWithRegionCode.add("BB"); in getCountryCodeToRegionCodeMap() 47 listWithRegionCode.add("BM"); in getCountryCodeToRegionCodeMap() 48 listWithRegionCode.add("BS"); in getCountryCodeToRegionCodeMap() 49 listWithRegionCode.add("CA"); in getCountryCodeToRegionCodeMap() 50 listWithRegionCode.add("DM"); in getCountryCodeToRegionCodeMap() 51 listWithRegionCode.add("DO"); in getCountryCodeToRegionCodeMap() [all …]
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
D | CSharp3Target.java | 49 add("abstract"); add("event"); add("new"); add("struct"); 50 add("as"); add("explicit"); add("null"); add("switch"); 51 add("base"); add("extern"); add("object"); add("this"); 52 add("bool"); add("false"); add("operator"); add("throw"); 53 add("break"); add("finally"); add("out"); add("true"); 54 add("byte"); add("fixed"); add("override"); add("try"); 55 add("case"); add("float"); add("params"); add("typeof"); 56 add("catch"); add("for"); add("private"); add("uint"); 57 add("char"); add("foreach"); add("protected"); add("ulong"); 58 add("checked"); add("goto"); add("public"); add("unchecked"); [all …]
|
/external/chromium_org/tools/metrics/actions/ |
D | extract_actions.py | 145 actions.add(dir + 'ShowFullHistory') 146 actions.add(dir + 'Popup') 148 actions.add(dir + 'HistoryClick' + str(i)) 149 actions.add(dir + 'ChapterClick' + str(i)) 153 actions.add('MostVisited%d' % i) 158 actions.add('SBInterstitial%s%s' % (interstitial, action)) 162 actions.add('LanguageOptions_DisableInputMethod_%s' % input_method_id) 163 actions.add('LanguageOptions_EnableInputMethod_%s' % input_method_id) 165 actions.add('LanguageOptions_UiLanguageChange_%s' % language_code) 166 actions.add('LanguageOptions_SpellCheckLanguageChange_%s' % language_code) [all …]
|
/external/smack/src/org/xbill/DNS/ |
D | WKSRecord.java | 159 protocols.add(ICMP, "icmp"); in protocols.add() 160 protocols.add(IGMP, "igmp"); in protocols.add() 161 protocols.add(GGP, "ggp"); in protocols.add() 162 protocols.add(ST, "st"); in protocols.add() 163 protocols.add(TCP, "tcp"); in protocols.add() 164 protocols.add(UCL, "ucl"); in protocols.add() 165 protocols.add(EGP, "egp"); in protocols.add() 166 protocols.add(IGP, "igp"); in protocols.add() 167 protocols.add(BBN_RCC_MON, "bbn-rcc-mon"); in protocols.add() 168 protocols.add(NVP_II, "nvp-ii"); in protocols.add() [all …]
|
D | Type.java | 207 add(int val, String str, Record proto) { in add() method in Type.TypeMnemonic 208 super.add(val, str); in add() 227 types.add(A, "A", new ARecord()); in types.add() 228 types.add(NS, "NS", new NSRecord()); in types.add() 229 types.add(MD, "MD", new MDRecord()); in types.add() 230 types.add(MF, "MF", new MFRecord()); in types.add() 231 types.add(CNAME, "CNAME", new CNAMERecord()); in types.add() 232 types.add(SOA, "SOA", new SOARecord()); in types.add() 233 types.add(MB, "MB", new MBRecord()); in types.add() 234 types.add(MG, "MG", new MGRecord()); in types.add() [all …]
|
/external/llvm/test/Transforms/Reassociate/ |
D | 2012-05-08-UndefLeak.ll | 10 ; CHECK-NEXT: add i64 %{{.*}}, 1617 12 %t0 = add i64 %x0, 1 13 %t1 = add i64 %x0, 2 14 %t2 = add i64 %x0, 3 15 %t3 = add i64 %x0, 4 16 %t4 = add i64 %x0, 5 17 %t5 = add i64 %x0, 6 18 %t6 = add i64 %x0, 7 19 %t7 = add i64 %x0, 8 20 %t8 = add i64 %x0, 9 [all …]
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
D | strict.asm | 17 add eax, 4 label 18 add eax, strict 4 ; NASM generates dword, yasm generates byte label 19 add eax, byte 4 label 20 add eax, strict byte 4 label 21 add eax, dword 4 ; optimized to byte label 22 add eax, strict dword 4 label 23 add eax, 400 label 24 add eax, strict 400 label 25 add eax, byte 400 ; generates warning label 26 add eax, strict byte 400 ; generates warning label [all …]
|
D | addbyte.asm | 2 add ax,5 label 3 add ax,strict byte 5 label 4 add ax,strict word 5 label 5 add ax,-128 label 6 add ax,strict byte -128 label 7 add ax,strict word -128 label 8 add ax,0x7f label 9 add ax,strict byte 0x7f label 10 add ax,strict word 0x7f label 11 add ax,0x80 label [all …]
|
/external/llvm/lib/Transforms/IPO/ |
D | PassManagerBuilder.cpp | 109 PM.add(createTypeBasedAliasAnalysisPass()); in addInitialAliasAnalysisPasses() 110 PM.add(createBasicAliasAnalysisPass()); in addInitialAliasAnalysisPasses() 117 if (LibraryInfo) FPM.add(new TargetLibraryInfo(*LibraryInfo)); in populateFunctionPassManager() 123 FPM.add(createCFGSimplificationPass()); in populateFunctionPassManager() 125 FPM.add(createSROAPass()); in populateFunctionPassManager() 127 FPM.add(createScalarReplAggregatesPass()); in populateFunctionPassManager() 128 FPM.add(createEarlyCSEPass()); in populateFunctionPassManager() 129 FPM.add(createLowerExpectIntrinsicPass()); in populateFunctionPassManager() 136 MPM.add(Inliner); in populateModulePassManager() 145 MPM.add(createBarrierNoopPass()); in populateModulePassManager() [all …]
|
/external/llvm/lib/Target/R600/ |
D | SIRegisterInfo.td | 52 (add (sequence "SGPR%u", 0, 101))>; 56 [(add (decimate (trunc SGPR_32, 101), 2)), 57 (add (decimate (shl SGPR_32, 1), 2))]>; 61 [(add (decimate (trunc SGPR_32, 99), 4)), 62 (add (decimate (shl SGPR_32, 1), 4)), 63 (add (decimate (shl SGPR_32, 2), 4)), 64 (add (decimate (shl SGPR_32, 3), 4))]>; 68 [(add (decimate (trunc SGPR_32, 95), 4)), 69 (add (decimate (shl SGPR_32, 1), 4)), 70 (add (decimate (shl SGPR_32, 2), 4)), [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-03-23-MultiUseSched.ll | 38 %tmp25 = add i64 %tmp6, %tmp5 ; <i64> [#uses=1] 39 %tmp26 = add i64 %tmp25, %tmp4 ; <i64> [#uses=1] 40 %tmp27 = add i64 %tmp7, %tmp4 ; <i64> [#uses=1] 41 %tmp28 = add i64 %tmp27, %tmp26 ; <i64> [#uses=1] 42 %tmp29 = add i64 %tmp28, %tmp24 ; <i64> [#uses=2] 43 %tmp30 = add i64 %tmp2, %tmp1 ; <i64> [#uses=1] 44 %tmp31 = add i64 %tmp30, %tmp ; <i64> [#uses=1] 45 %tmp32 = add i64 %tmp2, %tmp1 ; <i64> [#uses=1] 46 %tmp33 = add i64 %tmp31, %tmp32 ; <i64> [#uses=1] 47 %tmp34 = add i64 %tmp29, %tmp3 ; <i64> [#uses=5] [all …]
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | 2011-10-04-ConstEvolve.ll | 14 %0 = add i32 %iv, 1 15 %1 = add i32 %0, 2 16 %2 = add i32 %1, %0 17 %3 = add i32 %2, %1 18 %4 = add i32 %3, %2 19 %5 = add i32 %4, %3 20 %6 = add i32 %5, %4 21 %7 = add i32 %6, %5 22 %8 = add i32 %7, %6 23 %9 = add i32 %8, %7 [all …]
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | AbstractMultisetTest.java | 87 ms.add("a"); in testCountOne() 93 ms.add("a"); in testCountTwo() 94 ms.add("a"); in testCountTwo() 100 ms.add("a"); in testCountAfterRemoval() 117 assertEquals(0, ms.add("a", 0)); in testAddNoneToNone() 122 ms.add("a"); in testAddNoneToSome() 123 assertEquals(1, ms.add("a", 0)); in testAddNoneToSome() 128 assertEquals(0, ms.add("a", 3)); in testAddSeveralAtOnce() 133 ms.add("a", 2); in testAddSomeToSome() 134 assertEquals(2, ms.add("a", 3)); in testAddSomeToSome() [all …]
|
D | AbstractCollectionTest.java | 55 c.add("a"); in testIsEmptyNo() 60 assertTrue(c.add("a")); in testAddOne() 65 assertTrue(c.add("a")); in testAddSeveralTimes() 66 assertTrue(c.add("b")); in testAddSeveralTimes() 67 c.add("a"); in testAddSeveralTimes() 68 c.add("b"); in testAddSeveralTimes() 79 c.add("a"); in testRemoveOneFromOneStandard() 85 c.add("a"); in testContainsNo() 90 c.add("a"); in testContainsOne() 95 c.add("a"); in testContainsAfterRemoval() [all …]
|
/external/openssl/crypto/sha/asm/ |
D | sha1-armv8.S | 11 add x16,x16,x17 17 add x29,sp,#0 38 add w24,w24,w28 // warm it up 39 add w24,w24,w3 45 add w23,w23,w28 // future e+=K 47 add w24,w24,w27 // e+=rot(a,5) 49 add w23,w23,w4 // future e+=X[i] 50 add w24,w24,w25 // e+=F(b,c,d) 59 add w22,w22,w28 // future e+=K 61 add w23,w23,w27 // e+=rot(a,5) [all …]
|
D | sha512-armv8.S | 10 add x29,sp,#0 22 add x2,x1,x2,lsl#7 // end of input 36 add x27,x27,x19 // h+=K[i] 40 add x27,x27,x3 // h+=X[i] 45 add x27,x27,x17 // h+=Ch(e,f,g) 47 add x27,x27,x16 // h+=Sigma1(e) 49 add x23,x23,x27 // d+=h 52 add x27,x27,x28 // h+=Maj(a,b,c) 59 add x27,x27,x17 // h+=Sigma0(a) 61 add x26,x26,x28 // h+=K[i] [all …]
|
D | sha256-armv8.S | 11 add x16,x16,x17 16 add x29,sp,#0 28 add x2,x1,x2,lsl#6 // end of input 42 add w27,w27,w19 // h+=K[i] 46 add w27,w27,w3 // h+=X[i] 51 add w27,w27,w17 // h+=Ch(e,f,g) 53 add w27,w27,w16 // h+=Sigma1(e) 55 add w23,w23,w27 // d+=h 58 add w27,w27,w28 // h+=Maj(a,b,c) 65 add w27,w27,w17 // h+=Sigma0(a) [all …]
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
D | test.py | 81 def add(self, name, **kwargs): member in TestList 88 self.add(name, actual_checksum='xxx', actual_image='XXX', is_reftest=True, crash=crash) 90 self.add(reference_name, actual_checksum='xxx', actual_image='XXX', is_reftest=True) 92 self.add(reference_name, actual_checksum='yyy', actual_image='YYY', is_reftest=True) 114 tests.add('failures/expected/crash.html', crash=True) 115 tests.add('failures/expected/exception.html', exception=True) 116 tests.add('failures/expected/device_failure.html', device_failure=True) 117 tests.add('failures/expected/timeout.html', timeout=True) 118 tests.add('failures/expected/leak.html', leak=True) 119 tests.add('failures/expected/missing_text.html', expected_text=None) [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | RemoveFormatCommand.cpp | 53 elements.add(acronymTag); in isElementForRemoveFormatCommand() 54 elements.add(bTag); in isElementForRemoveFormatCommand() 55 elements.add(bdoTag); in isElementForRemoveFormatCommand() 56 elements.add(bigTag); in isElementForRemoveFormatCommand() 57 elements.add(citeTag); in isElementForRemoveFormatCommand() 58 elements.add(codeTag); in isElementForRemoveFormatCommand() 59 elements.add(dfnTag); in isElementForRemoveFormatCommand() 60 elements.add(emTag); in isElementForRemoveFormatCommand() 61 elements.add(fontTag); in isElementForRemoveFormatCommand() 62 elements.add(iTag); in isElementForRemoveFormatCommand() [all …]
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
D | DatabaseAuthorizer.cpp | 65 m_whitelistedFunctions.add("sqlite_rename_table"); in addWhitelistedFunctions() 66 m_whitelistedFunctions.add("sqlite_rename_trigger"); in addWhitelistedFunctions() 68 m_whitelistedFunctions.add("glob"); in addWhitelistedFunctions() 71 m_whitelistedFunctions.add("abs"); in addWhitelistedFunctions() 72 m_whitelistedFunctions.add("changes"); in addWhitelistedFunctions() 73 m_whitelistedFunctions.add("coalesce"); in addWhitelistedFunctions() 74 m_whitelistedFunctions.add("glob"); in addWhitelistedFunctions() 75 m_whitelistedFunctions.add("ifnull"); in addWhitelistedFunctions() 76 m_whitelistedFunctions.add("hex"); in addWhitelistedFunctions() 77 m_whitelistedFunctions.add("last_insert_rowid"); in addWhitelistedFunctions() [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-add-12.ll | 11 %add = add i64 %val, 127 12 store i64 %add, i64 *%ptr 22 %add = add i64 %val, 127 23 store i64 %add, i64 *%ptr 35 %add = add i64 %val, 128 36 store i64 %add, i64 *%ptr 46 %add = add i64 %val, -128 47 store i64 %add, i64 *%ptr 58 %add = add i64 %val, -129 59 store i64 %add, i64 *%ptr [all …]
|
D | int-add-11.ll | 12 %add = add i32 %val, 127 13 store i32 %add, i32 *%ptr 23 %add = add i32 %val, 127 24 store i32 %add, i32 *%ptr 36 %add = add i32 %val, 128 37 store i32 %add, i32 *%ptr 47 %add = add i32 %val, -128 48 store i32 %add, i32 *%ptr 59 %add = add i32 %val, -129 60 store i32 %add, i32 *%ptr [all …]
|
/external/llvm/test/CodeGen/Mips/ |
D | fp-spill-reload.ll | 11 %add.1 = add nsw i32 %1, 1 14 %add.2 = add nsw i32 %2, 2 17 %add.3 = add nsw i32 %3, 3 20 %add.4 = add nsw i32 %4, 4 23 %add.5 = add nsw i32 %5, 5 26 %add.6 = add nsw i32 %6, 6 29 %add.7 = add nsw i32 %7, 7 30 …call void @foo2(i32 %0, i32 %add.1, i32 %add.2, i32 %add.3, i32 %add.4, i32 %add.5, i32 %add.6, i3… 32 …call void @foo2(i32 %0, i32 %add.1, i32 %add.2, i32 %add.3, i32 %add.4, i32 %add.5, i32 %add.6, i3…
|