/frameworks/base/core/jni/android/graphics/ |
PathMeasure.cpp | 72 static void convertTwoElemFloatArray(JNIEnv* env, jfloatArray array, const SkScalar src[2]) { 73 AutoJavaFloatArray autoArray(env, array, 2);
|
/frameworks/base/libs/surfaceflinger/ |
Tokenizer.cpp | 108 const run_t* a = mRanges.array(); 163 const run_t* ranges = mRanges.array();
|
/frameworks/base/opengl/libagl/ |
Android.mk | 20 array.cpp.arm \
|
Tokenizer.cpp | 109 const run_t* a = mRanges.array(); 164 const run_t* ranges = mRanges.array();
|
/packages/apps/Mms/src/com/android/mms/util/ |
SmileyParser.java | 98 // NOTE: if you change anything about this array, you must make the corresponding change 120 public static final int DEFAULT_SMILEY_TEXTS = R.array.default_smiley_texts; 121 public static final int DEFAULT_SMILEY_NAMES = R.array.default_smiley_names;
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
AlertDialogSamples.java | 121 .setItems(R.array.select_dialog_items, new DialogInterface.OnClickListener() { 125 String[] items = getResources().getStringArray(R.array.select_dialog_items); 155 .setSingleChoiceItems(R.array.select_dialog_items2, 0, new DialogInterface.OnClickListener() { 178 .setMultiChoiceItems(R.array.select_dialog_items3,
|
/external/emma/core/java12/com/vladium/jcd/lib/ |
Types.java | 34 // TODO: handle array and other types 456 else if (_parameterType.isArray ()) // array type: 500 // array type: 518 // array type: 528 Object array = Array.newInstance (component, 0); local 529 return array.getClass (); 558 // array type: 576 // array type: 584 String array = component + " []" local [all...] |
/external/guava/src/com/google/common/collect/ |
ConcurrentHashMultiset.java | 150 @Override public <T> T[] toArray(T[] array) { 151 return snapshot().toArray(array); 422 @Override public <T> T[] toArray(T[] array) { 423 return snapshot().toArray(array);
|
ImmutableSetMultimap.java | 206 * Stores an array of values with the same key in the built multimap. 364 Object[] array = new Object[valueCount]; local 366 array[j] = stream.readObject(); 368 ImmutableSet<Object> valueSet = ImmutableSet.of(array); 369 if (valueSet.size() != array.length) {
|
/external/icu4c/common/ |
uresdata.h | 82 * int32_t indexes[indexes[0]]; -- array of indexes for friendly 122 * Array items are simple vectors of Resource handles. 154 * 8 Array: int32_t count, Resource[count] 214 U_CFUNC Resource res_getArrayItem(const ResourceData *pResData, Resource array, const int32_t indexS);
|
/external/kernel-headers/original/linux/ |
sem.h | 27 struct sem *sem_base; /* ptr to first semaphore in array */ 30 struct sem_undo *undo; /* undo requests on this array */ 31 unsigned short sem_nsems; /* no. of semaphores in array */ 37 /* semop system calls takes an array of these. */ 39 unsigned short sem_num; /* semaphore index in array */ 48 unsigned short __user *array; /* array for GETALL & SETALL */ member in union:semun 96 struct sem *sem_base; /* ptr to first semaphore in array */ 99 struct sem_undo *undo; /* undo requests on this array */ 100 unsigned long sem_nsems; /* no. of semaphores in array */ [all...] |
/external/sonivox/arm-fm-22k/lib_src/ |
eas_chorus.c | 181 * Purpose: Does fractional array look-up using linear interpolation 187 * array: pointer to array of signed 16 bit values, typically either PCM data or control data 190 * indexLimit: the total size of the array, used to compute buffer wrap 193 * Value from the input array, linearly interpolated between two actual data values 197 static EAS_I16 WeightedTap(const EAS_I16 *array, EAS_I16 indexReference, EAS_I32 indexDesired, EAS_I16 indexLimit) 212 //make sure we stay within array bounds, this implements circular buffer 218 //get two adjacent values from the array 219 val1 = array[index]; 224 val2 = array[indexLimit-1]; //get last value from arra [all...] |
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_chorus.c | 181 * Purpose: Does fractional array look-up using linear interpolation 187 * array: pointer to array of signed 16 bit values, typically either PCM data or control data 190 * indexLimit: the total size of the array, used to compute buffer wrap 193 * Value from the input array, linearly interpolated between two actual data values 197 static EAS_I16 WeightedTap(const EAS_I16 *array, EAS_I16 indexReference, EAS_I32 indexDesired, EAS_I16 indexLimit) 212 //make sure we stay within array bounds, this implements circular buffer 218 //get two adjacent values from the array 219 val1 = array[index]; 224 val2 = array[indexLimit-1]; //get last value from arra [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
eas_chorus.c | 181 * Purpose: Does fractional array look-up using linear interpolation 187 * array: pointer to array of signed 16 bit values, typically either PCM data or control data 190 * indexLimit: the total size of the array, used to compute buffer wrap 193 * Value from the input array, linearly interpolated between two actual data values 197 static EAS_I16 WeightedTap(const EAS_I16 *array, EAS_I16 indexReference, EAS_I32 indexDesired, EAS_I16 indexLimit) 212 //make sure we stay within array bounds, this implements circular buffer 218 //get two adjacent values from the array 219 val1 = array[index]; 224 val2 = array[indexLimit-1]; //get last value from arra [all...] |
/external/v8/test/mjsunit/compiler/ |
literals.js | 37 // Test some materialized array literals. 49 // Test array literals in effect context.
|
/external/v8/test/mjsunit/regress/ |
regress-279.js | 35 assertEquals(0, b.foo.length, "Array in object"); 53 assertEquals('undefined', typeof(b[0].bar), "Object in array"); 62 assertEquals(0, b[0].length, "Array in array");
|
/external/webkit/WebCore/bridge/qt/ |
qt_instance.cpp | 205 void QtInstance::getPropertyNames(ExecState* exec, PropertyNameArray& array) 219 array.add(Identifier(exec, prop.name())); 225 array.add(Identifier(exec, ba.constData())); 231 array.add(Identifier(exec, method.signature()));
|
/external/webkit/WebKit/mac/History/ |
WebHistoryItem.mm | 481 NSMutableArray *array = [[NSMutableArray alloc] initWithCapacity:13]; 483 [array addObject:[NSNumber numberWithInt:dailyVisitCounts[i]]]; 484 [dict setObject:array forKey:dailyVisitCountKey]; 485 [array release]; 490 NSMutableArray *array = [[NSMutableArray alloc] initWithCapacity:5]; 492 [array addObject:[NSNumber numberWithInt:weeklyVisitCounts[i]]]; 493 [dict setObject:array forKey:weeklyVisitCountKey]; 494 [array release];
|
/frameworks/base/core/java/android/appwidget/ |
AppWidgetHostView.java | 402 final ParcelableSparseArray array = new ParcelableSparseArray(); 403 final ClassLoader loader = array.getClass().getClassLoader(); 406 array.put(source.readInt(), source.readParcelable(loader)); 408 return array;
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
GL11Ext.java | 119 int array
|
/packages/apps/Music/src/com/android/music/ |
WeekSelector.java | 42 mWeeks.setItems(getResources().getStringArray(R.array.weeklist));
|
/packages/apps/Phone/src/com/android/phone/ |
HapticFeedback.java | 64 com.android.internal.R.array.config_virtualKeyVibePattern;
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
Config.java | 84 String[] corpora = mContext.getResources().getStringArray(R.array.default_corpora);
|
/dalvik/vm/ |
CheckJni.c | 52 * returns a byte array, things will fail in strange ways later on. 88 * of an array, generated). However, the current class loader may 415 "Object/Array", "boolean", "char", "float", "double", 704 * Verify that "array" is non-NULL and points to an Array object. 716 LOGW("JNI WARNING: received null array (%s)\n", func); 720 LOGW("JNI WARNING: jarray %p points to non-array object (%s)\n", 736 * Verify that the "mode" argument passed to a primitive array Release 748 * Verify that the length argument to array-creation calls is >= 0. 753 LOGW("JNI WARNING: negative length for array allocation (%s)\n", func) [all...] |
/dalvik/libcore/dom/src/test/java/org/w3c/domts/ |
DOMTest.java | 231 byte[] array = new byte[byteCount]; 233 array[i] = Byte.parseByte(bytes.substring(i * 2, i * 2 + 2), 16); 235 return new java.io.ByteArrayInputStream(array);
|