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

<<51525354555657585960>>

  /external/llvm/bindings/ocaml/llvm/
llvm.mli 69 | Array
409 val parse_command_line_options : ?overview:string -> string array -> unit
580 val function_type : lltype -> lltype array -> lltype
586 val var_arg_function_type : lltype -> lltype array -> lltype
598 val param_types : lltype -> lltype array
604 [context] containing in the types in the array [tys]. See the method
606 val struct_type : llcontext -> lltype array -> lltype
609 context [context] containing in the types in the array [tys]. See the method
611 val packed_struct_type : llcontext -> lltype array -> lltype
625 val struct_set_body : lltype -> lltype array -> bool -> uni
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.mli 65 | Array
447 val function_type : lltype -> lltype array -> lltype
453 val var_arg_function_type : lltype -> lltype array -> lltype
466 val param_types : lltype -> lltype array
472 [context] containing in the types in the array [tys]. See the method
474 val struct_type : llcontext -> lltype array -> lltype
478 context [context] containing in the types in the array [tys]. See the method
480 val packed_struct_type : llcontext -> lltype array -> lltype
494 val struct_set_body : lltype -> lltype array -> bool -> unit
498 val struct_element_types : lltype -> lltype array
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_check_api/2.0.18/
error_prone_check_api-2.0.18.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_check_api/2.1.2/
error_prone_check_api-2.1.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_check_api/2.2.0/
error_prone_check_api-2.2.0.jar 
  /art/runtime/
class_linker.cc 389 "Array cache size wrong.");
495 AllocClass(self, java_lang_Class.Get(), mirror::Array::ClassSize(image_pointer_size_))));
539 // Create array interface entries to populate once we can load system classes.
542 // Create int array type for AllocDexCache (done in AppendToBootClassPath).
544 AllocClass(self, java_lang_Class.Get(), mirror::Array::ClassSize(image_pointer_size_))));
549 // Create long array type for AllocDexCache (done in AppendToBootClassPath).
551 AllocClass(self, java_lang_Class.Get(), mirror::Array::ClassSize(image_pointer_size_))));
574 // Set up array classes for string, field, method
632 // Setup the primitive array type classes - can't be done until Object has a vtable.
695 // Create java.lang.reflect.Field array root
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest_unittest.cc     [all...]
  /external/googletest/googletest/test/
gtest_unittest.cc     [all...]
  /external/v8/testing/gtest/test/
gtest_unittest.cc     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_unittest.cc     [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
gtest_unittest.cc     [all...]
  /art/compiler/linker/arm/
relative_patcher_thumb2_test.cc 22 #include "mirror/array-inl.h"
    [all...]
  /art/compiler/linker/arm64/
relative_patcher_arm64_test.cc 22 #include "mirror/array-inl.h"
    [all...]
  /art/compiler/optimizing/
code_generator_arm64.cc 36 #include "mirror/array-inl.h"
91 // Reference load (except object array loads) is using LDR Wt, [Xn, #offset] which can handle
574 CheckEntrypointTypes<kQuickAputObject, void, mirror::Array*, int32_t, mirror::Object*>();
2905 Register array = InputRegisterAt(instruction, 0); local
    [all...]
code_generator_vector_x86.cc 19 #include "mirror/array-inl.h"
    [all...]
code_generator_vector_x86_64.cc 19 #include "mirror/array-inl.h"
    [all...]
  /art/imgdiag/
imgdiag.cc 445 // and recording them for later display. If the Object is an array object,
464 size_t data_offset = mirror::Array::DataOffset(component_size).Uint32Value();
466 os_ << tabs << "Dirty array element " << (i - data_offset) / component_size << "\n";
    [all...]
  /art/openjdkjvmti/
ti_heap.cc 114 // Report the contents of a primitive array, if a callback is set.
123 art::ObjPtr<art::mirror::Array> array = obj->AsArray(); local
124 int32_t array_length = array->GetLength();
125 size_t component_size = array->GetClass()->GetComponentSize();
126 art::Primitive::Type art_prim_type = array->GetClass()->GetComponentType()->GetPrimitiveType();
159 LOG(WARNING) << "Unable to allocate buffer for array reporting! Silently dropping value.";
163 memcpy(data.get(), array->GetRawData(component_size, 0), array_length * component_size);
    [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 797 case OffsetOfNode::Array:
    [all...]
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 231 if (ctx->Array.VAO->VertexAttrib[VERT_ATTRIB_POINT_SIZE].Enabled)
583 /* need to extend the program's instruction array */
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_save_api.c     [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
propagate_fixed_sizes.cc 66 Array* output_array) {
174 // Set im2col array dimensions if there is one.
362 // shape_data is the raw array of ints describing the shape
365 // array with a wildcard may be referenced from multiple Reshape nodes, where
385 << "Array not large enough to fill the requested dimensions for "
586 // Write out the concat_size on the output array shape.
666 << "Axis array must be int32.";
668 << "Axis array must be scalar.";
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/
tooling_util.cc 364 const auto& array = model.GetArray(name); local
365 VLOG(log_level) << "Array: " << name;
366 switch (array.data_type) {
384 << static_cast<int>(array.data_type) << ")";
387 switch (array.final_data_type) {
405 << static_cast<int>(array.data_type) << ")";
408 if (array.buffer) {
411 if (array.alloc) {
414 if (array.has_shape()) {
415 const Shape& array_shape = array.shape()
813 const auto& array = array_entry.second; local
1074 Array& array = model->GetOrCreateArray(name); local
1374 auto& array = model->GetArray(array_name); local
1395 const auto& array = &model.GetArray(array_name); local
1797 const auto& array = *array_entry.second; local
    [all...]

Completed in 1788 milliseconds

<<51525354555657585960>>