Searched defs:script (Results 1 - 25 of 145) sorted by relevance

123456

/external/webkit/WebKitTools/Scripts/
H A Drun-webkit-nightly.cmd2 set script=%TMP%\run-webkit-nightly2.cmd variable
5 copy "%vsvars%" "%script%"
7 del "%script%"
9 FindSafari.exe %1 /printSafariLauncher >> "%script%"
10 call "%script%"
/external/v8/test/cctest/
H A Dtest-threads.cc43 v8::Handle<v8::Script> script = v8::Script::Compile( local
46 script->Run();
51 script->Run();
H A Dtest-func-name-inference.cc61 static void CheckFunctionName(v8::Handle<v8::Script> script, argument
64 // Get script source.
65 Handle<JSFunction> fun = v8::Utils::OpenHandle(*script);
66 Handle<Script> i_script(Script::cast(fun->shared()->script()));
99 v8::Handle<v8::Script> script = Compile( local
102 CheckFunctionName(script, "return 1", "fun1");
103 CheckFunctionName(script, "return 2", "fun2");
111 v8::Handle<v8::Script> script = Compile( local
114 CheckFunctionName(script, "return 1", "fun1");
115 CheckFunctionName(script, "retur
123 v8::Handle<v8::Script> script = Compile( local
137 v8::Handle<v8::Script> script = Compile( local
151 v8::Handle<v8::Script> script = Compile( local
167 v8::Handle<v8::Script> script = Compile( local
185 v8::Handle<v8::Script> script = Compile( local
203 v8::Handle<v8::Script> script = Compile( local
217 v8::Handle<v8::Script> script = Compile( local
233 v8::Handle<v8::Script> script = Compile( local
246 v8::Handle<v8::Script> script = Compile( local
261 v8::Handle<v8::Script> script = Compile( local
[all...]
/external/srec/srec/Semproc/include/
H A DSR_LexicalAnalyzer.h39 * Pointer to the script to analyze .
41 LCHAR* script; member in struct:LexicalAnalyzer_t
44 * Pointer to the next token in the script.
60 * @param script pointer to the script to analyze
62 SREC_SEMPROC_API ESR_ReturnCode LA_Analyze(LexicalAnalyzer *self, LCHAR *script);
/external/v8/src/
H A Dcodegen-inl.h52 Handle<Script> CodeGenerator::script() { return info_->script(); } function in class:v8::internal::CodeGenerator
H A Dmessages.h69 MessageLocation(Handle<Script> script, argument
72 : script_(script),
77 Handle<Script> script() const { return script_; } function in class:v8::internal::MessageLocation
/external/bluetooth/glib/glib/
H A Dgscripttable.h1 /* gscripttable.h: Generated by gen-script-table.pl
2749 guint16 script; member in struct:__anon560
/external/skia/src/animator/
H A DSkDump.h41 SkString script; member in class:SkDump
/external/webkit/JavaScriptCore/debugger/
H A DDebuggerCallFrame.cpp77 JSValue DebuggerCallFrame::evaluate(const UString& script, JSValue& exception) const argument
82 RefPtr<EvalExecutable> eval = EvalExecutable::create(m_callFrame, makeSource(script));
/external/webkit/JavaScriptGlue/
H A Dtestjsglue.cpp32 CFStringRef script = variable
43 JSRunRef jsRun = JSRunCreate(script, kJSFlagNone);
/external/srec/srec/Semproc/src/
H A DLexicalAnalyzer.c49 ESR_ReturnCode LA_Analyze(LexicalAnalyzer *lex, LCHAR *script) argument
51 if (lex == NULL || script == NULL)
58 lex->nextToken = lex->script = script;
/external/webkit/JavaScriptCore/qt/api/
H A Dqscriptengine_p.cpp47 JSStringRef script = QScriptConverter::toString(program); local
50 JSValueRef result = JSEvaluateScript(m_context, script, /* Global Object */ 0, file, lineNumber, &exception);
/external/webkit/WebCore/bindings/
H A DScriptControllerBase.cpp44 ScriptValue ScriptController::executeScript(const String& script, bool forceUserGesture) argument
46 return executeScript(ScriptSourceCode(script, forceUserGesture ? KURL() : m_frame->loader()->url()));
81 String script = decodeURLEscapeSequences(url.string().substring(javascriptSchemeLength)); local
83 if (xssAuditor()->canEvaluateJavaScriptURL(script))
84 result = executeScript(script, userGesture);
/external/webkit/WebCore/inspector/
H A DJavaScriptCallFrame.cpp102 JSValue JavaScriptCallFrame::evaluate(const UString& script, JSValue& exception) const argument
109 return m_debuggerCallFrame.evaluate(script, exception);
/external/webkit/WebCore/workers/
H A DWorkerScriptLoader.h54 const String& script() const { return m_script; } function in class:WebCore::WorkerScriptLoader
/external/webkit/WebKitTools/DumpRenderTree/pthreads/
H A DJavaScriptThreadingPthreads.cpp54 // Loops forever, running a script and randomly respawning, until
58 const char* const script = local
66 JSStringRef scriptRef = JSStringCreateWithUTF8CString(script);
/external/webkit/JavaScriptCore/API/
H A DJSBase.cpp44 JSValueRef JSEvaluateScript(JSContextRef ctx, JSStringRef script, JSObjectRef thisObject, JSStringRef sourceURL, int startingLineNumber, JSValueRef* exception) argument
53 SourceCode source = makeSource(script->ustring(), sourceURL->ustring(), startingLineNumber);
69 bool JSCheckScriptSyntax(JSContextRef ctx, JSStringRef script, JSStringRef sourceURL, int startingLineNumber, JSValueRef* exception) argument
74 SourceCode source = makeSource(script->ustring(), sourceURL->ustring(), startingLineNumber);
/external/webkit/WebCore/loader/
H A DCachedScript.cpp73 const String& CachedScript::script() function in class:WebCore::CachedScript
/external/chromium/third_party/icu/public/common/unicode/
H A Dlocid.h83 * For example, use REVISED for a langauge's revised script orthography, and POSIX for POSIX.
383 * Returns the locale's ISO-15924 abbreviation script code.
499 * Fills in "dispScript" with the name of this locale's script in a format suitable
500 * for user display in the default locale. For example, if the locale's script code
512 * script code is "LATN" and displayLocale's language code is "en", this function would set
515 * words, if the locale's script code is "LATN", passing
701 char script[ULOC_SCRIPT_CAPACITY]; member in class:Locale
742 return script;
/external/chromium/third_party/icu/source/test/cintltst/
H A Dcucdapi.c72 UScriptCode script[10]={USCRIPT_INVALID_CODE}; local
73 uscript_getCode(testNames[i],script,capacity, &err);
74 if( script[0] != expected[i]){
75 log_data_err("Error getting script code Got: %i Expected: %i for name %s (Error code does not propagate if data is not present. Are you missing data?)\n",
76 script[0],expected[i],testNames[i]);
90 UScriptCode script[10]={USCRIPT_INVALID_CODE}; local
91 int32_t num = uscript_getCode("ja",script,capacity, &err);
96 num = uscript_getCode("ja",script,capacity, &err);
102 if(script[j]!=jaCode[j]) {
104 script[
[all...]
/external/freetype/src/autofit/
H A Dafglobal.c52 /* index of default script in `af_script_classes' */
76 /* Compute the script index of each glyph within a given face. */
97 * Ignore this error; we simply use the default script.
104 /* scan each script in a Unicode charmap */
116 * glyph script index.
161 * By default, all uncovered glyphs are set to the latin script.
257 FT_UInt script = options & 15; local
269 gidx = script;
274 if ( script == 0 )
275 script
[all...]
/external/grub/stage2/
H A Dcmdline.c179 /* Run an entry from the script SCRIPT. HEAP is used for the
183 run_script (char *script, char *heap) argument
186 char *cur_entry = script;
/external/icu4c/common/unicode/
H A Dlocid.h83 * For example, use REVISED for a langauge's revised script orthography, and POSIX for POSIX.
385 * Returns the locale's ISO-15924 abbreviation script code.
515 * Fills in "dispScript" with the name of this locale's script in a format suitable
516 * for user display in the default locale. For example, if the locale's script code
528 * script code is "LATN" and displayLocale's language code is "en", this function would set
531 * words, if the locale's script code is "LATN", passing
717 char script[ULOC_SCRIPT_CAPACITY]; member in class:Locale
758 return script;
/external/icu4c/samples/layout/
H A DScriptCompositeFontInstance.cpp39 le_int32 script = LE_GET_SUB_FONT(glyph); local
40 const LEFontInstance *font = fFontMap->getScriptFont(script, status);
53 le_int32 script = LE_GET_SUB_FONT(glyph); local
54 const LEFontInstance *font = fFontMap->getScriptFont(script, status);
63 const LEFontInstance *ScriptCompositeFontInstance::getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const argument
69 if (chars == NULL || *offset < 0 || limit < 0 || *offset >= limit || script < 0 || script >= scriptCodeCount) {
74 const LEFontInstance *result = fFontMap->getScriptFont(script, success);
86 // look in all the fonts in some order, script code order being the most obvious...
91 le_int32 script local
[all...]
/external/icu4c/test/cintltst/
H A Dcucdapi.c72 UScriptCode script[10]={USCRIPT_INVALID_CODE}; local
73 uscript_getCode(testNames[i],script,capacity, &err);
74 if( script[0] != expected[i]){
75 log_data_err("Error getting script code Got: %i Expected: %i for name %s (Error code does not propagate if data is not present. Are you missing data?)\n",
76 script[0],expected[i],testNames[i]);
90 UScriptCode script[10]={USCRIPT_INVALID_CODE}; local
91 int32_t num = uscript_getCode("ja",script,capacity, &err);
96 num = uscript_getCode("ja",script,capacity, &err);
102 if(script[j]!=jaCode[j]) {
104 script[
[all...]

Completed in 463 milliseconds

123456