/build/tools/ |
mktarball.sh | 3 # $1: path to fs_get_stats program
|
/cts/tests/appsecurity-tests/test-apps/AppAccessData/src/com/android/cts/appaccessdata/ |
AccessPrivateDataTest.java | 49 // construct the absolute file path to the app's private file
|
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStore_Images_ThumbnailsTest.java | 97 String path = mHelper.copy(R.raw.scenery, "testThumbnails.jpg"); local 100 values.put(Thumbnails.DATA, path); 111 assertEquals(path, c.getString(c.getColumnIndex(Thumbnails.DATA))); 124 assertEquals(path, c.getString(c.getColumnIndex(Thumbnails.DATA)));
|
/cts/tools/dx-tests/src/util/ |
CompileAllJasmin.java | 29 * path to the (properties) file containing line by line
|
/cts/tools/host/src/com/android/cts/ |
HostSideOnlyPackage.java | 32 * @param jarPath The host controller's jar path and file.
|
/cts/tools/signature-tools/ |
sig | 17 # Set up prog to be the path of this script, including following symlinks,
|
/dalvik/dx/src/com/android/dx/command/dump/ |
BaseDumper.java | 50 * {@code non-null;} the file path for the class, excluding any base 79 * @param filePath the file path for the class, excluding any base 187 * Gets the filesystem/jar path of the file being dumped. 189 * @return {@code non-null;} the path
|
/dalvik/dx/tests/ |
run-all-tests | 17 # Set up prog to be the path of this script, including following symlinks,
|
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level3/ls/ |
TestOracle.java | 39 * if class path does not contain dom3-ls.jar or
|
/dalvik/libcore/luni/src/main/java/java/net/ |
URL.java | 35 * protocol, host name, port, path, file, user-info, query, reference and 92 * The receiver's path. 94 private transient String path = null; field in class:URL 448 path = file.substring(0, index); 451 path = file; 765 path = file.substring(0, index); 767 path = file; 851 * Gets the value of the path part of this URL. 853 * @return the path part of this URL. 856 return path; [all...] |
/dalvik/libcore/luni/src/test/java/java/util/ |
FormatterTest.java | 38 // We fast-path %s and %d (with no configuration) but need to make sure we handle the
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/ |
SubContextList.java | 27 * is a node list for a location path step for a predicate.
|
/dalvik/vm/compiler/template/ |
Makefile-template | 38 $(shell find . -path ./$(OUTPUT_DIR) -prune -o -type f -print)
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_CMP_LONG.S | 16 * us a constant 5-cycle path plus a branch at the end to the
|
/dalvik/vm/mterp/ |
Makefile-mterp | 38 $(shell find . -path ./$(OUTPUT_DIR) -prune -o -type f -print) \
|
/dalvik/vm/oo/ |
Class.h | 55 * 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); 162 * During DEX optimizing, add an extra DEX to the bootstrap class path.
|
/development/ide/emacs/ |
android-compile.el | 56 "Ascend the current path until an Android makefile is found. 61 MAKEFILE_PATH is the relative path of the makefile wrt TOPDIR. 68 ;; Ascend the path. 139 Walk up the path until a makefile is found and build it.
|
/development/pdk/docs/porting/ |
getting_source_code.jd | 107 <p>To download device code, you need your username and a unique <code><path></code> string supplied by Google to execute the following:</p> 109 % git-clone $USER@android-git.ext.google.com:<path>/device.git 113 <p>To download kernel code, you need your username and a unique <code><path></code> string supplied by Google to execute the following:</p> 115 % git-clone $USER@android-git.ext.google.com:<path>/kernel.git
|
/development/tools/apkcheck/etc/ |
apkcheck | 17 # Set up prog to be the path of this script, including following symlinks,
|
/device/htc/dream-sapphire/ |
BoardConfigCommon.mk | 60 # OpenGL drivers config file path
|
/external/bluetooth/glib/gio/ |
glocalfileenumerator.c | 320 char *path; local 342 path = g_build_filename (local->filename, filename, NULL); 343 info = _g_local_file_info_get (filename, path, 348 g_free (path);
|
glocalfileinfo.h | 57 const char *path,
|
/external/bluetooth/glib/gio/inotify/ |
inotify-diag.c | 31 #include "inotify-path.h"
|
/external/emma/core/res/com/vladium/emma/ |
run_usage.res | 30 "Java source path for generating reports";
|
/external/icu4c/common/ |
umapfile.h | 29 UBool uprv_mapFile(UDataMemory *pdm, const char *path);
|