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

  /external/bison/lib/
strtol.c 233 #define INTERNAL(X) INTERNAL1(X)
252 INTERNAL (strtol) (const STRING_TYPE *nptr, STRING_TYPE **endptr,
447 return INTERNAL (strtol) (nptr, endptr, base, 0 LOCALE_PARAM);
  /external/v8/src/
variables.h 34 namespace internal { namespace in namespace:v8
62 INTERNAL, // like VAR, but not user-visible (may or may not
165 } } // namespace v8::internal
  /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/chromium/chrome/browser/extensions/
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...]
  /frameworks/base/core/tests/hosttests/src/android/content/pm/
PackageManagerHostTestUtils.java 69 INTERNAL,
    [all...]
  /external/chromium/chrome/common/extensions/
extension.h 49 INTERNAL, // A crx file from the internal Extensions directory.
358 // Only internal and external extensions can be autoupdated.
359 return location == Extension::INTERNAL ||
365 // be disabled by the user. The same applies for internal components.
    [all...]

Completed in 1812 milliseconds