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

1 2 3 4 5 6 7 8

  /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)
  /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/android/support/v7/view/menu/
MenuPresenter.java 83 * @param cleared true if the menu was entirely cleared
85 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);
  /frameworks/support/design/src/android/support/design/internal/
BottomNavigationPresenter.java 59 public void updateMenuView(boolean cleared) {
61 if (cleared) {
  /external/llvm/test/MC/Mips/
insn-directive.s 58 # Verify that .insn causes the currently saved labels to be cleared by checking
  /external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
InlineByteBuddyMockMaker.java 323 StackTraceElement[] cleared = new StackTraceElement[stack.length - skip];
324 System.arraycopy(stack, 0, cleared, 0, top);
325 System.arraycopy(stack, top + skip, cleared, top, current);
326 throwable.setStackTrace(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 ;;
  /external/netperf/
depcomp 365 cleared=no
367 case $cleared in
370 cleared=yes ;;
  /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
  /external/v8/src/
transitions.h 64 // transition (because it's either uninitialized, or has been cleared).
68 WeakCell::cast(raw_transition)->cleared());
72 WeakCell::cast(raw_transition)->cleared() ||
75 !WeakCell::cast(raw_transition)->cleared();
  /art/runtime/mirror/
dex_cache-inl.h 87 StringDexCachePair cleared(nullptr, StringDexCachePair::InvalidIndexForSlot(slot_idx));
88 slot->store(cleared, std::memory_order_relaxed);
124 TypeDexCachePair cleared(nullptr, TypeDexCachePair::InvalidIndexForSlot(slot_idx));
125 slot->store(cleared, std::memory_order_relaxed);
206 FieldDexCachePair cleared(nullptr, FieldDexCachePair::InvalidIndexForSlot(slot_idx));
207 SetNativePairPtrSize(resolved_fields, slot_idx, cleared, ptr_size);
  /external/c-ares/
depcomp 406 cleared=no
408 case $cleared in
411 cleared=yes ;;
  /external/cmockery/cmockery_0_1_2/
depcomp 406 cleared=no
408 case $cleared in
411 cleared=yes ;;

Completed in 510 milliseconds

1 2 3 4 5 6 7 8