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

1 23 4 5

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
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")
  /external/chromium_org/v8/src/
allocation-tracker.cc 136 script_name(""),
228 info->script_name = names_->GetName(name);
compiler.cc 757 Handle<Object> script_name,
780 script_name,
802 if (!script_name.is_null()) {
803 script->set_name(*script_name);
    [all...]
debug-debugger.js 321 ScriptBreakPoint.prototype.script_name = function() {
835 Debug.setScriptBreakPointByName = function(script_name,
839 script_name, opt_line, opt_column,
    [all...]
  /ndk/tests/
run-tests.sh 313 local SCRIPT_NAME="`basename $SCRIPT`"
333 echo "Awk script: $SCRIPT_NAME: passed $INPUT_NAME"
341 echo "Awk script: $SCRIPT_NAME: $INPUT_NAME FAILED!!"
349 local SCRIPT_NAME="`basename \"$DIR\"`"
350 local SCRIPT="$ROOTDIR/build/awk/$SCRIPT_NAME.awk"
354 echo "Awk script: $SCRIPT_NAME: Missing script: $SCRIPT"
357 for INPUT in `ls "$PROGDIR"/awk/$SCRIPT_NAME/*.in`; do
360 echo "Awk script: $SCRIPT_NAME: Missing awk output file: $OUTPUT"
  /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")
  /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/chromium_org/chrome/test/base/
v8_unit_test.cc 206 const base::StringPiece& script_name) {
218 script_name.data(),
220 script_name.size());
  /external/v8/src/
compiler.cc 472 Handle<Object> script_name,
493 script_name,
513 if (!script_name.is_null()) {
514 script->set_name(*script_name);
compiler.h 289 Handle<Object> script_name,
debug-debugger.js 312 ScriptBreakPoint.prototype.script_name = function() {
817 Debug.setScriptBreakPointByName = function(script_name,
821 script_name, opt_line, opt_column,
    [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/wsgiref/
simple_server.py 59 env['SCRIPT_NAME'] = ''
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
simple_server.py 59 env['SCRIPT_NAME'] = ''
  /external/chromium_org/base/android/jni_generator/
jni_generator.py 584 self.script_name = options.script_name
595 // ${SCRIPT_NAME}
632 'SCRIPT_NAME': self.script_name,
    [all...]
jni_generator_tests.py 23 SCRIPT_NAME = 'base/android/jni_generator/jni_generator.py'
34 self.script_name = SCRIPT_NAME
    [all...]
  /frameworks/compile/slang/
README.rst 105 The ScriptC_[SCRIPT_NAME].java has to be packaged so that Java
110 for outputting ScriptC_[SCRIPT_NAME].java.
README.html 396 <p>The ScriptC_[SCRIPT_NAME].java has to be packaged so that Java
400 for outputting ScriptC_[SCRIPT_NAME].java.</p>
  /external/chromium-trace/trace-viewer/
trace_viewer.gyp 246 'script_name': 'build/generate_about_tracing_contents.py',
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
AllocationProfile.js 57 var scriptNameOffset = functionInfoFields.indexOf("script_name");
  /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-libpac/src/
proxy_resolver_v8.cc 520 int RunScript(v8::Handle<v8::String> script, const char* script_name) {
525 v8::ScriptOrigin(ASCIILiteralToV8String(script_name));
  /external/chromium_org/chrome/browser/ui/prefs/
prefs_tab_helper.cc 83 #define EXPAND_SCRIPT_FONT(map_name, script_name) map_name "." script_name,

Completed in 326 milliseconds

1 23 4 5