HomeSort by relevance Sort by last modified time
    Searched refs:ref (Results 1201 - 1225 of 3742) sorted by null

<<41424344454647484950>>

  /packages/services/Car/car-lib/src/android/car/cluster/renderer/
ThreadSafeNavigationRenderer.java 25 import java.lang.ref.WeakReference;
  /packages/services/Car/car-lib/src/android/car/hardware/radio/
CarRadioManager.java 33 import java.lang.ref.WeakReference;
  /packages/services/Car/car-lib/src/android/car/input/
CarInputHandlingService.java 36 import java.lang.ref.WeakReference;
  /packages/services/Car/car-lib/src/android/car/vms/
VmsPublisherClientService.java 33 import java.lang.ref.WeakReference;
  /packages/services/Car/libvehiclemonitor/java/src/com/android/car/vehiclemonitor/
VehicleMonitor.java 28 import java.lang.ref.WeakReference;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
throw_allocator.h 193 log_to_string(std::string& s, const_reference ref) const
198 unsigned long l = static_cast<unsigned long>(ref.second.first);
203 l = static_cast<unsigned long>(ref.second.second);
208 __builtin_sprintf(buf, "%p", ref.first);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
throw_allocator.h 193 log_to_string(std::string& s, const_reference ref) const
198 unsigned long l = static_cast<unsigned long>(ref.second.first);
203 l = static_cast<unsigned long>(ref.second.second);
208 __builtin_sprintf(buf, "%p", ref.first);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
throw_allocator.h 193 log_to_string(std::string& s, const_reference ref) const
198 unsigned long l = static_cast<unsigned long>(ref.second.first);
203 l = static_cast<unsigned long>(ref.second.second);
208 __builtin_sprintf(buf, "%p", ref.first);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.sorting/alg.merge/
inplace_merge_comp.pass.cpp 74 std::inplace_merge(Iter(ia), Iter(ia+M), Iter(ia+N), std::ref(pred));
  /prebuilts/tools/common/m2/repository/com/squareup/leakcanary/leakcanary-watcher/1.4/
leakcanary-watcher-1.4.jar 
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
aix52.exp 199 {".ref test 1" "-efoo1"
200 "" {aix-ref-1.s}
201 {{objdump -dr aix-ref-1-SIZE.od}}
202 "aix-ref-1"}
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 248 int skip, ref; local
318 for (ref = 0; ref < 1 + is_compound; ++ref)
319 vp9_encode_mv(cpi, w, &mi->bmi[j].as_mv[ref].as_mv,
320 &mbmi_ext->ref_mvs[mi->ref_frame[ref]][0].as_mv,
327 for (ref = 0; ref < 1 + is_compound; ++ref)
328 vp9_encode_mv(cpi, w, &mi->mv[ref].as_mv
    [all...]
  /external/valgrind/helgrind/
libhb_core.c 4585 OldRef* ref; local
4660 OldRef *ref = NULL; local
4761 OldRef *ref = lru.next; local
    [all...]
  /art/runtime/gc/collector/
mark_sweep.h 191 virtual bool IsNullOrMarkedHeapReference(mirror::HeapReference<mirror::Object>* ref,
219 virtual void MarkHeapReference(mirror::HeapReference<mirror::Object>* ref,
334 // Number of java.lang.ref.Reference instances.
  /external/apache-xml/src/main/java/org/apache/xml/utils/
TreeWalker.java 270 if(m_contentHandler instanceof org.apache.xml.dtm.ref.dom2dtm.DOM2DTM.CharacterNodeHandler)
272 ((org.apache.xml.dtm.ref.dom2dtm.DOM2DTM.CharacterNodeHandler)m_contentHandler).characters(node);
  /external/deqp/modules/gles2/functional/
es2fVertexTextureTests.cpp 323 const tcu::Texture2D& ref = tex.getRefTexture(); local
324 return IVec2(ref.getWidth(), ref.getHeight());
329 const tcu::TextureCube& ref = tex.getRefTexture(); local
330 return IVec2(ref.getSize(), ref.getSize());
380 static bool compareImages (const glu::RenderContext& renderCtx, tcu::TestLog& log, const tcu::Surface& ref, const tcu::Surface& res)
385 return tcu::pixelThresholdCompare(log, "Result", "Image compare result", ref, res, threshold, tcu::COMPARE_LOG_RESULT);
    [all...]
  /external/emma/ant/ant14/com/vladium/emma/report/
ReportCfg.java 307 public void setSourcepathRef (final Reference ref)
309 createSourcepath ().setRefid (ref);
  /external/libxml2/doc/examples/
index.py 156 for ref in idx.references.keys():
157 id = idx.references[ref]
197 output.write(" <ref filename='%s'/>\n" % (info[i]))
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_mlaa.c 87 const struct pipe_stencil_ref ref = { {1} }; local
89 cso_set_stencil_ref(p->cso, &ref);
  /external/skia/src/core/
SkRWBuffer.cpp 81 void ref() const { function in struct:SkBufferHead
88 // A release here acts in place of all releases we "should" have been doing in ref().
129 fHead->ref();
  /external/vulkan-validation-layers/loader/
cJSON.c 1039 cJSON *ref = cJSON_New_Item(); local
1040 if (!ref)
1042 memcpy(ref, item, sizeof(cJSON));
1043 ref->string = 0;
1044 ref->type |= cJSON_IsReference;
1045 ref->next = ref->prev = 0;
1046 return ref;
    [all...]
  /frameworks/base/tools/aapt2/
Format.proto 95 Ref = 0;
188 optional Reference ref = 1;
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.0/
doxia-decoration-model-1.0.jar 
  /art/compiler/optimizing/
code_generator_arm64.h 616 Location ref,
625 Location ref,
636 // `ref`, and mark it if needed.
641 Location ref,
653 Location ref,
666 // point, which is passed the values in locations `ref`, `obj`, and
669 // mirror::Object* artReadBarrierSlow(mirror::Object* ref,
681 Location ref,
691 Location ref,
    [all...]
code_generator_arm_vixl.h 595 Location ref,
603 Location ref,
614 // `ref`, and mark it if needed.
621 Location ref,
633 Location ref,
645 // point, which is passed the values in locations `ref`, `obj`, and
648 // mirror::Object* artReadBarrierSlow(mirror::Object* ref,
660 Location ref,
670 Location ref,
    [all...]

Completed in 979 milliseconds

<<41424344454647484950>>