Searched refs:script (Results 51 - 75 of 116) sorted by relevance

12345

/openjdk7/jdk/src/macosx/native/apple/applescript/
H A DAppleScriptExecutionContext.m76 NSAppleScript *script = [[[NSAppleScript alloc] initWithContentsOfURL:url error:(&err)] autorelease];
78 return script;
101 // create the event to call a subroutine in the script
119 // create our script
120 NSAppleScript *script = isFile ? [self scriptFromURL] : [self scriptFromSource];
130 desc = [script executeAndReturnError:(&err)];
132 desc = [script executeAppleEvent:fxnInvkEvt error:(&err)];
158 if (!asErrString) asErrString = @"AppleScriptEngine failed to execute script."; // usually when we fail to load a file
159 [JNFException raise:env as:"javax/script/ScriptException" reason:[asErrString UTF8String]];
/openjdk7/jdk/src/share/classes/sun/util/locale/
H A DInternalLocaleBuilder.java47 private String script = ""; field in class:InternalLocaleBuilder
71 public InternalLocaleBuilder setScript(String script) throws LocaleSyntaxException { argument
72 if (LocaleUtils.isEmpty(script)) {
73 this.script = "";
75 if (!LanguageTag.isScript(script)) {
76 throw new LocaleSyntaxException("Ill-formed script: " + script, 0);
78 this.script = script;
358 script
[all...]
H A DLanguageTag.java54 private String script = ""; // script subtag field in class:LanguageTag
145 * ["-" script]
160 * script = 4ALPHA ; ISO 15924 code
285 script = s;
420 String script = baseLocale.getScript();
440 if (isScript(script)) {
441 tag.script = canonicalizeScript(script);
558 return script;
[all...]
/openjdk7/jdk/src/share/classes/com/sun/script/javascript/
H A DRhinoScriptEngineFactory.java26 package com.sun.script.javascript;
27 import javax.script.*;
30 import com.sun.script.util.*;
H A DRhinoClassShutter.java26 package com.sun.script.javascript;
32 * This class prevents script access to certain sensitive classes.
H A DRhinoTopLevel.java26 package com.sun.script.javascript;
29 import javax.script.*;
50 "com.sun.script.javascript.JSAdapter",
98 * to create a script scope based on arbitrary Bindings instance.
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DMethodCallable.java27 import javax.script.ScriptException;
/openjdk7/jdk/src/share/classes/javax/script/
H A DCompiledScript.java26 package javax.script;
33 * language opcodes. The script may be executed repeatedly
37 * method of the <code>CompiledScript</code> causes the execution of the script by the
53 * @return The value returned by the script execution, if any. Should return <code>null</code>
54 * if no value is returned by the script execution.
65 * associated <code>ScriptEngine</code> during script execution. If bindings is null,
73 * @return The return value from the script execution
101 * @return The return value from the script execution
H A DScriptContext.java26 package javax.script;
184 * Returns a <code>Reader</code> to be used by the script to read
H A DScriptException.java26 package javax.script;
75 * @param fileName The file or resource name describing the location of a script error
78 * @param lineNumber A line number describing the location of a script error causing
144 * Get the source of the script causing the error.
145 * @return The file name of the script or some other string describing the script
/openjdk7/jdk/src/share/native/java/lang/
H A Djava_props.h58 char *script; member in struct:__anon657
/openjdk7/jdk/test/javax/script/
H A DGetInterfaceTest.java30 import javax.script.*;
H A DRhinoExceptionTest.java32 import javax.script.*;
H A DTest5.java31 import javax.script.*;
/openjdk7/jdk/make/com/sun/
H A DMakefile37 SCRIPT_SUBDIR = script
/openjdk7/jdk/src/share/classes/com/sun/script/util/
H A DInterfaceImplementor.java26 package com.sun.script.util;
28 import javax.script.*;
H A DBindingsEntrySet.java26 package com.sun.script.util;
/openjdk7/jdk/src/windows/native/java/lang/
H A Djava_props_md.c46 static void SetupI18nProps(LCID lcid, char** language, char** script, char** country,
137 char * elems[5]; // lang, script, ctry, variant, encoding
268 SetupI18nProps(LCID lcid, char** language, char** script, char** country, argument
270 /* script */
272 *script = malloc(PROPSIZE);
275 sscanf(tmp, "%*[a-z\\-]%1[A-Z]%[a-z]", *script, &((*script)[1])) == 0 ||
276 strlen(*script) != 4) {
277 (*script)[0] = '\0';
554 * user.script, use
[all...]
/openjdk7/jdk/test/sun/tools/jcmd/
H A Djcmd-big-script.sh34 # @run shell jcmd-big-script.sh
45 # -f <script>
47 set +e # even if jcmd fails, we do not want abort the script yet.
48 ${JCMD} -J-XX:+UsePerfData $appJavaPid -f ${TESTSRC}/dcmd-big-script.txt > jcmd.out 2>&1
61 echo "Output of \"jcmd [pid] -f dcmd-big-script.txt\" contains string \"Exception\". Failed."
/openjdk7/jdk/src/share/classes/java/util/
H A DResourceBundle.java859 * locale's language, script, country, and variant are all empty strings,
862 * specified locale (language, script, country and variant) and appended to
866 * baseName + "_" + language + "_" + script + "_" + country + "_" + variant
867 * baseName + "_" + language + "_" + script + "_" + country
868 * baseName + "_" + language + "_" + script
877 * would be omitted. Also, if script is an empty string, the candidate names
878 * including script are omitted. For example, a locale with language "de"
890 * original variant. For example, for a locale with language "en", script
2149 * respectively represent non-empty language, script, country, and
2156 * <ol><li>For an input <code>Locale</code> with an empty script valu
2373 getDefaultList(String language, String script, String region, String variant) argument
[all...]
H A DLocale.java103 * <dt><a name="def_script"/><b>script</b></dt>
105 * <dd>ISO 15924 alpha-4 script code. You can find a full list of
106 * valid script codes in the IANA Language Subtag Registry (search
107 * for "Type: script"). The script field is case insensitive, but
112 * <dd>Well-formed script values have the form
142 * are not covered by any combinations of language, script and
150 * cultural behaviors such as calendar type or number script. In
252 * script or extensions.
321 * variant field will have additional information in it if script o
656 getInstance(String language, String script, String country, String variant, LocaleExtensions extensions) argument
2119 getCompatibilityExtensions(String language, String script, String country, String variant) argument
2351 setScript(String script) argument
[all...]
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEFontInstance.cpp59 le_int32 script, LEErrorCode &success) const
65 if (chars == NULL || *offset < 0 || limit < 0 || *offset >= limit || script < 0 || script >= scriptCodeCount) {
58 getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const argument
/openjdk7/hotspot/make/windows/
H A Dcreate.bat26 REM This is the interactive build setup script (as opposed to the batch
27 REM build execution script). It creates $HotSpotBuildSpace if necessary,
42 echo Make sure cl.exe is in your PATH before running this script.
48 echo Make sure grep.exe is in your PATH before running this script. Either cygwin or MKS should work.
73 REM Set HotSpotWorkSpace to the directy two steps above this script
200 echo This is the VS build setup script (as opposed to the batch
201 echo build execution script). It creates a build directory if necessary,
210 echo space, since they may be overwritten whenever this script is run or
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DHtmlWriter.java267 * Print the script code to be embeded before the &lt;/HEAD&gt; tag.
271 script();
290 HtmlTree script = new HtmlTree(HtmlTag.SCRIPT);
292 script.addAttr(HtmlAttr.TYPE, "text/javascript");
299 script.addContent(scriptContent);
301 return script;
310 HtmlTree script = new HtmlTree(HtmlTag.SCRIPT);
311 script.addAttr(HtmlAttr.TYPE, "text/javascript");
356 script.addContent(scriptContent);
357 return script;
364 public void script() { method in class:HtmlWriter
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/script/shell/
H A DMain.java26 package com.sun.tools.script.shell;
32 import javax.script.*;
35 * This is the main class for Java script shell.
46 // process each script command
67 // current script file encoding selected
86 // collect non-option arguments and pass these as script arguments
92 // are passed as script arguments
97 // is treated as script file name and rest of the non-option
98 // arguments are passed to script as script argument
295 evaluateString(ScriptEngine se, String script, boolean exitOnError) argument
318 evaluateString(ScriptEngine se, String script) argument
[all...]

Completed in 82 milliseconds

12345