| /tools/metalava/src/main/java/com/android/tools/metalava/ |
| Options.kt | 112 args: Array<String>, 147 var invokeDocumentationToolArguments: Array<String> = emptyArray() 339 var apiLevelJars: Array<File>? = null [all...] |
| /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/ |
| DriverSample.c | 72 Set value of a data element in an Array by its Index.
74 @param Array The data array.
75 @param Type Type of the data in this array.
76 @param Index Zero based index for data in this array.
82 IN VOID *Array,
89 ASSERT (Array != NULL);
93 *(((UINT8 *) Array) + Index) = (UINT8) Value;
97 *(((UINT16 *) Array) + Index) = (UINT16) Value;
101 *(((UINT32 *) Array) + Index) = (UINT32) Value; [all...] |
| /external/libmojo/mojo/public/js/ |
| core.js | 161 * @param {Array.MojoHandle} handles Handles to wait on. 162 * @param {Array.MojoHandleSignals} signals Specifies the condition to wait for, 189 * @param {Array.MojoHandle} handlesArray Any handles to attach. Handles are 205 * handles // An array of MojoHandles transferred, if any.
|
| /external/mesa3d/src/gallium/auxiliary/tgsi/ |
| tgsi_build.c | 112 declaration.Array = 0; 129 unsigned array, 147 declaration.Array = array; 388 full_declaration.Array = tgsi_default_declaration_array(); 417 full_decl->Declaration.Array, 518 if (full_decl->Declaration.Array) { 527 full_decl->Array.ArrayID, [all...] |
| /external/owasp/sanitizer/empiricism/ |
| html-containment.js | 14 * @param opt_elementNames an array of element names which defaults to 30 var paramIndices = new Array(arity); 31 var paramValues = new Array(arity); 364 if (v instanceof Array) {
|
| /external/tensorflow/tensorflow/compiler/xla/ |
| literal_util.h | 96 // Returns a (Mutable)ArraySlice view of the array for this literal for the 98 // given ShapeIndex is not array. See primitive_util.h for the mapping from 107 // Returns a pointer to the sparse index array. Returns nullptr if the literal 108 // is not a sparse array. 113 // Returns a pointer to (or size of) the underlying buffer holding the array 115 // given ShapeIndex is not array. 167 // array. 172 // the indices array must equal the rank of the shape (i.e. size of the 173 // dimensions array). The major dimension of the indices array must equal th [all...] |
| /prebuilts/go/darwin-x86/src/encoding/binary/ |
| binary_test.go | 29 Array [4]uint8 38 Array [4]int 189 for _, array := range intArrays { 190 src := reflect.ValueOf(array).Elem() 462 want.Array = [4]uint8{0, 0, 0, 0}
|
| /prebuilts/go/darwin-x86/src/go/types/ |
| predicates.go | 96 case *Array: 149 case *Array: 150 // Two array types are identical if they have identical element types 151 // and the same array length. 152 if y, ok := y.(*Array); ok {
|
| /prebuilts/go/linux-x86/src/encoding/binary/ |
| binary_test.go | 29 Array [4]uint8 38 Array [4]int 189 for _, array := range intArrays { 190 src := reflect.ValueOf(array).Elem() 462 want.Array = [4]uint8{0, 0, 0, 0}
|
| /prebuilts/go/linux-x86/src/go/types/ |
| predicates.go | 96 case *Array: 149 case *Array: 150 // Two array types are identical if they have identical element types 151 // and the same array length. 152 if y, ok := y.(*Array); ok {
|
| /art/runtime/gc/space/ |
| space_test.h | 25 #include "mirror/array-inl.h" 107 // Note the minimum size, which is the size of a zero-length byte array. 116 mirror::Array* arr = o->AsArray<kVerifyNone>(); 124 return mirror::Array::DataOffset(Primitive::ComponentSize(Primitive::kPrimByte)).Uint32Value(); 184 // Note the minimum size, which is the size of a zero-length byte array.
|
| /art/runtime/mirror/ |
| object_array-inl.h | 26 #include "array-inl.h" 43 Array* array = Array::Alloc<true>(self, local 48 if (UNLIKELY(array == nullptr)) { 51 DCHECK_EQ(array->GetClass()->GetComponentSizeShift(), 53 return array->AsObjectArray<T>(); 267 // we know is assignable to the destination array's component type. 298 // Can't put this element into the array, break to perform write-barrier and throw 323 // Can't put this element into the array, break to perform write-barrier and thro [all...] |
| /build/make/tools/droiddoc/templates-pdk/assets/ |
| android-developer-reference.js | 120 node.children = Array(); 259 return new Array(i); 264 return (new Array(i).concat(result)); 294 me.node.children = new Array();
|
| /developers/build/prebuilts/gradle/RuntimePermissions/kotlinApp/app/src/main/java/com/example/android/system/runtimepermissions/ |
| MainActivity.kt | 207 override fun onRequestPermissionsResult(requestCode: Int, permissions: Array<String>,
|
| /developers/samples/android/system/RuntimePermissions/kotlinApp/app/src/main/java/com/example/android/system/runtimepermissions/ |
| MainActivity.kt | 207 override fun onRequestPermissionsResult(requestCode: Int, permissions: Array<String>,
|
| /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
| profile.rb | 76 class DataSet < ::Array 109 init_values = Array.new( self.class.members.length, 0 )
|
| task.rb | 142 when Array then opts 147 when Array then opts
|
| /external/boringssl/src/ssl/ |
| s3_both.cc | 180 bool ssl3_finish_message(SSL *ssl, CBB *cbb, Array<uint8_t> *out_msg) { 184 bool ssl3_add_message(SSL *ssl, Array<uint8_t> msg) {
|
| t1_enc.cc | 243 Array<uint8_t> *key_block_cache, 407 Array<uint8_t> seed;
|
| /external/clang/include/clang/AST/ |
| APValue.h | 37 /// [Vector: N * APValue], [Array: N * APValue] 50 Array, 62 /// ArrayIndex - The array index of the next item in the path. 188 bool isArray() const { return Kind == Array; } 284 assert(hasArrayFiller() && "No array filler");
|
| /external/doclava/res/assets/templates/assets/ |
| doclava-developer-reference.js | 101 node.children = Array(); 240 return new Array(i); 245 return (new Array(i).concat(result)); 275 me.node.children = new Array();
|
| /external/eigen/Eigen/src/UmfPackSupport/ |
| UmfPackSupport.h | 176 typedef Array<double, UMFPACK_CONTROL, 1> UmfpackControl; 177 typedef Array<double, UMFPACK_INFO, 1> UmfpackInfo; 279 /** Provides access to the control settings array used by UmfPack. 281 * If this array contains NaN's, the default values are used. 290 /** Provides access to the control settings array used by UmfPack. 292 * If this array contains NaN's, the default values are used.
|
| /external/llvm/include/llvm/CodeGen/ |
| MachineFunction.h | 547 /// Allocate an array of MachineOperands. This is only intended for use by 553 /// Dellocate an array of MachineOperands and recycle the memory. This is 555 /// Cap must be the same capacity that was used to allocate the array. 556 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) { 557 OperandRecycler.deallocate(Cap, Array); 569 /// allocateMemRefsArray - Allocate an array to hold MachineMemOperand 570 /// pointers. This array is owned by the MachineFunction. 573 /// extractLoadMemRefs - Allocate an array and populate it with just the 580 /// extractStoreMemRefs - Allocate an array and populate it with just the
|
| /external/mesa3d/src/mesa/main/ |
| state.c | 466 _mesa_update_vao_client_arrays(ctx, ctx->Array.VAO); 483 ctx->Array.VAO->NewArrays = 0x0;
|
| /external/mesa3d/src/mesa/state_tracker/ |
| st_draw.c | 137 if (ctx->Array._PrimitiveRestart) { 190 const struct gl_vertex_array **arrays = ctx->Array._DrawArrays;
|