HomeSort by relevance Sort by last modified time
    Searched refs:array (Results 1326 - 1350 of 4096) sorted by null

<<51525354555657585960>>

  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Channel.java 71 * Construct message from an array.
75 * the array.
93 mMessage = message.array();
213 * of the array wrapped by the ByteBuffer.
224 * the array wrapped by the ByteBuffer.
418 socket.send(bb.array());
426 * the array.
450 * the array.
486 sendMessage(socket, msg_type, msg.array(), msg.position());
506 * the array
    [all...]
  /art/test/JniTest/
jni_test.cc 48 jobjectArray array = env->NewObjectArray(0, clazz, NULL); local
49 assert(array != NULL);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Spinner1.java 46 this, R.array.colors, android.R.layout.simple_spinner_item);
62 adapter = ArrayAdapter.createFromResource(this, R.array.planets,
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwAutofillManagerDelegate.java 76 * @param array AutofillSuggestion array that should get a new suggestion added.
77 * @param index Index in the array where to place a new suggestion.
83 private static void addToAutofillSuggestionArray(AutofillSuggestion[] array, int index,
85 array[index] = new AutofillSuggestion(name, label, uniqueId);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
AutofillPopupGlue.java 84 * @param array AutofillSuggestion array that should get a new suggestion added.
85 * @param index Index in the array where to place a new suggestion.
91 private static void addToAutofillSuggestionArray(AutofillSuggestion[] array, int index,
93 array[index] = new AutofillSuggestion(label, sublabel, uniqueId);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCVideoTrack.mm 44 _rendererArray = [NSMutableArray array];
  /external/chromium_org/v8/src/
smart-pointers.h 108 // A 'scoped array pointer' that calls DeleteArray on its pointer when the
113 static void Delete(T* array) {
114 DeleteArray(array);
  /external/chromium_org/v8/test/mjsunit/harmony/
dataview-accessors.js 100 array, frontPaddingNum, littleEndian, start, length) {
102 array.reverse();
103 var paddingArray = new Array(frontPaddingNum);
104 arrayBuffer = (new Uint8Array(paddingArray.concat(array))).buffer;
107 array.reverse(); // restore the array.
110 function runIntegerTestCases(isTestingGet, array, start, length) {
111 createDataView(array, 0, true, start, length);
184 function testFloat(isTestingGet, func, array, start, expected) {
186 createDataView(array, 0, true, start)
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-117409.js 39 // Truncate array to 0 elements, at which point backing store will be replaced
40 // with empty fixed array.
43 // ArrayPush built-in will replace empty fixed array backing store with 19
44 // elements fixed array backing store. This leads to a mismatch between the map
regress-crbug-222893.js 33 var array = ["a", "b", "c"]; variable
38 assertArrayEquals(array,
54 f.apply(this, array);
61 g.apply(this, array);
  /external/chromium_org/v8/test/webkit/
dfg-cfg-simplify-redundant-dead-get-local.js 28 var array = []; variable
45 array.push(dist);
53 for (var i = 0; i < array.length; ++i)
54 shouldBe("array[i]", "2.23606797749979");
  /external/clang/lib/Frontend/
LogDiagnosticPrinter.cpp 85 OS << " <array>\n";
116 OS << " </array>\n";
  /external/clang/test/CodeGenCXX/
arm.cpp 361 // Use a larger-than-mandated array cookie when allocating an
362 // array whose type is overaligned.
392 // Array allocation follows.
394 void testDelete(A *array) {
395 delete[] array;
409 // Array deallocation follows.
mangle-ms.cpp 138 // Array mangling.
163 char *array = new char[42]; local
166 delete [] array;
  /external/clang/test/SemaTemplate/
address-spaces.cpp 58 static __attribute__((address_space(3))) int array[17]; local
60 accept_any_pointer(array); // expected-note{{in instantiation of}}
  /external/clang/utils/analyzer/
update_plist_test.pl 32 # Skip the first array entry, which is for files.
34 if (/<\/array>/) { $firstArray = 0; }
  /external/guava/guava/src/com/google/common/collect/
ImmutableEnumSet.java 77 @Override public <T> T[] toArray(T[] array) {
78 return delegate.toArray(array);
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/grid/
FractalTileLoader.java 36 this.heightData = this.buffer.array();
57 float[] arr = buffer.array();
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ListPreferenceTest.java 48 listPreference.setEntries(R.array.greetings);
64 listPreference.setEntryValues(R.array.greetings);
  /external/v8/src/
elements.h 70 // changing array sizes as defined in EcmaScript 5.1 15.4.5.2, i.e. array that
79 // elements. This method should only be called for array expansion OR by
82 virtual MaybeObject* SetCapacityAndLength(JSArray* array,
92 // of elements from source after source_start to the destination array.
96 // destination array, padding any remaining uninitialized elements in the
97 // destination array with the hole.
131 static ElementsAccessor* ForArray(FixedArrayBase* array);
  /external/v8/test/mjsunit/regress/
regress-117409.js 39 // Trruncate array to 0 elements, at which point backing store will be replaced
40 // with empty fixed array.
43 // ArrayPush built-in will replace empty fixed array backing store with 19
44 // elements fixed array backing store. This leads to a mismatch between the map
  /frameworks/base/core/java/android/hardware/usb/
UsbRequest.java 141 result = native_queue_array(buffer.array(), length, out);
143 throw new IllegalArgumentException("buffer is not direct and has no array");
159 bytesRead = native_dequeue_array(mBuffer.array(), mLength, out);
  /frameworks/rs/cpu_ref/
rsCpuScriptGroup.cpp 209 sl.ins = ins.array();
210 sl.outs = outs.array();
211 sl.kernels = kernels.array();
227 sl.sigs = sigs.array();
228 sl.usrPtrs = usrPtrs.array();
229 sl.fnPtrs = fnPtrs.array();
230 sl.inExts = inExts.array();
231 sl.outExts = outExts.array();
  /libcore/json/src/main/java/org/json/
JSONTokener.java 48 * <li>Array elements separated by {@code ;}.
49 * <li>Unnecessary array separators. These are interpreted as if null was the
401 * array. The opening brace '[' should have already been read. Note that
402 * "[]" yields an empty array, but "[,]" returns a two-element array
414 throw syntaxError("Unterminated array");
440 throw syntaxError("Unterminated array");
511 * <p>The returned string shares its backing character array with this
537 * <p>The returned string shares its backing character array with this
  /packages/apps/Settings/src/com/android/settings/accessibility/
EdgeTypePreference.java 43 setValues(res.getIntArray(R.array.captioning_edge_type_selector_values));
44 setTitles(res.getStringArray(R.array.captioning_edge_type_selector_titles));

Completed in 675 milliseconds

<<51525354555657585960>>