HomeSort by relevance Sort by last modified time
    Searched full:base_path (Results 1 - 25 of 141) sorted by null

1 2 3 4 5 6

  /external/chromium_org/content/public/test/
test_file_system_context.cc 19 const base::FilePath& base_path) {
22 base::MessageLoopProxy::current().get(), base_path));
24 quota_manager_proxy, additional_providers.Pass(), base_path);
30 const base::FilePath& base_path) {
38 base_path,
44 const base::FilePath& base_path) {
53 base_path,
test_file_system_context.h 23 const base::FilePath& base_path);
30 const base::FilePath& base_path);
34 const base::FilePath& base_path);
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/test/
coverage.rake 15 unless File.exist?(base_path.join('node_modules'))
35 rm_rf base_path.join('covershot')
36 rm_rf base_path.join('tmp')
41 coverage_path = base_path.join('tmp/coverage')
55 input = base_path.join('tmp/coverage/lib').to_s
56 output = base_path.join('tmp/coverage/lib-cov').to_s
65 coverage_path = base_path.join('tmp/coverage')
100 jasmine_node = base_path.join('node_modules/jasmine-node/bin/jasmine-node').to_s
101 spec = base_path.join('spec').to_s
109 covershot = base_path.join('node_modules/covershot/bin/covershot').to_
    [all...]
ci.rake 6 t.rspec_opts += ["-r #{base_path.join('tasks/support/gl-matrix')}"]
node.rake 6 unless system 'jasmine-node', base_path.join('spec').to_s
  /external/chromium_org/chrome/installer/util/
registry_test_data.h 24 // Resets this instance, deletes the key rooted at |base_path|, and then
25 // populates |base_path| with:
27 // \NonEmptyKey (default value = "|base_path|\NonEmptyKey")
29 bool Initialize(HKEY root_key, const wchar_t* base_path);
31 // Deletes the key rooted at base_path and clears all state.
39 const std::wstring& base_path() const { return base_path_; } function in class:RegistryTestData
  /external/chromium_org/chrome/browser/extensions/api/storage/
leveldb_settings_storage_factory.cc 13 const base::FilePath& base_path,
15 return new LeveldbValueStore(base_path.AppendASCII(extension_id));
settings_storage_factory.h 24 // Creates a new ValueStore area for an extension under |base_path|.
26 virtual ValueStore* Create(const base::FilePath& base_path,
leveldb_settings_storage_factory.h 15 virtual ValueStore* Create(const base::FilePath& base_path,
  /external/v8/
Android.mk 18 BASE_PATH := $(call my-dir)
29 include $(BASE_PATH)/Android.mksnapshot.mk
30 include $(BASE_PATH)/Android.libv8.mk
31 include $(BASE_PATH)/Android.d8.mk
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/
gl-matrix.rb 27 File.expand_path GLMatrix.base_path.join('spec/jasmine.yml')
51 env = Sprockets::Environment.new base_path
52 env.append_path base_path.join('src')
56 def base_path method in class:GLMatrix
64 dest = base_path.join dest
72 puts "compiled #{source} to #{dest.relative_path_from base_path}"
81 puts "minified #{source} to #{dest.relative_path_from base_path}"
  /external/chromium/base/memory/
scoped_temp_dir.cc 31 bool ScopedTempDir::CreateUniqueTempDirUnderPath(const FilePath& base_path) {
35 // If |base_path| does not exist, create it.
36 if (!file_util::CreateDirectory(base_path))
39 // Create a new, uniquely named directory under |base_path|.
41 base_path,
  /external/chromium_org/base/files/
scoped_temp_dir.cc 32 bool ScopedTempDir::CreateUniqueTempDirUnderPath(const FilePath& base_path) {
36 // If |base_path| does not exist, create it.
37 if (!base::CreateDirectory(base_path))
40 // Create a new, uniquely named directory under |base_path|.
41 if (!base::CreateTemporaryDirInDir(base_path,
scoped_temp_dir_unittest.cc 66 FilePath base_path; local
68 &base_path));
73 EXPECT_TRUE(dir.CreateUniqueTempDirUnderPath(base_path));
76 EXPECT_TRUE(base_path.IsParent(test_path));
77 EXPECT_TRUE(test_path.value().find(base_path.value()) != std::string::npos);
80 base::DeleteFile(base_path, true);
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/
Rakefile 23 Dir[base_path.join './tasks/**/*.rake'].each do |f|
  /external/chromium_org/chrome/common/extensions/docs/server2/
appengine_url_fetcher.py 35 def __init__(self, base_path=None):
36 assert base_path is None or not base_path.endswith('/')
37 self._base_path = base_path
intro_data_source.py 44 def get_from_base_path(base_path):
45 return self._cache.GetFromFile('%s/%s' % (base_path, path)).Get()
47 for base_path in base_paths:
49 return get_from_base_path(base_path)
template_renderer.py 37 'base_path': self._server_instance.base_path,
39 'static': self._server_instance.base_path + 'static',
server_instance.py 37 base_path='/'):
53 |base_path|
66 assert base_path.startswith('/') and base_path.endswith('/')
67 self.base_path = base_path
132 base_path)
160 def ForTest(file_system=None, file_system_provider=None, base_path='/'):
177 base_path=base_path)
    [all...]
  /frameworks/base/native/graphics/jni/
Android.mk 0 BASE_PATH := $(call my-dir)
  /external/chromium_org/chrome/browser/ui/webui/
profiler_ui.cc 71 base::FilePath base_path; variable
72 PathService::Get(base::DIR_SOURCE_ROOT, &base_path);
73 base_path = base_path.AppendASCII("chrome");
74 base_path = base_path.AppendASCII("browser");
75 base_path = base_path.AppendASCII("resources");
76 base_path = base_path.AppendASCII("profiler")
    [all...]
  /frameworks/compile/slang/lit-tests/
lit.cfg 15 config.base_path = os.getenv('ANDROID_BUILD_TOP')
23 config.test_exec_root = os.path.join(config.base_path, 'out', 'tests', 'slang', 'lit-tests')
45 config.slang = inferTool('llvm-rs-cc', 'SLANG', os.path.join(config.base_path, 'out', 'host', 'linux-x86', 'bin')).replace('\\', '/')
48 config.rs_filecheck_wrapper = inferTool('rs-filecheck-wrapper.sh', 'RS_FILECHECK_WRAPPER', os.path.join(config.base_path, 'frameworks', 'compile', 'slang', 'lit-tests'))
51 config.slang_includes = "-I " + os.path.join(config.base_path, 'frameworks', 'rs', 'scriptc') + " " \
52 + "-I " + os.path.join(config.base_path, 'external', 'clang', 'lib', 'Headers')
  /external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/chrome_test/
common.py 11 setup_modules.setup(base_path=client_dir,
  /external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/page_cycler_dep/
common.py 11 setup_modules.setup(base_path=client_dir,
  /external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/perf_data_dep/
common.py 11 setup_modules.setup(base_path=client_dir,

Completed in 935 milliseconds

1 2 3 4 5 6