/external/webkit/LayoutTests/http/conf/ |
httpd.conf | 618 AddHandler cgi-script .cgi .pl 646 # Action lets you define media types that will execute a script whenever 649 # Format: Action media/type /cgi-script/location 650 # Format: Action handler-name /cgi-script/location 678 # N.B.: You can redirect to a script or a document using server-side-includes. 683 # request will *not* be available to such a script.
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
FrameLoaderClientWx.cpp | 925 JSGlobalContextRef context = toGlobalRef(coreFrame->script()->globalObject(mainThreadNormalWorld())->globalExec()); 926 JSObjectRef windowObject = toRef(coreFrame->script()->globalObject(mainThreadNormalWorld()));
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
WKPage.h | 359 WK_EXPORT void WKPageRunJavaScriptInMainFrame(WKPageRef page, WKStringRef script, void* context, WKPageRunJavaScriptFunction function); 362 WK_EXPORT void WKPageRunJavaScriptInMainFrame_b(WKPageRef page, WKStringRef script, WKPageRunJavaScriptBlock block);
|
/gdk/build/core/ |
setup-toolchain.mk | 69 # now call the toolchain-specific setup script
|
/ndk/build/core/ |
default-build-commands.mk | 97 # the toolchain's setup.mk script.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/ |
build-hardy-toolchain.sh | 18 # This script is used to rebuild the Linux 32-bit cross-toolchain 39 # We only support running this script on Linux 46 echo "ERROR: This script can only run on Linux!" 82 # Name of the final toolchain binary tarball that this script will create 265 This script is used to rebuild a 32-bit Linux host toolchain that targets 271 is to use the NDK's dedicated script to do it, e.g.: 275 Then invoke this script as: 280 your NDK directory, and this script will directly download the toolchain 283 Note that this script will download various binary packages from Ubuntu 333 echo " You can make this script download them for you by using [all...] |
/build/tools/droiddoc/templates-sdk/assets/js/ |
prettify.js | 21 I,J,v],hashComments:!0,cStyleComments:!0,multiLineStrings:!0,regexLiterals:!0}),A={};k(O,["default-code"]);k(x([],[["pln",/^[^<?]+/],["dec",/^<!\w[^>]*(?:>|$)/],["com",/^<\!--[\S\s]*?(?:--\>|$)/],["lang-",/^<\?([\S\s]+?)(?:\?>|$)/],["lang-",/^<%([\S\s]+?)(?:%>|$)/],["pun",/^(?:<[%?]|[%?]>)/],["lang-",/^<xmp\b[^>]*>([\S\s]+?)<\/xmp\b[^>]*>/i],["lang-js",/^<script\b[^>]*>([\S\s]*?)(<\/script\b[^>]*>)/i],["lang-css",/^<style\b[^>]*>([\S\s]*?)(<\/style\b[^>]*>)/i],["lang-in.tag",/^(<\/?[a-z][^<>]*>)/i]]),
|
/external/icu4c/test/letest/ |
letest.cpp | 228 log_err("Could not create a LayoutEngine for script \'%s\'.\n", uscript_getShortName((UScriptCode)scriptCode)); 588 UnicodeString script_attr = UNICODE_STRING_SIMPLE("script"); 602 char *script = getCString(testCase->getAttribute(script_attr)); local 618 uscript_getCode(script, &scriptCode, 1, &status); 620 log_err("invalid script name: %s.\n", script); 724 freeCString(script); [all...] |
/external/srec/srec/Semproc/src/ |
ExpressionParser.c | 171 PLogError(L("\n\nSemproc: error parsing symbol '%s'\nbefore: '%s'\nin script:\n%s\n\n"), 173 (lexAnalyzer->nextToken ? lexAnalyzer->nextToken : L("<end-of-script>")), 174 lexAnalyzer->script);
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
genlingware.pl | 2 # Perl script genlingware.pl --- composes a lingware resource from 101 (For more details see the source of this script)
|
/external/v8/test/mjsunit/ |
debug-backtrace.js | 207 // Source slices for the individual frames (they all refer to this script). 232 // Test line interval way beyond this script will result in an error.
|
/external/webkit/Source/WebCore/bindings/objc/ |
WebScriptObject.mm | 325 - (id)evaluateWebScript:(NSString *)script 337 Completion completion = JSMainThreadExecState::evaluate([self _rootObject]->globalObject()->globalExec(), [self _rootObject]->globalObject()->globalScopeChain(), makeSource(String(script)), JSC::JSValue());
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebview.h | 260 const gchar *script);
|
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/ |
PluginObject.cpp | 805 // Invoke a script callback to get a script NPObject. Then call a method on the 806 // script NPObject passing it a freshly created NPObject. 819 // Invoke a callback that returns a script object 823 // Script object returned 826 // Arg2 is the name of the method to be called on the script object 836 // Invoke the script method 864 NPString script; local 865 script.UTF8Characters = "javascript:window.layoutTestController.notifyDone();"; 866 script.UTF8Length = strlen("javascript:window.layoutTestController.notifyDone();") [all...] |
/external/webkit/Tools/DumpRenderTree/win/ |
LayoutTestControllerWin.cpp | [all...] |
/frameworks/rs/ |
rs_hal.h | 32 class Script; 60 * Script management functions 82 void (*invokeFunction)(const Context *rsc, Script *s, 86 int (*invokeRoot)(const Context *rsc, Script *s); 88 Script *s, 95 void (*invokeInit)(const Context *rsc, Script *s); 96 void (*invokeFreeChildren)(const Context *rsc, Script *s); 98 void (*setGlobalVar)(const Context *rsc, const Script *s, 102 void (*setGlobalVarWithElemDims)(const Context *rsc, const Script *s, 109 void (*setGlobalBind)(const Context *rsc, const Script *s 117 } script; member in struct:android::renderscript::__anon17383 [all...] |
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
bsd.sh | 68 rm -f lines[1234] script[12]
|
/external/chromium/chrome/browser/accessibility/ |
accessibility_win_browsertest.cc | 36 void ExecuteScript(wstring script); 213 void AccessibilityWinBrowserTest::ExecuteScript(wstring script) { 215 ExecuteJavascriptInWebFrame(L"", script);
|
/external/harfbuzz/tests/shaping/ |
main.cpp | 210 static bool shaping(FT_Face face, const ShapeTable *s, HB_Script script) 228 shaper_item.item.script = script;
|
/external/ipsec-tools/src/racoon/ |
cfparse.y | 236 %token SCRIPT PHASE1_UP PHASE1_DOWN [all...] |
/external/skia/src/animator/ |
SkDisplayApply.cpp | 729 const char* script = str->c_str(); local 732 script += sizeof("#string:") - 1; 733 return SkAnimatorScript::EvaluateString(maker, this, parent, script, str);
|
/external/webkit/Source/WebCore/inspector/ |
CodeGeneratorInspector.pm | 867 runAfterPendingDispatches: function(script) 872 if (script) 873 this._scripts.push(script); [all...] |
/external/webkit/Source/WebKit/qt/Api/ |
qwebelement.cpp | 734 scriptController = frame->script(); 790 JSC::UString script(reinterpret_cast_ptr<const UChar*>(scriptSource.data()), scriptSource.length()); 791 JSC::Completion completion = JSC::evaluate(state, scopeChain, JSC::makeSource(script), thisValue); [all...] |
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
NetscapeBrowserFuncs.cpp | 662 static bool NPN_Evaluate(NPP npp, NPObject *npObject, NPString *script, NPVariant* result) 667 String scriptString = String::fromUTF8WithLatin1Fallback(script->UTF8Characters, script->UTF8Length);
|
/external/webkit/Tools/DumpRenderTree/ |
LayoutTestController.cpp | [all...] |