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

1 2 3 4

  /external/mockito/src/main/java/org/mockito/internal/util/concurrent/
WeakConcurrentSet.java 27 case MANUAL:
84 * ({@link Cleaner#MANUAL}).
87 THREAD, INLINE, MANUAL
DetachedThreadLocal.java 21 case MANUAL:
133 * ({@link Cleaner#MANUAL}).
136 THREAD, INLINE, MANUAL
  /external/v8/src/
macro-assembler.h 74 if (type != StackFrame::MANUAL && type_ != StackFrame::NONE) {
80 if (type_ != StackFrame::MANUAL && type_ != StackFrame::NONE) {
92 DCHECK(type_ != StackFrame::MANUAL && type_ != StackFrame::NONE);
114 if (type_ != StackFrame::MANUAL && type_ != StackFrame::NONE) {
133 DCHECK(type_ != StackFrame::MANUAL && type_ != StackFrame::NONE);
  /external/libchrome/base/threading/
simple_thread.cc 18 event_(WaitableEvent::ResetPolicy::MANUAL,
29 event_(WaitableEvent::ResetPolicy::MANUAL,
105 dry_(WaitableEvent::ResetPolicy::MANUAL,
simple_thread_unittest.cc 98 WaitableEvent event(WaitableEvent::ResetPolicy::MANUAL,
112 WaitableEvent event(WaitableEvent::ResetPolicy::MANUAL,
157 WaitableEvent event(WaitableEvent::ResetPolicy::MANUAL,
thread.cc 69 id_event_(WaitableEvent::ResetPolicy::MANUAL,
74 start_event_(WaitableEvent::ResetPolicy::MANUAL,
platform_thread_unittest.cc 30 TrivialThread() : run_event_(WaitableEvent::ResetPolicy::MANUAL,
104 termination_ready_(WaitableEvent::ResetPolicy::MANUAL,
106 terminate_thread_(WaitableEvent::ResetPolicy::MANUAL,
thread_local_unittest.cc 85 base::WaitableEvent done(WaitableEvent::ResetPolicy::MANUAL,
worker_pool_posix_unittest.cc 99 start_(WaitableEvent::ResetPolicy::MANUAL,
  /external/curl/src/
makefile.amiga 14 README = ../docs/MANUAL
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchConfiguration.java 39 /** Manual target selection mode. */
40 MANUAL,
183 return value ? TargetMode.AUTO : TargetMode.MANUAL;
EmulatorConfigTab.java 398 mManualTargetButton.setSelection(mode == TargetMode.MANUAL);
561 return TargetMode.MANUAL;
  /external/libchrome/base/synchronization/
waitable_event.h 49 enum class ResetPolicy { MANUAL, AUTOMATIC };
76 // is not a manual reset event, then this test will cause a reset.
waitable_event_unittest.cc 18 WaitableEvent event(WaitableEvent::ResetPolicy::MANUAL,
waitable_event_posix.cc 353 : manual_reset_(reset_policy == ResetPolicy::MANUAL),
  /external/libchrome/base/memory/
weak_ptr_unittest.cc 72 WaitableEvent completion(WaitableEvent::ResetPolicy::MANUAL,
81 WaitableEvent completion(WaitableEvent::ResetPolicy::MANUAL,
90 WaitableEvent completion(WaitableEvent::ResetPolicy::MANUAL,
99 WaitableEvent completion(WaitableEvent::ResetPolicy::MANUAL,
108 WaitableEvent completion(WaitableEvent::ResetPolicy::MANUAL,
117 WaitableEvent completion(WaitableEvent::ResetPolicy::MANUAL,
126 WaitableEvent completion(WaitableEvent::ResetPolicy::MANUAL,
  /external/libchrome/base/mac/
mach_port_broker_unittest.cc 26 event_(base::WaitableEvent::ResetPolicy::MANUAL,
  /system/tpm/trunks/
background_command_transceiver.cc 82 base::WaitableEvent::ResetPolicy::MANUAL,
  /hardware/interfaces/camera/device/3.2/
types.hal 129 * manual control of capture and post-processing parameters is
717 * quality. The manual capture parameters (exposure, sensitivity, etc.)
721 MANUAL = 6,
    [all...]
  /external/libchrome/sandbox/linux/seccomp-bpf-helpers/
syscall_parameters_restrictions_unittests.cc 161 base::WaitableEvent::ResetPolicy::MANUAL,
  /external/curl/docs/cmdline-opts/
form.d 52 See further examples and details in the MANUAL.
  /external/curl/
buildconf.bat 225 %ROFFCMD% docs\curl.1 2>NUL | perl src\mkhelp.pl docs\MANUAL >> src\tool_hugehelp.c
228 %ROFFCMD% docs\curl.1 2>NUL | perl src\mkhelp.pl -c docs\MANUAL >> src\tool_hugehelp.c
243 echo fputs("Built-in manual not included\n", stdout^);>> src\tool_hugehelp.c
329 echo Warning: The curl manual could not be integrated in the source. This means when
330 echo you build curl the manual will not be available (curl --man^). Integration of
331 echo the manual is not required and a summary of the options will still be available
332 echo (curl --help^). To integrate the manual your PATH is required to have
  /packages/apps/Camera2/src/com/android/camera/util/
ExifUtil.java 175 addExifTag(ExifInterface.TAG_WHITE_BALANCE, ExifInterface.WhiteBalance.MANUAL);
  /external/v8/src/builtins/mips/
builtins-mips.cc 163 FrameScope scope(masm, StackFrame::MANUAL);
263 FrameScope scope(masm, StackFrame::MANUAL);
319 FrameScope scope(masm, StackFrame::MANUAL);
343 FrameScope scope(masm, StackFrame::MANUAL);
407 FrameScope scope(masm, StackFrame::MANUAL);
470 FrameScope scope(masm, StackFrame::MANUAL);
494 FrameScope scope(masm, StackFrame::MANUAL);
    [all...]
  /external/v8/src/builtins/mips64/
builtins-mips64.cc 163 FrameScope scope(masm, StackFrame::MANUAL);
261 FrameScope scope(masm, StackFrame::MANUAL);
317 FrameScope scope(masm, StackFrame::MANUAL);
341 FrameScope scope(masm, StackFrame::MANUAL);
406 FrameScope scope(masm, StackFrame::MANUAL);
469 FrameScope scope(masm, StackFrame::MANUAL);
493 FrameScope scope(masm, StackFrame::MANUAL);
    [all...]

Completed in 639 milliseconds

1 2 3 4