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

  /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
  /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;
AndroidLaunchController.java 323 // stored. This is unlikely to happen, but if it does, we should force to go manual
325 config.mTargetMode = TargetMode.MANUAL;
347 * - Manual Mode
357 * If != 1, display a UI similar to manual mode.
459 boolean hasDevice = false; // if there's 1+ device running, we may force manual mode,
    [all...]
  /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());
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifTag.java 224 public static final short MANUAL = 1;
299 public static final short MANUAL = 1;
    [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...]
stub-cache-arm.cc 663 FrameScope frame_scope(masm, StackFrame::MANUAL);
    [all...]
full-codegen-arm.cc 167 // MANUAL indicates that the scope shouldn't actually generate code to set up
169 FrameScope frame_scope(masm_, StackFrame::MANUAL);
    [all...]
code-stubs-arm.cc     [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...]
full-codegen-ia32.cc 160 // MANUAL indicates that the scope shouldn't actually generate code to set up
162 FrameScope frame_scope(masm_, StackFrame::MANUAL);
    [all...]
lithium-codegen-ia32.cc 78 // MANUAL indicates that the scope shouldn't actually generate code to set up
80 FrameScope frame_scope(masm_, StackFrame::MANUAL);
    [all...]
  /external/v8/src/mips/
regexp-macro-assembler-mips.cc 614 // Tell the system that we have a stack frame. Because the type is MANUAL,
616 FrameScope scope(masm_, StackFrame::MANUAL);
    [all...]
stub-cache-mips.cc 649 FrameScope frame_scope(masm, StackFrame::MANUAL);
    [all...]
full-codegen-mips.cc 174 // MANUAL indicates that the scope shouldn't actually generate code to set up
176 FrameScope frame_scope(masm_, StackFrame::MANUAL);
    [all...]
code-stubs-mips.cc     [all...]
  /external/v8/src/x64/
regexp-macro-assembler-x64.cc 715 // Tell the system that we have a stack frame. Because the type is MANUAL, no
717 FrameScope scope(&masm_, StackFrame::MANUAL);
    [all...]
full-codegen-x64.cc 174 // MANUAL indicates that the scope shouldn't actually generate code to set up
176 FrameScope frame_scope(masm_, StackFrame::MANUAL);
    [all...]
lithium-codegen-x64.cc 75 // MANUAL indicates that the scope shouldn't actually generate code to set up
77 FrameScope frame_scope(masm_, StackFrame::MANUAL);
    [all...]

Completed in 323 milliseconds