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

<<31323334353637383940>>

  /external/antlr/antlr-3.4/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
GUnitExecuteMojo.java 291 for ( File script : collectIncludedSourceGrammars() ) {
292 final String scriptPath = script.getAbsolutePath();
293 System.out.println( "Executing script " + scriptPath );
295 String scriptBaseName = StringUtils.chompLast( FileUtils.basename( script.getName() ), "." );
302 script.getParentFile().getAbsolutePath()
321 throw new MojoExecutionException( "Could not open specified script file", e );
324 throw new MojoExecutionException( "Could not parse gUnit script", e );
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
main.rb 41 Namespace module for the quick script Main classes.
58 # the input stream used by the Main script; defaults to <tt>$stdin</tt>
61 # script in interactive mode; defaults to +false+
113 The base-class for the three primary Main script-runner classes.
134 # runs the script
282 script = name.gsub( /::/, '' )
284 return( require( script ) )
287 script, retry_ok = module_name, false
314 A class which implements a handy test script which is executed whenever an ANTLR
362 A class which implements a handy test script which is executed whenever an ANTL
    [all...]
  /external/chromium-trace/trace-viewer/build/
generate_standalone_timeline_view.py 124 A script to takes all of the javascript and css files that comprise trace-viewer
  /external/chromium_org/chrome/browser/extensions/api/font_settings/
font_settings_api.h 47 // |script| to extensions. The new value of the setting is the value of
51 const std::string& script);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/eventPage/basic/
background.js 43 // else is keeping it awake). The content script will become the main way to
48 // but the content script will not be loaded at that point, so we send
  /external/chromium_org/chrome/test/webdriver/
webdriver_session.cc 162 const std::string& script,
169 // Every injected script is fed through the executeScript atom. This atom
175 atoms::asString(atoms::EXECUTE_SCRIPT).c_str(), script.c_str(),
181 Error* Session::ExecuteScript(const std::string& script,
184 return ExecuteScript(current_target_, script, args, value);
214 const std::string& script,
223 // Every injected script is fed through the executeScript atom. This atom
229 script.c_str(),
663 std::string script = local
672 script, CreateListValueFrom(name_or_id))
683 std::string script = local
697 std::string script = local
    [all...]
  /external/chromium_org/chrome_frame/
chrome_frame_activex.h 122 BSTR instance_id, BSTR script,
  /external/chromium_org/content/child/npapi/
npobject_proxy.h 82 NPString *script,
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
JavaBridgeBasicsTest.java 89 protected String executeJavaScriptAndGetStringResult(String script) throws Throwable {
90 executeJavaScript("testController.setStringValue(" + script + ");");
115 private void assertRaisesException(String script) throws Throwable {
117 script + ";" +
  /external/chromium_org/remoting/host/installer/mac/Scripts/
remoting_postflight.sh 40 logger Running Chrome Remote Desktop postflight script @@VERSION@@
86 # preflight script (this includes the root user, in case only the login screen
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8DocumentCustom.cpp 102 frame->script()->windowShell(mainThreadNormalWorld())->updateDocumentWrapper(wrapper);
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerScriptLoader.cpp 175 String WorkerScriptLoader::script() function in class:WebCore::WorkerScriptLoader
  /external/chromium_org/third_party/WebKit/Source/web/
InspectorFrontendClientImpl.cpp 67 v8::Handle<v8::Context> frameContext = m_frontendPage->mainFrame() ? m_frontendPage->mainFrame()->script()->currentWorldContext() : v8::Local<v8::Context>();
WebDevToolsFrontendImpl.cpp 155 v8::Handle<v8::Context> frameContext = frame->frame() ? frame->frame()->script()->currentWorldContext() : v8::Local<v8::Context>();
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-default.cc 33 /* The default shaper *only* adds additional per-script features.*/
57 switch ((hb_tag_t) plan->props.script)
  /external/chromium_org/v8/test/mjsunit/
debug-stepin-constructor.js 42 // Test that there is a script.
43 assertTrue(typeof(event_data.func().script()) == 'object');
  /external/chromium_org/v8/tools/
common-includes.sh 35 TEMP_BRANCH=$BRANCHNAME-temporary-branch-created-by-script
74 # of this script.
104 || die "This is not a git checkout, this script won't work for you."
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
runtests.bat 69 REM and the script rerun with the same parameter settings. **
82 REM Run tests by running Ant in Eclipse on the test.xml script
  /external/icu4c/i18n/unicode/
uldnames.h 160 * Returns the display name of the provided script.
162 * @param script the script whose display name to return
172 const char *script,
178 * Returns the display name of the provided script code.
180 * @param scriptCode the script code whose display name to return
  /external/icu4c/tools/toolutil/
ppucd.cpp 542 int32_t script=pnames->getPropertyValueEnum(UCHAR_SCRIPT, scs); local
543 if(script==UCHAR_INVALID_CODE) {
545 "error in preparsed UCD: '%s' is not a valid script code on line %ld\n",
549 } else if(scx.contains(script)) {
556 scx.add(script);
  /external/ipsec-tools/src/racoon/
remoteconf.h 53 /* Script hooks */
99 vchar_t *script[SCRIPT_MAX + 1];/* script hooks paths */ member in struct:remoteconf
  /external/libsepol/src/
Makefile 28 $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $^ -Wl,-soname,$(LIBSO),--version-script=libsepol.map,-z,defs
  /external/linux-tools-perf/
builtin-script.c 302 static int default_start_script(const char *script __unused,
338 pr_debug("\nperf script stopped\n");
503 "perf script -s [spec:]script.[spec]):\n\n");
515 const char *script, *ext; local
523 script = strchr(str, ':');
524 if (script) {
525 len = script - str;
537 script++;
539 script = str
    [all...]
  /external/llvm/utils/
check-each-file 5 # This script depends on the llvm-native-gcc script.
7 if [ x$1 = x--make-linker-script ]
19 echo "Linker script created in $linker; testing it out"
32 echo "WARNING: linker script didn't work"
38 echo "WARNING: linker script didn't work"
42 echo "Linker script created in $linker; please check it manually"
53 echo "$myname --make-linker-script PROGRAM"
60 echo "LINKER is the script that builds PROGRAM; try --make-linker-script"
    [all...]
  /external/openfst/src/include/fst/extensions/pdt/
pdtscript.h 30 #include <fst/script/fst-class.h>
31 #include <fst/script/arg-packs.h>
32 #include <fst/script/shortest-path.h>
43 namespace script { namespace in namespace:fst
273 } // namespace script

Completed in 824 milliseconds

<<31323334353637383940>>