HomeSort by relevance Sort by last modified time
    Searched refs:script (Results 1 - 25 of 2174) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
TestCaseInputMultiString.java 38 private String script; field in class:TestCaseInputMultiString
41 this.script = text;
46 return "<<" + TestCase.convertPreservedChars(script) + ">>";
49 public void setScript(String script) {
50 this.script = script;
54 return this.script;
TestCaseInputString.java 37 private String script; field in class:TestCaseInputString
40 this.script = text;
45 return '"' + TestCase.convertPreservedChars(script) + '"';
50 public void setScript(String script) {
51 this.script = script;
55 return this.script;
TestCaseOutputReturn.java 31 private String script; field in class:TestCaseOutputReturn
34 this.script = text;
39 return String.format(" returns [%s]", script);
42 public void setScript(String script) {
43 this.script = script;
47 return this.script;
TestCaseOutputStdOut.java 35 private String script; field in class:TestCaseOutputStdOut
38 this.script = text;
43 return String.format(" -> \"%s\"", script);
46 public void setScript(String script) {
47 this.script = script;
51 return this.script;
TestCaseOutputAST.java 39 public TestCaseOutputAST(String script) {
40 this.treeString = script;
43 public void setScript(String script) {
44 this.treeString = script;
ITestCaseInput.java 32 public void setScript(String script);
ITestCaseOutput.java 40 public void setScript(String script);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
default-script4.d 1 # source: default-script.s
2 # ld: --default-script default-script.t -defsym _START=0x8000000
default-script1.d 1 # source: default-script.s
2 # ld: -defsym _START=0x8000000 -T default-script.t
default-script2.d 1 # source: default-script.s
2 # ld: -T default-script.t -defsym _START=0x8000000
default-script3.d 1 # source: default-script.s
2 # ld: -defsym _START=0x8000000 -dT default-script.t
  /frameworks/rs/rsov/compiler/tests/
rs2spirv_lit_driver.sh 17 # TODO: Consider rewriting as a native binary instead of shell script.
27 script=${script_name%.*} # Remove extension.
32 eval llvm-as "$script_path" -o "$output_folder/$script.bc" &&
33 eval rs2spirv "$output_folder/$script.bc" -o "$output_folder/$script.spv" &&
34 eval spirv-val "$output_folder/$script.spv"
41 eval spirv-dis --no-color "$output_folder/$script.spv"
45 #eval rm "$output_folder/$script.*"
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
KernelInputTest.java 60 void checkForErrorsInScript(ScriptC_kernel_input script) {
62 script.invoke_checkError();
68 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
72 script.set_initial_value_char((byte) 6);
74 script.forEach_clear_input_char(ain, tmp);
75 script.invoke_verify_input_char(ain);
77 checkForErrorsInScript(script);
81 script.destroy();
85 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
89 script.set_initial_value_char2(new Byte2((byte) 127, (byte) 3))
102 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
119 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
136 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
153 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
170 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
187 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
204 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
221 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
238 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
255 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
272 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
289 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
306 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
323 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
340 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
357 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
374 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
391 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
408 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
425 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
442 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
459 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
476 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
493 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
510 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
527 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
544 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
561 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
578 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
595 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
612 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
629 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
646 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
663 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
680 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
697 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
714 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
731 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
748 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
765 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); local
    [all...]
TestCtxDim.java 24 ScriptC_TestCtxDim script = new ScriptC_TestCtxDim(mRS); local
28 script.set_gDimX(X);
31 script.set_gDimY(Y);
34 script.set_gDimZ(Z);
39 script.forEach_check_kernel(A);
40 script.invoke_check_result();
45 script.destroy();
  /external/ImageMagick/MagickWand/tests/
Makefile 16 script-token-test: script-token-test.c ../script-token.[ch]
17 $(CC) -o script-token-test script-token-test.c
23 script-token-test.sh | diff script-token-test-results.txt -
  /external/doclava/res/assets/templates-sdk/
trailer.cs 8 <script type="text/javascript">
14 </script>
17 <script type="text/javascript">
22 </script>
25 <script src="https://developer.android.com/ytblogger_lists_unified.js" defer></script>
26 <script src="/jd_lists_unified_en.js?v=17" defer></script>
27 <script src="/reference/lists.js?v=17" defer></script>
    [all...]
  /external/harfbuzz_ng/src/
hb-icu.h 40 hb_icu_script_to_script (UScriptCode script);
43 hb_icu_script_from_script (hb_script_t script);
  /frameworks/compile/mclinker/lib/Script/
EntryCmd.cpp 9 #include "mcld/Script/EntryCmd.h"
32 LinkerScript& script = pModule.getScript(); local
33 if (!script.hasEntry())
34 script.setEntry(m_Entry);
  /frameworks/rs/rsov/compiler/
rs2spirv_driver.sh 28 eval rs2spirv "$output_folder/$script.spv" -print-as-words
62 script=`basename ${2%.*}` # Remove enclosing directories and extension.
70 eval llvm-as "$output_folder/bc32/$script.ll" -o "$output_folder/$script.bc" &&
71 eval rs2spirv "$output_folder/$script.bc" -o "$output_folder/$script.spv" &&
73 eval "$SPIRV_TOOLS_PATH/spirv-val" "$output_folder/$script.spv" &&
  /external/autotest/client/site_tests/power_LoadTest/extension/
prevent_unload_popup.js 1 //This content script injected into the page is to suppress
7 var script = document.createElement('script');
8 script.src = chrome.extension.getURL("custom_event_listener.js");
9 document.documentElement.insertBefore(script, document.documentElement.firstChild);
  /external/webrtc/webrtc/base/
macutils_unittest.cc 27 std::string script("set value to to 5");
28 EXPECT_FALSE(rtc::RunAppleScript(script));
32 std::string script("set value to 5 / 0");
33 EXPECT_FALSE(rtc::RunAppleScript(script));
41 std::string script("set value to 5");
42 EXPECT_TRUE(rtc::RunAppleScript(script));
  /external/doclava/res/assets/templates/
trailer.cs 3 <script type="text/javascript">
5 </script
  /external/ltp/testscripts/
adp.sh 12 This script runs ADP's stress test on /proc/[0-0]*/cmdline.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
thumb-b-lks-sym.s 1 @ Test to ensure that the b to linker script symbol isn't changed to other format.
thumb-bl-lks-sym.s 1 @ Test to ensure that the bl to linker script symbol isn't changed to blx with immediate address.

Completed in 1201 milliseconds

1 2 3 4 5 6 7 8 91011>>