Searched refs:script (Results 1 - 25 of 791) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
H A DTestCaseInputMultiString.java38 private String script; field in class:TestCaseInputMultiString
41 this.script = text;
46 return "<<" + TestCase.convertPreservedChars(script) + ">>";
49 public void setScript(String script) { argument
50 this.script = script;
54 return this.script;
H A DTestCaseInputString.java37 private String script; field in class:TestCaseInputString
40 this.script = text;
45 return '"' + TestCase.convertPreservedChars(script) + '"';
50 public void setScript(String script) { argument
51 this.script = script;
55 return this.script;
H A DTestCaseOutputReturn.java31 private String script; field in class:TestCaseOutputReturn
34 this.script = text;
39 return String.format(" returns [%s]", script);
42 public void setScript(String script) { argument
43 this.script = script;
47 return this.script;
H A DTestCaseOutputStdOut.java35 private String script; field in class:TestCaseOutputStdOut
38 this.script = text;
43 return String.format(" -> \"%s\"", script);
46 public void setScript(String script) { argument
47 this.script = script;
51 return this.script;
H A DTestCaseOutputAST.java39 public TestCaseOutputAST(String script) { argument
40 this.treeString = script;
43 public void setScript(String script) { argument
44 this.treeString = script;
/external/webkit/LayoutTests/http/tests/ssl/
H A Dverify-ssl-enabled.php0 <script>
4 </script>
/external/webkit/LayoutTests/http/tests/resources/
H A Dlast-modified.php5 <script>
7 </script>
/external/doclava/res/assets/templates/
H A Dtrailer.cs3 <script type="text/javascript">
5 </script
H A Dhead_tag.cs18 <script src="<?cs var:toroot ?>assets/search_autocomplete.js" type="text/javascript"></script>
19 <script src="<?cs var:toroot ?>assets/jquery-resizable.min.js" type="text/javascript"></script>
20 <script src="<?cs var:toroot ?>assets/doclava-developer-docs.js" type="text/javascript"></script>
21 <script src="<?cs var:toroot ?>assets/prettify.js" type="text/javascript"></script>
22 <script type="text/javascript">
24 </script><
[all...]
/external/v8/test/mjsunit/regress/
H A Dregress-737588.js30 goog.globalEval = function(script) {
31 return goog.global.eval(script);
/external/v8/test/cctest/
H A Dtest-func-name-inference.cc62 static void CheckFunctionName(v8::Handle<v8::Script> script, argument
65 // Get script source.
66 Handle<Object> obj = v8::Utils::OpenHandle(*script);
75 Handle<Script> i_script(Script::cast(shared_function->script()));
115 v8::Handle<v8::Script> script = Compile( local
118 CheckFunctionName(script, "return 1", "fun1");
119 CheckFunctionName(script, "return 2", "fun2");
127 v8::Handle<v8::Script> script = Compile( local
130 CheckFunctionName(script, "return 1", "fun1");
131 CheckFunctionName(script, "retur
139 v8::Handle<v8::Script> script = Compile( local
153 v8::Handle<v8::Script> script = Compile( local
167 v8::Handle<v8::Script> script = Compile( local
183 v8::Handle<v8::Script> script = Compile( local
201 v8::Handle<v8::Script> script = Compile( local
219 v8::Handle<v8::Script> script = Compile( local
233 v8::Handle<v8::Script> script = Compile( local
249 v8::Handle<v8::Script> script = Compile( local
262 v8::Handle<v8::Script> script = Compile( local
277 v8::Handle<v8::Script> script = Compile( local
290 v8::Handle<v8::Script> script = Compile( local
306 v8::Handle<v8::Script> script = Compile( local
320 v8::Handle<v8::Script> script = Compile( local
336 v8::Handle<v8::Script> script = Compile( local
355 v8::Handle<v8::Script> script = Compile( local
370 v8::Handle<v8::Script> script = Compile( local
388 v8::Handle<v8::Script> script = Compile( local
[all...]
/external/webkit/Tools/TestWebKitAPI/
H A DJavaScriptTest.h28 // Executes |script| in the page and waits until it has run. Returns true if the script's output
30 bool runJSTest(WKPageRef, const char* script, const char* expectedResult);
/external/webkit/Tools/Scripts/
H A Drun-webkit-nightly.cmd2 set script=%TMP%\run-webkit-nightly2.cmd variable
5 copy "%vsvars%" "%script%"
7 del "%script%"
9 FindSafari.exe %1 /printSafariLauncher >> "%script%"
10 call "%script%"
/external/openfst/src/script/
H A Dconnect.cc17 #include <fst/script/fst-class.h>
18 #include <fst/script/script-impl.h>
19 #include <fst/script/connect.h>
22 namespace script { namespace in namespace:fst
32 } // namespace script
H A Dinvert.cc17 #include <fst/script/fst-class.h>
18 #include <fst/script/script-impl.h>
19 #include <fst/script/invert.h>
22 namespace script { namespace in namespace:fst
32 } // namespace script
H A Dtopsort.cc17 #include <fst/script/fst-class.h>
18 #include <fst/script/script-impl.h>
19 #include <fst/script/topsort.h>
22 namespace script { namespace in namespace:fst
36 } // namespace script
H A Dverify.cc17 #include <fst/script/fst-class.h>
18 #include <fst/script/script-impl.h>
19 #include <fst/script/verify.h>
22 namespace script { namespace in namespace:fst
36 } // namespace script
/external/chromium/chrome/common/extensions/
H A Duser_script_unittest.cc19 UserScript script; local
20 script.add_glob("*mail.google.com*");
21 script.add_glob("*mail.yahoo.com*");
22 script.add_glob("*mail.msn.com*");
23 EXPECT_TRUE(script.MatchesUrl(GURL("http://mail.google.com")));
24 EXPECT_TRUE(script.MatchesUrl(GURL("http://mail.google.com/foo")));
25 EXPECT_TRUE(script.MatchesUrl(GURL("https://mail.google.com/foo")));
26 EXPECT_TRUE(script.MatchesUrl(GURL("ftp://mail.google.com/foo")));
27 EXPECT_TRUE(script.MatchesUrl(GURL("http://woo.mail.google.com/foo")));
28 EXPECT_TRUE(script
38 UserScript script; local
47 UserScript script; local
56 UserScript script; local
65 UserScript script; local
77 UserScript script; local
87 UserScript script; local
170 UserScript script; local
[all...]
/external/v8/test/mjsunit/
H A Ddebug-sourceinfo.js94 var script = Debug.findScript(a); variable
95 assertTrue(script.data === Debug.findScript(b).data);
96 assertTrue(script.data === Debug.findScript(c).data);
97 assertTrue(script.data === Debug.findScript(d).data);
98 assertTrue(script.source === Debug.findScript(b).source);
99 assertTrue(script.source === Debug.findScript(c).source);
100 assertTrue(script.source === Debug.findScript(d).source);
108 var location = script.locationFromPosition(p);
134 var location = script.locationFromPosition(p);
143 assertEquals(0, script
[all...]
/external/linux-tools-perf/scripts/perl/bin/
H A Drw-by-pid-report3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/rw-by-pid.pl
H A Dwakeup-latency-report3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/wakeup-latency.pl
H A Dworkqueue-stats-report3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/workqueue-stats.pl
/external/linux-tools-perf/scripts/python/bin/
H A Dfutex-contention-report4 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/futex-contention.py
H A Dnetdev-times-report5 perf script -s "$PERF_EXEC_PATH"/scripts/python/netdev-times.py $@
H A Dsched-migration-report3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/sched-migration.py

Completed in 428 milliseconds

1234567891011>>