HomeSort by relevance Sort by last modified time
    Searched defs:INTERNAL (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/extensions/common/features/
simple_feature_unittest.cc 289 base::FilePath(), Manifest::INTERNAL, manifest, Extension::NO_FLAGS,
  /external/chromium_org/mojo/public/java/system/src/org/chromium/mojo/system/
MojoResult.java 24 public static final int INTERNAL = -13;
67 case INTERNAL:
68 return "INTERNAL";
  /external/chromium_org/extensions/browser/api/storage/
settings_test_util.cc 101 Manifest::INTERNAL,
  /external/arduino/hardware/arduino/cores/arduino/
wiring.h 65 #define INTERNAL 3
  /external/bison/lib/
strtol.c 219 #define INTERNAL(X) INTERNAL1(X)
238 INTERNAL (strtol) (const STRING_TYPE *nptr, STRING_TYPE **endptr,
433 return INTERNAL (strtol) (nptr, endptr, base, 0 LOCALE_PARAM);
  /external/chromium_org/chrome/common/extensions/api/
extension_api_unittest.cc 506 base::FilePath(), Manifest::INTERNAL, values, Extension::NO_FLAGS,
538 base::FilePath(), Manifest::INTERNAL, values, Extension::NO_FLAGS,
676 // Also to internal URLs.
    [all...]
  /external/chromium_org/extensions/common/
manifest.h 29 INTERNAL, // A crx file from the internal Extensions directory.
47 // internal implementation detail of chrome, but
94 // Only internal and external extensions can be autoupdated.
95 return location == INTERNAL ||
106 // Whether the |location| is an extension intended to be an internal part of
  /external/deqp/scripts/
make_release.py 425 INTERNAL = Module("Internal", [
426 makeFileCopyGroup ("modules/internal", "src/modules/internal", SRC_FILE_PATTERNS),
427 makeFileCopyGroup ("data/internal", "src/data/internal", ["*.*"]),
474 INTERNAL,
  /external/chromium_org/ash/display/
display_manager_unittest.cc 463 // This combinatino is new, so internal display becomes primary.
552 // Turn off internal
    [all...]
  /external/chromium_org/v8/src/ic/arm/
handler-compiler-arm.cc 14 namespace internal { namespace in namespace:v8
28 FrameAndConstantPoolScope scope(masm, StackFrame::INTERNAL);
62 FrameAndConstantPoolScope scope(masm, StackFrame::INTERNAL);
718 FrameAndConstantPoolScope frame_scope(masm(), StackFrame::INTERNAL);
746 // Leave the internal frame.
838 } // namespace v8::internal
  /external/chromium_org/v8/src/ic/arm64/
handler-compiler-arm64.cc 14 namespace internal { namespace in namespace:v8
219 FrameScope scope(masm, StackFrame::INTERNAL);
256 FrameScope scope(masm, StackFrame::INTERNAL);
769 FrameScope frame_scope(masm(), StackFrame::INTERNAL);
796 // Leave the internal frame.
845 } // namespace v8::internal
  /external/chromium_org/v8/src/ic/ia32/
handler-compiler-ia32.cc 14 namespace internal { namespace in namespace:v8
23 FrameScope scope(masm, StackFrame::INTERNAL);
222 FrameScope scope(masm, StackFrame::INTERNAL);
708 FrameScope frame_scope(masm(), StackFrame::INTERNAL);
745 // Leave the internal frame.
851 } // namespace v8::internal
  /external/chromium_org/v8/src/ic/mips/
handler-compiler-mips.cc 14 namespace internal { namespace in namespace:v8
28 FrameScope scope(masm, StackFrame::INTERNAL);
62 FrameScope scope(masm, StackFrame::INTERNAL);
719 FrameScope frame_scope(masm(), StackFrame::INTERNAL);
746 // Leave the internal frame.
838 } // namespace v8::internal
  /external/chromium_org/v8/src/ic/mips64/
handler-compiler-mips64.cc 14 namespace internal { namespace in namespace:v8
28 FrameScope scope(masm, StackFrame::INTERNAL);
62 FrameScope scope(masm, StackFrame::INTERNAL);
719 FrameScope frame_scope(masm(), StackFrame::INTERNAL);
746 // Leave the internal frame.
838 } // namespace v8::internal
  /external/chromium_org/v8/src/ic/x64/
handler-compiler-x64.cc 14 namespace internal { namespace in namespace:v8
209 FrameScope scope(masm, StackFrame::INTERNAL);
252 FrameScope scope(masm, StackFrame::INTERNAL);
702 FrameScope frame_scope(masm(), StackFrame::INTERNAL);
732 // Leave the internal frame.
833 } // namespace v8::internal
  /external/chromium_org/v8/src/ic/x87/
handler-compiler-x87.cc 14 namespace internal { namespace in namespace:v8
23 FrameScope scope(masm, StackFrame::INTERNAL);
222 FrameScope scope(masm, StackFrame::INTERNAL);
710 FrameScope frame_scope(masm(), StackFrame::INTERNAL);
747 // Leave the internal frame.
853 } // namespace v8::internal
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
JDWPConstants.java 481 public static final int INTERNAL = 113;
604 case INTERNAL:
605 return "INTERNAL";
  /external/chromium_org/v8/src/
globals.h 48 namespace internal { namespace in namespace:v8
196 (reinterpret_cast<v8::internal::Address>(reinterpret_cast<intptr_t>(f)))
680 INTERNAL, // like VAR, but not user-visible (may or may not
809 } } // namespace v8::internal
811 namespace i = v8::internal;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 536 milliseconds