| /prebuilts/go/darwin-x86/src/net/rpc/ |
| server_test.go | 106 func (BuiltinTypes) Array(args *Args, reply *[2]int) error { 385 // Array 388 err = client.Call("BuiltinTypes.Array", args, &replyArray) 390 t.Errorf("Array: expected no error but got string %q", err.Error()) 393 t.Errorf("Array: expected %v got %v", e, replyArray)
|
| /prebuilts/go/linux-x86/src/net/rpc/ |
| server_test.go | 106 func (BuiltinTypes) Array(args *Args, reply *[2]int) error { 385 // Array 388 err = client.Call("BuiltinTypes.Array", args, &replyArray) 390 t.Errorf("Array: expected no error but got string %q", err.Error()) 393 t.Errorf("Array: expected %v got %v", e, replyArray)
|
| /external/v8/include/ |
| v8.h | 67 class Array; [all...] |
| /art/runtime/interpreter/ |
| unstarted_runtime.cc | 46 #include "mirror/array-inl.h" 604 // Create byte array for content. 607 AbortTransactionOrFail(self, "Could not find/create byte array class"); 724 // It's easier to use reflection to make the call, than create the uint32_t array. 767 mirror::Array* src_array, int32_t src_pos, 768 mirror::Array* dst_array, int32_t dst_pos, 796 // Special case array copying without initializing System. 814 self->ThrowNewException("Ljava/lang/ArrayStoreException;", "src or trg is not an array"); 818 mirror::Array* src_array = src_obj->AsArray(); 819 mirror::Array* dst_array = dst_obj->AsArray() 1240 mirror::Array* array = obj->AsArray(); local [all...] |
| /external/protobuf/js/binary/ |
| utils.js | 433 * @const {!Array.<number>} 554 * Converts an array of 8-character hash strings into their decimal 556 * @param {!Array.<string>} hashes The array of hash strings to convert. 559 * @return {!Array.<string>} 562 var result = new Array(hashes.length); 586 // Store result as a byte array. 626 var temp = new Array(18); 963 if (data.constructor === Array) { 964 data = /** @type {!Array.<number>} */(data) [all...] |
| /external/llvm/lib/IR/ |
| Verifier.cpp | 559 // Don't worry about emitting an error for it not being an array, 560 // visitGlobalValue will complain on appending non-array. [all...] |
| /external/llvm/lib/ExecutionEngine/ |
| ExecutionEngine.cpp | 327 std::unique_ptr<char[]> Array; 330 /// Turn a vector of strings into a nice argv style array of pointers to null 341 Array = make_unique<char[]>((InputArgv.size()+1)*PtrSize); 343 DEBUG(dbgs() << "JIT: ARGV = " << (void*)Array.get() << "\n"); 354 // Endian safe: Array[i] = (PointerTy)Dest; 356 (GenericValue*)(&Array[i*PtrSize]), SBytePtr); 362 (GenericValue*)(&Array[InputArgv.size()*PtrSize]), 364 return Array.get(); 378 // Should be an array of '{ i32, void ()* }' structs. The first value is [all...] |
| /external/pdfium/fxjs/ |
| cjs_publicmethods.cpp | 316 v8::Local<v8::Array> CJS_PublicMethods::AF_MakeArrayFromList( 327 v8::Local<v8::Array> StrArray = pRuntime->NewArray(); 940 v8::Local<v8::Array> arColor = pRuntime->NewArray(); 951 v8::Local<v8::Array> arColor = pRuntime->NewArray(); [all...] |
| /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
| CameraTestUtils.java | 66 import java.lang.reflect.Array; 509 * Get an array of {@link #TotalCaptureResult total capture results} for a given list of 568 * Get an array list of {@link #CaptureFailure capture failure} with maxNumFailures entries 766 assertTrue(message, arr != null && Array.getLength(arr) > 0); [all...] |
| /external/clang/include/clang/AST/ |
| ExprCXX.h | 532 /// array temporary within list-initialization (C++11 [dcl.init.list]p5). 719 /// declaration of an empty array in a class or structure definition. 724 /// The above statement indicates that x[] can be used with one or more array 748 /// \brief Create an empty array subscript expression. [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/ |
| ExprCXX.h | 547 /// array temporary within list-initialization (C++11 [dcl.init.list]p5). 734 /// declaration of an empty array in a class or structure definition. 739 /// The above statement indicates that x[] can be used with one or more array 763 /// \brief Create an empty array subscript expression. [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/ |
| ExprCXX.h | 547 /// array temporary within list-initialization (C++11 [dcl.init.list]p5). 734 /// declaration of an empty array in a class or structure definition. 739 /// The above statement indicates that x[] can be used with one or more array 763 /// \brief Create an empty array subscript expression. [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/ |
| ExprCXX.h | 547 /// array temporary within list-initialization (C++11 [dcl.init.list]p5). 734 /// declaration of an empty array in a class or structure definition. 739 /// The above statement indicates that x[] can be used with one or more array 763 /// \brief Create an empty array subscript expression. [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/ |
| ExprCXX.h | 547 /// array temporary within list-initialization (C++11 [dcl.init.list]p5). 734 /// declaration of an empty array in a class or structure definition. 739 /// The above statement indicates that x[] can be used with one or more array 763 /// \brief Create an empty array subscript expression. [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/ |
| ExprCXX.h | 547 /// array temporary within list-initialization (C++11 [dcl.init.list]p5). 734 /// declaration of an empty array in a class or structure definition. 739 /// The above statement indicates that x[] can be used with one or more array 763 /// \brief Create an empty array subscript expression. [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/ |
| ExprCXX.h | 547 /// array temporary within list-initialization (C++11 [dcl.init.list]p5). 734 /// declaration of an empty array in a class or structure definition. 739 /// The above statement indicates that x[] can be used with one or more array 763 /// \brief Create an empty array subscript expression. [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/ |
| ExprCXX.h | 547 /// array temporary within list-initialization (C++11 [dcl.init.list]p5). 734 /// declaration of an empty array in a class or structure definition. 739 /// The above statement indicates that x[] can be used with one or more array 763 /// \brief Create an empty array subscript expression. [all...] |
| /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/ |
| ExprCXX.h | 547 /// array temporary within list-initialization (C++11 [dcl.init.list]p5). 734 /// declaration of an empty array in a class or structure definition. 739 /// The above statement indicates that x[] can be used with one or more array 763 /// \brief Create an empty array subscript expression. [all...] |
| /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/ |
| ExprCXX.h | 547 /// array temporary within list-initialization (C++11 [dcl.init.list]p5). 734 /// declaration of an empty array in a class or structure definition. 739 /// The above statement indicates that x[] can be used with one or more array 763 /// \brief Create an empty array subscript expression. [all...] |
| /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/ |
| ExprCXX.h | 547 /// array temporary within list-initialization (C++11 [dcl.init.list]p5). 734 /// declaration of an empty array in a class or structure definition. 739 /// The above statement indicates that x[] can be used with one or more array 763 /// \brief Create an empty array subscript expression. [all...] |
| /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/ |
| ExprCXX.h | 547 /// array temporary within list-initialization (C++11 [dcl.init.list]p5). 734 /// declaration of an empty array in a class or structure definition. 739 /// The above statement indicates that x[] can be used with one or more array 763 /// \brief Create an empty array subscript expression. [all...] |
| /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/ |
| ExprCXX.h | 547 /// array temporary within list-initialization (C++11 [dcl.init.list]p5). 734 /// declaration of an empty array in a class or structure definition. 739 /// The above statement indicates that x[] can be used with one or more array 763 /// \brief Create an empty array subscript expression. [all...] |
| /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/ |
| ExprCXX.h | 547 /// array temporary within list-initialization (C++11 [dcl.init.list]p5). 734 /// declaration of an empty array in a class or structure definition. 739 /// The above statement indicates that x[] can be used with one or more array 763 /// \brief Create an empty array subscript expression. [all...] |
| /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/ |
| ExprCXX.h | 547 /// array temporary within list-initialization (C++11 [dcl.init.list]p5). 734 /// declaration of an empty array in a class or structure definition. 739 /// The above statement indicates that x[] can be used with one or more array 763 /// \brief Create an empty array subscript expression. [all...] |
| /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/ |
| DiskLruCache.java | 37 import java.lang.reflect.Array; 185 final T[] result = (T[]) Array [all...] |