Searched refs:path (Results 1 - 23 of 23) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/direct/
H A DClassPathOpener.java33 * Opens all the class files found in a class path element. Path elements
56 * Provides the file name and byte array for a class path element.
59 * filesystem path.
71 * this path element. Processing will continue if possible.
88 * @param pathname {@code non-null;} path element to process
101 * Processes a path element.
126 String path = file.getPath();
128 if (path.endsWith(".zip") ||
129 path.endsWith(".jar") ||
130 path
[all...]
/dalvik/vm/mterp/x86/
H A DOP_FILLED_NEW_ARRAY.S20 # less frequent path, so we'll redo some work
H A DOP_NEW_ARRAY.S26 jne .L${opcode}_finish # yes, fast path
/dalvik/tests/068-classloader/src/
H A DFancyLoader.java141 File path = new File(pathName);
145 raf = new RandomAccessFile(path, "r");
/dalvik/dx/src/com/android/dx/command/dexer/
H A DMain.java102 "that is an indication that the path you are on will ultimately\n" +
380 * be the path of a class file, a jar file, or a directory
732 * Returns the "fixed" version of a given file path, suitable for
733 * use as a path within a {@code .jar} file and for checking
736 * the path, and if it finds it, it takes the portion after to be
737 * the fixed path. If that isn't found but the path starts with
742 * @param path {@code non-null;} the path to "fix"
744 * the given {@code path})
746 fixPath(String path) argument
1185 String path; field in class:Main.ParallelProcessor
1196 ParallelProcessor(String path, long lastModified, byte bytes[]) argument
[all...]
/dalvik/vm/
H A DMisc.cpp744 const char* dvmPathToAbsolutePortion(const char* path) { argument
745 if (path == NULL) {
749 if (path[0] == '/') {
750 /* It's a regular absolute path. Return it. */
751 return path;
754 const char* sentinel = strstr(path, "/./");
H A DMisc.h310 * Returns the pointer to the "absolute path" part of the given path
312 * indicating the start of the absolute path. If the path isn't absolute
326 const char* dvmPathToAbsolutePortion(const char* path);
H A DThread.cpp1023 * fails to attach during shutdown, but the "fail" path calls
3383 char path[64];
3384 snprintf(path, sizeof(path), "/proc/%d/comm", tid);
3386 int fd = open(path, O_RDONLY);
3479 char path[64];
3480 snprintf(path, sizeof(path), "/proc/%d/task", getpid());
3482 DIR* d = opendir(path);
H A DInit.cpp693 dvmFprintf(stderr, "Missing classpath path list\n");
703 const char* path = argv[i] + sizeof("-Xbootclasspath:")-1; local
705 if (*path == '\0') {
706 dvmFprintf(stderr, "Missing bootclasspath path list\n");
710 gDvm.bootClassPathStr = strdup(path);
717 dvmFprintf(stderr, "Missing appending bootclasspath path list\n");
723 dvmFprintf(stderr, "Can't append to bootclasspath path list\n");
734 dvmFprintf(stderr, "Missing prepending bootclasspath path list\n");
740 dvmFprintf(stderr, "Can't prepend to bootclasspath path list\n");
/dalvik/dx/etc/
H A Ddx.bat21 REM Set up prog to be the path of this script, including following symlinks,
29 rem Check we have a valid Java.exe in the path.
/dalvik/vm/oo/
H A DClass.h55 * Boot class path accessors, for class loader getResources().
62 * Determine whether "path" is a member of "cpe".
64 bool dvmClassPathContains(const ClassPathEntry* cpe, const char* path);
169 * During DEX optimizing, add an extra DEX to the bootstrap class path.
H A DClass.cpp126 of either the AppClass jar or one of the jars in the bootstrap path.
411 /* make this a requirement -- don't currently support dirs in path */
453 * Process the bootstrap class path. This means opening the specified
530 * Dump the contents of the bootstrap class path.
538 * Returns "true" if the class path contains the specified path.
540 bool dvmClassPathContains(const ClassPathEntry* cpe, const char* path) argument
543 if (strcmp(cpe->fileName, path) == 0)
650 * If entries are added or removed from the bootstrap class path, the
670 * If the path wa
[all...]
/dalvik/dx/src/com/android/dx/command/annotool/
H A DAnnotationLister.java61 for (String path : args.files) {
64 opener = new ClassPathOpener(path, true,
/dalvik/vm/mterp/armv5te/
H A DOP_EXECUTE_INLINE.S21 bne .L${opcode}_debugmode @ yes - take slow path
H A DOP_EXECUTE_INLINE_RANGE.S19 bne .L${opcode}_debugmode @ yes - take slow path
/dalvik/libdex/
H A Dsha1.cpp431 char path[MAXPATH]; local
469 sprintf(path, "%s%s%s", drive, dir, f.ff_name);
470 s = path;
/dalvik/vm/analysis/
H A DDexPrepare.cpp63 * Get just the directory portion of the given path. Equivalent to dirname(3).
65 static std::string saneDirName(const std::string& path) { argument
66 size_t n = path.rfind('/');
70 return path.substr(0, n);
75 * see if the directory part of the given path (all but the last
393 /* full path to optimizer */
409 /* probably shouldn't ship the hard-coded path */
909 * that wasn't previously loaded into the bootstrap class path, loading
1052 * bootstrap class path. The class loader favored the bootstrap
1150 * var Full path o
[all...]
/dalvik/tools/dmtracedump/
H A DTraceDump.c1663 char path[FILENAME_MAX]; local
1665 snprintf(path, FILENAME_MAX, "%s.dot", gOptions.graphFileName);
1667 snprintf(path, FILENAME_MAX, "/tmp/dot-%d-%d.dot", (int)time(NULL), rand());
1670 FILE* file = fopen(path, "w+");
1682 snprintf(command, 1024, "dot -Tpng -o '%s' '%s'", gOptions.graphFileName, path);
1687 remove(path);
/dalvik/vm/mterp/out/
H A DInterpAsm-armv5te-vfp.S1400 * us a constant 5-cycle path plus a branch at the end to the
7311 bne .LOP_EXECUTE_INLINE_debugmode @ yes - take slow path
7345 bne .LOP_EXECUTE_INLINE_RANGE_debugmode @ yes - take slow path
7805 * Resolution required. This is the least-likely path.
7858 * Resolution required. This is the least-likely path.
7937 * Resolution required. This is the least-likely path.
H A DInterpAsm-armv7-a-neon.S1410 * us a constant 5-cycle path plus a branch at the end to the
7269 bne .LOP_EXECUTE_INLINE_debugmode @ yes - take slow path
7303 bne .LOP_EXECUTE_INLINE_RANGE_debugmode @ yes - take slow path
7759 * Resolution required. This is the least-likely path.
7812 * Resolution required. This is the least-likely path.
7891 * Resolution required. This is the least-likely path.
H A DInterpAsm-armv7-a.S1410 * us a constant 5-cycle path plus a branch at the end to the
7269 bne .LOP_EXECUTE_INLINE_debugmode @ yes - take slow path
7303 bne .LOP_EXECUTE_INLINE_RANGE_debugmode @ yes - take slow path
7759 * Resolution required. This is the least-likely path.
7812 * Resolution required. This is the least-likely path.
7891 * Resolution required. This is the least-likely path.
H A DInterpAsm-x86.S670 /* This is the less common path, so we'll redo some work
671 here rather than force spills on the common path */
707 /* This is the less common path, so we'll redo some work
708 here rather than force spills on the common path */
744 /* This is the less common path, so we'll redo some work
745 here rather than force spills on the common path */
869 * Resolution required. This is the least-likely path, and we're
955 * Resolution required. This is the least-likely path.
971 /* Now, we need to sync up with fast path. We need eax to
1045 * Resolution required. This is the least-likely path
[all...]
H A DInterpAsm-armv5te.S1422 * us a constant 5-cycle path plus a branch at the end to the
7633 bne .LOP_EXECUTE_INLINE_debugmode @ yes - take slow path
7667 bne .LOP_EXECUTE_INLINE_RANGE_debugmode @ yes - take slow path
8127 * Resolution required. This is the least-likely path.
8180 * Resolution required. This is the least-likely path.
8259 * Resolution required. This is the least-likely path.

Completed in 631 milliseconds