/external/v8/src/inspector/ |
injected_script_externs.js | 49 * @return {!Array.<*>} 75 * @return {!Array<string>} 94 * @return {!Array<string>} 100 * @return {!Array<symbol>} 113 * @return {Array<Object>|undefined}
|
v8-profiler-agent-impl.h | 45 std::unique_ptr<protocol::Array<protocol::Profiler::ScriptCoverage>>* 48 std::unique_ptr<protocol::Array<protocol::Profiler::ScriptCoverage>>* 54 std::unique_ptr<protocol::Array<protocol::Profiler::ScriptTypeProfile>>*
|
v8-value-utils.h | 18 v8::Maybe<bool> createDataProperty(v8::Local<v8::Context>, v8::Local<v8::Array>,
|
/art/runtime/mirror/ |
array.h | 33 class MANAGED Array : public Object { 37 // The size of a java.lang.Class representing an array. 40 // Allocates an array with the given properties, if kFillUsable is true the array will be of at 42 // array will fill it. 44 ALWAYS_INLINE static ObjPtr<Array> Alloc(Thread* self, 52 static ObjPtr<Array> CreateMultiArray(Thread* self, 62 return GetField32<kVerifyFlags>(OFFSET_OF_OBJECT_MEMBER(Array, length_)); 69 SetField32<false, false, kVerifyNone>(OFFSET_OF_OBJECT_MEMBER(Array, length_), length); 73 return OFFSET_OF_OBJECT_MEMBER(Array, length_) [all...] |
object_array-alloc-inl.h | 22 #include "array-alloc-inl.h" 23 #include "array-inl.h" 40 ObjPtr<Array> array = Array::Alloc<true>(self, local 45 if (UNLIKELY(array == nullptr)) { 48 DCHECK_EQ(array->GetClass()->GetComponentSizeShift(), 50 return array->AsObjectArray<T>();
|
/external/tensorflow/tensorflow/lite/toco/tflite/ |
types_test.cc | 42 // Helper function that creates an array, writes it into a flatbuffer, and then 45 Array ToFlatBufferAndBack(std::initializer_list<::toco::DataType<T>> items) { 49 Array src; 53 Array result; 97 Array array; local 98 EXPECT_THAT(DataBuffer::Serialize(array, &builder), HasOffset(0)); 109 DataBuffer::Deserialize(*tensor, *buffer, &array); 110 EXPECT_EQ(nullptr, array.buffer); 116 Array array local 133 Array array; local [all...] |
/external/tensorflow/tensorflow/compiler/xla/service/ |
indexed_array_analysis.cc | 40 string IndexedArrayAnalysis::ToString(Array* root, bool print_constants) { 42 case Array::kUnknown: { 47 case Array::kConstant: { 57 case Array::kReshaped: { 64 case Array::kScalarIndexedConstant: 65 case Array::kScalarIndexed: { 67 string name = root->kind() == Array::kScalarIndexedConstant 79 StatusOr<Analysis::Array*> IndexedArrayAnalysis::GetArrayFor( 126 TF_ASSIGN_OR_RETURN(Array * array, ComputeArrayFor(instr)) [all...] |
/external/deqp/framework/delibs/depool/ |
dePoolHeap.h | 59 DE_DECLARE_POOL_ARRAY(TYPENAME##Array, VALUETYPE); \ 63 TYPENAME##Array* array; \ 80 heap->array = TYPENAME##Array_create(pool); \ 81 if (!heap->array) \ 88 return TYPENAME##Array_getNumElements(heap->array); \ 93 return TYPENAME##Array_reserve(heap->array, capacity); \ 98 TYPENAME##Array_setSize(heap->array, 0); \ 103 TYPENAME##Array* array = heap->array; [all...] |
/external/cldr/tools/java/org/unicode/cldr/draft/ |
Array2D.java | 3 import java.lang.reflect.Array; 33 T[][] result = (T[][]) Array.newInstance(cls, rows(), columns()); 35 result[row] = (T[]) Array.newInstance(cls, columns());
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
RegAllocBase.h | 71 // Array of LiveIntervalUnions indexed by physical register. 74 LiveIntervalUnion *Array; 76 LiveUnionArray(): NumRegs(0), Array(0) {} 87 return Array[PhysReg];
|
/developers/build/prebuilts/gradle/ContentProviderPaging/kotlinApp/app/src/main/kotlin/com.example.android.contentproviderpaging/ |
ImageProvider.kt | 48 override fun query(uri: Uri, strings: Array<String>?, s: String?, 49 strings1: Array<String>?, s1: String?): Cursor? { 53 override fun query(uri: Uri, projection: Array<String>?, queryArgs: Bundle, 91 private fun constructExtras(queryArgs: Bundle, files: Array<File>): Bundle { 128 override fun delete(uri: Uri, s: String?, strings: Array<String>?): Int { 133 strings: Array<String>?): Int { 161 val imageResIds = getResourceIdArray(context, R.array.image_res_ids) 227 private fun resolveDocumentProjection(projection: Array<String>?): Array<String> {
|
/developers/samples/android/content/documentsUi/ContentProviderPaging/kotlinApp/app/src/main/kotlin/com.example.android.contentproviderpaging/ |
ImageProvider.kt | 48 override fun query(uri: Uri, strings: Array<String>?, s: String?, 49 strings1: Array<String>?, s1: String?): Cursor? { 53 override fun query(uri: Uri, projection: Array<String>?, queryArgs: Bundle, 91 private fun constructExtras(queryArgs: Bundle, files: Array<File>): Bundle { 128 override fun delete(uri: Uri, s: String?, strings: Array<String>?): Int { 133 strings: Array<String>?): Int { 161 val imageResIds = getResourceIdArray(context, R.array.image_res_ids) 227 private fun resolveDocumentProjection(projection: Array<String>?): Array<String> {
|
/external/autotest/client/deps/webgl_mpd/src/ |
cros_fps.js | 13 this.frameDataBuf = new Array(); 29 this.frameDataBuf = new Array();
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
versioning_test_service.cc | 27 Array<uint8_t> finger_print; 72 callback.Run(nullptr, Array<uint8_t>()); 77 : Array<uint8_t>()); 81 Array<uint8_t> finger_print,
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
LibCallSemantics.h | 54 /// LibCallFunctionInfo - Each record in the array of FunctionInfo structs 79 /// LocationID - ID # of the accessed location or ~0U for array end. 85 /// DetailsType - Indicate the sense of the LocationDetails array. This 86 /// controls how the LocationDetails array is interpreted. 90 /// LocationDetails array. If we are trying to say that 'sqrt' can only 92 /// array and have DetailsType set to DoesOnly. 96 /// LocationDetails array is completely inverted. This means that we *do 101 /// {errnoloc,modref} in the LocationDetails array and DetailsType would 107 /// LocationDetails - This is a pointer to an array of LocationMRInfo 110 /// 'errno', it would have a LocationDetails array with the errno ID an [all...] |
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/ |
BitSet.as | 46 protected var bits:Array; 48 /** Construction from a static array of longs */ 49 public function BitSet(bits:Array = null) { 51 this.bits = new Array(); 54 this.bits = new Array(); 212 /** return how much space is being used by the bits array not 219 public function toArray():Array { 220 var elems:Array = new Array[this.bits.length]; 230 public function toPackedArray():Array { [all...] |
DFA.as | 15 protected var eot:Array; // short[] 16 protected var eof:Array; // short[] 17 protected var min:Array; // char[] 18 protected var max:Array; // char[] 19 protected var accept:Array; //short[] 20 protected var special:Array; // short[] 21 protected var transition:Array; // short[][] 33 eot:Array, eof:Array, min:Array, max:Array, accept:Array, special:Array, transition:Array [all...] |
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/ |
ICUTestCase.java | 19 import java.lang.reflect.Array; 182 * be the same length, and each element in the left array must compare 183 * equal to the corresponding element of the right array. 184 * Also fails if one of the objects is not an array. 185 * @param lhs the left array 186 * @param rhs the right array 202 * argument is not an array. 203 * @param lhs the left array 204 * @param rhs the right array 220 int lhsl = Array.getLength(lhsa) [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
JSON.h | 17 /// See json::Value, and the related types json::Object and json::Array. 81 class Array; 142 const json::Array *getArray(StringRef K) const; 143 json::Array *getArray(StringRef K); 150 /// An Array is a JSON array, which contains heterogeneous JSON values. 152 class Array { 160 explicit Array() = default; 161 explicit Array(std::initializer_list<Value> Elements); 162 template <typename Collection> explicit Array(const Collection &C) [all...] |
/developers/build/prebuilts/gradle/RuntimePermissions/kotlinApp/app/src/main/java/com/example/android/system/runtimepermissions/extensions/ |
AppCompatActivityExts.kt | 31 fun AppCompatActivity.batchRequestPermissions(permissions: Array<String>, requestId: Int) =
|
/developers/build/prebuilts/gradle/RuntimePermissionsBasic/kotlinApp/Application/src/main/java/com/example/android/basicpermissions/util/ |
AppCompatActivityExt.kt | 28 fun AppCompatActivity.requestPermissionsCompat(permissionsArray: Array<String>,
|
/developers/samples/android/system/RuntimePermissions/kotlinApp/app/src/main/java/com/example/android/system/runtimepermissions/extensions/ |
AppCompatActivityExts.kt | 31 fun AppCompatActivity.batchRequestPermissions(permissions: Array<String>, requestId: Int) =
|
/developers/samples/android/system/RuntimePermissionsBasic/kotlinApp/Application/src/main/java/com/example/android/basicpermissions/util/ |
AppCompatActivityExt.kt | 28 fun AppCompatActivity.requestPermissionsCompat(permissionsArray: Array<String>,
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/ |
ExceptionExtensions.cs | 52 Array stackTrace = new StackTrace(true).GetFrames(); 53 Array.Copy(stackTrace, 1, frames, 0, stackTrace.Length);
|
/external/capstone/bindings/ocaml/ |
test_mips.ml | 11 for i = 0 to (Array.length str - 1) do 44 if (Array.length mips.operands) > 0 then ( 45 printf "\top_count: %d\n" (Array.length mips.operands); 46 Array.iteri (print_op handle) mips.operands;
|