HomeSort by relevance Sort by last modified time
    Searched refs:cleared (Results 1 - 25 of 217) sorted by null

1 2 3 4 5 6 7 8 9

  /external/compiler-rt/lib/lsan/
lsan_allocator.h 24 bool cleared);
  /external/autotest/tko/
machine_benchmark.cgi 46 cleared = ""
50 if attr.has_key("cleared"):
51 cleared = attr["cleared"].value
53 cleared = ""
54 if attr.has_key("clear") or cleared == "true":
56 cleared = "true"
74 display.print_add_test_form(available_params, attributes, cleared)
  /external/skia/src/gpu/
GrStencilAttachment.h 30 void cleared() { fIsDirty = false; } function in class:GrStencilAttachment
  /external/skqp/src/gpu/
GrStencilAttachment.h 30 void cleared() { fIsDirty = false; } function in class:GrStencilAttachment
  /external/scapy/doc/scapy/
BuildDoc.bat 14 echo Build cleared !
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuPresenter.java 78 * @param cleared true if the menu was entirely cleared
80 public void updateMenuView(boolean cleared);
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/view/menu/
MenuPresenter.java 84 * @param cleared true if the menu was entirely cleared
86 void updateMenuView(boolean cleared);
  /art/test/626-const-class-linking/
clear_dex_cache_types.cc 30 mirror::TypeDexCachePair cleared(nullptr, mirror::TypeDexCachePair::InvalidIndexForSlot(i));
31 dex_cache->GetResolvedTypes()[i].store(cleared, std::memory_order_relaxed);
  /external/dexmaker/dexmaker-mockito-inline/src/main/java/com/android/dx/mockito/inline/
MockMethodAdvice.java 74 StackTraceElement[] cleared = new StackTraceElement[stack.length - skip]; local
75 System.arraycopy(stack, 0, cleared, 0, top);
76 System.arraycopy(stack, top + skip, cleared, top, current);
77 throwable.setStackTrace(cleared);
  /external/llvm/test/MC/Mips/
insn-directive.s 58 # Verify that .insn causes the currently saved labels to be cleared by checking
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_job.c 130 if (job->color_read && !(job->cleared & PIPE_CLEAR_COLOR)) {
139 if (job->zs_read && !(job->cleared &
235 * getting read (due to a clear starting the frame), job->cleared will
247 job->cleared |= PIPE_CLEAR_COLOR0;
253 job->cleared |= PIPE_CLEAR_DEPTH | PIPE_CLEAR_STENCIL;
401 if (!(job->cleared & PIPE_CLEAR_COLOR)) {
414 if (!(job->cleared & (PIPE_CLEAR_DEPTH | PIPE_CLEAR_STENCIL))) {
453 if (job->cleared) {
  /external/llvm/utils/lit/lit/
ProgressBar.py 240 self.cleared = 1 #: true if we haven't drawn the bar yet.
247 if self.cleared:
249 self.cleared = 0
276 if not self.cleared:
281 self.cleared = 1
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
ProgressBar.py 228 self.cleared = 1 #: true if we haven't drawn the bar yet.
235 if self.cleared:
237 self.cleared = 0
264 if not self.cleared:
269 self.cleared = 1
  /external/ltp/utils/ffsb-6.0-rc2/
depcomp 358 cleared=no
360 case $cleared in
363 cleared=yes ;;
  /art/runtime/mirror/
dex_cache-inl.h 88 StringDexCachePair cleared(nullptr, StringDexCachePair::InvalidIndexForSlot(slot_idx));
89 slot->store(cleared, std::memory_order_relaxed);
125 TypeDexCachePair cleared(nullptr, TypeDexCachePair::InvalidIndexForSlot(slot_idx));
126 slot->store(cleared, std::memory_order_relaxed);
207 FieldDexCachePair cleared(nullptr, FieldDexCachePair::InvalidIndexForSlot(slot_idx));
208 SetNativePairPtrSize(resolved_fields, slot_idx, cleared, ptr_size);
241 MethodDexCachePair cleared(nullptr, MethodDexCachePair::InvalidIndexForSlot(slot_idx));
242 SetNativePairPtrSize(resolved_methods, slot_idx, cleared, ptr_size);
  /build/soong/shared/
paths.go 23 // Given the out directory, returns the root of the temp directory (to be cleared at the start of each execution of Soong)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
ReadDr4.asm 37 ; DR4 is alias to DR6 only if DE (in CR4) is cleared. Otherwise, reading
ReadDr5.asm 37 ; DR5 is alias to DR7 only if DE (in CR4) is cleared. Otherwise, reading
WriteDr4.asm 38 ; DR4 is alias to DR6 only if DE (in CR4) is cleared. Otherwise, writing to
WriteDr5.asm 38 ; DR5 is alias to DR7 only if DE (in CR4) is cleared. Otherwise, writing to
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
ReadDr4.asm 37 ; DR4 is alias to DR6 only if DE (in CR4) is cleared. Otherwise, reading
ReadDr5.asm 37 ; DR5 is alias to DR7 only if DE (in CR4) is cleared. Otherwise, reading
WriteDr4.asm 38 ; DR4 is alias to DR6 only if DE (in CR4) is cleared. Otherwise, writing to
WriteDr5.asm 38 ; DR5 is alias to DR7 only if DE (in CR4) is cleared. Otherwise, writing to
  /external/icu/icu4j/
adjust_icudt_path.mk 6 # Prerequisites : $(icu4c_data) must be set. This variable will be cleared

Completed in 960 milliseconds

1 2 3 4 5 6 7 8 9