Searched refs:base_path (Results 1 - 12 of 12) sorted by relevance

/external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/tasks/support/
H A Dgl-matrix.rb27 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-trace/trace-viewer/tracing/third_party/gl-matrix/tasks/support/gl-matrix/
H A Dversion.rb23 MAJOR, MINOR, PATCH, REL = *File.read(base_path.join 'VERSION').split(".")
H A Drelease_helper.rb36 GLMatrix.base_path.to_s
/external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/
H A Dfsdiff.py60 (self.before.base_path,
94 interface, keyed relative to ``base_path``
97 def __init__(self, base_path, files=None, ignore_wildcards=(),
99 self.base_path = base_path
131 full = os.path.join(self.base_path, path)
135 result[path] = Dir(self.base_path, path)
142 result[path] = File(self.base_path, path)
146 self.__class__.__name__, self.base_path,
199 return self.__class__(base_path
[all...]
/external/chromium-trace/trace-viewer/third_party/Paste/paste/evalexception/
H A Dmiddleware.py255 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
[all...]
/external/jsoncpp/test/
H A Drunjsontests.py76 base_path = os.path.splitext(input_path)[0]
77 actual_output = safeReadFile( base_path + '.actual' )
78 actual_rewrite_output = safeReadFile( base_path + '.actual-rewrite' )
79 file(base_path + '.process-output','wt').write( process_output )
/external/chromium-trace/trace-viewer/tracing/build/
H A Djs_checks.py72 base_path = os.path.abspath(os.path.join(
75 base_path, 'tracing', 'third_party', 'closure_linter')
77 base_path, 'tracing', 'third_party', 'python_gflags')
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
H A Drecursive.py260 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:]
H A Durlmap.py226 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)
H A Dfixture.py1337 def __init__(self, base_path, template_path=None,
1342 Creates an environment. ``base_path`` is used as the current
1355 ``cwd`` is the working directory, ``base_path`` by default.
1357 If ``start_clear`` is true (default) then the ``base_path``
1366 self.base_path = base_path
1378 cwd = base_path
1382 elif not os.path.exists(base_path):
1383 os.makedirs(base_path)
1465 for fn in os.listdir(self.base_path)
[all...]
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/comment-example-code/
H A Dexample.py83 def submit_form(self, base_path, req):
97 ''' % (base_path, html_escape(req.url))
/external/linux-tools-perf/src/tools/perf/
H A Dbuiltin-script.c824 static int is_directory(const char *base_path, const struct dirent *dent) argument
829 sprintf(path, "%s/%s", base_path, dent->d_name);

Completed in 312 milliseconds