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

1 2 3

  /external/v8/src/
macro-assembler.h 87 if (type != StackFrame::MANUAL && type_ != StackFrame::NONE) {
93 if (type_ != StackFrame::MANUAL && type_ != StackFrame::NONE) {
105 DCHECK(type_ != StackFrame::MANUAL && type_ != StackFrame::NONE);
127 if (type_ != StackFrame::MANUAL && type_ != StackFrame::NONE) {
146 DCHECK(type_ != StackFrame::MANUAL && type_ != StackFrame::NONE);
frames.h 210 MANUAL
  /external/curl/src/
makefile.dj 48 tool_hugehelp.c: ../docs/MANUAL ../docs/curl.1 mkhelp.pl
50 perl -w mkhelp.pl ../docs/MANUAL > $@
makefile.amiga 14 README = ../docs/MANUAL
Makefile.b32 117 tool_hugehelp: ..\docs\MANUAL ..\docs\curl.1 mkhelp.pl
119 perl -w mkhelp.pl -c ../docs/MANUAL < tool_hugehelp.tmp > tool_hugehelp.c
  /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;
  /packages/apps/Camera2/src/com/android/camera/util/
ExifUtil.java 175 addExifTag(ExifInterface.TAG_WHITE_BALANCE, ExifInterface.WhiteBalance.MANUAL);
  /external/autotest/client/site_tests/firmware_TouchMTB/
firmware_constants.py 150 MODE.MANUAL = 'manual'
main.py 306 '"20130702_063631-fw_1.23-manual", in "%s"' %
308 print (' $ DISPLAY=:0 OPTIONS="-u 20130702_063631-fw_11.23-manual"'
364 'both manual mode and robot mode'
365 print ' manual: all gestures minus gestures in robot mode'
395 print ' # Perform 1 iteration of the manual gestures.'
396 print ' $ DISPLAY=:0 OPTIONS="-m manual" python main.py\n'
397 print ' # Perform 1 iteration of all manual and robot gestures.'
407 example_log_dir = '20130226_040802-fw_1.2-manual'
449 OPTIONS.MODE: MODE.MANUAL,
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
RequestControlPane.java 51 MANUAL(CameraDevice.TEMPLATE_MANUAL),
  /external/v8/src/ia32/
builtins-ia32.cc 522 // MANUAL indicates that the scope shouldn't actually generate code to set up
524 FrameScope frame_scope(masm, StackFrame::MANUAL);
857 FrameScope scope(masm, StackFrame::MANUAL);
    [all...]
  /external/v8/src/x64/
builtins-x64.cc 593 // MANUAL indicates that the scope shouldn't actually generate code to set up
595 FrameScope frame_scope(masm, StackFrame::MANUAL);
    [all...]
  /external/v8/src/x87/
builtins-x87.cc 522 // MANUAL indicates that the scope shouldn't actually generate code to set up
524 FrameScope frame_scope(masm, StackFrame::MANUAL);
857 FrameScope scope(masm, StackFrame::MANUAL);
    [all...]
  /external/v8/src/arm/
builtins-arm.cc 863 // MANUAL indicates that the scope shouldn't actually generate code to set up
865 FrameScope frame_scope(masm, StackFrame::MANUAL);
    [all...]
  /external/v8/src/arm64/
builtins-arm64.cc 886 // MANUAL indicates that the scope shouldn't actually generate code to set up
888 FrameScope frame_scope(masm, StackFrame::MANUAL);
    [all...]
  /external/v8/src/ppc/
builtins-ppc.cc 855 // MANUAL indicates that the scope shouldn't actually generate code to set up
857 FrameScope frame_scope(masm, StackFrame::MANUAL);
    [all...]
  /frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
Filters.java 312 public static final int MANUAL = 3;
  /external/v8/src/mips/
builtins-mips.cc 860 // MANUAL indicates that the scope shouldn't actually generate code to set up
862 FrameScope frame_scope(masm, StackFrame::MANUAL);
    [all...]
  /external/v8/src/mips64/
builtins-mips64.cc 850 // MANUAL indicates that the scope shouldn't actually generate code to set up
852 FrameScope frame_scope(masm, StackFrame::MANUAL);
    [all...]
  /external/v8/src/compiler/arm/
code-generator-arm.cc 777 FrameScope scope(masm(), StackFrame::MANUAL);
    [all...]
  /external/curl/projects/
generate.bat 398 %ROFFCMD% ..\docs\curl.1 2>NUL | perl ..\src\mkhelp.pl ..\docs\MANUAL >> ..\src\tool_hugehelp.c
401 %ROFFCMD% ..\docs\curl.1 2>NUL | perl ..\src\mkhelp.pl -c ..\docs\MANUAL >> ..\src\tool_hugehelp.c
406 echo Warning: The curl manual could not be integrated in the source. This means when
407 echo you build curl the manual will not be available (curl --man^). Integration of
408 echo the manual is not required and a summary of the options will still be available
409 echo (curl --help^). To integrate the manual your PATH is required to have
414 echo { fputs("built-in manual not included\n", stdout^); }>> ..\src\tool_hugehelp.c
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc 401 FrameScope scope(masm(), StackFrame::MANUAL); \
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifInterface.java 436 public static final short MANUAL = 1;
512 public static final short MANUAL = 1;
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifInterface.java 439 public static final short MANUAL = 1;
515 public static final short MANUAL = 1;
    [all...]

Completed in 759 milliseconds

1 2 3