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

123456

/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/base/tools/layoutlib/bridge/src/android/graphics/
H A DLightingColorFilter_Delegate.java53 /*package*/ static long native_CreateLightingFilter(int mul, int add) { argument
/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/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/base/core/java/android/app/
H A DQueuedWork.java66 * after an add(). The only time these Runnables are run is from
69 public static void add(Runnable finisher) { method in class:QueuedWork
70 sPendingWorkFinishers.add(finisher);
/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/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.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/libs/hwui/thread/
H A DTaskProcessor.h45 bool add(const sp<Task<T> >& task);
61 bool TaskProcessor<T>::add(const sp<Task<T> >& task) { function in class:android::uirenderer::TaskProcessor
/frameworks/base/location/java/android/location/
H A DLocalListenerHelper.java43 public boolean add(@NonNull TListener listener) { method in class:LocalListenerHelper
66 mListeners.add(listener);
/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/layoutlib/create/tests/com/android/tools/layoutlib/create/dataclass/
H A DClassWithNative.java32 public int add(int a, int b) { method in class:ClassWithNative
/frameworks/ex/common/tools/
H A Dmake-iana-tld-pattern.py90 def add(self, line): member in class:Bucket
141 getBucket(buckets, domain[0]).add(domain.strip())
147 getBucket(buckets, 'xn--').add(result[2:-1])
/frameworks/support/v4/gingerbread/android/support/v4/app/
H A DNotificationCompatGingerbread.java24 public static Notification add(Notification notification, Context context, method in class:NotificationCompatGingerbread
/frameworks/support/v4/honeycomb/android/support/v4/app/
H A DNotificationCompatHoneycomb.java26 static Notification add(Context context, Notification n, method in class:NotificationCompatHoneycomb
/frameworks/base/core/java/android/util/
H A DLongArray.java55 public void add(long value) { method in class:LongArray
56 add(mSize, value);
64 public void add(int index, long value) { method in class:LongArray
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DIconUtils.java35 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("applicatio
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DSectionSymbolSet.cpp37 bool SectionSymbolSet::add(LDSection& pOutSect, NamePool& pNamePool) function in class:SectionSymbolSet
94 pSymTab.add(*sym);
/frameworks/support/v4/ics/android/support/v4/app/
H A DNotificationCompatIceCreamSandwich.java26 static Notification add(Context context, Notification n, method in class:NotificationCompatIceCreamSandwich
/frameworks/av/media/libstagefright/
H A DClockEstimator.cpp59 void WindowedLinearFitEstimator::LinearFit::add(double x, double y, double w) { function in class:android::WindowedLinearFitEstimator::LinearFit
111 // add new sample to the head
113 mHead.add(x, y, mFirstWeight);
125 mHead.add(mXHistory[lastHeadIx], mYHistory[lastHeadIx], -1.); // remove
127 mMain.add(mXHistory[lastHeadIx], mYHistory[lastHeadIx], 1.);
130 mMain.add(mXHistory[mSampleIx], mYHistory[mSampleIx], -1.); // remove
131 mTail.add(mXHistory[mSampleIx], mYHistory[mSampleIx], 1.);
148 mHead.add(mXHistory[ix], mYHistory[ix], w);
/frameworks/base/core/java/android/app/usage/
H A DUsageStats.java126 public void add(UsageStats right) { method in class:UsageStats
/frameworks/base/core/java/android/os/
H A DRegistrantList.java29 add(Handler h, int what, Object obj) method in class:RegistrantList
31 add(new Registrant(h, what, obj));
39 add(new Registrant(h, what, obj));
43 add(Registrant r) method in class:RegistrantList
46 registrants.add(r);
/frameworks/base/core/jni/android/graphics/
H A DColorFilter.cpp45 static jlong CreateLightingFilter(JNIEnv* env, jobject, jint mul, jint add) { argument
46 return reinterpret_cast<jlong>(SkColorFilter::CreateLightingFilter(mul, add));

Completed in 850 milliseconds

123456