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

1 23 4

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
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")
test_dist.py 402 dist.script_name = 'setup.py'
test_sdist.py 85 dist.script_name = 'setup.py'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
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")
test_dist.py 402 dist.script_name = 'setup.py'
test_sdist.py 85 dist.script_name = 'setup.py'
  /prebuilts/python/darwin-x86/2.7.5/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/python/linux-x86/2.7.5/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...]
  /external/chromium_org/chrome/test/webdriver/
webdriver_session.h 97 // anonymous function. |script_name| is only used when creating error
101 const std::string& script_name,
webdriver_session.cc 189 const std::string& script_name,
199 error->AddDetails(script_name + " execution failed");
207 script_name.c_str(), JsonStringify(value.get()).c_str());
    [all...]
  /external/chromium_org/v8/src/
compiler.h 581 Handle<Object> script_name,
log.cc     [all...]
debug-debugger.js 321 ScriptBreakPoint.prototype.script_name = function() {
835 Debug.setScriptBreakPointByName = function(script_name,
839 script_name, opt_line, opt_column,
    [all...]
frames.cc 826 String* script_name = String::cast(script->name()); local
828 script_name->ToCString(DISALLOW_NULLS,
    [all...]
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_script.cpp 83 extern char script_name[];
1067 strcpy(script_name,config);
1073 printf("\n SCRIPT : <%s> is currently being executed \n",script_name);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_py.py 221 setup_script = os.path.abspath(self.distribution.script_name)
sdist.py 233 standards = [('README', 'README.txt'), self.distribution.script_name]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_py.py 221 setup_script = os.path.abspath(self.distribution.script_name)
sdist.py 233 standards = [('README', 'README.txt'), self.distribution.script_name]
  /external/chromium_org/base/android/jni_generator/
jni_generator.py 580 // ${SCRIPT_NAME}
618 script_name = os.sep.join(script_components[base_index:])
620 'SCRIPT_NAME': script_name,
    [all...]
  /external/v8/src/
debug-debugger.js 312 ScriptBreakPoint.prototype.script_name = function() {
817 Debug.setScriptBreakPointByName = function(script_name,
821 script_name, opt_line, opt_column,
    [all...]
isolate.cc 605 Handle<Object> script_name(script->name(), this);
608 stack_frame, script_key, script_name, NONE));
612 Handle<Object> script_name(script->name(), this);
    [all...]
log.cc     [all...]
frames.cc 772 String* script_name = String::cast(script->name()); local
774 script_name->ToCString(DISALLOW_NULLS,
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
base.py 735 def path_to_script(self, script_name):
736 return self._webkit_finder.path_to_script(script_name)
    [all...]

Completed in 3663 milliseconds

1 23 4