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

1 2

  /packages/providers/MediaProvider/tools/genfiles/
genfiles.sh 25 EXTERNAL=$2
26 if [ "$EXTERNAL" == "" ]
28 EXTERNAL="/storage"
40 echo "Usage: $0 <file.db> [external storage root]"
51 $ANDROID_HOST_OUT/bin/sqlite3 $1 "select format, media_type, mime_type, _data from files where _data like '"$EXTERNAL"/%';" | {
  /system/core/rootdir/etc/
dbus.conf 9 <auth>EXTERNAL</auth>
  /external/chromium/net/disk_cache/
addr.h 17 EXTERNAL = 0,
119 return EXTERNAL;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
BERTags.java 11 public static final int EXTERNAL = 0x08;
ASN1StreamParser.java 42 case BERTags.EXTERNAL:
195 case BERTags.EXTERNAL:
ASN1InputStream.java 177 case EXTERNAL:
262 case EXTERNAL:
DERExternal.java 7 * Class representing the DER-type External
49 throw new IllegalArgumentException("No tagged object found in vector. Structure doesn't seem to be of type External");
71 * @param externalData The external data in its encoded form.
84 * @param encoding The encoding to be used for the external data
85 * @param externalData The external data
150 out.writeEncoded(BERTags.CONSTRUCTED, BERTags.EXTERNAL, baos.toByteArray());
201 * Returns the direct reference of the external element
251 * Sets the direct reference of the external element
  /external/v8/src/
vm-state-inl.h 52 case EXTERNAL:
53 return "EXTERNAL";
profile-generator-inl.h 87 // DOM events handlers are reported as OTHER / EXTERNAL entries.
91 case EXTERNAL:
v8globals.h 370 V(EXTERNAL)
isolate.cc 94 current_vm_state_ = EXTERNAL;
763 { VMState state(this, EXTERNAL);
841 VMState state(this, EXTERNAL);
883 VMState state(this, EXTERNAL);
    [all...]
handles.cc 560 VMState state(isolate, EXTERNAL);
582 VMState state(isolate, EXTERNAL);
    [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
Space.h 37 EXTERNAL,
  /external/arduino/hardware/arduino/cores/arduino/
wiring.h 68 #define EXTERNAL 0
  /frameworks/compile/mclinker/lib/Support/
MemoryAreaFactory.cpp 99 Space* space = new Space(Space::EXTERNAL, pMemBuffer, pSize);
  /build/core/
prebuilt.mk 73 ifeq ($(LOCAL_CERTIFICATE),EXTERNAL)
74 # The magic string "EXTERNAL" means this package will be signed with
package.mk 357 ifeq ($(LOCAL_CERTIFICATE),EXTERNAL)
358 # The special value "EXTERNAL" means that we will sign it with the
  /external/mesa3d/src/glsl/
glsl_parser.h 174 EXTERNAL = 391,
  /external/webkit/Source/WebCore/workers/
WorkerContext.h 134 EXTERNAL,
WorkerContext.cpp 361 if (fileSystemType != AsyncFileSystem::Temporary && fileSystemType != AsyncFileSystem::Persistent && fileSystemType != AsyncFileSystem::External) {
378 if (fileSystemType != AsyncFileSystem::Temporary && fileSystemType != AsyncFileSystem::Persistent && fileSystemType != AsyncFileSystem::External) {
437 COMPILE_ASSERT(static_cast<int>(WorkerContext::EXTERNAL) == static_cast<int>(AsyncFileSystem::External), enum_mismatch);
  /packages/apps/Gallery/src/com/android/camera/
ImageManager.java 66 Uri.parse("content://media/external/video/media");
125 public static enum DataLocation { NONE, INTERNAL, EXTERNAL, ALL }
358 } else if (uriString.startsWith("content://media/external/video")) {
359 return makeImageList(cr, DataLocation.EXTERNAL, INCLUDE_VIDEOS,
523 result = "external".equals(cursor.getString(0));
  /external/v8/tools/
tickprocessor.js 235 EXTERNAL: 4
363 // Don't use PC when in external callback code, as it can point
772 '-e': ['stateFilter', TickProcessor.VmStates.EXTERNAL,
773 'Show only ticks from EXTERNAL VM state'],
795 this.argsDispatch_['--external'] = this.argsDispatch_['-e'];
  /external/webkit/Source/WebCore/page/
DOMWindow.h 393 EXTERNAL,
  /frameworks/compile/mclinker/unittests/Linker/
TestLinker.cpp 175 mcld::Space* space = new mcld::Space(mcld::Space::EXTERNAL, pMemBuffer, pSize);
  /packages/apps/Email/src/com/android/mail/providers/
UIProvider.java     [all...]

Completed in 639 milliseconds

1 2