HomeSort by relevance Sort by last modified time
    Searched refs:add (Results 1 - 25 of 8993) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/libcore/net/
MimeUtils.java 50 add("application/andrew-inset", "ez");
51 add("application/dsptype", "tsp");
52 add("application/futuresplash", "spl");
53 add("application/hta", "hta");
54 add("application/mac-binhex40", "hqx");
55 add("application/mac-compactpro", "cpt");
56 add("application/mathematica", "nb");
57 add("application/msaccess", "mdb");
58 add("application/oda", "oda");
59 add("application/ogg", "ogg")
368 private static void add(String mimeType, String extension) { method in class:MimeUtils
429 add(mimeType, extension); method
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyMetadata.java 69 sAdvanced.add("alwaysDrawnWithCache");
70 sAdvanced.add("animationCache");
71 sAdvanced.add("animationDuration");
72 sAdvanced.add("animationResolution");
73 sAdvanced.add("baseline");
74 sAdvanced.add("bufferType");
75 sAdvanced.add("calendarViewShown");
76 sAdvanced.add("completionHint");
77 sAdvanced.add("completionHintView");
78 sAdvanced.add("completionThreshold")
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_documentgetelementsbytagnametotallength.java 64 expectedNames.add("html");
65 expectedNames.add("head");
66 expectedNames.add("meta");
67 expectedNames.add("title");
68 expectedNames.add("script");
69 expectedNames.add("script");
70 expectedNames.add("script");
71 expectedNames.add("body");
72 expectedNames.add("p");
73 expectedNames.add("em")
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
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")
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
IconUtils.java 35 private static void add(String mimeType, int resId) { method in class:IconUtils
46 add("application/vnd.android.package-archive", icon);
50 add("application/ogg", icon);
51 add("application/x-flac", icon);
55 add("application/pgp-keys", icon);
56 add("application/pgp-signature", icon);
57 add("application/x-pkcs12", icon);
58 add("application/x-pkcs7-certreqresp", icon);
59 add("application/x-pkcs7-crl", icon);
60 add("application/x-x509-ca-cert", icon)
    [all...]
  /external/clang/test/CodeGen/
ubsan-blacklist.c 23 // DEFAULT: @add
24 // FUNC: @add
25 // FILE: @add
26 unsigned add() { function
  /external/llvm/test/MC/AArch64/
elf-reloc-addsubimm.s 4 add x2, x3, #:lo12:some_label
elf-reloc-addend.s 3 add x0, x4, #:lo12:sym
5 add x3, x5, #:lo12:sym+1
7 add x3, x5, #:lo12:sym-1
mapping-across-sections.s 4 add w0, w0, w0
8 add w0, w0, w0
16 add w0, w0, w0
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialPrefix.java 137 * example space " ", mark the current token as complete and add it to the list of tokens.
146 result.add(currentIndexToken.toString());
154 result.add(currentIndexToken.toString());
181 result.add(fullNameToken.toString());
191 fullNames.add(indexTokens.get(indexTokens.size() - 1));
202 result.add(initial + fullNames.get(j));
205 result.add(initial + result.get(j));
209 fullNames.add(indexTokens.get(i) + currentFullName);
234 result.add(SmartDialNameMatcher.normalizeNumber(number, mMap));
242 result.add(SmartDialNameMatcher.normalizeNumber(number
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
RemoveFormatCommand.cpp 52 elements.add(acronymTag);
53 elements.add(bTag);
54 elements.add(bdoTag);
55 elements.add(bigTag);
56 elements.add(citeTag);
57 elements.add(codeTag);
58 elements.add(dfnTag);
59 elements.add(emTag);
60 elements.add(fontTag);
61 elements.add(iTag)
    [all...]
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
AlternateFormatsCountryCodeSet.java 33 countryCodeSet.add(43);
34 countryCodeSet.add(44);
35 countryCodeSet.add(49);
36 countryCodeSet.add(55);
37 countryCodeSet.add(61);
38 countryCodeSet.add(81);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
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,0x8 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...]
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 warnin 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...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
MccTable.java 379 sTable.add(new MccEntry(202,"gr",2)); //Greece
380 sTable.add(new MccEntry(204,"nl",2,"nl")); //Netherlands (Kingdom of the)
381 sTable.add(new MccEntry(206,"be",2)); //Belgium
382 sTable.add(new MccEntry(208,"fr",2,"fr")); //France
383 sTable.add(new MccEntry(212,"mc",2)); //Monaco (Principality of)
384 sTable.add(new MccEntry(213,"ad",2)); //Andorra (Principality of)
385 sTable.add(new MccEntry(214,"es",2,"es")); //Spain
386 sTable.add(new MccEntry(216,"hu",2)); //Hungary (Republic of)
387 sTable.add(new MccEntry(218,"ba",2)); //Bosnia and Herzegovina
388 sTable.add(new MccEntry(219,"hr",2)); //Croatia (Republic of
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
createAttributeNS03.java 74 illegalQNames.add("person:{");
75 illegalQNames.add("person:}");
76 illegalQNames.add("person:~");
77 illegalQNames.add("person:'");
78 illegalQNames.add("person:!");
79 illegalQNames.add("person:@");
80 illegalQNames.add("person:#");
81 illegalQNames.add("person:$");
82 illegalQNames.add("person:%");
83 illegalQNames.add("person:^")
    [all...]
createDocument05.java 78 illegalQNames.add("namespaceURI:{");
79 illegalQNames.add("namespaceURI:}");
80 illegalQNames.add("namespaceURI:~");
81 illegalQNames.add("namespaceURI:'");
82 illegalQNames.add("namespaceURI:!");
83 illegalQNames.add("namespaceURI:@");
84 illegalQNames.add("namespaceURI:#");
85 illegalQNames.add("namespaceURI:$");
86 illegalQNames.add("namespaceURI:%");
87 illegalQNames.add("namespaceURI:^")
    [all...]
createDocumentType02.java 77 illegalQNames.add("edi:{");
78 illegalQNames.add("edi:}");
79 illegalQNames.add("edi:~");
80 illegalQNames.add("edi:'");
81 illegalQNames.add("edi:!");
82 illegalQNames.add("edi:@");
83 illegalQNames.add("edi:#");
84 illegalQNames.add("edi:$");
85 illegalQNames.add("edi:%");
86 illegalQNames.add("edi:^")
    [all...]
createElementNS03.java 76 illegalQNames.add("person:{");
77 illegalQNames.add("person:}");
78 illegalQNames.add("person:~");
79 illegalQNames.add("person:'");
80 illegalQNames.add("person:!");
81 illegalQNames.add("person:@");
82 illegalQNames.add("person:#");
83 illegalQNames.add("person:$");
84 illegalQNames.add("person:%");
85 illegalQNames.add("person:^")
    [all...]
  /frameworks/base/graphics/java/android/graphics/
LightingColorFilter.java 28 * pinning the result for each component to [0..255]. The alpha components of the mul and add arguments
31 public LightingColorFilter(int mul, int add) {
32 native_instance = native_CreateLightingFilter(mul, add);
33 nativeColorFilter = nCreateLightingFilter(native_instance, mul, add);
36 private static native int native_CreateLightingFilter(int mul, int add);
37 private static native int nCreateLightingFilter(int nativeFilter, int mul, int add);
  /external/chromium_org/third_party/WebKit/public/platform/
WebFloatAnimationCurve.h 41 virtual void add(const WebFloatKeyframe&) = 0;
42 virtual void add(const WebFloatKeyframe&, TimingFunctionType) = 0;
45 virtual void add(const WebFloatKeyframe&, double x1, double y1, double x2, double y2) = 0;
WebTransformAnimationCurve.h 41 virtual void add(const WebTransformKeyframe&) = 0;
42 virtual void add(const WebTransformKeyframe&, TimingFunctionType) = 0;
45 virtual void add(const WebTransformKeyframe&, double x1, double y1, double x2, double y2) = 0;
  /external/clang/test/CodeGenCXX/
debug-info-template-member.cpp 8 return add<2>(j);
11 template <int i> int add(int j) function in class:MyClass
21 // CHECK: [[C_TEMP]] = {{.*}} ; [ DW_TAG_subprogram ] [line 11] [private] [add<2>]
  /external/llvm/lib/Transforms/IPO/
PassManagerBuilder.cpp 101 // Add TypeBasedAliasAnalysis before BasicAliasAnalysis so that
104 PM.add(createTypeBasedAliasAnalysisPass());
105 PM.add(createBasicAliasAnalysisPass());
111 // Add LibraryInfo if we have some.
112 if (LibraryInfo) FPM.add(new TargetLibraryInfo(*LibraryInfo));
118 FPM.add(createCFGSimplificationPass());
120 FPM.add(createSROAPass());
122 FPM.add(createScalarReplAggregatesPass());
123 FPM.add(createEarlyCSEPass());
124 FPM.add(createLowerExpectIntrinsicPass())
    [all...]
  /external/smack/src/org/xbill/DNS/
WKSRecord.java 159 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_II, "nvp-ii")
    [all...]

Completed in 1597 milliseconds

1 2 3 4 5 6 7 8 91011>>