HomeSort by relevance Sort by last modified time
    Searched refs:add (Results 26 - 50 of 11105) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/opt/telephony/src/java/com/google/android/mms/
ContentType.java 84 sSupportedContentTypes.add(TEXT_PLAIN);
85 sSupportedContentTypes.add(TEXT_HTML);
86 sSupportedContentTypes.add(TEXT_VCALENDAR);
87 sSupportedContentTypes.add(TEXT_VCARD);
89 sSupportedContentTypes.add(IMAGE_JPEG);
90 sSupportedContentTypes.add(IMAGE_GIF);
91 sSupportedContentTypes.add(IMAGE_WBMP);
92 sSupportedContentTypes.add(IMAGE_PNG);
93 sSupportedContentTypes.add(IMAGE_JPG);
94 sSupportedContentTypes.add(IMAGE_X_MS_BMP)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
ea-warn.asm 2 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
strict-err.asm 2 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/smack/src/org/xbill/DNS/
Rcode.java 77 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(NOTAUTH, "NOTAUTH")
    [all...]
Type.java 207 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(MG, "MG", new MGRecord())
    [all...]
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
CountryCodeToRegionCodeMap.java 42 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("DO")
    [all...]
  /frameworks/base/graphics/java/android/graphics/
LightingColorFilter.java 28 * and one used to add to the source color (called <code>colorAdd</code>).
45 * and then adds a second color. The alpha components of the mul and add
48 public LightingColorFilter(int mul, int add) {
50 mAdd = add;
101 public void setColorAdd(int add) {
102 mAdd = add;
111 private static native long native_CreateLightingFilter(int mul, int add);
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
nodeclonenodetrue.java 78 expectedWhitespace.add("#text");
79 expectedWhitespace.add("employeeId");
80 expectedWhitespace.add("#text");
81 expectedWhitespace.add("name");
82 expectedWhitespace.add("#text");
83 expectedWhitespace.add("position");
84 expectedWhitespace.add("#text");
85 expectedWhitespace.add("salary");
86 expectedWhitespace.add("#text");
87 expectedWhitespace.add("gender")
    [all...]
nodelisttraverselist.java 73 expectedWhitespace.add("#text");
74 expectedWhitespace.add("employeeId");
75 expectedWhitespace.add("#text");
76 expectedWhitespace.add("name");
77 expectedWhitespace.add("#text");
78 expectedWhitespace.add("position");
79 expectedWhitespace.add("#text");
80 expectedWhitespace.add("salary");
81 expectedWhitespace.add("#text");
82 expectedWhitespace.add("gender")
    [all...]
nodeinsertbefore.java 76 expectedWithWhitespace.add("#text");
77 expectedWithWhitespace.add("employeeId");
78 expectedWithWhitespace.add("#text");
79 expectedWithWhitespace.add("name");
80 expectedWithWhitespace.add("#text");
81 expectedWithWhitespace.add("position");
82 expectedWithWhitespace.add("#text");
83 expectedWithWhitespace.add("newChild");
84 expectedWithWhitespace.add("salary");
85 expectedWithWhitespace.add("#text")
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
isSupported12.java 74 features.add("Core");
75 features.add("XML");
76 features.add("HTML");
77 features.add("Views");
78 features.add("StyleSheets");
79 features.add("CSS");
80 features.add("CSS2");
81 features.add("Events");
82 features.add("UIEvents");
83 features.add("MouseEvents")
    [all...]
domimplementationcreatedocumenttype02.java 87 qualifiedNames.add("_:_");
88 qualifiedNames.add("_:h0");
89 qualifiedNames.add("_:test");
90 qualifiedNames.add("_:_.");
91 qualifiedNames.add("_:a-");
92 qualifiedNames.add("l_:_");
93 qualifiedNames.add("ns:_0");
94 qualifiedNames.add("ns:a0");
95 qualifiedNames.add("ns0:test");
96 qualifiedNames.add("ns:EEE.")
    [all...]
domimplementationcreatedocumenttype04.java 85 qualifiedNames.add("{");
86 qualifiedNames.add("}");
87 qualifiedNames.add("'");
88 qualifiedNames.add("~");
89 qualifiedNames.add("`");
90 qualifiedNames.add("@");
91 qualifiedNames.add("#");
92 qualifiedNames.add("$");
93 qualifiedNames.add("%");
94 qualifiedNames.add("^")
    [all...]
  /external/clang/test/Index/
complete-at-exprstmt.m 14 + (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/
PassManagerBuilder.cpp 106 // Add TypeBasedAliasAnalysis before BasicAliasAnalysis so that
109 PM.add(createTypeBasedAliasAnalysisPass());
110 PM.add(createBasicAliasAnalysisPass());
116 // Add LibraryInfo if we have some.
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())
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebFilterAnimationCurve.h 46 virtual void add(const WebFilterKeyframe&, TimingFunctionType = TimingFunctionTypeEase) = 0;
49 virtual void add(const WebFilterKeyframe&, double x1, double y1, double x2, double y2) = 0;
  /external/chromium_org/third_party/skia/dm/
DMTaskRunner.h 18 void add(CpuTask* task);
19 void add(GpuTask* task);
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
IElementList.java 20 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/
main.c 7 int (^add)(int, int) = ^int(int a, int b)
17 printf("%d\n", add(3, 4));
  /external/llvm/lib/Transforms/Scalar/
Scalar.cpp 76 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(createLoopDeletionPass())
    [all...]
  /external/llvm/test/MC/AArch64/
neon-scalar-add-sub.s 4 // Scalar Integer Add
6 add d31, d0, d16
8 // CHECK: add d31, d0, d16 // encoding: [0x1f,0x84,0xf0,0x5e]
  /external/llvm/test/MC/X86/
intel-syntax-directional-label.s 12 add rdi, 2
16 add rdi, 1
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DOMImplementationCreateDocumentType.java 84 publicIds.add("1234");
85 publicIds.add("test");
88 systemIds.add("");
89 systemIds.add("test");
118 qualifiedNames.add("_:_");
119 qualifiedNames.add("_:h0");
120 qualifiedNames.add("_:test");
121 qualifiedNames.add("_:_.");
122 qualifiedNames.add("_:a-");
123 qualifiedNames.add("l_:_")
    [all...]
  /external/llvm/test/MC/Mips/
nabi-regs.s 18 # CHECK: add $16, $16, $4 # encoding: [0x02,0x04,0x80,0x20]
19 add $s0,$s0,$a0
20 # CHECK: add $16, $16, $6 # encoding: [0x02,0x06,0x80,0x20]
21 add $s0,$s0,$a2
22 # CHECK: add $16, $16, $7 # encoding: [0x02,0x07,0x80,0x20]
23 add $s0,$s0,$a3
24 # CHECK: add $16, $16, $8 # encoding: [0x02,0x08,0x80,0x20]
25 add $s0,$s0,$a4
26 # CHECK: add $16, $16, $9 # encoding: [0x02,0x09,0x80,0x20]
27 add $s0,$s0,$a
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/tests/
lc3b-basic.asm 0 add r7, r6, r5
2 add r4, r3, 22 label
1 add r7, r6, r5 label

Completed in 1410 milliseconds

12 3 4 5 6 7 8 91011>>