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

1234567891011>>

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DIconUtils.java34 private static void add(String mimeType, int resId) { method in class:IconUtils
45 add("application/vnd.android.package-archive", icon);
49 add("application/ogg", icon);
50 add("application/x-flac", icon);
54 add("application/pgp-keys", icon);
55 add("application/pgp-signature", icon);
56 add("application/x-pkcs12", icon);
57 add("application/x-pkcs7-certreqresp", icon);
58 add("application/x-pkcs7-crl", icon);
59 add("applicatio
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DMccTable.java304 languageMatches.add(l);
403 sTable.add(new MccEntry(202,"gr",2)); //Greece
404 sTable.add(new MccEntry(204,"nl",2)); //Netherlands (Kingdom of the)
405 sTable.add(new MccEntry(206,"be",2)); //Belgium
406 sTable.add(new MccEntry(208,"fr",2)); //France
407 sTable.add(new MccEntry(212,"mc",2)); //Monaco (Principality of)
408 sTable.add(new MccEntry(213,"ad",2)); //Andorra (Principality of)
409 sTable.add(new MccEntry(214,"es",2)); //Spain
410 sTable.add(new MccEntry(216,"hu",2)); //Hungary (Republic of)
411 sTable.add(ne
[all...]
/frameworks/opt/telephony/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/graphics/java/android/graphics/
H A DLightingColorFilter.java28 * 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) { argument
50 mAdd = add;
101 public void setColorAdd(int add) { argument
102 mAdd = add;
111 private static native long native_CreateLightingFilter(int mul, int add); argument
/frameworks/base/tools/split-select/
H A DRuleGenerator_test.cpp32 const ssize_t armeabiIndex = abis.add(abi::Variant_armeabi);
33 const ssize_t armeabi_v7aIndex = abis.add(abi::Variant_armeabi_v7a);
34 const ssize_t x86Index = abis.add(abi::Variant_x86);
58 const ssize_t highIndex = densities.add(ConfigDescription::DENSITY_HIGH);
59 const ssize_t xhighIndex = densities.add(ConfigDescription::DENSITY_XHIGH);
60 const ssize_t xxhighIndex = densities.add(ConfigDescription::DENSITY_XXHIGH);
64 .add(LtRule(Rule::SCREEN_DENSITY, 263))
69 .add(GtRule(Rule::SCREEN_DENSITY, 262))
70 .add(LtRule(Rule::SCREEN_DENSITY, 363))
75 .add(GtRul
[all...]
H A DRule_test.cpp34 .add(EqRule(Rule::SDK_VERSION, 7))
35 .add(OrRule()
36 .add(GtRule(Rule::SCREEN_DENSITY, 10))
37 .add(LtRule(Rule::SCREEN_DENSITY, 5))
79 .add(EqRule(Rule::SDK_VERSION, 7))
87 .add(AndRule()
88 .add(EqRule(Rule::SDK_VERSION, 7))
90 .add(EqRule(Rule::SDK_VERSION, 8))
95 .add(EqRule(Rule::SDK_VERSION, 7))
96 .add(EqRul
[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...]
/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/rs/java/tests/RsTest/src/com/android/rs/test/
H A DRSTestCore.java60 unitTests.add(new UT_primitives(this, mRes, mCtx));
61 unitTests.add(new UT_constant(this, mRes, mCtx));
62 unitTests.add(new UT_vector(this, mRes, mCtx));
63 unitTests.add(new UT_unsigned(this, mRes, mCtx));
64 unitTests.add(new UT_array_init(this, mRes, mCtx));
65 unitTests.add(new UT_array_alloc(this, mRes, mCtx));
66 unitTests.add(new UT_kernel(this, mRes, mCtx));
67 unitTests.add(new UT_kernel_struct(this, mRes, mCtx));
68 unitTests.add(new UT_kernel2d(this, mRes, mCtx));
69 unitTests.add(ne
[all...]
/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/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DRSTestCore.java60 unitTests.add(new UT_apitest(this, mRes, mCtx));
61 unitTests.add(new UT_primitives(this, mRes, mCtx));
62 unitTests.add(new UT_instance(this, mRes, mCtx));
63 unitTests.add(new UT_constant(this, mRes, mCtx));
64 unitTests.add(new UT_vector(this, mRes, mCtx));
65 unitTests.add(new UT_unsigned(this, mRes, mCtx));
66 unitTests.add(new UT_array_init(this, mRes, mCtx));
67 unitTests.add(new UT_array_alloc(this, mRes, mCtx));
68 unitTests.add(new UT_alloc_copy(this, mRes, mCtx));
69 unitTests.add(ne
[all...]
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DRSTestCore.java60 unitTests.add(new UT_apitest(this, mRes, mCtx));
61 unitTests.add(new UT_primitives(this, mRes, mCtx));
62 unitTests.add(new UT_instance(this, mRes, mCtx));
63 unitTests.add(new UT_constant(this, mRes, mCtx));
64 unitTests.add(new UT_vector(this, mRes, mCtx));
65 unitTests.add(new UT_unsigned(this, mRes, mCtx));
66 unitTests.add(new UT_array_init(this, mRes, mCtx));
67 unitTests.add(new UT_array_alloc(this, mRes, mCtx));
68 unitTests.add(new UT_alloc_copy(this, mRes, mCtx));
69 unitTests.add(ne
[all...]
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCameraCapabilities.java63 mSupportedFeatures.add(Feature.ZOOM);
66 mSupportedFeatures.add(Feature.VIDEO_SNAPSHOT);
69 mSupportedFeatures.add(Feature.AUTO_EXPOSURE_LOCK);
72 mSupportedFeatures.add(Feature.AUTO_WHITE_BALANCE_LOCK);
77 mSupportedFeatures.add(Feature.FOCUS_AREA);
81 mSupportedFeatures.add(Feature.METERING_AREA);
101 mSupportedPreviewSizes.add(new Size(s.width, s.height));
111 mSupportedVideoSizes.add(new Size(s.width, s.height));
121 mSupportedPhotoSizes.add(new Size(s.width, s.height));
133 mSupportedSceneModes.add(SceneMod
[all...]
/frameworks/base/core/java/android/view/
H A DViewGroupOverlay.java60 * @see ViewOverlay#add(Drawable)
62 public void add(View view) { method in class:ViewGroupOverlay
63 mOverlayViewGroup.add(view);
70 * @see #add(View)
/frameworks/base/packages/SettingsLib/
H A Dcommon.mk17 LOCAL_AAPT_FLAGS += --auto-add-overlay --extra-packages com.android.settingslib
/frameworks/support/design/src/android/support/design/internal/
H A DNavigationSubMenu.java38 public MenuItem add(CharSequence title) { method in class:NavigationSubMenu
39 MenuItem item = super.add(title);
45 public MenuItem add(int titleRes) { method in class:NavigationSubMenu
46 MenuItem item = super.add(titleRes);
52 public MenuItem add(int groupId, int itemId, int order, CharSequence title) { method in class:NavigationSubMenu
53 MenuItem item = super.add(groupId, itemId, order, title);
59 public MenuItem add(int groupId, int itemId, int order, int titleRes) { method in class:NavigationSubMenu
60 MenuItem item = super.add(groupId, itemId, order, titleRes);
/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/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DObservableArrayListTest.java45 mNotifications.add(new ListChange(ALL, 0, 0));
50 mNotifications.add(new ListChange(CHANGE, start, count));
55 mNotifications.add(new ListChange(INSERT, start, count));
60 mNotifications.add(new ListChange(MOVE, from, to, count));
65 mNotifications.add(new ListChange(REMOVE, start, count));
109 mObservable.add("Hello");
112 mObservable.add("World");
121 mObservable.add("Hello");
124 mObservable.add("World");
158 mObservable.add("Hell
[all...]
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/src/com/framework/shareduid/bit32/
H A DMainActivity.java25 // The runtime will add "lib" on the front and ".o" on the end of
30 static native int add(int a, int b); method in class:Native
39 int sum = Native.add(2, 3);
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/src/com/framework/shareduid/bit64/
H A DMainActivity.java25 // The runtime will add "lib" on the front and ".o" on the end of
30 static native int add(int a, int b); method in class:Native
39 int sum = Native.add(2, 3);
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/src/com/framework/shareduid/dual/
H A DMainActivity.java25 // The runtime will add "lib" on the front and ".o" on the end of
30 static native int add(int a, int b); method in class:Native
39 int sum = Native.add(2, 3);
/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);

Completed in 1260 milliseconds

1234567891011>>