| /libcore/json/src/test/java/libcore/org/json/ |
| JSONObjectTest.java | 52 // returns null rather than an empty array! 544 JSONArray array = object.toJSONArray(names); local 545 assertEquals(-0.0d, array.get(0)); 546 assertEquals(value, array.get(1)); 547 assertEquals(true, array.get(2)); 550 assertEquals(true, array.get(2)); 565 JSONArray array = object.toJSONArray(names); local 566 assertEquals(4, array.length()); 568 assertEquals(5.0d, array.get(0)); 569 assertEquals(true, array.get(1)) 591 JSONArray array = new JSONArray(); local 608 JSONArray array = object.toJSONArray(names); local 784 JSONArray array = object.getJSONArray("foo"); local 791 JSONArray array = new JSONArray(); local 893 JSONArray array = object.names(); local 1020 JSONArray array = new JSONArray(); local [all...] |
| /libcore/luni/src/test/java/libcore/java/sql/ |
| OldStatementTest.java | 576 Vector<int[]> array = new Vector<int[]>(); local 577 array.addElement(null); 578 array.addElement(new int[] { 1, 2, 3 }); 579 array.addElement(new int[] { 1, 2, 10, 100 }); 580 array.addElement(new int[] {}); 584 st.execute(queries[i], (int[]) array.elementAt(i)); 612 Vector<String[]> array = new Vector<String[]>(); local 613 array.addElement(null); 614 array.addElement(new String[] { "", "", "", "", "", "", "", "" }); 615 array.addElement(new String[] { "field 1", "", "field2" }) 846 Vector<int[]> array = new Vector<int[]>(); local 931 Vector<String[]> array = new Vector<String[]>(); local [all...] |
| /libcore/ojluni/src/main/java/java/util/ |
| ArrayPrefixHelpers.java | 75 * When true, they cumulate array elements. CUMULATE is set at 102 /** The smallest subtask array partition size to use as threshold */ 106 final T[] array; field in class:ArrayPrefixHelpers.CumulateTask 115 T[] array, int lo, int hi) { 117 this.function = function; this.array = array; 127 T[] array, int origin, int fence, int threshold, 130 this.function = function; this.array = array; 139 if ((fn = this.function) == null || (a = this.array) == null 258 final long[] array; field in class:ArrayPrefixHelpers.LongCumulateTask 408 final double[] array; field in class:ArrayPrefixHelpers.DoubleCumulateTask 558 final int[] array; field in class:ArrayPrefixHelpers.IntCumulateTask [all...] |
| /libcore/ojluni/src/main/java/java/util/concurrent/ |
| DelayQueue.java | 416 * Returns an array containing all of the elements in this queue. 417 * The returned array elements are in no particular order. 419 * <p>The returned array will be "safe" in that no references to it are 421 * a new array). The caller is thus free to modify the returned array. 423 * <p>This method acts as bridge between array-based and collection-based 426 * @return an array containing all of the elements in this queue 439 * Returns an array containing all of the elements in this queue; the 440 * runtime type of the returned array is that of the specified array 533 final Object[] array; \/\/ Array of all elements field in class:DelayQueue.Itr [all...] |
| /packages/apps/Dialer/java/com/android/incallui/ |
| InCallUIMaterialColorMapUtils.java | 32 primaryColors = resources.obtainTypedArray(R.array.background_colors); 33 secondaryColors = resources.obtainTypedArray(R.array.background_colors_dark); 49 * the background_colors array, so first search the list for the matching color and fall back to
|
| /packages/apps/Email/provider_src/com/android/email/ |
| ResourceHelper.java | 42 mAccountColorArray = mResources.obtainTypedArray(R.array.combined_view_account_colors); 43 mAccountColors = mResources.getIntArray(R.array.combined_view_account_colors);
|
| /packages/apps/Settings/src/com/android/settings/development/ |
| BluetoothAudioBitsPerSamplePreferenceController.java | 45 R.array.bluetooth_a2dp_codec_bits_per_sample_values); 51 R.array.bluetooth_a2dp_codec_bits_per_sample_summaries);
|
| BluetoothAudioChannelModePreferenceController.java | 45 R.array.bluetooth_a2dp_codec_channel_mode_values); 51 R.array.bluetooth_a2dp_codec_channel_mode_summaries);
|
| BluetoothAudioQualityPreferenceController.java | 45 R.array.bluetooth_a2dp_codec_ldac_playback_quality_values); 51 R.array.bluetooth_a2dp_codec_ldac_playback_quality_summaries);
|
| BluetoothAudioSampleRatePreferenceController.java | 45 R.array.bluetooth_a2dp_codec_sample_rate_values); 51 R.array.bluetooth_a2dp_codec_sample_rate_summaries);
|
| BluetoothAvrcpVersionPreferenceController.java | 45 mListValues = context.getResources().getStringArray(R.array.bluetooth_avrcp_version_values); 46 mListSummaries = context.getResources().getStringArray(R.array.bluetooth_avrcp_versions);
|
| /packages/apps/Settings/tests/robotests/src/com/android/settings/development/ |
| LogdSizePreferenceControllerTest.java | 63 mListValues = mContext.getResources().getStringArray(R.array.select_logd_size_values); 64 mListSummaries = mContext.getResources().getStringArray(R.array.select_logd_size_summaries);
|
| /packages/apps/Settings/tests/unit/src/com/android/settings/development/ |
| BluetoothMaxConnectedAudioDevicesPreferenceControllerInstrumentationTest.java | 48 .getStringArray(R.array.bluetooth_max_connected_audio_devices_values); 50 .getStringArray(R.array.bluetooth_max_connected_audio_devices);
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/ |
| stdtr1c++.h | 31 #include <tr1/array>
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/ |
| stdtr1c++.h | 31 #include <tr1/array>
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/ |
| stdtr1c++.h | 31 #include <tr1/array>
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/ |
| stdtr1c++.h | 31 #include <tr1/array>
|
| /prebuilts/go/darwin-x86/src/debug/dwarf/testdata/ |
| typedef.c | 32 long long array[40]; member in struct:my_struct 42 long long array[40]; member in union:my_union
|
| /prebuilts/go/darwin-x86/src/runtime/ |
| os2_solaris.go | 11 _NSIG = 73 /* number of signals in sigtable array */
|
| slice.go | 12 array unsafe.Pointer 19 array *notInHeap 92 racereadrangepc(old.array, uintptr(old.len*int(et.size)), callerpc, funcPC(growslice)) 95 msanread(old.array, uintptr(old.len*int(et.size))) 103 // We assume that append doesn't need to preserve old.array in this case. 173 memmove(p, old.array, lenmem) 181 memmove(p, old.array, lenmem) 184 typedmemmove(et, add(p, i), add(old.array, i)) 209 racewriterangepc(to.array, uintptr(n*int(width)), callerpc, pc) 210 racereadrangepc(fm.array, uintptr(n*int(width)), callerpc, pc [all...] |
| /prebuilts/go/darwin-x86/test/fixedbugs/ |
| bug092.go | 19 gri: array size matters, possibly related to stack overflow check?
|
| bug338.go | 21 bug338.go:14: array bound must be non-negative
|
| gcc61265.go | 7 // PR61265: The gccgo middle-end failed to represent array composite literals
|
| issue14988.go | 7 // Issue 14988: defining a map with an invalid forward declaration array
|
| issue15303.go | 7 // Ensure that inlined struct/array comparisons have the right side-effects.
|