Searched refs:path (Results 76 - 100 of 7568) sorted by relevance

1234567891011>>

/external/chromium_org/tools/
H A Dfind_depot_tools.py4 """Small utility function to find depot_tools and add it to the python path.
14 def IsRealDepotTools(path):
15 return os.path.isfile(os.path.join(path, 'gclient'))
19 """Search for depot_tools and add it to sys.path."""
21 for i in sys.path:
27 sys.path.append(i.rstrip(os.sep))
30 root_dir = os.path.dirname(os.path
[all...]
/external/chromium_org/tools/gyp/test/actions/src/
H A Dconfirm-dep-files.py18 if (os.path.exists("dep_1.txt") and
19 os.path.exists("dep_2.txt") and
20 os.path.exists("dep_3.txt")):
/external/chromium_org/tools/profile_chrome/
H A D__init__.py9 sys.path.append(os.path.join(os.path.dirname(__file__),
/external/chromium_org/ui/base/dragdrop/
H A Dfile_info.cc11 FileInfo::FileInfo(const base::FilePath& path, argument
13 : path(path), display_name(display_name) {}
/external/llvm/include/llvm/Support/
H A DPath.h10 // This file declares the llvm::sys::path namespace. It is designed after
12 // path class.
26 namespace path { namespace in namespace:llvm::sys
34 /// components in \a path. The forward traversal order is as follows:
51 StringRef Path; ///< The entire path.
56 friend const_iterator begin(StringRef path);
57 friend const_iterator end(StringRef path);
81 /// @brief Get begin iterator over \a path.
82 /// @param path Input path
94 rbegin(StringRef path) argument
101 rend(StringRef path) argument
[all...]
/external/chromium_org/third_party/apache-win32/
H A Dremove_files_not_needed_for_chromium.sh12 -path . -o \
13 -path .. -o \
14 -path ./ABOUT_APACHE.txt -o \
15 -path ./bin -o \
16 -path ./bin/ApacheMonitor.exe -o \
17 -path ./bin/httpd.exe -o \
18 -path ./bin/libapr-1.dll -o \
19 -path ./bin/libapriconv-1.dll -o \
20 -path ./bin/libaprutil-1.dll -o \
21 -path
[all...]
/external/chromium-trace/trace-viewer/build/
H A Dfixjsstyle5 src_dir = os.path.join(os.path.dirname(__file__), '..')
7 sys.path.append(os.path.join(src_dir, 'third_party/python_gflags'))
8 sys.path.append(os.path.join(src_dir, 'third_party/closure_linter'))
/external/chromium_org/chrome/browser/profiles/
H A Dstorage_partition_descriptor.h11 // This structure combines a StoragePartition's on-disk path and a boolean for
18 : path(partition_path),
21 const base::FilePath path; member in struct:StoragePartitionDescriptor
29 if (lhs.path != rhs.path)
30 return lhs.path < rhs.path;
/external/chromium_org/chrome/test/ispy/common/
H A Dcloud_bucket.py16 def UploadFile(self, path, contents, content_type):
20 path: where in GS to upload the file.
26 def DownloadFile(self, path):
30 path: the location in GS to download the file from.
40 def UpdateFile(self, path, contents):
44 path: location of the file in GS to update.
49 def RemoveFile(self, path):
53 path: the location in GS to download the file from.
57 def FileExists(self, path):
61 path
[all...]
/external/chromium_org/base/files/
H A Dfile_util_android.cc12 bool GetShmemTempDir(bool executable, base::FilePath* path) { argument
13 return PathService::Get(base::DIR_CACHE, path);
/external/chromium_org/build/
H A Dgn_run_binary.py16 # also be on the path.
17 path = './' + sys.argv[1] variable
20 args = [path] + sys.argv[2:]
/external/chromium_org/build/linux/unbundle/
H A Dreplace_gyp_files.py13 import os.path namespace
47 my_dirname = os.path.dirname(__file__)
48 source_tree_root = os.path.abspath(
49 os.path.join(my_dirname, '..', '..', '..'))
61 for flag, path in REPLACEMENTS.items():
68 os.rename(os.path.join(source_tree_root, path + '.orig'),
69 os.path.join(source_tree_root, path))
72 shutil.copyfile(os.path
[all...]
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dbuild_server.py13 SRC_DIR = os.path.join(sys.path[0], os.pardir, os.pardir, os.pardir, os.pardir,
15 THIRD_PARTY_DIR = os.path.join(SRC_DIR, 'third_party')
16 LOCAL_THIRD_PARTY_DIR = os.path.join(sys.path[0], 'third_party')
17 TOOLS_DIR = os.path.join(SRC_DIR, 'tools')
25 def MakeInit(path):
26 path = os.path.join(path, '__init_
[all...]
/external/chromium_org/third_party/WebKit/ManualTests/blackberry/
H A Dhttp-cookie-database-set.php8 $path = str_replace("http-cookie-database-set.php", "http-cookie-database-update.php", $_SERVER["PHP_SELF"]); variable
9 $newurl = 'https://'.$_SERVER["HTTP_HOST"].$path;
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSimplifyFindTop_Test.cpp43 static void test(const SkPath& path) { argument
45 SimplifyFindTopTest::EdgeBuilder builder(path, contours);
51 static void test(const SkPath& path, SkScalar x1, SkScalar y1, argument
54 SimplifyFindTopTest::EdgeBuilder builder(path, contours);
80 SkPath path;
81 path.moveTo(2,0);
82 path.lineTo(1,1);
83 path.lineTo(0,0);
84 path.close();
85 test(path);
[all...]
/external/chromium_org/tools/chrome_proxy/
H A Drun_benchmark9 sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, 'telemetry'))
10 sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, 'perf'))
17 base_dir = os.path.dirname(os.path.realpath(__file__))
/external/chromium_org/tools/clang/scripts/
H A Dposix-print-revision.py10 sys.exit(os.system(os.path.join(os.path.dirname(__file__), 'update.sh') +
/external/chromium_org/tools/memory_inspector/memory_inspector/
H A D__init__.py9 ROOT_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir))
21 chromium_dir = os.path.abspath(os.path.join(ROOT_DIR, os.pardir, os.pardir))
22 assert(os.path.isdir(chromium_dir)), 'Cannot find chromium ' + chromium_dir
24 sys.path += [
28 os.path.join(chromium_dir, 'build', 'android'), # For pylib.
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dexec_cmd.h5 extern const char *perf_extract_argv0_path(const char *path);
10 extern const char *system_path(const char *path);
/external/qemu/android/utils/
H A Dpath.h55 extern ABool path_exists( const char* path );
57 /* checks that a path points to a regular file */
58 extern ABool path_is_regular( const char* path );
60 /* checks that a path points to a directory */
61 extern ABool path_is_dir( const char* path );
63 /* checks that a path is absolute or not */
64 extern ABool path_is_absolute( const char* path );
67 extern ABool path_can_read( const char* path );
68 extern ABool path_can_write( const char* path );
71 extern ABool path_can_exec( const char* path );
[all...]
/external/skia/experimental/Intersection/
H A DSimplifyFindTop_Test.cpp43 static void test(const SkPath& path) { argument
45 SimplifyFindTopTest::EdgeBuilder builder(path, contours);
51 static void test(const SkPath& path, SkScalar x1, SkScalar y1, argument
54 SimplifyFindTopTest::EdgeBuilder builder(path, contours);
80 SkPath path;
81 path.moveTo(2,0);
82 path.lineTo(1,1);
83 path.lineTo(0,0);
84 path.close();
85 test(path);
[all...]
/external/chromium_org/mojo/tools/
H A Drun_mojo_python_bindings_tests.py9 _script_dir = os.path.dirname(os.path.abspath(__file__))
10 sys.path.insert(0, os.path.join(_script_dir, "pylib"))
19 help='path to the build output directory')
23 python_build_dir = os.path.join(args.build_dir, 'python')
24 if python_build_dir not in sys.path:
25 sys.path.append(python_build_dir)
26 python_gen_dir = os.path.join(
29 if python_gen_dir not in sys.path
[all...]
/external/chromium_org/tools/python/google/
H A Dpath_utils.py17 """Get the full path to the directory containing the current script."""
18 script_filename = os.path.abspath(sys.argv[0])
19 return os.path.dirname(script_filename)
22 """Finds an ancestor dir in a path.
25 'c:\foo\bar'. Unlike FindUpward*, this only looks at direct path ancestors.
27 start_dir = os.path.abspath(start_dir)
28 path = start_dir
30 (parent, tail) = os.path.split(path)
32 return path
[all...]
/external/chromium_org/tools/gyp/pylib/gyp/
H A DMSVSVersion.py21 path, sdk_based, default_toolset=None):
28 self.path = path
59 """Returns the path to Visual Studio installation."""
60 return self.path
63 """Returns the path to a given compiler tool. """
64 return os.path.normpath(os.path.join(self.path, "VC/bin", tool))
80 return [os.path
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DBstInOrderPathTest.java52 BstInOrderPath<SimpleNode> path = extension(factory, d, LEFT, LEFT);
53 ASSERT.that(pathToList(path)).hasContentsInOrder(a, b, d);
54 path = testNextPathIs(path, b, d);
55 path = testNextPathIs(path, c, b, d);
56 path = testNextPathIs(path, d);
57 path = testNextPathIs(path,
179 testNextPathIs( BstInOrderPath<SimpleNode> path, SimpleNode... nodes) argument
187 testPrevPathIs( BstInOrderPath<SimpleNode> path, SimpleNode... nodes) argument
[all...]

Completed in 699 milliseconds

1234567891011>>