HomeSort by relevance Sort by last modified time
    Searched refs:Array (Results 1451 - 1475 of 1578) sorted by null

<<51525354555657585960>>

  /external/boringssl/src/ssl/
ssl_lib.cc 190 bool CBBFinishArray(CBB *cbb, Array<uint8_t> *out) {
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 1 // RUN: %clang_cc1 -triple i686-linux -Wno-string-plus-int -Wno-pointer-arith -Wno-zero-length-array -fsyntax-only -fcxx-exceptions -verify -std=c++11 -pedantic %s -Wno-comment -Wno-tautological-pointer-compare -Wno-bool-conversion
177 int a[(int)DoubleFn(f)()]; // expected-error {{variable length array}} expected-warning{{C99 feature}}
411 constexpr char c3 = "negative index"[-1]; // expected-error {{must be initialized by a constant expression}} expected-warning {{is before the beginning}} expected-note {{cannot refer to element -1 of array of 15 elements}}
479 namespace Array {
525 static_assert(*(&(&(*(*&(&zs[2] - 1)[0] + 2 - 2))[2])[-1][-1] + 1) == 11, ""); // expected-error {{constant expression}} expected-note {{cannot refer to element -1 of array of 2 elements in a constant expression}}
527 constexpr int err_zs_1_2_0_0 = zs[1][2][0][0]; // expected-error {{constant expression}} expected-note {{cannot access array element of pointer past the end}}
530 return (&p)[64]; // expected-note {{cannot refer to element 64 of array of 2 elements}}
898 static_assert(*(&(u[1].b) + 1 + 1) == 3, ""); // expected-error {{constant expression}} expected-note {{cannot refer to element 2 of non-array object}}
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 620 struct gl_light Light[MAX_LIGHTS]; /**< Array of light sources */
696 /** The GL spec defines this as an array but >32x MSAA is madness */
927 /** Cube map face: index into gl_texture_object::Image[] array */
980 * Texture object state. Contains the array of mipmap images, border color,
    [all...]
  /external/v8/src/asmjs/
asm-typer.cc 293 {#TypeName "Array", kNone, AsmType::TypeName##Array()},
    [all...]
  /external/v8/src/compiler/
js-builtin-reducer.cc 157 // Ensure that the [[Prototype]] is actually an exotic Array
355 Node* array = effect = graph()->NewNode( local
358 Node* check0 = graph()->NewNode(simplified()->ReferenceEqual(), array,
376 array, efalse0, if_false0);
387 // iterator.[[NextIndex]] < array.length, continue iterating
396 array, etrue1, if_true1);
410 array, etrue1, if_true1);
454 // iterator.[[NextIndex]] >= array.length, stop iterating.
508 Node* array = effect = graph()->NewNode( local
511 Node* check0 = graph()->NewNode(simplified()->ReferenceEqual(), array,
    [all...]
js-native-context-specialization.cc     [all...]
  /frameworks/compile/slang/
slang_rs_reflection.cpp 382 "No need to support C type names for array types with brackets yet");
650 // Always create an initial zero-init array object.
811 case clang::APValue::Array:
853 "array type variable currently");
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_vgpu10.c 125 /** Map TGSI temp registers to VGPU10 temp array IDs and indexes */
653 * \param array is the TGSI_FILE_TEMPORARY register an array?
656 translate_register_file(enum tgsi_file_type file, boolean array)
666 return array ? VGPU10_OPERAND_TYPE_INDEXABLE_TEMP
704 * If the given register is a temporary, return the array ID.
775 /* First index is the array ID, second index is the array element */
    [all...]
  /external/swiftshader/third_party/subzero/src/DartARM32/
assembler_arm.cc     [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java 78 import java.lang.reflect.Array;
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
malloc.go 248 // The spans array holds one *mspan per _PageSize of arena.
742 // Array allocation. If there are any
847 // newarray allocates an array of n elements of type typ.
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
malloc.go 248 // The spans array holds one *mspan per _PageSize of arena.
742 // Array allocation. If there are any
847 // newarray allocates an array of n elements of type typ.
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cEnhancedLayoutsTests.cpp 300 * @param is_array Selects if an array of type or single instance should be considered
347 * @param is_array Select if array or single instance should be considered
381 * @param data Array of values that will be used as construcotr arguments.
382 * It is interpreted as tightly packed array of type matching this type.
621 * @param n_array_elements Number of elements in array
1085 dmat2 array[1];
1094 // If struct variable is an array
13676 const GLchar* array = ""; local
14122 const GLchar* array = ""; local
14501 const GLchar* array = ""; local
15391 const GLchar* array = ""; local
15823 const GLchar* array = ""; local
16270 const GLchar* array = ""; local
16788 const GLchar* array = ""; local
17198 const GLchar* array = ""; local
17596 const GLchar* array = ""; local
18119 const GLchar* array = ""; local
19584 const GLchar* array = ""; local
20712 const GLchar* array = ""; local
21104 const GLchar* array = ""; local
21512 const GLchar* array = ""; local
22359 const GLchar* array = ""; local
23439 const GLchar* array = ""; local
23822 const GLchar* array = ""; local
24919 const GLchar* array = ""; local
25244 const GLchar* array = ""; local
25607 const GLchar* array = ""; local
27452 const GLchar* array = ""; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h     [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp     [all...]
TargetInfo.cpp 35 // array of the same size (including padding) and alignment. This alternate
41 // coerces the aggregate type into an array of the same size (including
60 llvm::Value *Array,
67 Builder.CreateConstInBoundsGEP1_32(Builder.getInt8Ty(), Array, I);
258 /// where arguments are simply emitted in an array of slots on the stack.
313 /// where arguments are simply emitted in an array of slots on the stack.
409 /// is an unnamed bit-field or an (array of) empty record(s).
441 /// fields. Note that a structure with a flexible array member is not
466 /// struct. Structures with flexible array members are never
    [all...]
  /external/v8/src/
objects.cc 45 #include "src/interpreter/bytecode-array-iterator.h"
883 Handle<JSArray> array = Handle<JSArray>::cast(object); local
885 if (!array->HasArrayPrototype(isolate) ||
886 !array->length()->ToUint32(&length) || !array->HasFastElements() ||
887 !JSObject::PrototypeHasNoElements(isolate, *array)) {
890 return array->GetElementsAccessor()->CreateListFromArray(isolate, array);
3485 Handle<FixedArray> array = isolate->factory()->NewFixedArray(total_size); local
4546 Handle<JSArray> array = Handle<JSArray>::cast(receiver); local
9779 Handle<WeakFixedArray> array = local
9817 FixedArray* array = FixedArray::cast(this); local
9984 Handle<FrameArray> array = EnsureSpace(in, new_length); local
10002 Handle<FrameArray> array = EnsureSpace(in, new_length); local
10922 Handle<FixedArray> array = isolate->factory()->NewFixedArray(line_count); local
12971 Handle<FixedArray> array = String::CalculateLineEnds(src, true); local
15912 Handle<FixedArray> array = isolate->factory()->NewFixedArray(4); variable
16274 Handle<FixedArray> array = factory->NewFixedArray(length, pretenure); local
18045 Handle<FixedArray> array = isolate->factory()->NewFixedArray(length); local
18072 Handle<FixedArray> array = local
18611 FixedArray* array = FixedArray::cast(value_array->elements()); local
18942 Handle<FixedArray> array = isolate->factory()->NewFixedArray(2); local
18978 FixedArray* array = FixedArray::cast(break_point_info->break_point_objects()); local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/cgo/
doc.go 165 C's union types are represented as a Go byte array with the same length.
216 In C, a function argument written as a fixed size array
217 actually requires a pointer to the first element of the array.
232 // Go []byte slice to C array
233 // The C array is allocated in the C heap using malloc.
276 Go array types are not supported; use a C pointer.
308 or a C pointer. Array and struct types may or may not include Go
318 struct. When passing a pointer to an element in an array or slice,
319 the Go memory in question is the entire array or the entire backing
320 array of the slice
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
reflect.go 665 // backing array of the []method field is written (by dextratypeData).
714 // dextratypeData dumps the backing array for the []method field of
800 // struct { byte *array; uintgo len; uintgo cap; }
1245 // Array of rtype pointers follows funcType.
    [all...]
subr.go 69 // and empties the errors array.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
doc.go 165 C's union types are represented as a Go byte array with the same length.
216 In C, a function argument written as a fixed size array
217 actually requires a pointer to the first element of the array.
232 // Go []byte slice to C array
233 // The C array is allocated in the C heap using malloc.
276 Go array types are not supported; use a C pointer.
308 or a C pointer. Array and struct types may or may not include Go
318 struct. When passing a pointer to an element in an array or slice,
319 the Go memory in question is the entire array or the entire backing
320 array of the slice
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
reflect.go 665 // backing array of the []method field is written (by dextratypeData).
714 // dextratypeData dumps the backing array for the []method field of
800 // struct { byte *array; uintgo len; uintgo cap; }
1245 // Array of rtype pointers follows funcType.
    [all...]
subr.go 69 // and empties the errors array.
    [all...]
  /art/runtime/arch/mips/
quick_entrypoints_mips.S     [all...]
  /art/runtime/arch/mips64/
quick_entrypoints_mips64.S     [all...]

Completed in 1896 milliseconds

<<51525354555657585960>>