HomeSort by relevance Sort by last modified time
    Searched refs:array_type (Results 26 - 50 of 50) sorted by null

12

  /external/chromium_org/chrome/browser/metrics/variations/
generate_resources_map.py 101 resources, entry_pattern, array_name, array_type, data_getter):
110 array_type: The type of the array being generated.
121 return pattern % {'type': array_type,
  /external/chromium_org/mojo/public/tools/bindings/generators/
mojom_js_generator.py 109 array_type = "NullableArrayOf" if mojom.IsNullableKind(kind) else "ArrayOf"
112 return "new codec.%s(%s)" % (array_type, element_type)
  /art/runtime/verifier/
method_verifier.cc 1899 RegType& array_type = work_line_->GetRegisterType(inst->VRegA_31t()); local
3532 RegType& array_type = work_line_->GetRegisterType(inst->VRegB_23x()); local
3632 RegType& array_type = work_line_->GetRegisterType(inst->VRegB_23x()); local
    [all...]
  /art/runtime/
transaction.cc 386 void Transaction::ArrayLog::UndoArrayWrite(mirror::Array* array, Primitive::Type array_type,
390 switch (array_type) {
419 LOG(FATAL) << "Unsupported type " << array_type;
transaction.h 128 void UndoArrayWrite(mirror::Array* array, Primitive::Type array_type, size_t index,
  /external/chromium_org/v8/src/heap/
heap.h     [all...]
heap.cc     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 97 (entry.array_type != WPAS_DBUS_TYPE_BINARRAY))
891 entry.array_type != DBUS_TYPE_BYTE ||
902 entry.array_type != WPAS_DBUS_TYPE_BINARRAY ||
919 (entry.array_type != WPAS_DBUS_TYPE_BINARRAY) ||
    [all...]
dbus_old_handlers.c 946 entry.array_type == DBUS_TYPE_BYTE) {
    [all...]
dbus_new_handlers.c 209 entry.array_type == DBUS_TYPE_BYTE) {
    [all...]
  /external/lldb/source/Symbol/
ClangASTImporter.cpp 302 if (const ArrayType *array_type = type->getAsArrayTypeUnsafe())
304 return RequireCompleteType(array_type->getElementType());
ClangASTType.cpp 65 const ArrayType *array_type = dyn_cast<ArrayType>(qual_type.getTypePtr()); local
67 if (array_type)
68 return GetCompleteQualType (ast, array_type->getElementType(), allow_completion);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
idl_definitions.py 769 array_type = IdlArrayType(base_type)
    [all...]
  /external/chromium_org/v8/src/
factory.h 284 ExternalArrayType array_type,
290 ExternalArrayType array_type,
factory.cc 881 ExternalArrayType array_type,
888 array_type,
897 ExternalArrayType array_type,
903 array_type,
    [all...]
api.cc     [all...]
hydrogen.cc 9652 ExternalArrayType array_type = local
    [all...]
runtime.cc 969 ExternalArrayType array_type = kExternalInt8Array; \/\/ Bogus initialization. local
1059 ExternalArrayType array_type = kExternalInt8Array; \/\/ Bogus initialization. local
    [all...]
hydrogen.h     [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 134 insist ((array_type i8_type 11) = type_of c);
141 insist ((array_type i8_type 9) = type_of c);
171 insist ((array_type i32_type 2) = (type_of c));
    [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 370 external array_type : lltype -> int -> lltype = "llvm_array_type"
    [all...]
llvm.mli 599 (** [array_type ty n] returns the array type containing [n] elements of type
601 val array_type : lltype -> int -> lltype var
861 [array_type ty (Array.length elts)] and containing the values [elts].
    [all...]
  /external/chromium_org/v8/include/
v8.h     [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Nodes.py 566 array_type = PyrexTypes.c_array_type(base_type, size)
567 return self.base.analyse(array_type, env, nonempty = nonempty)
    [all...]

Completed in 1489 milliseconds

12