/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/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/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 | 27 $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $^ -Wl,-soname,$(LIBSO),--version-script=libsepol.map,-z,defs
|
/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
|
/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."
|
/external/webkit/Source/WebCore/bindings/js/ |
JSDocumentCustom.cpp | 94 str, activeFrame->loader()->outgoingReferrer(), !activeFrame->script()->anyPageIsProcessingUserGesture(), false);
|
/external/webkit/Source/WebCore/bindings/v8/ |
ScheduledAction.cpp | 117 // FIXME: Need to implement timeouts for preempting a long-running script. 133 WorkerScriptController* scriptController = workerContext->script();
|
ScriptController.h | 75 ScriptValue executeScript(const String& script, bool forceUserGesture = false); 83 // Evaluate a script file in the environment of this proxy. 90 // Executes JavaScript in an isolated world. The script gets its own global scope, 162 const String* sourceURL() const { return m_sourceURL; } // 0 if we are not evaluating any script. 207 // A mapping between Widgets and their corresponding script object.
|
V8WorkerContextEventListener.cpp | 49 return workerContext->script()->proxy();
|
/external/webkit/Source/WebKit/chromium/src/ |
WebPluginContainerImpl.cpp | 340 frame->script()->cleanupScriptObjectsForPlugin(this); 357 String script = decodeURLEscapeSequences( local 360 ScriptValue result = frame->script()->executeScript(script, popupsAllowed);
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebScriptDebugDelegate.h | 146 // evaluate a script (as if by "eval") in the context of this frame 147 - (id)evaluateWebScript:(NSString *)script;
|
/external/webkit/Tools/DumpRenderTree/ |
LayoutTestController.h | 85 void queueLoadingScript(JSStringRef script); 86 void queueNonLoadingScript(JSStringRef script); 295 void evaluateInWebInspector(long callId, JSStringRef script); 296 void evaluateScriptInIsolatedWorld(unsigned worldId, JSObjectRef globalObject, JSStringRef script);
|
/external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/ |
TestNetscapePlugin.cpp | 53 static void executeScript(const PluginObject* obj, const char* script); 171 static void executeScript(const PluginObject* obj, const char* script) 177 npScript.UTF8Characters = script; 178 npScript.UTF8Length = strlen(script);
|
/gdk/samples/bitmap-plasma-llvm/src/com/example/plasma/llvm/ |
Plasma.java | 80 private static native int nativeRenderPlasma(Bitmap bitmap, long time_ms, byte[] script, int scriptLength, boolean useLLVM);
|
/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/webkit/Source/WebKit/mac/Misc/ |
WebNSURLExtras.mm | 78 case 0x0261: /* LATIN SMALL LETTER SCRIPT G */ [all...] |
/build/tools/droiddoc/templates-sdk/ |
sdkpage.cs | 189 <script> 221 </script> 248 <script> 250 </script>
|
/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,
|