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

1234567891011>>

/external/libphonenumber/java/src/com/android/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(43);
40 countryCodeSet.add(44);
41 countryCodeSet.add(49);
42 countryCodeSet.add(5
[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/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-318671.js30 function add(x, y) { return x + y; } function
32 print(add({ a: 1 }, "a"));
33 print(add({ b: 1 }, "b"));
34 print(add({ c: 1 }, "c"));
36 %OptimizeFunctionOnNextCall(add);
38 print(add("a", 1));
/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
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DRemoveFormatCommand.cpp53 elements.add(acronymTag);
54 elements.add(bTag);
55 elements.add(bdoTag);
56 elements.add(bigTag);
57 elements.add(citeTag);
58 elements.add(codeTag);
59 elements.add(dfnTag);
60 elements.add(emTag);
61 elements.add(fontTag);
62 elements.add(iTa
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Daddbyte.asm2 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 a label
12 add ax,strict byte 0x80 label
13 add ax,strict word 0x80 label
14 add ax,0x100 label
15 add ax,strict byte 0x100 label
16 add ax,strict word 0x100 label
19 add bx,5 label
20 add bx,strict byte 5 label
21 add bx,strict word 5 label
22 add bx,-128 label
23 add bx,strict byte -128 label
24 add bx,strict word -128 label
25 add bx,0x7f label
26 add bx,strict byte 0x7f label
27 add bx,strict word 0x7f label
28 add bx,0x80 label
29 add bx,strict byte 0x80 label
30 add bx,strict word 0x80 label
31 add bx,0x100 label
32 add bx,strict byte 0x100 label
33 add bx,strict word 0x100 label
[all...]
H A Dstrict.asm17 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 ea label
27 add eax, dword 400 ; optimized to byte label
28 add eax, strict dword 400 label
30 add ebx, 4 label
31 add ebx, strict 4 ; NASM generates dword, yasm generates byte label
32 add ebx, byte 4 label
33 add ebx, strict byte 4 label
34 add ebx, dword 4 ; optimized to byte label
35 add ebx, strict dword 4 label
36 add ebx, 400 label
37 add ebx, strict 400 label
38 add ebx, byte 400 ; generates warning label
39 add ebx, strict byte 400 ; generates warning label
40 add ebx, dword 400 ; optimized to byte label
41 add ebx, strict dword 400 label
43 add [eax], byte 4 ; same as byte [eax], 4 label
44 add [eax], strict byte 4 ; same as byte [eax], 4 label
45 add [eax], dword 4 ; generates dword [eax], byte 4 label
46 add [eax], strict dword 4 ; generates dword [eax], dword 4 label
48 add dword [eax], 4 label
49 add dword [eax], strict 4 ; NASM generates dword, yasm generates byte label
50 add dword [eax], byte 4 label
51 add dword [eax], strict byte 4 label
52 add dword [eax], dword 4 ; optimized to byte label
53 add dword [eax], strict dword 4 label
54 add dword [eax], 400 label
55 add dword [eax], strict 400 label
56 add dword [eax], byte 400 ; generates warning label
57 add dword [eax], strict byte 400; generates warning label
58 add dword [eax], dword 400 ; optimized to byte label
59 add dword [eax], strict dword 400 label
89 add rax, 4 label
90 add rax, strict 4 ; NASM generates dword, yasm generates byte label
91 add rax, byte 4 label
92 add rax, strict byte 4 label
93 add rax, dword 4 label
94 add rax, strict dword 4 label
95 add rax, 400 label
96 add rax, strict 400 label
97 add rax, byte 400 ; generates warning label
98 add rax, strict byte 400 ; generates warning label
99 add rax, dword 400 label
100 add rax, strict dword 400 label
102 add rbx, 4 label
103 add rbx, strict 4 ; NASM generates dword, yasm generates byte label
104 add rbx, byte 4 label
105 add rbx, strict byte 4 label
106 add rbx, dword 4 label
107 add rbx, strict dword 4 label
108 add rbx, 400 label
109 add rbx, strict 400 label
110 add rbx, byte 400 ; generates warning label
111 add rbx, strict byte 400 ; generates warning label
112 add rbx, dword 400 label
113 add rbx, strict dword 400 label
115 add [rax], byte 4 ; same as byte [rax], 4 label
116 add [rax], strict byte 4 ; same as byte [rax], 4 label
117 add [rax], word 4 ; same as word [rax], 4 label
118 add [rax], strict word 4 ; same as word [rax], strict word 4 label
120 add dword [rax], 4 label
121 add dword [rax], strict 4 label
122 add dword [rax], byte 4 label
123 add dword [rax], strict byte 4 label
124 add dword [rax], dword 4 label
125 add dword [rax], strict dword 4 label
126 add dword [rax], 400 label
127 add dword [rax], strict 400 label
128 add dword [rax], byte 400 ; generates warning label
129 add dword [rax], strict byte 400; generates warning label
130 add dword [rax], dword 400 label
131 add dword [rax], strict dword 400 label
133 add qword [rax], 4 label
134 add qword [rax], strict 4 label
135 add qword [rax], byte 4 label
136 add qword [rax], strict byte 4 label
137 add qword [rax], dword 4 label
138 add qword [rax], strict dword 4 label
139 add qword [rax], 400 label
140 add qword [rax], strict 400 label
141 add qword [rax], byte 400 ; generates warning label
142 add qword [rax], strict byte 400; generates warning label
143 add qword [rax], dword 400 label
144 add qword [rax], strict dword 400 label
[all...]
H A Dea-warn.asm2 add [byte ebp*8+06h],ecx ;db 01,0c,0ed,06 probably wrong label
4 add [dword ebp*8+06h],ecx ;db 01,0c,0ed,06,0,0,0 OK label
6 add ecx,[byte ebp*8+06h] ;db 03,0c,0ed,06 probably wrong label
8 add ecx,[dword ebp*8+06h] label
10 add ecx,[ebp*8+06h] label
12 add ecx,[byte ebx*8+06h] ;db 03,0c,0dd,06 probably wrong label
14 add ecx,[dword ebx*8+06h] label
16 add ecx,[ebx*8+06h] label
H A Dstrict-err.asm2 add [rax], dword 4 ; illegal; must use dword [eax], 4 label
3 add [rax], strict dword 4 ; illegal; must use dword [eax], strict dword 4 label
4 add [rax], qword 4 ; illegal; must use qword [rax], 4 label
5 add [rax], strict qword 4 ; illegal; must use qword [eax], strict dword 4 label
/external/chromium_org/tools/metrics/actions/
H A Dextract_actions.py47 # To add a new file, add it to this list and add the appropriate logic to
139 actions: set of actions to add to.
144 actions.add(dir + 'ShowFullHistory')
145 actions.add(dir + 'Popup')
147 actions.add(dir + 'HistoryClick' + str(i))
148 actions.add(dir + 'ChapterClick' + str(i))
152 actions.add('MostVisited%d' % i)
156 actions.add('LanguageOptions_DisableInputMethod
[all...]
/external/smack/src/org/xbill/DNS/
H A DWKSRecord.java159 protocols.add(ICMP, "icmp");
160 protocols.add(IGMP, "igmp");
161 protocols.add(GGP, "ggp");
162 protocols.add(ST, "st");
163 protocols.add(TCP, "tcp");
164 protocols.add(UCL, "ucl");
165 protocols.add(EGP, "egp");
166 protocols.add(IGP, "igp");
167 protocols.add(BBN_RCC_MON, "bbn-rcc-mon");
168 protocols.add(NVP_I
[all...]
H A DRcode.java77 rcodes.add(NOERROR, "NOERROR");
78 rcodes.add(FORMERR, "FORMERR");
79 rcodes.add(SERVFAIL, "SERVFAIL");
80 rcodes.add(NXDOMAIN, "NXDOMAIN");
81 rcodes.add(NOTIMP, "NOTIMP");
83 rcodes.add(REFUSED, "REFUSED");
84 rcodes.add(YXDOMAIN, "YXDOMAIN");
85 rcodes.add(YXRRSET, "YXRRSET");
86 rcodes.add(NXRRSET, "NXRRSET");
87 rcodes.add(NOTAUT
[all...]
H A DType.java207 add(int val, String str, Record proto) { method in class:Type.TypeMnemonic
208 super.add(val, str);
227 types.add(A, "A", new ARecord());
228 types.add(NS, "NS", new NSRecord());
229 types.add(MD, "MD", new MDRecord());
230 types.add(MF, "MF", new MFRecord());
231 types.add(CNAME, "CNAME", new CNAMERecord());
232 types.add(SOA, "SOA", new SOARecord());
233 types.add(MB, "MB", new MBRecord());
234 types.add(M
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DAbstractCollectionTest.java55 c.add("a");
60 assertTrue(c.add("a"));
65 assertTrue(c.add("a"));
66 assertTrue(c.add("b"));
67 c.add("a");
68 c.add("b");
79 c.add("a");
85 c.add("a");
90 c.add("a");
95 c.add("
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/tests/
H A Dtest_bytecode.py1 from tests import TestCase, add namespace
/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/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp109 PM.add(createTypeBasedAliasAnalysisPass());
110 PM.add(createBasicAliasAnalysisPass());
117 if (LibraryInfo) FPM.add(new TargetLibraryInfo(*LibraryInfo));
123 FPM.add(createCFGSimplificationPass());
125 FPM.add(createSROAPass());
127 FPM.add(createScalarReplAggregatesPass());
128 FPM.add(createEarlyCSEPass());
129 FPM.add(createLowerExpectIntrinsicPass());
136 MPM.add(Inliner);
141 // pass manager, but we don't want to add extension
[all...]
/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/lldb/test/lang/c/blocks/
H A Dmain.c7 int (^add)(int, int) = ^int(int a, int b)
17 printf("%d\n", add(3, 4));
/external/llvm/lib/Transforms/Scalar/
H A DScalar.cpp76 unwrap(PM)->add(createAggressiveDCEPass());
80 unwrap(PM)->add(createCFGSimplificationPass());
84 unwrap(PM)->add(createDeadStoreEliminationPass());
88 unwrap(PM)->add(createScalarizerPass());
92 unwrap(PM)->add(createGVNPass());
96 unwrap(PM)->add(createIndVarSimplifyPass());
100 unwrap(PM)->add(createInstructionCombiningPass());
104 unwrap(PM)->add(createJumpThreadingPass());
108 unwrap(PM)->add(createLICMPass());
112 unwrap(PM)->add(createLoopDeletionPas
[all...]

Completed in 2128 milliseconds

1234567891011>>