HomeSort by relevance Sort by last modified time
    Searched refs:script (Results 1426 - 1450 of 2082) sorted by null

<<51525354555657585960>>

  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ScriptingLayerService.java 130 msg = "Tap to view " + Integer.toString(mProcessMap.size()) + " running script";
161 } else { //We are launching a script of some kind
243 File script = new File(intent.getStringExtra(Constants.EXTRA_SCRIPT_PATH)); local
244 return ScriptLauncher.launchScript(script, mInterpreterConfiguration, proxy, new Runnable() {
247 // TODO(damonkohler): This action actually kills the script rather than notifying the
248 // service that script exited on its own. We should distinguish between these two cases.
264 // TODO(damonkohler): This action actually kills the script rather than notifying the
265 // service that script exited on its own. We should distinguish between these two cases.
  /external/swiftshader/third_party/LLVM/utils/
codegen-diff 104 It's easiest to save this output by using B<script>.
129 L<gdb(1)>, L<objdump(1)>, L<script(1)>.
  /external/toolchain-utils/dejagnu/
gdb_dejagnu.py 28 """Processing/validating script arguments."""
264 script = os.path.join(self._base_dir, 'build_tc.py')
270 '--gdb_dir={2} --board={3} {4}'.format(script, self._chromeos_root,
  /external/v8/src/asmjs/
asm-js.cc 156 wasm::AsmTyper typer(info->isolate(), info->zone(), *(info->script()),
172 internal::wasm::kAsmJsOrigin, info->script(), asm_offsets->begin(),
  /external/v8/src/
factory.cc 1044 Handle<Script> script = Handle<Script>::cast(NewStruct(SCRIPT_TYPE)); local
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp 194 while ((*scriptChars) != '\0' && i < sizeof(script)/sizeof(script[0])) {
196 script[i++] = toupper(*scriptChars);
198 script[i++] = tolower(*scriptChars);
251 (part3.length() == 3 && isNumber(part3))) && script[0]) {
292 // The second tag can either be a region, a variant or a script.
319 // The second subtag can either be a script or a region code.
320 // If its size is 4, it's a script code, else it's a region code.
333 // a script), else a variant code.
377 memcpy(script, config.localeScript, sizeof(config.localeScript))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 53 # check script formatting
59 'test7': '} -spam {'}, script=True),
121 self.assertEqual(ttk._format_mapdict(opts, script=True),
165 # don't format returned values as a tcl script
180 # format returned values as a tcl script
191 # don't format returned values as a tcl script
201 # format returned values as a tcl script
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
__init__.py 249 getbaseclasses(script)
444 'scpt' : script,
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 53 # check script formatting
59 'test7': '} -spam {'}, script=True),
121 self.assertEqual(ttk._format_mapdict(opts, script=True),
165 # don't format returned values as a tcl script
180 # format returned values as a tcl script
191 # don't format returned values as a tcl script
201 # format returned values as a tcl script
  /prebuilts/go/darwin-x86/src/cmd/cover/
cover_test.go 37 // Run this shell script, but do it in Go so it can be run by "go test".
  /prebuilts/go/darwin-x86/src/cmd/go/
env.go 21 By default env prints information as a shell script
  /prebuilts/go/linux-x86/src/cmd/cover/
cover_test.go 37 // Run this shell script, but do it in Go so it can be run by "go test".
  /prebuilts/go/linux-x86/src/cmd/go/
env.go 21 By default env prints information as a shell script
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 53 # check script formatting
59 'test7': '} -spam {'}, script=True),
121 self.assertEqual(ttk._format_mapdict(opts, script=True),
165 # don't format returned values as a tcl script
180 # format returned values as a tcl script
191 # don't format returned values as a tcl script
201 # format returned values as a tcl script
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
__init__.py 249 getbaseclasses(script)
444 'scpt' : script,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 53 # check script formatting
59 'test7': '} -spam {'}, script=True),
121 self.assertEqual(ttk._format_mapdict(opts, script=True),
165 # don't format returned values as a tcl script
180 # format returned values as a tcl script
191 # don't format returned values as a tcl script
201 # format returned values as a tcl script
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-frv/
fdpic-shared-2.d 4 #ld: -shared --version-script fdpic2min.ldv
fdpic-shared-6.d 4 #ld: -shared --defsym WD1=D6 --version-script fdpic6.ldv
fdpic-shared-8.d 4 #ld: -shared --version-script fdpic8min.ldv
fdpic-shared-local-2.d 4 #ld: -shared --version-script fdpic2.ldv
fdpic-shared-local-8.d 4 #ld: -shared --version-script fdpic8.ldv
tls-relax-shared-1.d 4 #ld: -shared tmpdir/tls-1-dep.so --version-script tls-1-shared.lds --relax
tls-shared-1.d 4 #ld: -shared tmpdir/tls-1-dep.so --version-script tls-1-shared.lds
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
reloc-1-n32.d 81 # data, which the linker script should put _gp - 0x7ff0.
  /tools/apksig/etc/
apksigner.bat 21 REM Set up prog to be the path of this script, including following symlinks,

Completed in 1176 milliseconds

<<51525354555657585960>>