Searched defs:add (Results 1 - 25 of 242) sorted by relevance

12345678910

/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dadd.cpp31 Filename: /audio/gsm_amr/c/src/add.c
36 Description: Created separate file for add function. Sync'ed up with the
87 FUNCTION NAME: add
101 pOverflow -> 1 if the add operation resulted in overflow
127 [1] add.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
132 Word16 add (Word16 var1, Word16 var2)
145 multiCounter[currCounter].add++;
176 Word16 add(Word16 var1, Word16 var2, Flag *pOverflow) function
/frameworks/layoutlib/bridge/src/android/graphics/
H A DLightingColorFilter_Delegate.java53 /*package*/ static long native_CreateLightingFilter(int mul, int add) { argument
/frameworks/support/transition/src/main/java/androidx/transition/
H A DViewGroupOverlayImpl.java46 * @see android.view.ViewOverlay#add(android.graphics.drawable.Drawable)
48 void add(@NonNull View view); method in interface:ViewGroupOverlayImpl
54 * @see #add(View)
H A DViewOverlayImpl.java34 void add(@NonNull Drawable drawable); method in interface:ViewOverlayImpl
45 * @see #add(Drawable)
H A DViewGroupOverlayApi18.java37 public void add(@NonNull Drawable drawable) { method in class:ViewGroupOverlayApi18
38 mViewGroupOverlay.add(drawable);
52 public void add(@NonNull View view) { method in class:ViewGroupOverlayApi18
53 mViewGroupOverlay.add(view);
H A DViewOverlayApi18.java36 public void add(@NonNull Drawable drawable) { method in class:ViewOverlayApi18
37 mViewOverlay.add(drawable);
/frameworks/base/core/java/android/view/
H A DViewGroupOverlay.java60 * {@code Drawable}s added with {@link #add(Drawable)} API even if a call to
61 * this API happened after the call to {@link #add(Drawable)}.</p>
69 * @see ViewOverlay#add(Drawable)
71 public void add(@NonNull View view) { method in class:ViewGroupOverlay
72 mOverlayViewGroup.add(view);
80 * @see #add(View)
/frameworks/base/tools/split-select/
H A DTestRules.h32 AndRule& add(const Rule& rhs) { function in struct:split::test::AndRule
33 subrules.add(new Rule(rhs));
43 OrRule& add(const Rule& rhs) { function in struct:split::test::OrRule
44 subrules.add(new Rule(rhs));
/frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
H A DMutableSelection.java58 public boolean add(@NonNull K key) { method in class:MutableSelection
59 return super.add(key);
/frameworks/av/camera/include/camera/
H A DCameraParameters2.h119 ssize_t add(const KeyT& key, const ValueT& value) { function in struct:android::CameraParameters2::OrderedKeyedVector
120 return mList.add(Pair(key, value));
170 return add(key, value);
/frameworks/av/include/camera/
H A DCameraParameters2.h119 ssize_t add(const KeyT& key, const ValueT& value) { function in struct:android::CameraParameters2::OrderedKeyedVector
120 return mList.add(Pair(key, value));
170 return add(key, value);
/frameworks/av/services/mediaresourcemanager/
H A DServiceLog.cpp33 void ServiceLog::add(const String8 &log) { function in class:android::ServiceLog
38 mLogs.add(String8::format("%s %s", buf, log.string()));
/frameworks/base/core/java/android/nfc/
H A DApduList.java19 public void add(byte[] command) { method in class:ApduList
20 commands.add(command);
48 commands.add(cmd);
/frameworks/base/core/java/android/util/
H A DSparseSetArray.java33 public boolean add(int n, T value) { method in class:SparseSetArray
42 set.add(value);
/frameworks/base/core/java/com/android/internal/util/
H A DExponentiallyBucketedHistogram.java50 * @param value The value to add
52 public void add(int value) { method in class:ExponentiallyBucketedHistogram
H A DMimeIconUtils.java31 private static void add(String mimeType, int resId) { method in class:MimeIconUtils
42 add("application/vnd.android.package-archive", icon);
46 add("application/ogg", icon);
47 add("application/x-flac", icon);
51 add("application/pgp-keys", icon);
52 add("application/pgp-signature", icon);
53 add("application/x-pkcs12", icon);
54 add("application/x-pkcs7-certreqresp", icon);
55 add("application/x-pkcs7-crl", icon);
56 add("applicatio
[all...]
H A DRingBufferIndices.java42 public int add() { method in class:RingBufferIndices
/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/graphics/java/android/graphics/
H A DLightingColorFilter.java30 * and one used to add to the source color (called <code>colorAdd</code>).
49 * and then adds a second color. The alpha components of the mul and add
52 public LightingColorFilter(@ColorInt int mul, @ColorInt int add) { argument
54 mAdd = add;
100 public void setColorAdd(@ColorInt int add) { argument
101 if (mAdd != add) {
102 mAdd = add;
112 private static native long native_CreateLightingFilter(int mul, int add); argument
/frameworks/base/libs/hwui/thread/
H A DTaskProcessor.h42 void add(const sp<Task<T> >& task) { function in class:android::uirenderer::TaskProcessor
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/util/
H A DIntArray.java25 public void add(int value) { method in class:IntArray
/frameworks/base/tools/preload2/src/com/android/preload/actions/
H A DShowDataAction.java55 add(builder, "Boot classpath:", inv.get(null));
61 add(builder, k, inv.get(k));
67 newFrame.getContentPane().add(new JScrollPane(new JTextArea(builder.toString())),
75 private void add(StringBuilder builder, String head, Set<String> set) { method in class:ShowDataAction
/frameworks/layoutlib/create/tests/com/android/tools/layoutlib/create/dataclass/
H A DClassWithNative.java35 public int add(int a, int b) { method in class:ClassWithNative

Completed in 764 milliseconds

12345678910