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

1234567891011>>

/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DFileFilter.java88 ignoreResultList.add("fast/dom/HTMLKeygenElement/keygen.html"); // Missing layoutTestController.shadowRoot()
89 ignoreResultList.add("fast/dom/Geolocation/window-close-crash.html"); // Missing layoutTestContoller.setCloseRemainingWindowsWhenComplete()
90 ignoreResultList.add("fast/dom/Geolocation/page-reload-cancel-permission-requests.html"); // Missing layoutTestController.numberOfPendingGeolocationPermissionRequests()
91 ignoreResultList.add("fast/dom/HTMLLinkElement/link-and-subresource-test.html"); // Missing layoutTestController.dumpResourceResponseMIMETypes()
92 ignoreResultList.add("fast/dom/HTMLLinkElement/prefetch.html"); // Missing layoutTestController.dumpResourceResponseMIMETypes()
93 ignoreResultList.add("fast/dom/HTMLLinkElement/subresource.html"); // Missing layoutTestController.dumpResourceResponseMIMETypes()
94 ignoreResultList.add("fast/encoding/char-decoding.html"); // fails in Java HTTP stack, see http://b/issue?id=3047156
95 ignoreResultList.add("fast/encoding/hanarei-blog32-fc2-com.html"); // fails in Java HTTP stack, see http://b/issue?id=3046986
96 ignoreResultList.add("fast/encoding/mailto-always-utf-8.html"); // Requires waitForPolicyDelegate(), see http://b/issue?id=3043468
97 ignoreResultList.add("fas
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DMccTable.java334 table.add(new MccEntry(202,"gr",2)); //Greece
335 table.add(new MccEntry(204,"nl",2,"nl")); //Netherlands (Kingdom of the)
336 table.add(new MccEntry(206,"be",2)); //Belgium
337 table.add(new MccEntry(208,"fr",2,"fr")); //France
338 table.add(new MccEntry(212,"mc",2)); //Monaco (Principality of)
339 table.add(new MccEntry(213,"ad",2)); //Andorra (Principality of)
340 table.add(new MccEntry(214,"es",2,"es")); //Spain
341 table.add(new MccEntry(216,"hu",2)); //Hungary (Republic of)
342 table.add(new MccEntry(218,"ba",2)); //Bosnia and Herzegovina
343 table.add(ne
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DLightingColorFilter.java28 * 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) { argument
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); argument
37 private static native int nCreateLightingFilter(int nativeFilter, int mul, int add); argument
/frameworks/opt/mms/src/java/com/google/android/mms/
H A DContentType.java84 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_BM
[all...]
/frameworks/base/core/tests/coretests/src/android/view/
H A DListContextMenu.java99 MenuItem item = menu.add(0, 0, 0, "Really long menu item name");
106 sm.add(1, 0, 0, "Subitem 1");
107 sm.add(1, 0, 0, "Subitem 2");
108 sm.add(1, 0, 0, "Subitem 3");
110 menu.add(0, 0, 0, "Item 3");
111 menu.add(0, 0, 0, "Item 4");
112 menu.add(0, 0, 0, "Item 5");
113 menu.add(0, 0, 0, "Item 6");
114 menu.add(0, 0, 0, "Item 7");
115 menu.add(
[all...]
H A DMenuTest.java46 final MenuItem item = mMenu.add(0, id, 0, "test");
59 mMenu.add(0, 0, item1Index - 1, "ignore");
60 final MenuItem item = mMenu.add(groupId, 0, item1Index, "test");
61 mMenu.add(0, 0, item2Index - 1, "ignore");
62 final MenuItem item2 = mMenu.add(groupId, 0, item2Index, "test2");
80 mMenu.add(GROUP_ONE, 0, 0, "Menu text");
90 mMenu.add(0, 0, 0, "test").setShortcut('2', 'a');
100 mMenu.add(0, 0, 0, "test").setShortcut('2', 'a');
110 mMenu.add(0, 0, 0, "test").setShortcut('2', 'a');
122 mMenu.add(
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Ddec_lag3.cpp48 files (add.h, sub.h, etc.)
216 add(
225 i = add(i, i, pOverflow);
226 i = add(i, *T0, pOverflow);
235 add(
257 add(
275 add(
281 i = add(add(i, i, pOverflow), i, pOverflow);
311 add(
[all...]
H A Ddec_lag6.cpp48 files (add.h, sub.h, etc.)
214 add(
223 i = add(i, i, pOverflow);
224 i = add(i, *T0, pOverflow);
229 add(
241 add(
273 add(
291 add(
309 add(
316 w = add(
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Denc_lag3.cpp168 i = add (add (T0, T0), T0);
169 index = add (sub (i, 58), T0_frac);
173 index = add (T0, 112);
184 i = add (add (i, i), i);
185 index = add (add (i, 2), T0_frac);
194 tmp_lag = add (T0_min, 5);
198 uplag = add (ad
[all...]
H A Denc_lag6.cpp206 index = add(i, T0_frac, pOverflow);
210 index = add(T0, 368, pOverflow);
220 i = add(temp, temp, pOverflow);
221 i = add(temp, i, pOverflow);
222 i = add(i, i, pOverflow);
224 i = add(i, 3, pOverflow);
226 index = add(i, T0_frac, pOverflow);
/frameworks/compile/libbcc/runtime/lib/arm/
H A Dswitch16.S35 add r0, lr, r0, lsl #1 // compute address of element in table
37 add ip, lr, ip, lsl #1 // compute address of last element in table
39 add ip, lr, r0, lsl #1 // compute label = lr + element*2
H A Dswitch32.S35 add r0, lr, r0, lsl #2 // compute address of element in table
37 add ip, lr, ip, lsl #2 // compute address of last element in table
39 add ip, lr, r0 // compute label = lr + element
H A Dsync_synchronize.S26 add r7, sp, #0
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dadd.h31 Filename: /audio/gsm_amr/c/include/add.h
38 Description: Created separate header file for add function.
56 needed by the add function.
106 Word16 add(Word16 var1, Word16 var2, Flag *pOverflow);
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
H A DRSTestCore.java67 unitTests.add(new UT_primitives(this, mRes, mCtx));
68 unitTests.add(new UT_constant(this, mRes, mCtx));
69 unitTests.add(new UT_vector(this, mRes, mCtx));
70 unitTests.add(new UT_unsigned(this, mRes, mCtx));
71 unitTests.add(new UT_array_init(this, mRes, mCtx));
72 unitTests.add(new UT_array_alloc(this, mRes, mCtx));
73 unitTests.add(new UT_kernel(this, mRes, mCtx));
74 unitTests.add(new UT_kernel_struct(this, mRes, mCtx));
75 unitTests.add(new UT_bug_char(this, mRes, mCtx));
76 unitTests.add(ne
[all...]
/frameworks/base/core/tests/coretests/src/android/database/
H A DMatrixCursorTest.java34 cursor.newRow().add(null);
50 .add("a")
51 .add(1)
52 .add(2)
53 .add(3)
54 .add(4)
55 .add(5)
56 .add(new byte[] {(byte) 0xaa, (byte) 0x55});
63 .add("a")
64 .add("
[all...]
/frameworks/ex/photoviewer/sample/src/com/example/photoviewersample/
H A DSampleProvider.java108 .add("content://" + PROVIDER_URI + "/photos/1") // uri
109 .add("blah.png") // displayName
110 .add("content://" + PROVIDER_URI + "/photos/1/contentUri") // contentUri
111 .add("content://" + PROVIDER_URI + "/photos/1/thumbnailUri") // thumbnailUri
112 .add("image/png"); // contentType
116 .add("content://" + PROVIDER_URI + "/photos/2") // uri
117 .add("johannson.png") // displayName
118 .add("content://" + PROVIDER_URI + "/photos/2/contentUri") // contentUri
119 .add("content://" + PROVIDER_URI + "/photos/2/thumbnailUri") // thumbnailUri
120 .add("imag
[all...]
/frameworks/native/libs/utils/tests/
H A DVector_test.cpp44 vector.add(1);
45 vector.add(2);
46 vector.add(3);
55 // add an element to the first vector
56 vector.add(4);
62 // add an element to the copy
63 other.add(5);
/frameworks/opt/photoviewer/sample/src/com/example/photoviewersample/
H A DSampleProvider.java108 .add("content://" + PROVIDER_URI + "/photos/1") // uri
109 .add("blah.png") // displayName
110 .add("content://" + PROVIDER_URI + "/photos/1/contentUri") // contentUri
111 .add("content://" + PROVIDER_URI + "/photos/1/thumbnailUri") // thumbnailUri
112 .add("image/png"); // contentType
116 .add("content://" + PROVIDER_URI + "/photos/2") // uri
117 .add("johannson.png") // displayName
118 .add("content://" + PROVIDER_URI + "/photos/2/contentUri") // contentUri
119 .add("content://" + PROVIDER_URI + "/photos/2/thumbnailUri") // thumbnailUri
120 .add("imag
[all...]
/frameworks/compile/libbcc/lib/Core/
H A DCompiler.cpp168 lto_passes.add(target_data);
183 lto_passes.add(llvm::createGlobalOptimizerPass());
184 lto_passes.add(llvm::createConstantMergePass());
189 lto_passes.add(llvm::createIPSCCPPass());
192 lto_passes.add(llvm::createGlobalOptimizerPass());
196 lto_passes.add(llvm::createConstantMergePass());
199 lto_passes.add(llvm::createDeadArgEliminationPass());
205 lto_passes.add(llvm::createInstructionCombiningPass());
208 lto_passes.add(llvm::createFunctionInliningPass());
211 lto_passes.add(llv
[all...]
/frameworks/base/tools/aapt/tests/
H A DCrunchCache_test.cpp35 sourceData.add(String8("res/drawable/hello.png"),3);
37 sourceData.add(String8("res/drawable/world.png"),5);
39 sourceData.add(String8("res/drawable-cool/hello.png"),3);
42 destData.add(String8("res2/drawable/hello.png"),3);
43 destData.add(String8("res2/drawable/world.png"),3);
45 destData.add(String8("res2/drawable/dead.png"),3);
49 data.add(source,sourceData);
50 data.add(dest,destData);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DLightingColorFilter_Delegate.java58 /*package*/ static int native_CreateLightingFilter(int mul, int add) { argument
64 /*package*/ static int nCreateLightingFilter(int nativeFilter, int mul, int add) { argument
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
H A DR4R8First_v5.s40 add r8, r0, r2
41 add r9, r1, r3
46 add r2, r4, r6
47 add r3, r5, r7
52 add r6, r8, r2
53 add r7, r9, r3
58 add r2, r0, r5
62 add r1, r1, r4
70 add r11, r11, #32
95 add r
[all...]
H A DAutoCorrelation_v5.s50 add r2, r2, #4
59 add r2, r2, #4
71 add r2, r2, #4
72 add r8, r8, #6
80 add r2, r2, #2
84 add r8, r8, #1
110 add r6, r5, r8, lsl #1
118 add r8, r1, r6
119 add r9, r5, r1
123 add r
[all...]
/frameworks/base/core/java/android/provider/
H A DSettings.java312 * To tell which input method's subtypes are displayed in the settings, add
480 * The account types available to add via the add account button may be restricted by adding an
494 * Activity Action: Show add account screen for creating a new account.
499 * The account types available to add may be restricted by adding an {@link #EXTRA_AUTHORITIES}
882 MOVED_TO_SECURE.add(Secure.ANDROID_ID);
883 MOVED_TO_SECURE.add(Secure.HTTP_PROXY);
884 MOVED_TO_SECURE.add(Secure.LOCATION_PROVIDERS_ALLOWED);
885 MOVED_TO_SECURE.add(Secure.LOCK_BIOMETRIC_WEAK_FLAGS);
886 MOVED_TO_SECURE.add(Secur
5737 public static Uri add(ContentResolver cr, method in class:Settings.Bookmarks
[all...]

Completed in 1713 milliseconds

1234567891011>>