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

1234567891011>>

/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/webkit/Source/WebCore/platform/graphics/cg/
H A DImageSourceCGWin.cpp55 UTIMap.add("public.html", "html");
56 UTIMap.add("public.jpeg", "jpeg");
57 UTIMap.add("public.jpeg-2000", "jp2");
58 UTIMap.add("public.plain-text", "txt");
59 UTIMap.add("public.png", "png");
60 UTIMap.add("public.tiff", "tiff");
61 UTIMap.add("public.xbitmap-image", "xbm");
62 UTIMap.add("public.xml", "xml");
63 UTIMap.add("com.adobe.illustrator.ai-image", "ai");
64 UTIMap.add("co
[all...]
/external/llvm/test/MC/AArch64/
H A Delf-reloc-addsubimm.s4 add x2, x3, #:lo12:some_label
H A Dmapping-across-sections.s4 add w0, w0, w0
8 add w0, w0, w0
16 add w0, w0, w0
H A Dmapping-within-section.s5 add w0, w0, w0
19 add x0, x0, x0
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DAlternateFormatsCountryCodeSet.java33 countryCodeSet.add(43);
34 countryCodeSet.add(44);
35 countryCodeSet.add(49);
36 countryCodeSet.add(55);
37 countryCodeSet.add(61);
38 countryCodeSet.add(81);
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/webkit/Source/WebCore/editing/
H A DRemoveFormatCommand.cpp50 elements.add(acronymTag);
51 elements.add(bTag);
52 elements.add(bdoTag);
53 elements.add(bigTag);
54 elements.add(citeTag);
55 elements.add(codeTag);
56 elements.add(dfnTag);
57 elements.add(emTag);
58 elements.add(fontTag);
59 elements.add(iTa
[all...]
/external/webkit/Source/WebCore/platform/win/
H A DMIMETypeRegistryWin.cpp77 mimetypeMap.add("txt", "text/plain");
78 mimetypeMap.add("pdf", "application/pdf");
79 mimetypeMap.add("ps", "application/postscript");
80 mimetypeMap.add("html", "text/html");
81 mimetypeMap.add("htm", "text/html");
82 mimetypeMap.add("xml", "text/xml");
83 mimetypeMap.add("xsl", "text/xsl");
84 mimetypeMap.add("js", "application/x-javascript");
85 mimetypeMap.add("xhtml", "application/xhtml+xml");
86 mimetypeMap.add("rs
[all...]
/external/clang/test/CodeGenCXX/
H A Ddebug-info-template-member.cpp8 return add<2>(j);
11 template <int i> int add(int j) function in class:MyClass
21 // CHECK: [[C_TEMP]] = metadata !{i32 {{.*}}, i32 0, metadata {{.*}}, metadata !"add<2>", metadata !"add<2>", metadata !"_ZN7MyClass3addILi2EEEii", metadata {{.*}}
/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...]
H A DOpcode.java38 opcodes.add(QUERY, "QUERY");
39 opcodes.add(IQUERY, "IQUERY");
40 opcodes.add(STATUS, "STATUS");
41 opcodes.add(NOTIFY, "NOTIFY");
42 opcodes.add(UPDATE, "UPDATE");
/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/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp93 PM.add(createTypeBasedAliasAnalysisPass());
94 PM.add(createBasicAliasAnalysisPass());
101 if (LibraryInfo) FPM.add(new TargetLibraryInfo(*LibraryInfo));
107 FPM.add(createCFGSimplificationPass());
109 FPM.add(createSROAPass());
111 FPM.add(createScalarReplAggregatesPass());
112 FPM.add(createEarlyCSEPass());
113 FPM.add(createLowerExpectIntrinsicPass());
120 MPM.add(Inliner);
125 // pass manager, but we don't want to add extension
[all...]
/external/webkit/Source/WebCore/platform/wince/
H A DMIMETypeRegistryWinCE.cpp64 mimetypeMap.add("txt", "text/plain");
65 mimetypeMap.add("pdf", "application/pdf");
66 mimetypeMap.add("ps", "application/postscript");
67 mimetypeMap.add("html", "text/html");
68 mimetypeMap.add("htm", "text/html");
69 mimetypeMap.add("xml", "text/xml");
70 mimetypeMap.add("xsl", "text/xsl");
71 mimetypeMap.add("js", "application/x-javascript");
72 mimetypeMap.add("xhtml", "application/xhtml+xml");
73 mimetypeMap.add("rs
[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/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/java/test/com/android/i18n/phonenumbers/
H A DCountryCodeToRegionCodeMapForTesting.java42 listWithRegionCode.add("US");
43 listWithRegionCode.add("BS");
47 listWithRegionCode.add("IT");
51 listWithRegionCode.add("GB");
55 listWithRegionCode.add("PL");
59 listWithRegionCode.add("DE");
63 listWithRegionCode.add("MX");
67 listWithRegionCode.add("AR");
71 listWithRegionCode.add("BR");
75 listWithRegionCode.add("A
[all...]
/external/llvm/test/MC/Mips/
H A Dnabi-regs.s15 # CHECK: add $16, $16, $4 # encoding: [0x02,0x04,0x80,0x20]
16 add $s0,$s0,$a0
17 # CHECK: add $16, $16, $6 # encoding: [0x02,0x06,0x80,0x20]
18 add $s0,$s0,$a2
19 # CHECK: add $16, $16, $7 # encoding: [0x02,0x07,0x80,0x20]
20 add $s0,$s0,$a3
21 # CHECK: add $16, $16, $8 # encoding: [0x02,0x08,0x80,0x20]
22 add $s0,$s0,$a4
23 # CHECK: add $16, $16, $9 # encoding: [0x02,0x09,0x80,0x20]
24 add
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DScalar.cpp71 unwrap(PM)->add(createAggressiveDCEPass());
75 unwrap(PM)->add(createCFGSimplificationPass());
79 unwrap(PM)->add(createDeadStoreEliminationPass());
83 unwrap(PM)->add(createGVNPass());
87 unwrap(PM)->add(createIndVarSimplifyPass());
91 unwrap(PM)->add(createInstructionCombiningPass());
95 unwrap(PM)->add(createJumpThreadingPass());
99 unwrap(PM)->add(createLICMPass());
103 unwrap(PM)->add(createLoopDeletionPass());
107 unwrap(PM)->add(createLoopIdiomPas
[all...]
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DSupport_MessageFormat.java88 v.add(new FieldContainer(3, 6, Field.ARGUMENT, 4));
89 v.add(new FieldContainer(3, 6, DateFormat.Field.MONTH));
90 v.add(new FieldContainer(6, 7, Field.ARGUMENT, 4));
91 v.add(new FieldContainer(7, 9, Field.ARGUMENT, 4));
92 v.add(new FieldContainer(7, 9, DateFormat.Field.DAY_OF_MONTH));
93 v.add(new FieldContainer(9, 11, Field.ARGUMENT, 4));
94 v.add(new FieldContainer(11, 15, Field.ARGUMENT, 4));
95 v.add(new FieldContainer(11, 15, DateFormat.Field.YEAR));
96 v.add(new FieldContainer(19, 20, Field.ARGUMENT, 3));
97 v.add(ne
[all...]
/external/v8/test/mjsunit/regress/
H A Dregress-1278.js33 function add(x, y) { function
50 assertEquals(0, add(0, 0));
51 assertEquals(0, add(0, -0));
52 assertEquals(0, add(-0, 0));
53 assertEquals(-0, add(-0, -0));

Completed in 937 milliseconds

1234567891011>>