| /external/webkit/Source/WebCore/html/parser/ |
| XSSFilter.cpp | 220 DEFINE_STATIC_LOCAL(String, consoleMessage, ("Refused to execute a JavaScript script. Source code of script found within request.\n")); 274 // contents of the script element. 470 // trick a server-side script into doing something dangerous with the query
|
| /external/webkit/Source/WebKit/win/Interfaces/ |
| IWebInspectorPrivate.idl | 42 HRESULT evaluateInFrontend([in] ULONG callId, [in] BSTR script);
|
| /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/ |
| WKBundleInspector.cpp | 53 void WKBundleInspectorEvaluateScriptForTest(WKBundleInspectorRef inspectorRef, long callID, WKStringRef script) 55 return toImpl(inspectorRef)->evaluateScriptForTest(callID, toImpl(script)->string());
|
| /external/webkit/Source/WebCore/platform/graphics/chromium/ |
| FontUtilsChromiumWin.cpp | 73 UScriptCode script; member in struct:WebCore::__anon13384::FontMap 112 UScriptCode script; member in struct:WebCore::__anon13384::ScriptToFontFamilies 154 scriptFontMap[fontMap[i].script] = fontMap[i].family; 161 UScriptCode script = scriptToFontFamilies[i].script; local 162 scriptFontMap[script] = 0; 166 scriptFontMap[script] = *familyPtr; 194 // http://unicode.org/cldr/utility/list-unicodeset.jsp?a=[:Script=Common:] 230 UScriptCode script = uscript_getScript(ucs4, &err); local 231 // If script is invalid, common or inherited or there's an error 334 UScriptCode script = USCRIPT_COMMON; local [all...] |
| /external/webkit/Source/WebCore/inspector/front-end/ |
| SourceFile.js | 31 WebInspector.SourceFile = function(id, script, contentChangedDelegate) 33 this._scripts = [script]; 35 if (script.sourceURL) 36 this._resource = WebInspector.networkManager.inflightResourceForURL(script.sourceURL) || WebInspector.resourceForURL(script.sourceURL); 40 this.url = script.sourceURL; 41 this.isContentScript = script.isContentScript; 50 addScript: function(script) 52 this._scripts.push(script); 84 forceLoadContent: function(script) [all...] |
| /external/chromium/net/data/proxy_resolver_v8_unittest/ |
| ends_with_comment.js | 5 // We end the script with a comment (and no trailing newline). 7 // would append some functions to the script; the first line of
|
| /external/icu4c/samples/layout/ |
| FontMap.cpp | 25 le_int32 defaultFont = -1, i, script; local 77 sprintf(errorMessage, "The script name %s is invalid.", line); 82 script = (le_int32) scriptCode; 84 if (fFontIndices[script] >= 0) { 86 fFontIndices[script] = -1; 89 fFontIndices[script] = getFontIndex(fontName); 94 for (script = 0; script < scriptCodeCount; script += 1) { 95 if (fFontIndices[script] < 0) 146 le_int32 script; local [all...] |
| /external/ipsec-tools/src/racoon/samples/roadwarrior/client/ |
| racoon.conf | 15 script "/etc/racoon/phase1-up.sh" phase1_up; 16 script "/etc/racoon/phase1-down.sh" phase1_down;
|
| /external/webkit/Source/WebCore/bindings/js/ |
| JSWorkerContextBase.cpp | 73 WorkerScriptController* script = workerContext->script(); 74 if (!script) 76 JSWorkerContext* contextWrapper = script->workerContextWrapper();
|
| /external/webkit/Source/WebCore/inspector/ |
| InspectorClient.cpp | 52 ScriptController* scriptController = frame->script();
|
| /external/webkit/Source/WebKit/gtk/webkit/ |
| webkitwebinspectorprivate.h | 38 WEBKIT_API void webkit_web_inspector_execute_script(WebKitWebInspector*, long callId, const gchar* script);
|
| /sdk/emulator/qtools/tests/ |
| common_head.mk | 13 $(CC) $(CFLAGS) -Xlinker --script ../tests.ld -o $@ $< -nostdlib 19 $(CC) $(CFLAGS) -Xlinker --script ../tests.ld -nostdlib -o $@ $<
|
| /sdk/files/proguard/bin/ |
| proguard.bat | 3 REM Start-up script for ProGuard -- free class file shrinker, optimizer, 6 rem Change current directory and drive to where the script is, to avoid
|
| /external/webkit/Tools/DumpRenderTree/qt/ |
| WorkQueueItemQt.h | 112 ScriptItem(const QString &script, QWebPage *page) 114 , m_script(script) 118 QString script() const { return m_script; } function in class:ScriptItem 128 LoadingScriptItem(const QString& script, QWebPage* page) 129 : ScriptItem(script, page) 138 NonLoadingScriptItem(const QString& script, QWebPage* page) 139 : ScriptItem(script, page)
|
| /device/samsung/tuna/ |
| releasetools.py | 44 info.script.CacheFreeSpaceCheck(len(source_radio_img)) 46 info.script.PatchCheck("%s:%s:%d:%s:%d:%s" % ( 81 info.script.Print("Writing bootloader...") 82 info.script.AppendExtra('''assert(samsung.write_bootloader( 90 info.script.Print("Writing radio...") 91 info.script.WriteRawImage("/radio", tf.name) 104 info.script.Print("Writing radio...") 105 info.script.WriteRawImage("/radio", tf.name) 108 info.script.Print("Patching radio...") 110 info.script.ApplyPatch [all...] |
| /external/markdown/MarkdownTest/ |
| MarkdownTest.pl | 20 my $script = "./Markdown.pl"; 25 "script=s" => \$script, 38 unless (-f $script) { die "$script does not exist.\n"; } 39 unless (-x $script) { die "$script is not executable.\n"; } 64 my $t_output = `'$script' '$testfile'`; 120 =item B<--script> 122 Specify the path to the Markdown script to test. Defaults t [all...] |
| /external/webkit/LayoutTests/fast/encoding/resources/ |
| invalid-xml.js | 24 var script = document.createElement("script"); 25 script.src = "../js/resources/js-test-post.js"; 27 script.setAttribute("onload", "layoutTestController.notifyDone()"); 28 document.body.appendChild(script);
|
| /frameworks/base/libs/rs/scriptc/ |
| rs_core.rsh | 101 * Make a script to script call to launch work. One of the input or output is 106 * @param script The target script to call 109 * @param usrData The user definied params to pass to the root script. May be 118 rsForEach(rs_script script, rs_allocation input, 125 rsForEach(rs_script script, rs_allocation input, 130 * Make a script to script call to launch work. One of the input or output is 135 * @param script The target script to cal [all...] |
| /prebuilt/sdk/14/renderscript/include/ |
| rs_core.rsh | 101 * Make a script to script call to launch work. One of the input or output is 106 * @param script The target script to call 109 * @param usrData The user definied params to pass to the root script. May be 118 rsForEach(rs_script script, rs_allocation input, 125 rsForEach(rs_script script, rs_allocation input, 130 * Make a script to script call to launch work. One of the input or output is 135 * @param script The target script to cal [all...] |
| /build/tools/droiddoc/templates-pdk/ |
| customizations.cs | 12 <script> 16 </script> 26 <script> 30 </script> 40 <script> 44 </script> 54 <script> 58 </script> 68 <script> 72 </script> [all...] |
| /device/moto/stingray/self-extractors/ |
| generate-packages.sh | 112 echo \ \ Generating self-extracting script 113 SCRIPT=extract-$COMPANY-$DEVICE.sh 114 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script 115 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 116 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 117 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script [all...] |
| /device/moto/wingray/self-extractors/ |
| generate-packages.sh | 112 echo \ \ Generating self-extracting script 113 SCRIPT=extract-$COMPANY-$DEVICE.sh 114 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script 115 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 116 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 117 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script [all...] |
| /device/samsung/crespo/self-extractors/ |
| generate-packages.sh | 113 echo \ \ Generating self-extracting script 114 SCRIPT=extract-$COMPANY-$DEVICE.sh 115 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script 116 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 117 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 118 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script [all...] |
| /device/samsung/crespo4g/self-extractors/ |
| generate-packages.sh | 112 echo \ \ Generating self-extracting script 113 SCRIPT=extract-$COMPANY-$DEVICE.sh 114 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script 115 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 116 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 117 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script [all...] |
| /device/samsung/maguro/self-extractors/ |
| generate-packages.sh | 108 echo \ \ Generating self-extracting script 109 SCRIPT=extract-$COMPANY-$DEVICE.sh 110 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script 111 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 112 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 113 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script [all...] |