| /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/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 | 27 $(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
|
| /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);
|
| /frameworks/rs/cpu_ref/ |
| rsCpuCore.h | 45 const android::renderscript::Script * mScript; 53 RsdCpuScriptImpl *script; member in struct:android::renderscript::__anon20251 103 virtual CpuScript * createIntrinsic(const Script *s, 109 RsdCpuReference::CpuScript * lookupScript(const Script *s) {
|
| rsCpuScript.h | 51 virtual void populateScript(Script *); 73 RsdCpuScriptImpl(RsdCpuReferenceImpl *ctx, const Script *s); 75 const Script * getScript() {return mScript;} 94 const Script *mScript; 118 // for populate script 134 const Script *script,
|
| /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
| RenderScript.java | 439 native void rsnScriptBindAllocation(int con, int script, int alloc, int slot); 440 synchronized void nScriptBindAllocation(int script, int alloc, int slot) { 442 rsnScriptBindAllocation(mContext, script, alloc, slot); 444 native void rsnScriptSetTimeZone(int con, int script, byte[] timeZone); 445 synchronized void nScriptSetTimeZone(int script, byte[] timeZone) { 447 rsnScriptSetTimeZone(mContext, script, timeZone); 523 byte[] script, int length); 524 synchronized int nScriptCCreate(String resName, String cacheDir, byte[] script, int length) { 526 return rsnScriptCCreate(mContext, resName, cacheDir, script, length); 671 * to receive RS messages from scripts. When a script calls {@cod [all...] |
| /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
|