/external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/tasks/support/ |
D | 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 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/test/ |
D | 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_s [all …]
|
D | ci.rake | 6 t.rspec_opts += ["-r #{base_path.join('tasks/support/gl-matrix')}"]
|
D | node.rake | 6 unless system 'jasmine-node', base_path.join('spec').to_s
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/ |
D | fsdiff.py | 60 (self.before.base_path, 97 def __init__(self, base_path, files=None, ignore_wildcards=(), argument 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=self.base_path, 231 def __init__(self, base_path, path): argument 232 self.base_path = base_path [all …]
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/evalexception/ |
D | middleware.py | 255 def make_view_url(self, environ, base_path, count): argument 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, argument 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' 438 % (base_path, base_path, base_path, self.counter)) [all …]
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/ |
D | fixture.py | 1337 def __init__(self, base_path, template_path=None, argument 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): 1479 full = os.path.join(self.base_path, path) 1481 result[path] = FoundDir(self.base_path, path) 1488 result[path] = FoundFile(self.base_path, path) 1494 if os.path.exists(self.base_path): [all …]
|
D | 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:]
|
D | urlmap.py | 237 def __init__(self, map, base_paste_url, base_path, builder): argument 240 self.base_path = base_path 245 app_fn = os.path.join(self.base_path, app)
|
D | urlmap.py.orig | 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/jsoncpp/test/ |
D | runjsontests.py | 76 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/ |
D | js_checks.py | 72 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/tracing/third_party/gl-matrix/tasks/support/gl-matrix/ |
D | version.rb | 23 MAJOR, MINOR, PATCH, REL = *File.read(base_path.join 'VERSION').split(".")
|
D | release_helper.rb | 36 GLMatrix.base_path.to_s
|
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/comment-example-code/ |
D | example.py | 83 def submit_form(self, base_path, req): argument 97 ''' % (base_path, html_escape(req.url))
|
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/ |
D | comment-example.txt | 324 def submit_form(self, base_path, req): 338 ''' % (base_path, html_escape(req.url))
|
/external/linux-tools-perf/src/tools/perf/ |
D | builtin-script.c | 824 static int is_directory(const char *base_path, const struct dirent *dent) in is_directory() argument 829 sprintf(path, "%s/%s", base_path, dent->d_name); in is_directory()
|