HomeSort by relevance Sort by last modified time
    Searched refs:array (Results 576 - 600 of 1532) sorted by null

<<21222324252627282930>>

  /external/bluetooth/glib/tests/
slist-test.c 16 static guint32 array[SIZE]; variable
42 slist = g_slist_append (slist, GINT_TO_POINTER (array[i]));
66 slist = g_slist_append (slist, GINT_TO_POINTER (array[i]));
90 slist = g_slist_insert_sorted (slist, GINT_TO_POINTER (array[i]), sort);
114 GINT_TO_POINTER (array[i]),
185 /* Create an array of random numbers. */
187 array[i] = g_random_int_range (NUMBER_MIN, NUMBER_MAX);
188 DEBUG_MSG (("number #%3.3d ---> %d", i, array[i]));
  /external/webkit/JavaScriptCore/tests/mozilla/js1_6/Array/
regress-304828.js 39 var summary = 'Array Generic Methods';
47 // use Array methods on a String
53 actual = Array.prototype.join.call(value);
66 actual = Array.prototype.reverse.call(value) + '';
79 actual = Array.prototype.sort.call(value) + '';
92 actual = Array.prototype.push.call(value, 'd', 'e', 'f');
106 actual = Array.prototype.pop.call(value);
120 actual = Array.prototype.unshift.call(value, 'a', 'b', 'c');
134 actual = Array.prototype.shift.call(value);
148 actual = Array.prototype.splice.call(value, 1, 1) + ''
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
PowerProfile.java 133 private static final String TAG_ARRAY = "array";
149 ArrayList<Double> array = new ArrayList<Double>(); local
162 // Finish array
163 sPowerMap.put(arrayName, array.toArray(new Double[array.size()]));
168 array.clear();
183 array.add(value);
189 sPowerMap.put(arrayName, array.toArray(new Double[array.size()]));
  /external/v8/test/mjsunit/
undeletable-functions.js 34 var array; variable
36 array = [
40 CheckJSCSemantics(Array.prototype, array, "Array prototype");
42 array = [
53 CheckJSCSemantics(Date.prototype, array, "Date prototype");
55 array = [
58 CheckJSCSemantics(Math, array, "Math1");
62 array =
    [all...]
  /dalvik/libnativehelper/include/nativehelper/
jni.h     [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/include/
jni.h     [all...]