HomeSort by relevance Sort by last modified time
    Searched refs:source_path (Results 26 - 50 of 103) sorted by null

12 3 4 5

  /external/chromium_org/third_party/skia/tools/pyutils/
gs_utils.py 30 def download_file(source_bucket, source_path, dest_path,
36 source_path: full path (Posix-style) within that bucket
42 'http://storage.googleapis.com', source_bucket, source_path)
  /external/skia/tools/pyutils/
gs_utils.py 30 def download_file(source_bucket, source_path, dest_path,
36 source_path: full path (Posix-style) within that bucket
42 'http://storage.googleapis.com', source_bucket, source_path)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/bindings/
main.py 38 source_path = os.path.normpath(os.path.join(module_path, os.pardir, os.pardir, variable
40 sys.path.append(source_path) # for Source/bindings imports
70 test_input_directory = os.path.join(source_path, 'bindings', 'tests', 'idls')
71 reference_directory = os.path.join(source_path, 'bindings', 'tests', 'results')
117 for idl_filename in idl_paths_recursive(source_path):
  /external/llvm/utils/lit/lit/formats/
base.py 16 source_path = testSuite.getSourcePath(path_in_suite)
17 for filename in os.listdir(source_path):
23 filepath = os.path.join(source_path, filename)
80 test.source_path = path
99 elif hasattr(test, 'source_path'):
100 cmd.append(test.source_path)
googletest.py 73 source_path = testSuite.getSourcePath(path_in_suite)
74 for filename in os.listdir(source_path):
75 filepath = os.path.join(source_path, filename)
  /external/chromium_org/chromeos/dbus/
cros_disks_client.cc 81 std::string source_path; local
85 !reader->PopString(&source_path) ||
90 *entry = MountEntry(static_cast<MountError>(error_code), source_path,
101 virtual void Mount(const std::string& source_path,
109 writer.AppendString(source_path);
467 virtual void Mount(const std::string& source_path,
480 FinishMount(MOUNT_ERROR_PATH_ALREADY_MOUNTED, source_path, type,
489 base::Bind(&PerformFakeMount, source_path, mounted_path),
492 source_path,
567 static MountError PerformFakeMount(const std::string& source_path,
    [all...]
fake_cros_disks_client.cc 26 void FakeCrosDisksClient::Mount(const std::string& source_path,
107 const std::string& source_path,
113 MountEntry(error_code, source_path, mount_type, mount_path));
fake_cros_disks_client.h 24 virtual void Mount(const std::string& source_path,
59 const std::string& source_path,
  /external/chromium_org/chromeos/disks/
mock_disk_mount_manager.cc 188 Disk* disk = new DiskMountManager::Disk(mount_info.source_path,
191 mount_info.source_path,
207 DiskMountManager::DiskMap::iterator it = disks_.find(mount_info.source_path);
209 disks_.insert(std::make_pair(std::string(mount_info.source_path), disk));
218 DiskMountManager::DiskMap::iterator it = disks_.find(mount_info.source_path);
232 const std::string& source_path) const {
233 DiskMap::const_iterator disk_it = disks_.find(source_path);
disk_mount_manager.cc 60 virtual void MountPath(const std::string& source_path,
66 DiskMap::const_iterator it = disks_.find(source_path);
68 OnMountCompleted(MountEntry(MOUNT_ERROR_INTERNAL, source_path, type,
74 source_path,
82 MountEntry(MOUNT_ERROR_INTERNAL, source_path, type, "")));
112 std::string device_path = mount_point->second.source_path;
203 virtual const Disk* FindDiskBySourcePath(const std::string& source_path)
205 DiskMap::const_iterator disk_it = disks_.find(source_path);
234 disks_.find(mount_point.source_path) == disks_.end()) {
267 if (StartsWithASCII(it->second.source_path, mount_path
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_manager/
mounted_disk_monitor.cc 90 disk_mount_manager_->FindDiskBySourcePath(mount_info.source_path);
93 mounted_disks_[mount_info.source_path] = disk->fs_uuid();
98 DiskMap::iterator it = mounted_disks_.find(mount_info.source_path);
  /external/chromium_org/chrome/common/importer/
importer_data_types.h 41 base::FilePath source_path; member in struct:importer::SourceProfile
  /external/chromium_org/chrome/installer/util/
copy_tree_work_item.h 42 CopyTreeWorkItem(const base::FilePath& source_path,
move_tree_work_item.cc 17 MoveTreeWorkItem::MoveTreeWorkItem(const base::FilePath& source_path,
21 : source_path_(source_path),
copy_tree_work_item.cc 16 CopyTreeWorkItem::CopyTreeWorkItem(const base::FilePath& source_path,
21 : source_path_(source_path),
work_item.h 85 const base::FilePath& source_path,
126 const base::FilePath& source_path,
work_item_list.h 50 const std::wstring& source_path,
91 virtual WorkItem* AddMoveTreeWorkItem(const std::wstring& source_path,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
check.py 127 source_path = StringIO()
133 reporter = SilentReporter(source_path,
141 document = nodes.document(settings, reporter, source=source_path)
142 document.note_source(source_path, -1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
check.py 127 source_path = StringIO()
133 reporter = SilentReporter(source_path,
141 document = nodes.document(settings, reporter, source=source_path)
142 document.note_source(source_path, -1)
  /external/chromium_org/build/toolchain/win/
setup_toolchain.py 66 def CopyTool(source_path):
69 with open(source_path) as source_file:
  /external/chromium_org/tools/gyp/pylib/gyp/
mac_tool.py 302 source_path = resource_rules
307 if not source_path:
308 source_path = os.path.join(
310 shutil.copy2(source_path, target_path)
326 source_path, provisioning_data, team_id = self._FindProvisioningProfile(
332 shutil.copy2(source_path, target_path)
473 source_path = entitlements
477 if not source_path:
478 source_path = os.path.join(
481 shutil.copy2(source_path, target_path
    [all...]
  /external/chromium_org/build/android/pylib/symbols/
elf_symbolizer.py 304 source_path = None
309 source_path = m.group(1)
315 sym_info = ELFSymbolInfo(name, source_path, source_line)
396 def __init__(self, name, source_path, source_line):
399 self.source_path = source_path
407 self.name or '??', self.source_path or '??', self.source_line or 0)
  /external/llvm/utils/lit/lit/
discovery.py 85 source_path = ts.getSourcePath(path_in_suite)
86 cfgpath = os.path.join(source_path, litConfig.local_config_name)
127 source_path = ts.getSourcePath(path_in_suite)
128 if not os.path.exists(source_path):
132 if not os.path.isdir(source_path):
148 for filename in os.listdir(source_path):
154 file_sourcepath = os.path.join(source_path, filename)
  /external/chromium_org/chrome/browser/importer/
importer_list.cc 34 ie->source_path.clear();
52 safari->source_path.clear();
89 firefox->source_path = profile_path;
  /external/chromium_org/chrome/browser/safe_browsing/
binary_feature_extractor_win_unittest.cc 25 base::FilePath source_path; variable
26 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &source_path));
27 testdata_path_ = source_path

Completed in 8611 milliseconds

12 3 4 5