HomeSort by relevance Sort by last modified time
    Searched full:pathname (Results 701 - 725 of 1422) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
linux-unistd.h 95 int mkdirat (int dirfd, const char *pathname, mode_t mode);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 92 int mkdirat (int dirfd, const char *pathname, mode_t mode);
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
linux-unistd.h 92 int mkdirat (int dirfd, const char *pathname, mode_t mode);
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
linux-unistd.h 92 int mkdirat (int dirfd, const char *pathname, mode_t mode);
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/
linux-unistd.h 92 int mkdirat (int dirfd, const char *pathname, mode_t mode);
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/sys/
linux-unistd.h 92 int mkdirat (int dirfd, const char *pathname, mode_t mode);
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/sys/
linux-unistd.h 92 int mkdirat (int dirfd, const char *pathname, mode_t mode);
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/sys/
linux-unistd.h 92 int mkdirat (int dirfd, const char *pathname, mode_t mode);
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/sys/
linux-unistd.h 92 int mkdirat (int dirfd, const char *pathname, mode_t mode);
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/sys/
linux-unistd.h 95 int mkdirat (int dirfd, const char *pathname, mode_t mode);
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/
linux-unistd.h 95 int mkdirat (int dirfd, const char *pathname, mode_t mode);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
ic.py 227 file = Carbon.File.pathname(file)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib.py 76 self.pathname = test_support.TESTFN
77 self.returned_obj = urllib.urlopen("file:%s" % self.pathname)
124 self.assertEqual(self.returned_obj.geturl(), self.pathname)
138 self.assertRaises(ValueError,urllib.urlopen,'./' + self.pathname)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib.py 76 self.pathname = test_support.TESTFN
77 self.returned_obj = urllib.urlopen("file:%s" % self.pathname)
124 self.assertEqual(self.returned_obj.geturl(), self.pathname)
138 self.assertRaises(ValueError,urllib.urlopen,'./' + self.pathname)
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
test_journal.c 104 ** Maximum pathname length supported by the jt backend.
753 ** Populate buffer zOut with the full canonical pathname corresponding
754 ** to the pathname in zPath. zOut is guaranteed to point to a buffer
test_onefile.c 87 ** Maximum pathname length supported by the fs backend.
741 ** Populate buffer zOut with the full canonical pathname corresponding
742 ** to the pathname in zPath. zOut is guaranteed to point to a buffer
test_vfstrace.c 85 ** Return a pointer to the tail of the pathname. Examples:
571 ** Populate buffer zOut with the full canonical pathname corresponding
572 ** to the pathname in zPath. zOut is guaranteed to point to a buffer
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.js 139 var basePath = getBaseUri(location.pathname);
352 var path = getBaseUri(location.pathname);
488 l = getBaseUri(location.pathname);
  /libcore/luni/src/main/java/java/lang/
System.java 508 * @param pathName
511 public static void load(String pathName) {
512 Runtime.getRuntime().load(pathName, VMStack.getCallingClassLoader());
  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/
gui.html 11 window.top.location.replace("../index.html#"+window.location.pathname+window.location.hash);
13 var hash="#"+window.location.pathname.replace(window.top.location.pathname.replace("index.html", ""), "");
refcard.html 11 window.top.location.replace("../index.html#"+window.location.pathname+window.location.hash);
13 var hash="#"+window.location.pathname.replace(window.top.location.pathname.replace("index.html", ""), "");
  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/retrace/
examples.html 11 window.top.location.replace("../../index.html#"+window.location.pathname+window.location.hash);
13 var hash="#"+window.location.pathname.replace(window.top.location.pathname.replace("index.html", ""), "");
  /build/
envsetup.sh     [all...]
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 554 * Processes one pathname element.
556 * @param pathname {@code non-null;} the pathname to process. May
562 private static boolean processOne(String pathname, FileNameFilter filter) {
565 opener = new ClassPathOpener(pathname, false, filter,
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
Drawable.java     [all...]

Completed in 1673 milliseconds

<<21222324252627282930>>