/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
H A D | add.cpp | 31 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 D | LightingColorFilter_Delegate.java | 53 /*package*/ static long native_CreateLightingFilter(int mul, int add) { argument
|
/frameworks/base/core/java/android/view/ |
H A D | ViewGroupOverlay.java | 60 * @see ViewOverlay#add(Drawable) 62 public void add(View view) { method in class:ViewGroupOverlay 63 mOverlayViewGroup.add(view); 70 * @see #add(View)
|
/frameworks/base/tools/split-select/ |
H A D | TestRules.h | 32 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/av/include/camera/ |
H A D | CameraParameters2.h | 119 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 D | QueuedWork.java | 66 * 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 D | ApduList.java | 19 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 D | MainActivity.java | 25 // 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 D | MainActivity.java | 25 // 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 D | MainActivity.java | 25 // 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 D | 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) { 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 D | TaskProcessor.h | 45 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/packages/WallpaperCropper/src/com/android/gallery3d/util/ |
H A D | IntArray.java | 25 public void add(int value) { method in class:IntArray
|
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/dataclass/ |
H A D | ClassWithNative.java | 32 public int add(int a, int b) { method in class:ClassWithNative
|
/frameworks/ex/common/tools/ |
H A D | make-iana-tld-pattern.py | 90 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 D | NotificationCompatGingerbread.java | 24 public static Notification add(Notification notification, Context context, method in class:NotificationCompatGingerbread
|
/frameworks/support/v4/honeycomb/android/support/v4/app/ |
H A D | NotificationCompatHoneycomb.java | 26 static Notification add(Context context, Notification n, method in class:NotificationCompatHoneycomb
|
/frameworks/base/core/java/android/util/ |
H A D | IntArray.java | 56 public void add(int value) { method in class:IntArray 57 add(mSize, value); 65 public void add(int index, int value) { method in class:IntArray
|
H A D | LongArray.java | 55 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/location/java/android/location/ |
H A D | LocalListenerHelper.java | 47 public boolean add(@NonNull TListener listener) { method in class:LocalListenerHelper 68 return mListeners.add(listener);
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
H A D | IconUtils.java | 35 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/base/services/core/java/com/android/server/hdmi/ |
H A D | DelayedMessageBuffer.java | 42 * @param message {@link HdmiCecMessage} to add 44 void add(HdmiCecMessage message) { method in class:DelayedMessageBuffer 54 mBuffer.add(message); 58 mBuffer.add(message); 114 mBuffer.add(message); 119 mBuffer.add(message); 147 mBuffer.add(message);
|
/frameworks/compile/mclinker/lib/LD/ |
H A D | SectionSymbolSet.cpp | 37 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 D | NotificationCompatIceCreamSandwich.java | 26 static Notification add(Context context, Notification n, method in class:NotificationCompatIceCreamSandwich
|
/frameworks/av/media/libstagefright/ |
H A D | ClockEstimator.cpp | 59 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);
|