/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue20749.go | 9 // Verify that the compiler complains even if the array
|
issue4452.go | 12 _ = [...]int(4) // ERROR "\[\.\.\.\].*outside of array literal"
|
issue8438.go | 8 // array-literal conversion
|
/prebuilts/go/darwin-x86/test/ken/ |
range.go | 42 println("key array range", k, v, a[k]) 48 println("key array size", i) 86 println("key:value array range", k, v, a[k]) 92 println("key:value array size", i)
|
/prebuilts/go/linux-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/linux-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/linux-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.
|
issue20749.go | 9 // Verify that the compiler complains even if the array
|
issue4452.go | 12 _ = [...]int(4) // ERROR "\[\.\.\.\].*outside of array literal"
|
issue8438.go | 8 // array-literal conversion
|
/prebuilts/go/linux-x86/test/ken/ |
range.go | 42 println("key array range", k, v, a[k]) 48 println("key array size", i) 86 println("key:value array range", k, v, a[k]) 92 println("key:value array size", i)
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary/meta.unary.cat/ |
array.pass.cpp | 12 // array 47 typedef char array[3]; typedef 54 test_array<array>();
|
/system/connectivity/wifilogd/ |
main_loop.cpp | 17 #include <array> 52 std::array<uint8_t, protocol::kMaxMessageSize> input_buf;
|
/art/runtime/mirror/ |
emulated_stack_frame.cc | 90 int8_t* array = stack_frame_->GetData(); local 93 memcpy(array + stack_frame_idx_, &value, sizeof(uint32_t)); 98 int8_t* array = stack_frame_->GetData(); local 101 memcpy(array + stack_frame_idx_, &value, sizeof(int64_t)); 110 const int8_t* array = stack_frame_->GetData(); local 115 memcpy(&val, array + stack_frame_idx_, sizeof(uint32_t)); 121 const int8_t* array = stack_frame_->GetData(); local 126 memcpy(&val, array + stack_frame_idx_, sizeof(int64_t)); 239 const int8_t* array = stack_frame->GetData(); local 243 memcpy(&primitive, array + length - sizeof(int64_t), sizeof(int64_t)) 263 int8_t* array = stack_frame->GetData(); local [all...] |
/external/libmojo/base/android/ |
jni_array.cc | 16 // may be -1 if |array| is not a valid Java array), provide a safe wrapper 22 DCHECK_GE(length, 0) << "Invalid array length: " << length; 80 // Returns a new Java long array converted from the given int64_t array. 87 // Returns a new Java float array converted from the given C++ float array. 149 jobjectArray array, 152 if (!array) 154 size_t len = SafeGetArrayLength(env, array); [all...] |
/external/mesa3d/src/mesa/main/ |
arrayobj.c | 31 * Implementation of Vertex Array Objects (VAOs), from OpenGL 3.1+, 59 * Look up the array object for the given ID. 62 * Either a pointer to the array object with the specified ID or \c NULL for 74 _mesa_HashLookup(ctx->Array.Objects, id); 79 * Looks up the array object for the given ID. 82 * error if the array object does not exist. It also returns the default 83 * array object when ctx is a compatibility profile context and id is zero. 91 * zero, indicating the default vertex array object, or] 92 * the name of the vertex array object." 102 return ctx->Array.DefaultVAO 238 struct gl_array_attributes *array = &vao->VertexAttrib[index]; local [all...] |
/system/connectivity/wifilogd/tests/ |
os_unittest.cpp | 17 #include <array> 195 std::array<uint8_t, 8192> buffer{}; 208 std::array<uint8_t, kReadBufferSize> buffer{}; 221 std::array<uint8_t, kReadBufferSize> buffer{}; 232 std::array<uint8_t, 8192> buffer{}; 244 std::array<uint8_t, 8192> buffer{}; 255 constexpr std::array<uint8_t, 8192> buffer{}; 266 constexpr std::array<uint8_t, 8192> buffer{}; 276 constexpr std::array<uint8_t, 0> buffer{}; 286 constexpr std::array<uint8_t, 8192> buffer{} [all...] |
/art/test/106-exceptions2/src/ |
Main.java | 155 static void throwImplicitAIOBE(int[] array, int index) { 156 array[index] = 0; 160 int[] array = new int[10]; local 163 throwImplicitAIOBE(array, 11); 171 throwImplicitAIOBE(array, -1);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
Util.java | 15 * Convert time in second to sample array length. 47 * Pad zeros at the end, total length of array will be specified as length. If length is smaller 84 * Convert an short array to a double array. 95 * Convert a double array to a complex array. 114 * Find the index with the max value in an array. 121 * Find the index with the max value in a sub-array. 134 * Returns the index of an array with the array value closest to the desired value [all...] |
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/ |
AssertHelpers.java | 36 * <p>An empty or a null array always fails.</p> 55 * <p>Array sizes must match.</p> 58 * @param left Left array 59 * @param right Right array 62 assertEquals("Array lengths did not match", left.length, right.length); 78 * Assert that every element in the value array is greater than the lower bound (exclusive). 80 * @param value an array of items 94 * Assert that every element in the value array is less than the upper bound (exclusive). 96 * @param value an array of items 125 * Assert that the given array contains the given value [all...] |