HomeSort by relevance Sort by last modified time
    Searched full:path (Results 1301 - 1325 of 4958) sorted by null

<<51525354555657585960>>

  /bionic/libc/include/
paths.h 35 /* Default search path. */
37 /* All standard utilities path. */
  /cts/tools/host/etc/
cts.bat 19 rem Set up prog to be the path of this script, including following symlinks,
64 call java %java_debug% -Djava.ext.dirs=%frameworkdir% -Djava.library.path=%libdir% -Dcom.android.cts.bindir= -jar %jarpath% %argument%
  /dalvik/libcore/archive/src/main/native/
hy2sie.h 111 #define ioh_convertToPlatform(path) sieb_convertToPlatform (path)
  /dalvik/libcore/prefs/src/main/java/java/util/prefs/
FilePreferencesImpl.java 76 //file path for this preferences node
77 private String path; field in class:FilePreferencesImpl
107 path = userNode ? USER_HOME : SYSTEM_HOME;
116 path = ((FilePreferencesImpl) parent).path + File.separator + name;
121 dir = new File(path);
127 prefsFile = new File(path + File.separator + PREFS_FILE_NAME);
138 return new File(path + File.separator + name).isDirectory();
  /dalvik/libcore/security/src/main/java/java/security/cert/
PolicyNode.java 24 * The interface to a valid policy tree node for the PKIX certification path
27 * Instances of this class are one of the outputs of the PKIX certification path
  /dalvik/libcore/xml/src/main/java/javax/xml/xpath/
package.html 27 <li><a href="http://www.w3.org/TR/xpath">XML Path Language (XPath) Version 1.0</a></li>
38 recommendation; the W3C hosts the XML Path Language (XPath) Version
51 path</em> and one or more optional <em>predicates</em>. Expressions
71 path. While XPath location paths resemble Unix-style file system
85 <p>A special location path operator, <code>//</code>, selects nodes at
109 <td>Location Path</td>
142 location path. Predicates are of the form
257 <li>See <a href="http://www.w3.org/TR/xpath">XML Path Language (XPath) Version 1.0</a></li>
  /development/apps/Term/res/values/
strings.xml 54 <string name="default_value_initialcommand_preference">export PATH=/data/local/bin:$PATH</string>
  /development/ide/xcode/ports/
skia_mac.cp 21 // argv[0] is set to the execution path of the application, e.g.
23 // the desired directory path is :
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
dashboard.py 124 path = os.path.join(os.path.dirname(__file__), 'templates', 'users.html')
125 self.response.out.write(template.render(path, template_values))
237 path = os.path.join(os.path.dirname(__file__),
239 self.response.out.write(template.render(path, template_values))
  /development/tools/findunused/
removeunusedresources 5 echo "You need to have the 'xmlstarlet' command in your path"
13 echo "Please specify the path to an application, or '--all' to process all applications"
  /development/tools/monkeyrunner/etc/
monkeyrunner 16 # Set up prog to be the path of this script, including following symlinks,
74 exec java -Xmx128M $os_opts $java_debug -Djava.ext.dirs="$frameworkdir" -Djava.library.path="$libdir" -Dcom.android.monkeyrunner.bindir="$progdir" -jar "$jarpath" "$@"
  /development/tools/monkeyrunner/src/com/android/monkeyrunner/
ScriptRunner.java 57 props.setProperty("python.path", System.getProperty("java.class.path"));
  /external/bluetooth/bluez/audio/
device.h 57 char *path; member in struct:audio_device
75 const char *path, const bdaddr_t *src,
  /external/bluetooth/bluez/doc/
network-api.txt 12 Object path [variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX
60 Object path /org/bluez/{hci0,hci1,...}
  /external/bluetooth/glib/build/win32/dirent/
dirent.h 60 /* given path for dir with search pattern (struct is extended) */
107 /* given path for dir with search pattern (struct is extended) */
  /external/bluetooth/glib/gio/fen/
fen-data.h 49 /* to identify if the path is dir */
53 /* List of subscriptions monitoring this fdata/path */
  /external/bluetooth/glib/gio/
gvfs.h 69 const char *path);
96 const char *path);
  /external/dbus/bus/
system.conf.in 29 <!-- Only listen on a local socket. (abstract=/path/to/socket
31 file; only Linux supports this. Use path=/whatever on other
  /external/genext2fs/
mkbootimg_ext2.sh 55 echo " --grubconf <confile> The path to grub conf file"
78 echo "Must provide path to a valid genext2fs binary."
  /external/grub/stage2/
defs.h 84 * MAXPATHLEN defines the longest permissible path length
88 * that may be expanded in a path name. It should be set
  /external/gtest/include/gtest/
gtest-death-test.h 142 // A "threadsafe" style death test obtains the path to the test
144 // simplicity, the current implementation doesn't search the PATH
146 // invoke the test program via a path that contains at least one
147 // path separator (e.g. path/to/foo_test and
148 // /absolute/path/to/bar_test are fine, but foo_test is not). This
150 // directory in PATH.
152 // TODO(wan@google.com): make thread-safe death tests search the PATH.
  /external/icu4c/config/
icu-config.1.in 127 libraries and headers, by allowing the system PATH to locate it.
162 Prints the binary (executable) directory path. Normally equivalent to 'bin'.
170 Does NOT include preprocessor directives such as include path or defined symbols. Examples include debugging (\-g) and optimization flags
215 Print the path to packaged archive data. (should be where $ICU_DATA
216 or equivalent default path points.) Will NOT point to the libdir.
227 such as genrb(1), then \fBicu-config\fP will also include the full path
250 Similar to \fI\-\-ldflags\fP but only includes the \-L search path options.
280 Prints the 'Makefile.inc' path, suitable for use with pkgdata(1)'s \-O option.
  /external/icu4c/test/cintltst/
cintltst.h 34 * Return the path to the icu/source/data/out directory
39 * Return the path to the icu/source/data/ directory
cposxtst.c 56 const char *path = loadTestData(&ec); local
63 catd = u_catopen(path, "mc", &ec);
  /external/icu4c/tools/gentest/
genres32.c 42 genres32(const char *prog, const char *path) {
56 uprv_strcpy(file,path);

Completed in 449 milliseconds

<<51525354555657585960>>