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

1 2 3

  /frameworks/rs/driver/linkloader/lib/
ELFSymbol.cpp 72 CASE(INTERNAL)
  /external/v8/src/
variables.cc 35 namespace internal { namespace in namespace:v8
49 case INTERNAL: return "INTERNAL";
98 } } // namespace v8::internal
frames.h 36 namespace internal { namespace in namespace:v8
137 V(INTERNAL, InternalFrame) \
193 bool is_internal() const { return type() == INTERNAL; }
608 virtual Type type() const { return INTERNAL; }
888 } } // namespace v8::internal
contexts.cc 35 namespace internal { namespace in namespace:v8
165 case INTERNAL: // Fall through.
324 } } // namespace v8::internal
  /external/chromium/chrome/browser/sync/glue/
extension_util_unittest.cc 91 Extension::INTERNAL, 0, file_path));
98 true, Extension::INTERNAL, 0, file_path));
105 Extension::INTERNAL, 0, file_path));
112 Extension::INTERNAL, 0, file_path));
120 Extension::INTERNAL, 0, file_path));
135 Extension::INTERNAL, 0, file_path));
145 Extension::INTERNAL, 1, file_path));
152 Extension::INTERNAL, 2, file_path));
393 extension_path, Extension::INTERNAL, source,
extension_util.cc 24 if (extension.location() != Extension::INTERNAL) {
theme_util_unittest.cc 38 extension_path, Extension::INTERNAL, source,
  /external/chromium/chrome/browser/extensions/
pending_extension_manager.cc 70 const Extension::Location kSyncLocation = Extension::INTERNAL;
124 Extension::INTERNAL);
test_extension_prefs.cc 101 return AddExtensionWithManifest(dictionary, Extension::INTERNAL);
extension_updater_unittest.cc 221 Extension::INTERNAL));
384 Extension::INTERNAL);
529 service.CreateTestExtensions(1, 1, &extensions, &url, Extension::INTERNAL);
553 service.CreateTestExtensions(1, 3, &tmp, NULL, Extension::INTERNAL);
732 kInitialIncognitoEnabled, Extension::INTERNAL));
    [all...]
convert_user_script.cc 151 Extension::INTERNAL,
extension_service_unittest.cc 264 // values we gave it. So if the id we doesn't exist in our internal
301 // values we gave it. So if the id we doesn't exist in our internal
    [all...]
convert_web_app.cc 172 Extension::INTERNAL,
extension_creator.cc 68 Extension::INTERNAL,
  /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/arduino/hardware/arduino/cores/arduino/
wiring.h 65 #define INTERNAL 3
  /external/chromium/chrome/common/extensions/
extension_set_unittest.cc 41 Extension::Create(path, Extension::INTERNAL, manifest,
extension_manifests_unittest.cc 61 return LoadExtensionWithLocation(name, Extension::INTERNAL, false, error);
66 return LoadExtensionWithLocation(name, Extension::INTERNAL, true, error);
72 return LoadExtensionWithLocation(value, Extension::INTERNAL, false, error);
  /packages/apps/Gallery/src/com/android/camera/
ImageManager.java 125 public static enum DataLocation { NONE, INTERNAL, EXTERNAL, ALL }
306 if (haveSdCard && location != DataLocation.INTERNAL) {
314 if (location == DataLocation.INTERNAL || location == DataLocation.ALL) {
  /external/v8/src/x64/
builtins-x64.cc 37 namespace internal { namespace in namespace:v8
404 // an internal frame and the pushed function and receiver, and
416 // Clear the context before we push it when entering the internal frame.
418 // Enter an internal frame.
419 FrameScope scope(masm, StackFrame::INTERNAL);
446 // Clear the context before we push it when entering the internal frame.
448 // Enter an internal frame.
449 FrameScope scope(masm, StackFrame::INTERNAL);
462 // [rsp + 2 * kPointerSize ... ]: Internal frame
496 // Exit the internal frame. Notice that this also removes the empt
    [all...]
  /external/v8/src/arm/
builtins-arm.cc 39 namespace internal { namespace in namespace:v8
548 // The array construct code is only set for the builtin and internal
671 FrameScope scope(masm, StackFrame::INTERNAL);
691 FrameScope scope(masm, StackFrame::INTERNAL);
    [all...]
codegen-arm.cc 36 namespace internal { namespace in namespace:v8
60 masm->EnterFrame(StackFrame::INTERNAL);
67 masm->LeaveFrame(StackFrame::INTERNAL);
436 } } // namespace v8::internal
debug-arm.cc 36 namespace internal { namespace in namespace:v8
62 patcher.masm()->ldr(v8::internal::ip, MemOperand(v8::internal::pc, 0));
63 patcher.masm()->blx(v8::internal::ip);
65 patcher.masm()->mov(v8::internal::lr, v8::internal::pc);
66 patcher.masm()->ldr(v8::internal::pc, MemOperand(v8::internal::pc, -4));
112 patcher.masm()->ldr(v8::internal::ip, MemOperand(v8::internal::pc, 0))
    [all...]
  /external/v8/src/ia32/
builtins-ia32.cc 37 namespace internal { namespace in namespace:v8
387 // Clear the context before we push it when entering the internal frame.
391 FrameScope scope(masm, StackFrame::INTERNAL);
434 // Exit the internal frame. Notice that this also removes the empty.
454 FrameScope scope(masm, StackFrame::INTERNAL);
469 // Tear down internal frame.
480 FrameScope scope(masm, StackFrame::INTERNAL);
495 // Tear down internal frame.
507 FrameScope scope(masm, StackFrame::INTERNAL);
513 // Tear down internal frame
    [all...]
  /external/v8/src/mips/
builtins-mips.cc 41 namespace internal { namespace in namespace:v8
561 // The array construct code is only set for the builtin and internal
687 FrameScope scope(masm, StackFrame::INTERNAL);
707 FrameScope scope(masm, StackFrame::INTERNAL);
    [all...]

Completed in 680 milliseconds

1 2 3