Searched defs:add (Results 26 - 50 of 145) sorted by relevance

123456

/frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/
H A Dnative.cpp25 add(JNIEnv *env, jobject thiz, jint a, jint b) { function
34 {"add", "(II)I", (void*)add },
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/
H A Dnative.cpp25 add(JNIEnv *env, jobject thiz, jint a, jint b) { function
34 {"add", "(II)I", (void*)add },
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/
H A Dnative.cpp25 add(JNIEnv *env, jobject thiz, jint a, jint b) { function
34 {"add", "(II)I", (void*)add },
/frameworks/base/rs/java/android/renderscript/
H A DDouble2.java42 * Vector add
48 public static Double2 add(Double2 a, Double2 b) { method in class:Double2
57 * Vector add
61 public void add(Double2 value) { method in class:Double2
67 * Vector add
71 public void add(double value) { method in class:Double2
77 * Vector add
83 public static Double2 add(Double2 a, double b) { method in class:Double2
263 * Vector add Multiple
H A DDouble3.java44 * Vector add
50 public static Double3 add(Double3 a, Double3 b) { method in class:Double3
60 * Vector add
64 public void add(Double3 value) { method in class:Double3
71 * Vector add
75 public void add(double value) { method in class:Double3
82 * Vector add
88 public static Double3 add(Double3 a, double b) { method in class:Double3
281 * Vector add Multiple
H A DFloat2.java41 * Vector add
47 public static Float2 add(Float2 a, Float2 b) { method in class:Float2
56 * Vector add
60 public void add(Float2 value) { method in class:Float2
66 * Vector add
70 public void add(float value) { method in class:Float2
76 * Vector add
82 public static Float2 add(Float2 a, float b) { method in class:Float2
262 * Vector add Multiple
345 * add th
[all...]
H A DFloat3.java44 * Vector add
50 public static Float3 add(Float3 a, Float3 b) { method in class:Float3
60 * Vector add
64 public void add(Float3 value) { method in class:Float3
71 * Vector add
75 public void add(float value) { method in class:Float3
82 * Vector add
88 public static Float3 add(Float3 a, float b) { method in class:Float3
281 * Vector add Multiple
372 * add th
[all...]
H A DByte2.java43 * Vector add
47 public void add(Byte2 a) { method in class:Byte2
53 * Vector add
59 public static Byte2 add(Byte2 a, Byte2 b) { method in class:Byte2
68 * Vector add
72 public void add(byte value) { method in class:Byte2
78 * Vector add
84 public static Byte2 add(Byte2 a, byte b) { method in class:Byte2
281 * Vector add Multiple
358 * add th
[all...]
H A DByte3.java46 * Vector add
50 public void add(Byte3 a) { method in class:Byte3
57 * Vector add
63 public static Byte3 add(Byte3 a, Byte3 b) { method in class:Byte3
73 * Vector add
77 public void add(byte value) { method in class:Byte3
84 * Vector add
90 public static Byte3 add(Byte3 a, byte b) { method in class:Byte3
301 * Vector add Multiple
387 * add th
[all...]
H A DByte4.java48 * Vector add
52 public void add(Byte4 a) { method in class:Byte4
60 * Vector add
66 public static Byte4 add(Byte4 a, Byte4 b) { method in class:Byte4
77 * Vector add
81 public void add(byte value) { method in class:Byte4
89 * Vector add
95 public static Byte4 add(Byte4 a, byte b) { method in class:Byte4
320 * Vector add Multiple
415 * add th
[all...]
H A DDouble4.java47 * Vector add
53 public static Double4 add(Double4 a, Double4 b) { method in class:Double4
64 * Vector add
68 public void add(Double4 value) { method in class:Double4
76 * Vector add
80 public void add(double value) { method in class:Double4
88 * Vector add
94 public static Double4 add(Double4 a, double b) { method in class:Double4
300 * Vector add Multiple
H A DFloat4.java47 * Vector add
53 public static Float4 add(Float4 a, Float4 b) { method in class:Float4
64 * Vector add
68 public void add(Float4 value) { method in class:Float4
76 * Vector add
80 public void add(float value) { method in class:Float4
88 * Vector add
94 public static Float4 add(Float4 a, float b) { method in class:Float4
300 * Vector add Multiple
399 * add th
[all...]
H A DInt2.java47 * Vector add
51 public void add(Int2 a) { method in class:Int2
57 * Vector add
63 public static Int2 add(Int2 a, Int2 b) { method in class:Int2
72 * Vector add
76 public void add(int value) { method in class:Int2
82 * Vector add
88 public static Int2 add(Int2 a, int b) { method in class:Int2
335 * Vector add Multiple
412 * add th
[all...]
H A DInt3.java50 * Vector add
54 public void add(Int3 a) { method in class:Int3
61 * Vector add
67 public static Int3 add(Int3 a, Int3 b) { method in class:Int3
77 * Vector add
81 public void add(int value) { method in class:Int3
88 * Vector add
94 public static Int3 add(Int3 a, int b) { method in class:Int3
359 * Vector add Multiple
445 * add th
[all...]
H A DInt4.java53 * Vector add
57 public void add(Int4 a) { method in class:Int4
65 * Vector add
71 public static Int4 add(Int4 a, Int4 b) { method in class:Int4
82 * Vector add
86 public void add(int value) { method in class:Int4
94 * Vector add
100 public static Int4 add(Int4 a, int b) { method in class:Int4
383 * Vector add Multiple
478 * add th
[all...]
/frameworks/ex/common/java/com/android/common/content/
H A DProjectionMap.java32 public Builder add(String column) { method in class:ProjectionMap.Builder
37 public Builder add(String alias, String expression) { method in class:ProjectionMap.Builder
44 add(column);
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/
H A DObexAppParameters.java53 this.add(tag, val);
103 public void add(byte tag, byte val) { method in class:ObexAppParameters
108 public void add(byte tag, short val) { method in class:ObexAppParameters
113 public void add(byte tag, int val) { method in class:ObexAppParameters
118 public void add(byte tag, long val) { method in class:ObexAppParameters
123 public void add(byte tag, String val) { method in class:ObexAppParameters
128 public void add(byte tag, byte[] bval) { method in class:ObexAppParameters
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/utils/
H A DObexAppParameters.java53 this.add(tag, val);
103 public void add(byte tag, byte val) { method in class:ObexAppParameters
108 public void add(byte tag, short val) { method in class:ObexAppParameters
113 public void add(byte tag, int val) { method in class:ObexAppParameters
118 public void add(byte tag, long val) { method in class:ObexAppParameters
123 public void add(byte tag, String val) { method in class:ObexAppParameters
128 public void add(byte tag, byte[] bval) { method in class:ObexAppParameters
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DArrayObjectAdapter.java83 * @param item The item to add to the end of the adapter.
85 public void add(Object item) { method in class:ArrayObjectAdapter
86 add(mItems.size(), item);
95 public void add(int index, Object item) { method in class:ArrayObjectAdapter
96 mItems.add(index, item);
/frameworks/av/media/libmedia/
H A DAudioParameter.cpp55 mParameters.add(key, value);
87 status_t AudioParameter::add(const String8& key, const String8& value) function in class:android::AudioParameter
90 mParameters.add(key, value);
103 return add(key, str8);
114 return add(key, str8);
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
H A Dbasicop2.c83 | Function Name : add |
116 Word16 add (Word16 var1, Word16 var2) function
1068 | shr_r(var1,var2) = add(shr(var1,var2),1) |
1550 var_out = add (var_out, 1);
/frameworks/base/core/java/android/database/
H A DMatrixCursor.java23 * {@link #newRow()} to add rows. Automatically expands internal capacity
185 * {@link #add(Object)}, which starts from the left-most column and adds one
189 * {@link #add(String, Object)}. If the cursor includes the given column,
210 * @throws CursorIndexOutOfBoundsException if you try to add too many
214 public RowBuilder add(Object columnValue) { method in class:MatrixCursor.RowBuilder
230 public RowBuilder add(String columnName, Object value) { method in class:MatrixCursor.RowBuilder
/frameworks/base/core/java/android/text/
H A DAutoText.java195 add(src, off);
212 private void add(String src, char off) { method in class:AutoText
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityCache.java179 windows.add(AccessibilityWindowInfo.obtain(window));
204 public void add(AccessibilityNodeInfo info) { method in class:AccessibilityCache
207 Log.i(LOG_TAG, "add(" + info + ")");
237 // add cyclse to the cache.
388 if (!seen.add(node)) {
/frameworks/base/libs/hwui/utils/
H A DSortedListImpl.cpp77 ssize_t SortedListImpl::add(const void* item) { function in class:android::uirenderer::SortedListImpl
91 ssize_t err = add(reinterpret_cast<const char*> (buffer) + i * is);

Completed in 566 milliseconds

123456