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

1 2 3

  /external/v8/src/
macro-assembler.h 80 if (type != StackFrame::MANUAL && type_ != StackFrame::NONE) {
86 if (type_ != StackFrame::MANUAL && type_ != StackFrame::NONE) {
frames.h 152 MANUAL
  /external/chromium_org/v8/src/
macro-assembler.h 101 if (type != StackFrame::MANUAL && type_ != StackFrame::NONE) {
107 if (type_ != StackFrame::MANUAL && type_ != StackFrame::NONE) {
frames.h 194 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,
168 return value ? TargetMode.AUTO : TargetMode.MANUAL;
EmulatorConfigTab.java 425 mManualTargetButton.setSelection(mode == TargetMode.MANUAL);
577 return TargetMode.MANUAL;
  /external/chromium/chrome/browser/importer/
firefox_proxy_settings.cc 35 return FirefoxProxySettings::MANUAL;
113 case MANUAL:
121 // The rest of this funciton is for handling the MANUAL case.
122 DCHECK_EQ(MANUAL, config_type());
181 if (settings->config_type_ == MANUAL) {
firefox_proxy_settings.h 27 MANUAL // User specified settings.
firefox_proxy_settings_unittest.cc 35 EXPECT_EQ(FirefoxProxySettings::MANUAL, settings.config_type());
  /external/chromium_org/chrome/browser/net/
firefox_proxy_settings.h 28 MANUAL // User specified settings.
firefox_proxy_settings.cc 37 return FirefoxProxySettings::MANUAL;
193 case MANUAL:
201 // The rest of this funciton is for handling the MANUAL case.
202 DCHECK_EQ(MANUAL, config_type());
265 if (settings->config_type_ == MANUAL) {
firefox_proxy_settings_unittest.cc 35 EXPECT_EQ(FirefoxProxySettings::MANUAL, settings.config_type());
  /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 436 public static final short MANUAL = 1;
512 public static final short MANUAL = 1;
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java 436 public static final short MANUAL = 1;
512 public static final short MANUAL = 1;
    [all...]
  /packages/apps/Launcher3/src/com/android/gallery3d/exif/
ExifInterface.java 436 public static final short MANUAL = 1;
512 public static final short MANUAL = 1;
    [all...]
  /packages/apps/Mms/src/com/android/mms/exif/
ExifInterface.java 436 public static final short MANUAL = 1;
512 public static final short MANUAL = 1;
    [all...]
  /external/chromium_org/v8/src/arm/
regexp-macro-assembler-arm.cc 613 // Tell the system that we have a stack frame. Because the type is MANUAL, no
615 FrameScope scope(masm_, StackFrame::MANUAL);
    [all...]
  /external/chromium_org/v8/src/ia32/
builtins-ia32.cc 586 FrameScope scope(masm, StackFrame::MANUAL);
    [all...]
regexp-macro-assembler-ia32.cc 649 // Tell the system that we have a stack frame. Because the type is MANUAL, no
651 FrameScope scope(masm_, StackFrame::MANUAL);
    [all...]
  /external/chromium_org/v8/src/mips/
regexp-macro-assembler-mips.cc 608 // Tell the system that we have a stack frame. Because the type is MANUAL,
610 FrameScope scope(masm_, StackFrame::MANUAL);
    [all...]
  /external/chromium_org/v8/src/x64/
builtins-x64.cc 655 FrameScope scope(masm, StackFrame::MANUAL);
    [all...]
regexp-macro-assembler-x64.cc 672 // Tell the system that we have a stack frame. Because the type is MANUAL, no
674 FrameScope scope(&masm_, StackFrame::MANUAL);
    [all...]
  /external/v8/src/arm/
regexp-macro-assembler-arm.cc 618 // Tell the system that we have a stack frame. Because the type is MANUAL, no
620 FrameScope scope(masm_, StackFrame::MANUAL);
    [all...]
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.cc 274 // "Intel(R) 64 and IA-32 Architectures Optimization Reference Manual"
675 // Tell the system that we have a stack frame. Because the type is MANUAL, no
677 FrameScope scope(masm_, StackFrame::MANUAL);
    [all...]

Completed in 4091 milliseconds

1 2 3