Searched refs:ref2 (Results 1 – 6 of 6) sorted by relevance
/frameworks/compile/mclinker/include/mcld/LD/ |
D | BranchIsland.h | 139 const FragmentRef* ref2 = KEY2.symbol()->fragRef(); in operator() local 140 if ((ref1->offset() == ref2->offset()) && in operator() 141 (ref1->frag()->getOffset() == ref2->frag()->getOffset())) { in operator()
|
/frameworks/base/libs/androidfw/tests/data/basic/ |
D | R.h | 58 ref2 = 0x7f040003, enumerator
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | upb.c | 2764 static void track(const upb_refcounted *r, const void *owner, bool ref2) { in track() argument 2778 assert(ref2); in track() 2782 trackedref *ref = trackedref_new(ref2); in track() 2785 if (ref2) { in track() 2797 static void untrack(const upb_refcounted *r, const void *owner, bool ref2) { in untrack() argument 2810 assert(ref->is_ref2 == ref2); in untrack() 2814 if (ref2) { in untrack() 2825 static void checkref(const upb_refcounted *r, const void *owner, bool ref2) { in checkref() argument 2834 assert(ref->is_ref2 == ref2); in checkref() 2867 upb_inttable ref2; member [all …]
|
/frameworks/base/libs/androidfw/tests/ |
D | AssetManager2_test.cpp | 376 EXPECT_EQ(basic::R::integer::ref2, value.data); in TEST_F() 383 EXPECT_EQ(basic::R::integer::ref2, last_ref); in TEST_F()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
D | upb.c | 2938 static void track(const upb_refcounted *r, const void *owner, bool ref2) { in track() argument 2952 assert(ref2); in track() 2956 trackedref *ref = trackedref_new(ref2); in track() 2959 if (ref2) { in track() 2971 static void untrack(const upb_refcounted *r, const void *owner, bool ref2) { in untrack() argument 2984 assert(ref->is_ref2 == ref2); in untrack() 2988 if (ref2) { in untrack() 2999 static void checkref(const upb_refcounted *r, const void *owner, bool ref2) { in checkref() argument 3008 assert(ref->is_ref2 == ref2); in checkref() 3039 upb_inttable ref2; member [all …]
|
/frameworks/base/core/jni/ |
D | android_hardware_camera2_DngCreator.cpp | 1647 uint16_t ref2 = entry2.data.u8[0]; in DngCreator_setup() local 1648 BAIL_IF_INVALID_RET_NULL_SP(writer->addEntry(TAG_CALIBRATIONILLUMINANT2, 1, &ref2, in DngCreator_setup()
|