Searched refs:data_base (Results 1 – 7 of 7) sorted by relevance
/aosp12/system/core/property_service/libpropertyinfoparser/include/property_info_parser/ |
H A D | property_info_parser.h | 89 const char* data_base() const { return data_base_; } in data_base() function 98 TrieNode(const SerializedData* data_base, const TrieNodeInternal* trie_node_base) in TrieNode() argument 99 : serialized_data_(data_base), trie_node_base_(trie_node_base) {} in TrieNode() 112 … reinterpret_cast<const TrieNodeInternal*>(serialized_data_->data_base() + child_node_offset); in child_node() 122 return reinterpret_cast<const PropertyEntry*>(serialized_data_->data_base() + in prefix() 130 return reinterpret_cast<const PropertyEntry*>(serialized_data_->data_base() + in exact_match() 136 return reinterpret_cast<const PropertyEntry*>(serialized_data_->data_base() + in node_property_entry() 155 return data_base() + context_array[index]; in context() 161 return data_base() + type_array[index]; in type() 179 return reinterpret_cast<const PropertyInfoAreaHeader*>(data_base()); in header() [all …]
|
/aosp12/art/libdexfile/dex/ |
H A D | dex_file_loader.cc | 273 const uint8_t* data_base, in OpenWithDataSection() argument 283 data_base, in OpenWithDataSection() 343 const uint8_t* data_base, in OpenCommon() argument 359 CHECK_EQ(base, data_base) << "Unsupported for standard dex"; in OpenCommon() 368 if (data_base == nullptr) { in OpenCommon() 373 data_base = base + header->data_off_; in OpenCommon() 378 data_base, in OpenCommon()
|
H A D | dex_file_loader.h | 154 const uint8_t* data_base, 184 const uint8_t* data_base,
|
H A D | art_dex_file_loader.h | 157 const uint8_t* data_base,
|
H A D | art_dex_file_loader.cc | 563 const uint8_t* data_base, in OpenCommon() argument 575 data_base, in OpenCommon()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_opengl_GLES30.cpp | 1967 GLint *data_base = (GLint *) 0; in android_glGetIntegeri_v__II_3II() local 1984 data_base = (GLint *) in android_glGetIntegeri_v__II_3II() 1986 data = data_base + offset; in android_glGetIntegeri_v__II_3II() 1995 if (data_base) { in android_glGetIntegeri_v__II_3II() 1996 _env->ReleaseIntArrayElements(data_ref, (jint*)data_base, in android_glGetIntegeri_v__II_3II() 4486 GLint64 *data_base = (GLint64 *) 0; in android_glGetInteger64i_v__II_3JI() local 4503 data_base = (GLint64 *) in android_glGetInteger64i_v__II_3JI() 4505 data = data_base + offset; in android_glGetInteger64i_v__II_3JI() 4514 if (data_base) { in android_glGetInteger64i_v__II_3JI() 4515 _env->ReleaseLongArrayElements(data_ref, (jlong*)data_base, in android_glGetInteger64i_v__II_3JI()
|
H A D | android_opengl_GLES31.cpp | 3227 GLboolean *data_base = (GLboolean *) 0; in android_glGetBooleani_v__II_3ZI() local 3244 data_base = (GLboolean *) in android_glGetBooleani_v__II_3ZI() 3246 data = data_base + offset; in android_glGetBooleani_v__II_3ZI() 3255 if (data_base) { in android_glGetBooleani_v__II_3ZI() 3256 _env->ReleaseBooleanArrayElements(data_ref, (jboolean*)data_base, in android_glGetBooleani_v__II_3ZI()
|