HomeSort by relevance Sort by last modified time
    Searched full:pathname (Results 76 - 100 of 1409) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/remoting/webapp/
cs_oauth2_trampoline.js 14 if (window.location.pathname == officialPath ||
15 window.location.pathname == unofficialPath) {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
prettify.rb 4 require 'pathname'
7 $LOAD_PATH << Pathname.new(__FILE__).dirname.realpath.to_s
  /frameworks/testing/androidtestlib/src/com/android/test/runner/
ClassPathScanner.java 44 * Tests whether or not the specified abstract pathname should be included in a class path
47 * @param pathName the relative path of the class path entry
103 public boolean accept(String pathName) {
104 return !pathName.contains("$");
127 public boolean accept(String pathName) {
128 return pathName.startsWith(mPkgName);
151 public boolean accept(String pathName) {
152 return !pathName.startsWith(mPkgName);
  /dalvik/dx/src/com/android/dx/cf/direct/
ClassPathOpener.java 39 /** {@code non-null;} pathname to start with */
40 private final String pathname; field in class:ClassPathOpener
108 * @param pathname {@code non-null;} path element to process
114 public ClassPathOpener(String pathname, boolean sort, Consumer consumer) {
115 this(pathname, sort, acceptAll, consumer);
121 * @param pathname {@code non-null;} path element to process
127 public ClassPathOpener(String pathname, boolean sort, FileNameFilter filter,
129 this.pathname = pathname;
142 File file = new File(pathname);
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-filepath.h 48 // FilePath - a class for file and directory pathname manipulation which
49 // handles platform-specific conventions (like the pathname separator).
63 explicit FilePath(const char* pathname) : pathname_(pathname) { }
64 explicit FilePath(const String& pathname) : pathname_(pathname) { }
82 // Returns a pathname for a file that does not currently exist. The pathname
85 // already exists. The number will be incremented until a pathname is found
137 // Returns true if pathname describes a directory in the file-syste
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
file.h 87 /** Split a UNIX pathname into head (directory) and tail (base filename)
90 * \param path pathname
97 /** Split a Windows pathname into head (directory) and tail (base filename)
100 * \param path pathname
107 /** Split a pathname into head (directory) and tail (base filename) portions.
110 * \param path pathname
125 * \return Current working directory pathname (newly allocated).
130 /** Convert a relative or absolute pathname into an absolute pathname.
132 * \param path pathname
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
diskcache.cc 284 Pathname pathname; local
285 pathname.SetFolder(folder_);
286 pathname.SetBasename(buffer);
287 pathname.SetExtension(extension);
293 return pathname.pathname();
298 Pathname pathname(filename);
300 if (1 != sscanf(pathname.extension().c_str(), ".%u", &tempdex)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
diskcache.cc 284 Pathname pathname; local
285 pathname.SetFolder(folder_);
286 pathname.SetBasename(buffer);
287 pathname.SetExtension(extension);
293 return pathname.pathname();
298 Pathname pathname(filename);
300 if (1 != sscanf(pathname.extension().c_str(), ".%u", &tempdex)
    [all...]
fileutils_unittest.cc 37 Pathname path;
43 Pathname path;
71 Pathname path;
84 Pathname path;
107 Pathname path;
143 Pathname path;
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
RootProcessScanner.java 88 private static boolean isUnapprovedRootProcess(File pathname)
90 return isPidDirectory(pathname)
91 && !isKernelProcess(pathname)
92 && isRootProcess(pathname);
95 private static boolean isPidDirectory(File pathname) {
96 return pathname.isDirectory() && Pattern.matches("\\d+", pathname.getName());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os2emxpath.py 2 """Common pathname manipulations, OS/2 EMX version.
31 # Normalize the case of a pathname and map slashes to backslashes.
36 """Normalize case of pathname.
45 """Join two or more pathname components, inserting sep as needed"""
59 """Split a pathname into UNC mount point and relative path specifiers.
89 """Returns the final component of a pathname"""
96 """Returns the directory component of a pathname"""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os2emxpath.py 2 """Common pathname manipulations, OS/2 EMX version.
31 # Normalize the case of a pathname and map slashes to backslashes.
36 """Normalize case of pathname.
45 """Join two or more pathname components, inserting sep as needed"""
59 """Split a pathname into UNC mount point and relative path specifiers.
89 """Returns the final component of a pathname"""
96 """Returns the directory component of a pathname"""
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediarecorder_unittest.cc 44 talk_base::Pathname(path), "wb");
55 sink_.reset(new RtpDumpSink(Open(path_.pathname())));
84 talk_base::Pathname path_;
100 EXPECT_TRUE(talk_base::Filesystem::IsFile(path_.pathname()));
186 talk_base::Pathname path;
189 std::string send_file = path.pathname();
191 std::string recv_file = path.pathname();
261 talk_base::Pathname path;
264 std::string send_header_file = path.pathname();
266 std::string recv_header_file = path.pathname();
    [all...]
  /external/oprofile/libutil/
op_file.h 64 typedef void (*get_pathname_callback)(char const * pathname, void * name_list);
77 * @param filter a pathname filter
86 * dir is of type 'dir' and its complete pathname contains a match to
  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/
index.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/
quality.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", ""), "");
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
wait_unittest.py 19 self._tab.EvaluateJavaScript('document.location.pathname;'),
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBitmapFactory.java 46 public static Bitmap decodeFile(String pathName) {
47 return create("file:" + pathName);
51 public static Bitmap decodeFile(String pathName, BitmapFactory.Options options) {
52 return create("file:" + pathName, options);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
osdefs.h 40 /* Max pathname length */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
osdefs.h 40 /* Max pathname length */
  /system/extras/fatblock/
fdpool.h 27 int fdpool_open(struct pooled_fd *pfd, const char *pathname, int flags);
  /system/core/init/
util.c 275 int mkdir_recursive(const char *pathname, mode_t mode)
279 const char *p = pathname;
285 width = slash - pathname;
295 memcpy(buf, pathname, width);
303 ret = make_dir(pathname, mode);
496 int restorecon(const char *pathname)
505 if (lstat(pathname, &sb) < 0)
507 if (selabel_lookup(sehandle, &secontext, pathname, sb.st_mode) < 0)
509 if (lsetfilecon(pathname, secontext) < 0) {
524 int restorecon_recursive(const char* pathname)
    [all...]
  /development/ndk/sources/android/libportable/arch-x86/
open.c 60 int WRAP(open)(const char *pathname, int flags, ...)
74 return __open(pathname, x86_change_flags(flags), mode);
  /external/chromium_org/tools/telemetry/telemetry/core/chrome/
inspector_page_unittest.py 28 self._tab.EvaluateJavaScript('document.location.pathname;'),
40 self._tab.EvaluateJavaScript('document.location.pathname;'),
  /external/libselinux/src/
android.c 656 int selinux_android_restorecon(const char *pathname)
672 if (lstat(pathname, &sb) < 0)
675 if (lgetfilecon(pathname, &oldcontext) < 0)
678 if (selabel_lookup(sehandle, &newcontext, pathname, sb.st_mode) < 0)
682 if (lsetfilecon(pathname, newcontext) < 0)
697 __FUNCTION__, pathname, strerror(errno));
704 static int file_requires_fixup(const char *pathname,
717 if (lstat(pathname, &sb) < 0) {
722 if (lgetfilecon(pathname, &current_context) < 0) {
727 if (selabel_lookup(sehandle_old, &old_context, pathname, sb.st_mode) < 0)
    [all...]

Completed in 1107 milliseconds

1 2 34 5 6 7 8 91011>>