HomeSort by relevance Sort by last modified time
    Searched refs:array_ptr (Results 1 - 8 of 8) sorted by null

  /system/bt/osi/include/
array.h 36 void *array_ptr(const array_t *array);
  /external/clang/test/SemaTemplate/
temp_class_spec_neg.cpp 26 template< int X, int (*array_ptr)[X] > class A2 {}; // expected-note{{here}}
  /system/bt/osi/test/
array_test.cpp 23 EXPECT_DEATH(array_ptr(array), "");
  /external/clang/test/SemaCXX/
array-bounds.cpp 72 int (*array_ptr)[2];
73 (*array_ptr)[3] = 1; // expected-warning {{array index 3 is past the end of the array (which contains 2 elements)}}
  /system/bt/osi/src/
array.c 66 void *array_ptr(const array_t *array) { function
  /external/v8/tools/oom_dump/
oom_dump.cc 70 u_int64_t array_ptr,
75 CHECK(region->GetMemoryAtAddress(array_ptr + 4 * i, &value));
  /external/skia/include/core/
SkTArray.h 504 #define SkNEW_APPEND_TO_TARRAY(array_ptr, type_name, args) \
505 (new ((array_ptr), (array_ptr)->count()) type_name args)
  /art/runtime/
class_linker_test.cc 158 mirror::Class* array_ptr = array->GetComponentType(); local
159 EXPECT_EQ(class_linker_->FindArrayClass(self, &array_ptr), array.Get());
    [all...]

Completed in 440 milliseconds