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

1 2 3 45 6 7 8 9

  /prebuilts/go/linux-x86/src/runtime/pprof/internal/profile/
encode.go 19 // exported fields are cleared up to facilitate testing.
204 // The unexported fields are cleared up to facilitate testing.
  /external/v4l2_codec2/vda/
v4l2_slice_video_decode_accelerator.cc 186 cleared(false) {}
224 bool cleared,
226 : cleared(cleared), picture(picture) {}
3028 bool cleared = pending_picture_ready_.front().cleared; local
    [all...]
  /external/protobuf/src/google/protobuf/
arena_unittest.cc 665 TestAllTypes* cleared = new TestAllTypes(); local
666 repeated_field.AddCleared(cleared);
675 TestAllTypes* cleared = new TestAllTypes(); local
676 repeated_field.AddAllocated(cleared);
    [all...]
  /external/v8/src/wasm/
wasm-objects.cc 124 if (!weak_next->cleared()) {
136 if (!weak_prev->cleared()) {
185 it.current_->ptr_to_weak_owning_instance()->cleared());
808 CHECK(!current->ptr_to_weak_next_instance()->cleared());
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/profile/
encode.go 28 // exported fields are cleared up to facilitate testing.
237 // The unexported fields are cleared up to facilitate testing.
  /prebuilts/go/darwin-x86/src/runtime/
mgcsweep.go 309 // get a fresh cleared gcmarkBits in preparation for next GC
329 // At this point the mark bits are cleared and allocation ready
lock_sema.go 118 if gp.m.locks == 0 && gp.preempt { // restore the preemption request in case we've cleared it in newstack
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
encode.go 28 // exported fields are cleared up to facilitate testing.
237 // The unexported fields are cleared up to facilitate testing.
  /prebuilts/go/linux-x86/src/runtime/
mgcsweep.go 309 // get a fresh cleared gcmarkBits in preparation for next GC
329 // At this point the mark bits are cleared and allocation ready
lock_sema.go 118 if gp.m.locks == 0 && gp.preempt { // restore the preemption request in case we've cleared it in newstack
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/
AsmFuncs.asm 334 ;; skip restore of dr6. We cleared dr6 during the context save.
  /frameworks/base/cmds/statsd/src/
StatsService.cpp 742 int cleared = mStatsPullerManager.ForceClearPullerCache(); local
743 fprintf(out, "Puller removed %d cached data!\n", cleared);
    [all...]
  /frameworks/base/core/java/android/widget/
ActionMenuPresenter.java 435 public void updateMenuView(boolean cleared) {
440 super.updateMenuView(cleared);
    [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuBuilder.java 254 private void dispatchPresenterUpdate(boolean cleared) {
263 presenter.updateMenuView(cleared);
    [all...]
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/view/menu/
MenuBuilder.java 289 private void dispatchPresenterUpdate(boolean cleared) {
298 presenter.updateMenuView(cleared);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
nilcheck.go 28 ptr *Value // if non-nil, ptr that is to be cleared in ClearPtr state
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
nilcheck.go 28 ptr *Value // if non-nil, ptr that is to be cleared in ClearPtr state
  /toolchain/binutils/binutils-2.27/ld/scripttempl/
elfarcv2.sc 260 /* Global data not cleared after reset. */
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewSslTest.java 901 final AtomicBoolean cleared = new AtomicBoolean(false); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
collections.py 391 in the counter until the entry is deleted or the counter is cleared:
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
AsmFuncs.S 314 ## skip restore of dr6. We cleared dr6 during the context save.
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/
ExceptionHandlerAsm.S 293 # IF flag automatically cleared at the entry point
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/
ExceptionHandlerAsm.S 110 # IF flag automatically cleared at the entry point
  /external/libunwind/doc/
unw_create_addr_space.tex 123 \Var{dliap} must be cleared to zero. \Prog{Libunwind} will cache the
125 enabled for the given address-space. The cache can be cleared with a
  /external/python/cpython2/Lib/
collections.py 443 in the counter until the entry is deleted or the counter is cleared:

Completed in 1006 milliseconds

1 2 3 45 6 7 8 9