HomeSort by relevance Sort by last modified time
    Searched refs:script_path (Results 1 - 6 of 6) sorted by null

  /external/v8/tools/push-to-trunk/
script_test.py 39 script_path = os.path.dirname(os.path.abspath(__file__))
40 cov = coverage.coverage(include=([os.path.join(script_path, '*.py')]))
  /external/markdown/
setup.py 17 script_path = os.path.join(script_dir, 'markdown')
18 bat_str = '@"%s" "%s" %%*' % (sys.executable, script_path)
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
resource_loader.py 68 for script_path in self.source_paths:
69 absolute_path = os.path.join(script_path, relative_path)
71 return resource_module.Resource(script_path, absolute_path, binary)
html_module_unittest.py 62 for script_path in self._source_paths:
63 absolute_path = os.path.join(script_path, relative_path)
65 return ResourceWithFakeContents(script_path, absolute_path,
  /external/linux-tools-perf/src/tools/perf/
builtin-script.c 999 char script_path[MAXPATHLEN]; local
1022 snprintf(script_path, MAXPATHLEN, "%s/%s",
1024 read_script_info(desc, script_path);
1176 char script_path[MAXPATHLEN]; local
1200 snprintf(script_path, MAXPATHLEN, "%s/%s",
1202 return strdup(script_path);
1213 static bool is_top_script(const char *script_path)
1215 return ends_with(script_path, "top") == NULL ? false : true;
1218 static int has_required_arg(char *script_path)
1226 if (read_script_info(desc, script_path))
1266 char *script_path = NULL; local
    [all...]
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/
fixture.py     [all...]

Completed in 105 milliseconds