HomeSort by relevance Sort by last modified time
    Searched refs:INTERNAL (Results 26 - 50 of 162) sorted by null

12 3 4 5 6 7

  /external/arduino/hardware/arduino/cores/arduino/
wiring.h 65 #define INTERNAL 3
  /external/chromium/chrome/browser/extensions/
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...]
  /external/chromium/chrome/common/extensions/
extension_set_unittest.cc 41 Extension::Create(path, Extension::INTERNAL, manifest,
  /external/chromium_org/chrome/browser/extensions/
sandboxed_unpacker_unittest.cc 87 Manifest::INTERNAL,
pending_extension_manager.cc 116 const Manifest::Location kSyncLocation = Manifest::INTERNAL;
136 const Manifest::Location kManifestLocation = Manifest::INTERNAL;
extension_prefs_unittest.cc 363 Manifest::INTERNAL, false);
451 path, Manifest::INTERNAL, manifest, Extension::NO_FLAGS, id, &errors);
561 prefs_.AddExtensionWithManifest(dictionary, Manifest::INTERNAL);
577 path, Manifest::INTERNAL, manifest, Extension::NO_FLAGS, id_, &errors);
669 dictionary, Manifest::INTERNAL, Extension::FROM_WEBSTORE);
677 dictionary, Manifest::INTERNAL, Extension::FROM_BOOKMARK);
687 Manifest::INTERNAL,
permissions_updater.cc 79 // We only maintain the granted permissions prefs for INTERNAL and LOAD
82 extension->location() != Manifest::INTERNAL)
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_test_util.cc 51 extensions::Extension::Create(path, extensions::Manifest::INTERNAL,
  /external/chromium_org/chrome/common/extensions/features/
base_feature_provider_unittest.cc 39 base::FilePath(), Manifest::INTERNAL, manifest, Extension::NO_FLAGS,
80 base::FilePath(), Manifest::INTERNAL, manifest, Extension::NO_FLAGS,
  /external/chromium_org/v8/src/arm/
builtins-arm.cc 39 namespace internal { namespace in namespace:v8
266 FrameScope scope(masm, StackFrame::INTERNAL);
286 FrameScope scope(masm, StackFrame::INTERNAL);
308 // Enter an internal frame.
310 FrameScope scope(masm, StackFrame::INTERNAL);
328 // Tear down internal frame.
338 FrameScope scope(masm, StackFrame::INTERNAL);
353 // Tear down internal frame.
721 // Clear the context before we push it when entering the internal frame.
724 // Enter an internal frame
    [all...]
  /external/chromium_org/v8/src/mips/
builtins-mips.cc 41 namespace internal { namespace in namespace:v8
274 FrameScope scope(masm, StackFrame::INTERNAL);
294 FrameScope scope(masm, StackFrame::INTERNAL);
316 // Enter an internal frame.
318 FrameScope scope(masm, StackFrame::INTERNAL);
346 FrameScope scope(masm, StackFrame::INTERNAL);
361 // Tear down internal frame.
747 // Enter an internal frame.
749 FrameScope scope(masm, StackFrame::INTERNAL);
800 // Leave internal frame
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
ImageManager.java 123 public static enum DataLocation { NONE, INTERNAL, EXTERNAL, ALL }
303 if (haveSdCard && location != DataLocation.INTERNAL) {
311 if (location == DataLocation.INTERNAL || location == DataLocation.ALL) {
  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_test_util.cc 95 Manifest::INTERNAL,
  /external/chromium_org/chrome/common/extensions/
extension_set_unittest.cc 43 Extension::Create(path, extensions::Manifest::INTERNAL, manifest,
extension_test_util.cc 52 return Extension::Create(base::FilePath(), extensions::Manifest::INTERNAL,
  /external/chromium_org/chrome/utility/extensions/
unpacker_unittest.cc 51 Manifest::INTERNAL,
  /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/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifest_test.cc 214 location_(extensions::Manifest::INTERNAL),
220 location_(extensions::Manifest::INTERNAL),
  /external/chromium_org/chrome/browser/extensions/updater/
extension_updater_unittest.cc 329 Manifest::INTERNAL));
570 Manifest::INTERNAL);
713 service.CreateTestExtensions(1, 1, &extensions, &url, Manifest::INTERNAL);
    [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...]
  /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 415 milliseconds

12 3 4 5 6 7