HomeSort by relevance Sort by last modified time
    Searched refs:base_path (Results 101 - 125 of 142) sorted by null

1 2 3 45 6

  /external/autotest/site_utils/lib/
common.py 8 setup_modules.setup(base_path=autotest_dir, root_module_name='autotest_lib')
  /external/autotest/site_utils/stats/
common.py 8 setup_modules.setup(base_path=autotest_dir, root_module_name='autotest_lib')
  /external/jsoncpp/test/
pyjsontestrunner.py 13 base_path = os.path.splitext(input_path)[0] variable
14 actual_path = base_path + '.actual'
15 rewrite_path = base_path + '.rewrite'
16 rewrite_actual_path = base_path + '.actual-rewrite'
runjsontests.py 77 base_path = os.path.splitext(input_path)[0]
78 actual_output = safeReadFile( base_path + '.actual' )
79 actual_rewrite_output = safeReadFile( base_path + '.actual-rewrite' )
80 file(base_path + '.process-output','wt').write( process_output )
  /external/chromium-trace/catapult/third_party/Paste/paste/evalexception/
middleware.py 255 def make_view_url(self, environ, base_path, count):
256 return base_path + '/_debug/view/%s' % count
297 base_path = request.construct_url(environ, with_path_info=False,
328 view_uri = self.make_view_url(environ, base_path, count)
341 debug_info = DebugInfo(count, exc_info, exc_data, base_path,
372 def __init__(self, counter, exc_info, exc_data, base_path,
376 self.base_path = base_path
415 html = format_eval_html(self.exc_data, self.base_path, self.counter)
428 base_path = self.base_path + '/_debug
    [all...]
  /external/autotest/client/
setup_modules.py 108 def setup(base_path, root_module_name=""):
111 'base_path' can be imported via "import root_module_name.package".
112 If root_module_name is empty, then all the packages at base_path
126 base_path = os.path.abspath(os.path.join(base_path, '..'))
129 _import_children_into_module(root_module_name, base_path)
137 sys.path.insert(0, os.path.join(base_path, "site-packages"))
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
certutils_test.py 92 base_path = os.path.join(self._temp_dir, 'testCA')
93 ca_cert_path = base_path + '.pem'
94 cert_path = base_path + '-cert.pem'
95 ca_cert_android = base_path + '-cert.cer'
96 ca_cert_windows = base_path + '-cert.p12'
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
dependency_manager_util.py 35 base_path = ResolvePath(os.getcwd()) + os.path.sep
37 if not ResolvePath(os.path.join(base_path, member)).startswith(base_path):
dependency_manager_util_unittest.py 108 base_path = os.path.join(tempfile.gettempdir(), str(uuid.uuid4()))
109 archive_path = shutil.make_archive(base_path, 'zip', dir_path)
153 base_path = os.path.join(tempfile.gettempdir(), str(uuid.uuid4()))
154 archive_path = shutil.make_archive(base_path, 'zip', dir_path)
base_config.py 128 base_path = os.path.dirname(self._config_path)
141 paths.append(os.path.abspath(os.path.join(base_path, path)))
151 os.path.join(base_path, download_path))
  /external/autotest/client/cros/cellular/wardmodem/state_machines/
common.py 14 setup_modules.setup(base_path=client_dir,
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
base_handler.py 186 def base_path(self): member in class:JsonHandler
189 JSON handlers are mapped to /base_path/command/command_name thus they
199 base_path = path[:path.rfind("/")]
200 if not base_path.endswith("/command"):
203 return base_path[:base_path.rfind("/")]
  /external/v8/tools/gyp/pylib/gyp/generator/
analyzer.py 137 def _AddSources(sources, base_path, base_path_components, result):
139 source file is relative to |base_path|, but may contain '..'. To make
141 directories in |base_path|. Additionally each source may contain variables.
156 result.append(base_path + source)
161 def _ExtractSourcesFromAction(action, base_path, base_path_components,
164 _AddSources(action['inputs'], base_path, base_path_components, results)
180 base_path = posixpath.dirname(_ToLocalPath(toplevel_dir, _ToGypPath(target)))
181 base_path_components = base_path.split('/')
184 if len(base_path):
185 base_path += '/
    [all...]
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/
support.py 9 base_path = os.path.split(__file__)[0] variable
11 test_dir = os.path.join(base_path, 'testdata')
12 sys.path.insert(0, os.path.abspath(os.path.join(base_path,
17 del base_path
  /external/chromium-trace/catapult/tracing/third_party/gl-matrix/tasks/support/gl-matrix/
release_helper.rb 36 GLMatrix.base_path.to_s
  /hardware/intel/common/utils/ituxd/jni/
thermalJNI.cpp 84 static int lookup(const char *base_path, const char *name)
92 snprintf(full_path, SIZE, "%s%d/type", base_path, count);
109 static int lookup_contains(const char *base_path, const char *name)
117 snprintf(full_path, SIZE, "%s%d/type", base_path, count);
  /external/chromium-trace/catapult/third_party/Paste/paste/
fixture.py     [all...]
recursive.py 260 base_path = self.original_environ.get('SCRIPT_NAME')
262 assert path.startswith(base_path), (
264 "path %r (not %r)" % (base_path, path))
265 path = path[len(base_path)+1:]
urlmap.py 226 filenames (relative to `base_path`) and are passed to the
237 def __init__(self, map, base_paste_url, base_path, builder):
240 self.base_path = base_path
245 app_fn = os.path.join(self.base_path, app)
  /external/autotest/client/tests/netpipe/
netpipe.py 25 base_path = os.path.join(self.srcdir, 'NPtcp -h')
26 self.client_path = '%s %%s -o %s %%s' % (base_path, self.NP_FILE)
  /system/connectivity/shill/
profile.cc 428 FilePath base_path; local
430 base_path = storage_dir.Append(
433 base_path = storage_dir.Append(
442 return base_path.AddExtension(kFileExtensionJson);
444 return base_path;
  /external/autotest/site_utils/
lxc.py     [all...]
  /external/tlsdate/src/
tlsdated.c 131 opts->base_path = kCacheDir;
181 opts->base_path = optarg;
351 opts->base_path = strdup (e->value);
352 if (!opts->base_path)
405 "%s/timestamp", opts->base_path);
407 fatal ("supplied base path is too long: '%s'", opts->base_path);
  /external/chromium-trace/catapult/third_party/WebOb/docs/comment-example-code/
example.py 83 def submit_form(self, base_path, req):
97 ''' % (base_path, html_escape(req.url))
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/
pipeline.py 508 def base_path(self): member in class:Pipeline
511 return self._context.base_path
604 _PipelineContext('', params['queue_name'], params['base_path']),
616 base_path='/_ah/pipeline',
627 base_path: The relative URL path to where the Pipeline API is
660 context = _PipelineContext('', queue_name, base_path)
675 def start_test(self, idempotence_key=None, base_path='', **kwargs):
680 base_path: Dummy base URL path to use for this root pipeline.
686 context = _PipelineContext('', 'default', base_path)
852 return '%s/callback?%s' % (self.base_path, params
    [all...]

Completed in 3767 milliseconds

1 2 3 45 6