Home
last modified time | relevance | path

Searched refs:ref2 (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DBranchIsland.h139 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/
DR.h58 ref2 = 0x7f040003, enumerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Dupb.c2764 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/
DAssetManager2_test.cpp376 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/
Dupb.c2938 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/
Dandroid_hardware_camera2_DngCreator.cpp1647 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()