HomeSort by relevance Sort by last modified time
    Searched refs:script (Results 851 - 875 of 1554) sorted by null

<<31323334353637383940>>

  /external/v8/src/
bootstrapper.h 45 explicit SourceCodeCache(Script::Type type): type_(type), cache_(NULL) { }
77 Script::cast(shared->script())->set_type(Smi::FromInt(type_));
81 Script::Type type_;
  /external/v8/test/mjsunit/
debug-stepin-constructor.js 42 // Test that there is a script.
43 assertTrue(typeof(event_data.func().script()) == 'object');
  /external/v8/tools/
common-includes.sh 35 TEMP_BRANCH=$BRANCHNAME-temporary-branch-created-by-script
76 # of this script.
99 || die "This is not a git checkout, this script won't work for you."
  /frameworks/rs/cpu_ref/
rsCpuCore.h 46 const android::renderscript::Script * mScript;
54 RsdCpuScriptImpl *script; member in struct:android::renderscript::__anon32436
104 virtual CpuScript * createIntrinsic(const Script *s,
110 RsdCpuReference::CpuScript * lookupScript(const Script *s) {
rsCpuScript.h 51 virtual void populateScript(Script *);
79 RsdCpuScriptImpl(RsdCpuReferenceImpl *ctx, const Script *s);
81 const Script * getScript() {return mScript;}
100 const Script *mScript;
124 // for populate script
140 const Script *script,
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 445 native void rsnScriptBindAllocation(int con, int script, int alloc, int slot);
446 synchronized void nScriptBindAllocation(int script, int alloc, int slot) {
448 rsnScriptBindAllocation(mContext, script, alloc, slot);
450 native void rsnScriptSetTimeZone(int con, int script, byte[] timeZone);
451 synchronized void nScriptSetTimeZone(int script, byte[] timeZone) {
453 rsnScriptSetTimeZone(mContext, script, timeZone);
529 byte[] script, int length);
530 synchronized int nScriptCCreate(String resName, String cacheDir, byte[] script, int length) {
532 return rsnScriptCCreate(mContext, resName, cacheDir, script, length);
677 * to receive RS messages from scripts. When a script calls {@cod
    [all...]
  /ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/test/
Makefile 86 $(GDB) -batch -x script ./$$TARGET; \
  /prebuilts/devtools/tools/
ddms.bat 19 rem Set up prog to be the path of this script, including following symlinks,
23 rem Change current directory and drive to where the script is, to avoid
hierarchyviewer.bat 19 rem Set up prog to be the path of this script, including following symlinks,
23 rem Change current directory and drive to where the script is, to avoid
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_scripts.py 54 """Copy each script listed in 'self.scripts'; if it's marked as a
55 Python script in the Unix way (first line matches 'first_line_re',
62 for script in self.scripts:
64 script = convert_path(script)
65 outfile = os.path.join(self.build_dir, os.path.basename(script))
68 if not self.force and not newer(script, outfile):
69 log.debug("not copying %s (up-to-date)", script)
74 # script.
76 f = open(script, "r"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aepack.py 184 script, language = struct.unpack('hh', desc.data[:4])
185 return aetypes.IntlText(script, language, desc.data[4:])
187 script, language = struct.unpack('hh', desc.data)
188 return aetypes.IntlWritingCode(script, language)
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/test/
Makefile 86 $(GDB) -batch -x script ./$$TARGET; \
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_scripts.py 54 """Copy each script listed in 'self.scripts'; if it's marked as a
55 Python script in the Unix way (first line matches 'first_line_re',
62 for script in self.scripts:
64 script = convert_path(script)
65 outfile = os.path.join(self.build_dir, os.path.basename(script))
68 if not self.force and not newer(script, outfile):
69 log.debug("not copying %s (up-to-date)", script)
74 # script.
76 f = open(script, "r"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/test/
Makefile 86 $(GDB) -batch -x script ./$$TARGET; \
  /sdk/find_java/
find_java.bat 16 rem This script is called by the other batch files to find a suitable Java.exe
17 rem to use. The script changes the "java_exe" env variable. The variable
  /external/chromium_org/v8/test/cctest/
test-api.cc 72 using ::v8::Script;
186 Local<Script> script = Script::Compile(source); local
187 CHECK_EQ(6, script->Run()->Int32Value());
360 THREADED_TEST(Script) {
365 Local<Script> script = Script::Compile(source); local
366 CHECK_EQ(6, script->Run()->Int32Value())
437 Local<Script> script = Script::Compile(source); local
473 Local<Script> script = Script::Compile(source); local
504 Local<Script> script = Script::Compile(source); local
530 Local<Script> script = Script::Compile(source); local
778 Local<Script> script = Script::Compile(source); local
799 Local<Script> script = Script::Compile(source); local
848 Local<Script> script = Script::Compile(source); local
945 Local<Script> script = v8_compile("obj()"); local
960 Local<Script> script = v8_compile("obj()"); local
983 Local<Script> script; local
1017 v8::Handle<v8::Script> script; local
1198 Local<Script> script = v8_compile("obj.length"); local
1207 Local<Script> script = v8_compile("obj.length"); local
1216 Local<Script> script = v8_compile("obj.length"); local
2122 Local<Script> script = v8_compile("obj[900]"); local
2399 Local<Script> script = Script::Compile(v8_str("Foo.prototype.plak")); local
3538 Local<Script> script = Script::Compile(v8_str("throw 'panama!';")); local
3581 v8::Handle<v8::Script> script = Script::Compile(v8_str("throw 'error'"), local
3661 v8::Handle<v8::Script> script = Script::Compile(v8_str("throw 'error'"), local
3689 v8::Handle<v8::Script> script = Script::Compile(v8_str("throw 'error'"), local
3725 v8::Handle<v8::Script> script = Script::Compile(v8_str("throw 'error'"), local
3967 Local<Script> script = local
3982 Local<Script> script = local
4531 Local<Script> script local
4878 Local<Script> script = Script::Compile(v8_str("x")); local
4899 Local<Script> script = Script::Compile(v8_str("obj.x")); local
5181 Local<Script> script = Script::Compile(v8_str("obj.x = 4")); local
5198 Local<Script> script = Script::Compile(v8_str("obj.x = 4; obj.x")); local
5218 Local<Script> script = Script::Compile(v8_str("obj.x = 4; obj.x")); local
5239 Local<Script> script = Script::Compile(v8_str("obj.x")); local
5254 Local<Script> script = Script::Compile(v8_str("interceptor_obj.x")); local
5971 Local<Script> script = Script::Compile(source); local
6540 Local<Script> script = local
9098 const char* script = local
9153 const char* script = local
9788 Local<Script> script = local
9832 Local<Script> script = local
9948 Local<Script> script = local
12348 Local<Script> script = v8_compile("(function () {" local
12370 Local<Script> script = v8_compile("(function () {" local
12406 Local<Script> script = v8_compile("(function () {" local
12420 Local<Script> script = v8_compile("(function () {" local
12872 const char* script = local
13118 const char* script = local
13281 v8::Handle<v8::Script> script = v8::Script::Compile(v8::String::New( local
13333 v8::Handle<v8::Script> script; local
13760 const char* script = "function foo(a) { return a+1; }"; local
13772 const char* script = "function foo(a) { return 1 * * 2; }"; local
13782 const char* script = " The Definintive Guide"; local
13793 const char* script = "function foo(a) { return a+1; }"; local
13835 const char* script = "function foo(){ return 5;}\\n" local
14028 Local<Script> script = Script::Compile(source); local
14041 Local<Script> script = Script::Compile(source); local
14153 Local<Script> script = Script::Compile(source); local
14467 Local<Script> script = Script::Compile(source); local
17172 v8::Handle<v8::String> script = v8::String::New( local
17194 v8::Handle<v8::String> script = v8::String::New( local
17207 v8::Handle<v8::String> script = v8::String::New( local
17224 v8::Handle<v8::String> script = v8::String::New( local
17311 v8::Local<v8::Script> script; local
17362 v8::Local<v8::Script> script; local
17387 v8::Local<v8::Script> script; local
19299 char script[64]; local
19324 Local<Script> script = local
    [all...]
  /external/chromium_org/v8/src/
log.cc 458 Handle<Script> script_handle;
459 if (shared && shared->script()->IsScript()) {
460 script_handle = Handle<Script>(Script::cast(shared->script()));
462 event.script = ToApiHandle<v8::Script>(script_handle);
    [all...]
  /device/common/
generate-blob-lists.sh 17 # This script auto-generates the lists of proprietary blobs necessary to build
28 # Caveat: this script does many full builds (2 per device). It takes a while
34 # If the server and branch paramters are both present, the script will upload
40 echo This script must be run with the --force option
  /external/chromium/chrome/browser/autofill/
autofill_browsertest.cc 115 std::string script = " var google = {};" local
144 script);
270 "<script>"
288 "</script>";
362 "<script>"
370 "</script>";
448 // Simulate the translate script being retrieved.
449 // Pass fake google.translate lib as the translate script.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/
script.js 73 // We can't use the onload event because this script runs at document idle,
  /external/chromium_org/build/
install-chroot.sh 7 # This script installs Debian-derived distributions in a chroot environment.
10 # N. B. it is unlikely that this script will ever work on anything other than a
103 [ -r "/etc/schroot/script-${i}" -a \
132 echo "Run this script as a regular user and provide your \"sudo\"" \
139 echo "This script will help you through the process of installing a"
148 # Install any missing applications that this script relies on. If these packages
151 # And as this script only needs the packages once, there is no good reason to
210 echo "script."
226 "/etc/schroot/script-${target}"
367 script-config=script-${target
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/extension_action/
page_action_apitest.cc 272 const std::string script = local
278 tab, frame_xpath, script, &result));
  /external/chromium_org/chrome/browser/resources/net_internals/
events_view.css 89 #events-view-source-list-tbody .source-proxy-script-decider {
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/
script.js 77 // We can't use the onload event because this script runs at document idle,
  /external/chromium_org/chrome/renderer/extensions/
activity_log_converter_strategy_unittest.cc 123 v8::Handle<v8::Script> script(v8::Script::New(v8::String::New(source)));
124 v8::Handle<v8::Object> v8_object = script->Run().As<v8::Object>();

Completed in 443 milliseconds

<<31323334353637383940>>