Searched refs:add (Results 1 - 25 of 6388) sorted by relevance

1234567891011>>

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
H A DShortNumbersRegionCodeSet.java33 regionCodeSet.add("AC");
34 regionCodeSet.add("AD");
35 regionCodeSet.add("AE");
36 regionCodeSet.add("AF");
37 regionCodeSet.add("AG");
38 regionCodeSet.add("AI");
39 regionCodeSet.add("AL");
40 regionCodeSet.add("AM");
41 regionCodeSet.add("AO");
42 regionCodeSet.add("A
[all...]
H A DAlternateFormatsCountryCodeSet.java33 countryCodeSet.add(7);
34 countryCodeSet.add(27);
35 countryCodeSet.add(30);
36 countryCodeSet.add(31);
37 countryCodeSet.add(34);
38 countryCodeSet.add(36);
39 countryCodeSet.add(39);
40 countryCodeSet.add(43);
41 countryCodeSet.add(44);
42 countryCodeSet.add(4
[all...]
H A DCountryCodeToRegionCodeMap.java42 listWithRegionCode.add("US");
43 listWithRegionCode.add("AG");
44 listWithRegionCode.add("AI");
45 listWithRegionCode.add("AS");
46 listWithRegionCode.add("BB");
47 listWithRegionCode.add("BM");
48 listWithRegionCode.add("BS");
49 listWithRegionCode.add("CA");
50 listWithRegionCode.add("DM");
51 listWithRegionCode.add("D
[all...]
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVNameMapEnum.h58 add(SourceLanguageUnknown, "Unknown");
59 add(SourceLanguageESSL, "ESSL");
60 add(SourceLanguageGLSL, "GLSL");
61 add(SourceLanguageOpenCL_C, "OpenCL_C");
62 add(SourceLanguageOpenCL_CPP, "OpenCL_CPP");
68 add(ExecutionModelVertex, "Vertex");
69 add(ExecutionModelTessellationControl, "TessellationControl");
70 add(ExecutionModelTessellationEvaluation, "TessellationEvaluation");
71 add(ExecutionModelGeometry, "Geometry");
72 add(ExecutionModelFragmen
[all...]
H A DSPIRVExtInst.h61 add(OpenCLLIB::Acos, "acos");
62 add(OpenCLLIB::Acosh, "acosh");
63 add(OpenCLLIB::Acospi, "acospi");
64 add(OpenCLLIB::Asin, "asin");
65 add(OpenCLLIB::Asinh, "asinh");
66 add(OpenCLLIB::Asinpi, "asinpi");
67 add(OpenCLLIB::Atan, "atan");
68 add(OpenCLLIB::Atan2, "atan2");
69 add(OpenCLLIB::Atanh, "atanh");
70 add(OpenCLLI
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DCSharp3Target.java49 add("abstract"); add("event"); add("new"); add("struct");
50 add("as"); add("explicit"); add("null"); add("switch");
51 add("base"); add("exter
[all...]
/external/clang/test/CodeGen/
H A Dubsan-blacklist.c23 // DEFAULT: @add
24 // FUNC: @add
25 // FILE: @add
26 unsigned add() { function
/external/llvm/test/MC/AArch64/
H A Delf-reloc-addsubimm.s4 add x2, x3, #:lo12:some_label
H A Darm64-mapping-across-sections.s4 add w0, w0, w0
8 add w0, w0, w0
16 add w0, w0, w0
H A Dmapping-across-sections.s4 add w0, w0, w0
8 add w0, w0, w0
16 add w0, w0, w0
H A Dneon-scalar-add-sub.s6 add d31, d0, d16
8 // CHECK: add d31, d0, d16 // encoding: [0x1f,0x84,0xf0,0x5e]
/external/r8/src/test/java/com/android/tools/r8/debug/
H A DInterfaceMethodTest.java23 commands.add(breakpoint(debuggeeClass, "testDefaultMethod"));
24 commands.add(run());
25 commands.add(checkMethod(debuggeeClass, "testDefaultMethod"));
26 commands.add(checkLine(SOURCE_FILE, 31));
30 commands.add(stepInto());
32 commands.add(stepInto());
35 commands.add(checkLocal("this"));
37 commands.add(checkLocal(parameterName));
38 commands.add(stepOver());
39 commands.add(checkLoca
[all...]
H A DSyntheticMethodTest.java38 commands.add(breakpoint("InnerAccessors$Inner", "callPrivateMethodInOuterClass"));
39 commands.add(run());
40 commands.add(checkLine(sourceFile, 13));
41 commands.add(stepInto(stepFilter)); // skip synthetic accessor
43 commands.add(stepInto(stepFilter));
45 commands.add(checkMethod(debuggeeClass, "privateMethod"));
46 commands.add(checkLine(sourceFile, 8));
47 commands.add(run());
55 commands.add(breakpoint(debuggeeClass, "testGenericBridge"));
56 commands.add(ru
[all...]
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp77 PM.add(createTypeBasedAliasAnalysisPass());
78 PM.add(createBasicAliasAnalysisPass());
85 if (LibraryInfo) FPM.add(new TargetLibraryInfo(*LibraryInfo));
91 FPM.add(createCFGSimplificationPass());
92 FPM.add(createScalarReplAggregatesPass());
93 FPM.add(createEarlyCSEPass());
94 FPM.add(createLowerExpectIntrinsicPass());
101 MPM.add(Inliner);
108 if (LibraryInfo) MPM.add(new TargetLibraryInfo(*LibraryInfo));
113 MPM.add(createGlobalOptimizerPas
[all...]
/external/testng/src/test/java/test/priority/
H A DWithoutPrioritySampleTest.java9 add("first");
14 add("second");
H A DBaseSample.java14 protected void add(String m) { method in class:BaseSample
18 m_methods.add(s);
28 public void f1() { add("f1"); }
31 public void f2() { add("f2"); }
34 public void f3() { add("f3"); }
37 public void f4() { add("f4"); }
40 public void f5() { add("f5"); }
43 public void f6() { add("f6"); }
46 public void f7() { add("f7"); }
49 public void f8() { add("f
[all...]
/external/syslinux/core/
H A Dbcopy32.inc49 add edi,ecx
50 add esi,ecx
/external/testng/src/test/java/test/ant/
H A DMultipleThreadTest.java26 _threads.add(Thread.currentThread());
31 _threads.add(Thread.currentThread());
36 _threads.add(Thread.currentThread());
41 _threads.add(Thread.currentThread());
46 _threads.add(Thread.currentThread());
51 _threads.add(Thread.currentThread());
56 _threads.add(Thread.currentThread());
61 _threads.add(Thread.currentThread());
66 _threads.add(Thread.currentThread());
71 _threads.add(Threa
[all...]
/external/testng/src/test/java/test/dependent/
H A DSD2.java13 m_log.add("oneA");
18 m_log.add("canBeRunAnytime");
23 m_log.add("secondA");
28 m_log.add("thirdA");
33 m_log.add("oneB");
/external/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp185 PM.add(createCFLSteensAAWrapperPass());
188 PM.add(createCFLAndersAAWrapperPass());
191 PM.add(createCFLSteensAAWrapperPass());
192 PM.add(createCFLAndersAAWrapperPass());
201 PM.add(createTypeBasedAAWrapperPass());
202 PM.add(createScopedNoAliasAAWrapperPass());
208 PM.add(createInstructionCombiningPass(ExpensiveCombines));
217 FPM.add(new TargetLibraryInfoWrapperPass(*LibraryInfo));
223 FPM.add(createCFGSimplificationPass());
224 FPM.add(createSROAPas
[all...]
/external/clang/test/Index/
H A Dcomplete-at-exprstmt.m14 + (int)add:(int)x to:(int)y;
15 + (int)add:(int)x to:(int)y plus:(int)z;
19 @selector(add:to:);
49 // CHECK-CC4: NotImplemented:{TypedText add:to:} (40)
50 // CHECK-CC4: NotImplemented:{TypedText add:to:plus:} (40)
53 // CHECK-CC5: NotImplemented:{Informative add:}{TypedText to:} (40)
54 // CHECK-CC5: NotImplemented:{Informative add:}{TypedText to:plus:} (40)
/external/llvm/test/MC/X86/
H A Dintel-syntax-bitwise-ops.s20 add eax, 9876 >> 1
22 add eax, 9876 << 1
24 add eax, 6 ^ 3
H A Dintel-syntax-directional-label.s12 add rdi, 2
16 add rdi, 1
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DIElementList.java20 IElementList add (IContent content); method in interface:IElementList
21 IElementList add (int index, IContent content); method in interface:IElementList
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
H A DCountryCodeToRegionCodeMapForTesting.java42 listWithRegionCode.add("US");
43 listWithRegionCode.add("BB");
44 listWithRegionCode.add("BS");
45 listWithRegionCode.add("CA");
49 listWithRegionCode.add("FR");
53 listWithRegionCode.add("HU");
57 listWithRegionCode.add("IT");
61 listWithRegionCode.add("GB");
62 listWithRegionCode.add("GG");
66 listWithRegionCode.add("S
[all...]

Completed in 695 milliseconds

1234567891011>>