/external/drm_hwcomposer/ |
platformnv.cpp | 76 atomic_fetch_add(&buf->ref, 1); 92 atomic_init(&buf->ref, 2); 132 if (atomic_fetch_sub(&buf->ref, 1) > 1)
|
/external/elfutils/libdwfl/ |
derelocate.c | 217 struct secref *ref = refs; local 218 refs = ref->next; 219 free (ref);
|
/external/emma/lib/ |
emma_ant.jar | |
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_diamond_search_sad_avx.c | 49 static int mvsad_err_cost(const MACROBLOCK *x, const int_mv mv, const MV *ref, 52 pack_int_mv(mv.as_mv.row - ref->row, mv.as_mv.col - ref->col);
|
/external/skia/src/gpu/gl/ |
GrGLPathRendering.cpp | 321 // Just the func, ref, and mask is set here. The op and write mask are params to the call 323 uint16_t ref = stencilSettings.front().fRef; local 328 ref != fHWPathStencilSettings.front().fRef || 331 GL_CALL(PathStencilFunc(GrToGLStencilFunc(test), ref, testMask));
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
audio_multi_vector_unittest.cc | 312 AudioMultiVector ref(num_channels_); 313 ref.PushBack(vec); 321 EXPECT_EQ(ref[channel][i], vec[channel][i]);
|
/frameworks/base/tools/aapt2/ |
ResourceValues.h | 157 StringPool::Ref value; 159 explicit RawString(const StringPool::Ref& ref); 186 StringPool::Ref value; 193 explicit String(const StringPool::Ref& ref); 209 explicit StyledString(const StringPool::StyleRef& ref); 218 StringPool::Ref path; 225 explicit FileReference(const StringPool::Ref& path);
|
/prebuilts/devtools/tools/lib/ |
emma_ant.jar | |
/toolchain/binutils/binutils-2.25/binutils/ |
coffdump.c | 169 if (!p->u.aenumref.ref) 170 printf (_("structure ref to UNKNOWN struct")); 172 printf (_("structure ref to %s"), p->u.aenumref.ref->name); 175 printf (_("enum ref to %s"), p->u.astructref.ref->name);
|
/art/compiler/dex/ |
inline_method_analyser.h | 121 static bool IsSyntheticAccessor(MethodReference ref);
|
/art/compiler/linker/ |
multi_oat_relative_patcher.h | 132 std::pair<bool, uint32_t> FindMethodOffset(MethodReference ref) OVERRIDE;
|
/art/runtime/gc/accounting/ |
mod_union_table.h | 138 virtual bool ShouldAddReference(const mirror::Object* ref) const = 0;
|
/art/runtime/ |
indirect_reference_table.cc | 75 table_mem_map_.reset(MemMap::MapAnonymous("indirect ref table", nullptr, table_bytes, 78 *error_msg = "Unable to map memory for indirect ref table"; 207 std::unique_ptr<MemMap> new_map(MemMap::MapAnonymous("indirect ref table", 425 for (auto ref : *this) { 426 if (!ref->IsNull()) { 427 root_visitor.VisitRoot(*ref); 428 DCHECK(!ref->IsNull());
|
/art/tools/ahat/src/ |
ObjectHandler.java | 213 for (AhatInstance ref : selector.selected()) { 214 doc.row(Summarizer.summarize(ref)); 225 for (AhatInstance ref : selector.selected()) { 226 doc.row(Summarizer.summarize(ref));
|
/developers/build/prebuilts/gradle/CardReader/Application/src/main/java/com/example/android/cardreader/ |
LoyaltyCardReader.java | 25 import java.lang.ref.WeakReference;
|
/developers/samples/android/connectivity/nfc/CardReader/Application/src/main/java/com/example/android/cardreader/ |
LoyaltyCardReader.java | 25 import java.lang.ref.WeakReference;
|
/development/samples/browseable/CardReader/src/com.example.android.cardreader/ |
LoyaltyCardReader.java | 25 import java.lang.ref.WeakReference;
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
PhotoTask.java | 24 import java.lang.ref.WeakReference;
|
/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/ |
grant_table.h | 309 * GNTTABOP_map_grant_ref: Map the grant entry (<dom>,<ref>) for access
329 grant_ref_t ref;
member in struct:gnttab_map_grant_ref
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Rule.java | 100 /** A list of all rule ref list LabelElementPair like ids+=expr */ 279 public List getTokenRefsInAlt(String ref, int outerAltNum) { 281 List tokenRefASTs = (List)altToTokenRefMap[outerAltNum].get(ref); 296 public List getRuleRefsInAlt(String ref, int outerAltNum) { 298 List ruleRefASTs = (List)altToRuleRefMap[outerAltNum].get(ref); 399 * need to get the existing label for the ID ref or create a new 420 // no code? must not have gen'd yet; forward ref
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
TreeWalker2Result.java | 25 import org.apache.xml.dtm.ref.DTMTreeWalker;
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMNamedNodeMap.java | 21 package org.apache.xml.dtm.ref;
|
DTMStringPool.java | 22 package org.apache.xml.dtm.ref;
|
SecuritySupport12.java | 22 package org.apache.xml.dtm.ref;
|
/external/boringssl/src/crypto/perlasm/ |
arm-xlate.pl | 160 if (ref($opcode) eq 'CODE') {
|