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

<<31323334353637383940>>

  /prebuilts/go/linux-x86/src/encoding/gob/
encgen.go 155 printMaps(&b, "Array")
  /art/compiler/optimizing/
instruction_simplifier_arm.cc 22 #include "mirror/array-inl.h"
200 // Don't move array pointer if it is charAt because we need to take the count first.
223 size_t data_offset = mirror::Array::DataOffset(access_size).Uint32Value();
instruction_simplifier_arm64.cc 21 #include "mirror/array-inl.h"
209 size_t data_offset = mirror::Array::DataOffset(access_size).Uint32Value();
  /art/runtime/
java_vm_ext.h 31 class Array;
  /art/test/003-omnibus-opcodes/src/
Array.java 20 public class Array {
23 * Verify array contents.
86 System.out.println("Array.checkRange32");
141 System.out.println("Array.checkRange64");
188 System.out.println("Array.checkNegAlloc");
208 System.out.println("Array check...");
  /build/make/tools/droiddoc/templates-pdk/assets/
search_autocomplete.js 3 var gMatches = new Array();
137 gMatches = new Array();
  /development/vndk/tools/sourcedr/sourcedr/static/js/
main.js 170 let deps = new Array();
176 let codes = new Array();
282 // get all the inputs into an array.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
ConfigAccess.c 944 @param Array The EFI_IFR_DATA_ARRAY allocated.
950 IN EFI_IFR_DATA_ARRAY *Array,
954 if (Array != NULL) {
956 FreePool (Array->NvRamMap);
959 FreePool (Array);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueReportStatusCodeLib.h 125 UINT16 Array;
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
UefiBootManagerLib.h 68 Returns an array of load options based on the EFI variable
72 @param LoadOptionCount Returns number of entries in the array.
76 @retval !NULL Array of load option entries.
87 Free an array of load options returned from EfiBootManagerGetLoadOptions().
89 @param LoadOptions Pointer to the array of load options to free.
90 @param LoadOptionCount Number of array entries in LoadOptions.
228 Return the index of the load option in the load option array.
234 @param Array Pointer to the array of load options to be found.
235 @param Count Number of entries in the Array.
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 167 public function displayRecognitionError(tokenNames:Array,
197 public function getErrorMessage(e:RecognitionException, tokenNames:Array):String {
684 public function get tokenNames():Array {
702 public function toStrings(tokens:Array):Array {
704 var strings:Array = new Array();
723 state.ruleMemo[ruleIndex] = new Array();
766 trace("!!!!!!!!! memo array is null for "+ grammarFileName);
Lexer.as 242 public override function getErrorMessage(e:RecognitionException, tokenNames:Array):String {
  /external/boringssl/src/ssl/
d1_both.cc 525 bool dtls1_finish_message(SSL *ssl, CBB *cbb, Array<uint8_t> *out_msg) {
541 static bool add_outgoing(SSL *ssl, bool is_ccs, Array<uint8_t> data) {
582 bool dtls1_add_message(SSL *ssl, Array<uint8_t> data) {
587 return add_outgoing(ssl, true /* ChangeCipherSpec */, Array<uint8_t>());
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 114 virtual SVal ArrayToPointer(Loc Array, QualType ElementTy) = 0;
  /external/clang/test/SemaTemplate/
temp_arg_nontype_cxx1z.cpp 13 namespace Array {
  /external/doclava/res/assets/templates/assets/
search_autocomplete.js 3 var gMatches = new Array();
137 gMatches = new Array();
  /external/eigen/bench/
dense_solvers.cpp 10 std::map<std::string,Array<float,1,8,DontAlign|RowMajor> > results;
  /external/eigen/doc/
eigen_navtree_hacks.js 11 var indices = new Array();
86 o.node.children = new Array();
  /external/eigen/lapack/
clarft.f 27 * .. Array Arguments ..
45 *> H(i) is stored in the i-th column of the array V, and
50 *> H(i) is stored in the i-th row of the array V, and
91 *> V is COMPLEX array, dimension
100 *> The leading dimension of the array V.
106 *> TAU is COMPLEX array, dimension (K)
113 *> T is COMPLEX array, dimension (LDT,K)
116 *> lower triangular. The rest of the array is not used.
122 *> The leading dimension of the array T. LDT >= K.
175 * .. Array Arguments .
    [all...]
dlarft.f 27 * .. Array Arguments ..
45 *> H(i) is stored in the i-th column of the array V, and
50 *> H(i) is stored in the i-th row of the array V, and
91 *> V is DOUBLE PRECISION array, dimension
100 *> The leading dimension of the array V.
106 *> TAU is DOUBLE PRECISION array, dimension (K)
113 *> T is DOUBLE PRECISION array, dimension (LDT,K)
116 *> lower triangular. The rest of the array is not used.
122 *> The leading dimension of the array T. LDT >= K.
175 * .. Array Arguments .
    [all...]
slarft.f 27 * .. Array Arguments ..
45 *> H(i) is stored in the i-th column of the array V, and
50 *> H(i) is stored in the i-th row of the array V, and
91 *> V is REAL array, dimension
100 *> The leading dimension of the array V.
106 *> TAU is REAL array, dimension (K)
113 *> T is REAL array, dimension (LDT,K)
116 *> lower triangular. The rest of the array is not used.
122 *> The leading dimension of the array T. LDT >= K.
175 * .. Array Arguments .
    [all...]
zlarft.f 27 * .. Array Arguments ..
45 *> H(i) is stored in the i-th column of the array V, and
50 *> H(i) is stored in the i-th row of the array V, and
91 *> V is COMPLEX*16 array, dimension
100 *> The leading dimension of the array V.
106 *> TAU is COMPLEX*16 array, dimension (K)
113 *> T is COMPLEX*16 array, dimension (LDT,K)
116 *> lower triangular. The rest of the array is not used.
122 *> The leading dimension of the array T. LDT >= K.
175 * .. Array Arguments .
    [all...]
  /external/eigen/test/
product_extra.cpp 103 Array<Scalar,Dynamic,1> a1 = m1 * vc2;
105 Array<Scalar,Dynamic,1> a2 = s1 * (m1 * vc2);
107 Array<Scalar,1,Dynamic> a3 = v1 * m1;
109 Array<Scalar,Dynamic,Dynamic> a4 = m1 * m2.adjoint();
  /external/eigen/unsupported/test/
EulerAngles.cpp 159 typedef Array<Scalar,3,1> Array3;
  /external/flatbuffers/tests/union_vector/
union_vector_generated.js 367 * @param {Array.<Character>} data
396 * @param {Array.<flatbuffers.Offset>} data

Completed in 1756 milliseconds

<<31323334353637383940>>