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

  /cts/hostsidetests/jvmti/base/jni/
tagging.cpp 55 const jlong* tag_ptr = scoped_array.get(); local
56 if (tag_ptr == nullptr) {
58 tag_ptr = reinterpret_cast<const jlong*>(1);
68 tag_ptr,
  /art/test/903-hello-tagging/
tagging.cc 42 const jlong* tag_ptr = scoped_array.get(); local
43 if (tag_ptr == nullptr) {
45 tag_ptr = reinterpret_cast<const jlong*>(1);
55 tag_ptr,
  /system/keymaster/
key_blob_test.cpp 159 auto tag_ptr = local
161 ASSERT_NE(tag_ptr, serialized_blob_.end());
163 std::search(tag_ptr + 1, serialized_blob_.end(), tag_.begin(), tag_.end()));
164 (*const_cast<uint8_t*>(tag_ptr))++;
  /hardware/qcom/bt/msm8909/libbt-vendor/include/
hw_rome.h 221 unsigned int tag_ptr; member in struct:__anon41683
  /hardware/qcom/bt/msm8992/libbt-vendor/include/
hw_rome.h 222 unsigned int tag_ptr; member in struct:__anon41706
  /hardware/qcom/bt/msm8996/libbt-vendor/include/
hw_rome.h 223 unsigned int tag_ptr; member in struct:__anon41728
  /hardware/qcom/bt/msm8998/libbt-vendor/include/
hw_rome.h 218 unsigned int tag_ptr; member in struct:__anon41751
  /toolchain/binutils/binutils-2.25/gas/
ecoff.c 910 tag_t *tag_ptr; \/* tag pointer *\/ member in struct:shash
1063 tag_t * tag_ptr; \/* tag pointer *\/ member in struct:type_info
2013 tag_t *tag_ptr; local
2969 tag_t *tag_ptr = get_tag (name, local
    [all...]

Completed in 418 milliseconds