HomeSort by relevance Sort by last modified time
    Searched refs:script_name (Results 51 - 75 of 103) sorted by null

1 23 4 5

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_lib.py 65 cmd.distribution.script_name = 'setup.py'
82 cmd.distribution.script_name = 'setup.py'
test_bdist_dumb.py 61 dist.script_name = 'setup.py'
test_install.py 40 # script_name need not exist, it just need to be initialized
41 dist.script_name = os.path.join(builddir, "setup.py")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist_rpm.py 67 dist.script_name = 'setup.py'
112 dist.script_name = 'setup.py'
test_build_py.py 37 # script_name need not exist, it just need to be initialized
38 dist.script_name = os.path.join(sources, "setup.py")
88 # script_name need not exist, it just need to be initialized
89 dist.script_name = os.path.join(sources, "setup.py")
test_install_lib.py 65 cmd.distribution.script_name = 'setup.py'
82 cmd.distribution.script_name = 'setup.py'
test_bdist_dumb.py 61 dist.script_name = 'setup.py'
test_install.py 40 # script_name need not exist, it just need to be initialized
41 dist.script_name = os.path.join(builddir, "setup.py")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_install.py 24 # script_name need not exist, it just need to be initialized
25 dist.script_name = os.path.join(builddir, "setup.py")
test_bdist_dumb.py 61 dist.script_name = 'setup.py'
  /external/v8/src/third_party/vtune/
vtune-jit.cc 183 Local<String> script_name = local
185 temp_file_name = new char[script_name->Utf8Length() + 1];
186 script_name->WriteUtf8(temp_file_name);
  /external/v8/src/profiler/
sampling-heap-profiler.cc 216 Local<v8::String> script_name = local
231 script_name = ToApiHandle<v8::String>(
245 script_name, node->script_id_, node->script_position_, line, column,
allocation-tracker.h 102 const char* script_name; member in struct:v8::internal::AllocationTracker::FunctionInfo
profiler-listener.cc 64 Name* script_name) {
70 GetName(InferScriptName(script_name, shared)),
82 Name* script_name, int line,
107 GetName(InferScriptName(script_name, shared)), line, column, line_table,
allocation-tracker.cc 111 script_name(""),
272 info->script_name = names_->GetName(name);
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
test_edge_data.py 25 script_name = os.path.join(root, 'script.py')
26 mf.run_script(script_name)
28 script_node = mf.findNode(script_name)
206 script_name = os.path.join(root, 'script_multi_import.py')
207 mf.run_script(script_name)
209 script_node = mf.findNode(script_name)
240 script_name = os.path.join(root, 'script_from_import.py')
241 mf.run_script(script_name)
243 script_node = mf.findNode(script_name)
test_imports.py 105 self.script_name = os.path.join(root, 'script.py')
106 self.mf.run_script(self.script_name)
111 n = self.mf.findNode(self.script_name)
  /external/toolchain-utils/binary_search_tool/
binary_search_state.py 480 def _CanonicalizeScript(script_name):
484 script_name: Relative or absolute path to script
489 script_name = os.path.expanduser(script_name)
490 if not script_name.startswith('/'):
491 return os.path.join('.', script_name)
  /external/v8/src/
compiler.cc 273 String* script_name = script->name()->IsString() local
279 CodeCreateEvent(log_tag, *abstract_code, *shared, script_name,
1004 Handle<String> script_name = local
    [all...]
  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 628 def _awk_script_path(self, script_name):
629 if os.path.exists(script_name):
630 return script_name
635 path_in_root = os.path.join(script_root, script_name)
640 + str(script_name) + " in " + path_in_root)
  /external/toolchain-utils/cros_utils/
logger.py 340 def InitLogger(script_name, log_dir, print_console=True, mock=False):
345 rootdir, basefilename = GetRoot(script_name)
  /external/v8/include/
v8-profiler.h 570 Local<String> script_name; member in struct:v8::AllocationProfile::Node
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
dist.py 170 # 'script_name' and 'script_args' are usually set to sys.argv[0]
173 self.script_name = None
655 print(gen_usage(self.script_name))
671 print(gen_usage(self.script_name))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
dist.py 170 # 'script_name' and 'script_args' are usually set to sys.argv[0]
173 self.script_name = None
655 print(gen_usage(self.script_name))
671 print(gen_usage(self.script_name))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
dist.py 170 # 'script_name' and 'script_args' are usually set to sys.argv[0]
173 self.script_name = None
655 print(gen_usage(self.script_name))
671 print(gen_usage(self.script_name))
    [all...]

Completed in 441 milliseconds

1 23 4 5