HomeSort by relevance Sort by last modified time
    Searched refs:DIR_SOURCE_ROOT (Results 51 - 75 of 129) sorted by null

1 23 4 5 6

  /external/chromium_org/content/public/test/
content_browser_test.cc 52 CHECK(PathService::Get(base::DIR_SOURCE_ROOT, &content_test_data_absolute));
  /external/chromium_org/content/test/ppapi/
ppapi_test.cc 56 EXPECT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &test_path));
  /external/chromium_org/mojo/apps/js/
mojo_runner_delegate.cc 30 PathService::Get(base::DIR_SOURCE_ROOT, &search_paths[0]);
  /external/chromium_org/net/ftp/
ftp_directory_listing_parser_unittest.cc 28 PathService::Get(base::DIR_SOURCE_ROOT, &test_dir);
  /external/chromium_org/net/test/
python_utils.cc 79 if (!PathService::Get(base::DIR_SOURCE_ROOT, &source_dir)) {
91 // in a wholly separate location, relative to DIR_SOURCE_ROOT. We'll want
  /external/chromium_org/build/android/pylib/utils/
findbugs.py 73 path = os.path.join(constants.DIR_SOURCE_ROOT, 'out', version)
99 chrome_src = constants.DIR_SOURCE_ROOT
  /external/chromium_org/tools/android/adb_profile_chrome/
perf_controller.py 18 sys.path.append(os.path.join(constants.DIR_SOURCE_ROOT,
176 perf_script_path = os.path.join(constants.DIR_SOURCE_ROOT,
trace_packager.py 16 sys.path.append(os.path.join(constants.DIR_SOURCE_ROOT,
  /external/chromium_org/build/android/pylib/instrumentation/
test_runner.py 110 os.path.join(constants.DIR_SOURCE_ROOT, p),
119 host_test_files_path = '%s/%s' % (constants.DIR_SOURCE_ROOT, host_src)
164 os.path.join(constants.DIR_SOURCE_ROOT), self._lighttp_port)
  /external/chromium_org/base/
base_paths_win.cc 146 case base::DIR_SOURCE_ROOT: {
file_version_info_unittest.cc 22 PathService::Get(base::DIR_SOURCE_ROOT, &path);
  /external/chromium_org/build/android/lint/
suppress.py 37 ' ' + os.path.relpath(_THIS_FILE, constants.DIR_SOURCE_ROOT) + '\n\n'
  /external/chromium_org/chrome/browser/media/
wv_test_license_server_config.cc 150 PathService::Get(base::DIR_SOURCE_ROOT, &source_root);
  /external/chromium_org/chrome/browser/ui/webui/
profiler_ui.cc 72 PathService::Get(base::DIR_SOURCE_ROOT, &base_path);
  /external/chromium_org/chrome/test/base/
javascript_browser_test.cc 52 ASSERT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &source_root_directory));
v8_unit_test.cc 142 ASSERT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &mockPath));
150 ASSERT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &accessibilityAuditPath));
  /external/chromium_org/components/policy/core/common/
preg_parser_win_unittest.cc 73 ASSERT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &test_data_dir));
  /external/chromium_org/content/shell/common/
webkit_test_helpers.cc 114 PathService::Get(base::DIR_SOURCE_ROOT, &base_path);
  /external/chromium_org/net/proxy/
proxy_resolver_perftest.cc 158 PathService::Get(base::DIR_SOURCE_ROOT, &path);
  /external/chromium_org/net/spdy/fuzzing/
hpack_fuzz_util_test.cc 116 ASSERT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &source_root));
  /external/chromium_org/net/test/spawned_test_server/
remote_test_server.cc 155 // DIR_SOURCE_ROOT here to get the actual path of document root on the Android
159 PathService::Get(base::DIR_SOURCE_ROOT, &src_dir);
  /external/chromium_org/net/tools/quic/
quic_in_memory_cache_test.cc 28 PathService::Get(base::DIR_SOURCE_ROOT, &path);
  /external/chromium_org/build/android/pylib/perf/
test_runner.py 237 cwd = os.path.abspath(constants.DIR_SOURCE_ROOT)
239 cwd = os.path.abspath(os.path.join(constants.DIR_SOURCE_ROOT, os.pardir))
  /external/chromium_org/net/test/embedded_test_server/
embedded_test_server_unittest.cc 151 ASSERT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &src_dir));
278 ASSERT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &src_dir));
  /external/chromium_org/chrome/common/
chrome_paths.cc 455 if (!PathService::Get(base::DIR_SOURCE_ROOT, &cur))
464 if (!PathService::Get(base::DIR_SOURCE_ROOT, &cur))

Completed in 428 milliseconds

1 23 4 5 6