/external/webkit/Tools/DumpRenderTree/qt/ |
LayoutTestControllerQt.h | 126 void queueLoadingScript(const QString& script); 127 void queueNonLoadingScript(const QString& script); 146 void evaluateInWebInspector(long callId, const QString& script); 254 void evaluateScriptInIsolatedWorld(int worldID, const QString& script);
|
WorkQueueItemQt.cpp | 100 m_webPage->mainFrame()->evaluateJavaScript(script());
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/ |
LayoutTestController.idl | 95 // Evaluating script in a special context. 96 [PassContext] void evaluateScriptInIsolatedWorld(in unsigned long worldID, in DOMString script); 101 void evaluateInWebInspector(in long callID, in DOMString script);
|
/frameworks/base/tests/WebViewTests/src/com/android/webviewtests/ |
JavaBridgeBasicsTest.java | 94 protected String executeJavaScriptAndGetStringResult(String script) throws Throwable { 95 executeJavaScript("testController.setStringValue(" + script + ");"); 111 private void assertRaisesException(String script) throws Throwable { 113 script + ";" +
|
/gdk/build/core/ |
build-all.mk | 17 # This script is used to build all wanted GDK binaries. It is included 37 # build script that will parse the LOCAL_XXX variable definitions.
|
/sdk/apkbuilder/etc/ |
apkbuilder.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
|
/sdk/draw9patch/etc/ |
draw9patch.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
|
/sdk/hierarchyviewer/etc/ |
hierarchyviewer1.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
|
/external/v8/src/ |
compilation-cache.cc | 121 // Probe the script generation tables. Make sure not to leak handles 139 // We only re-use a cached function for some script source code if the 140 // script originates from the same place. This is to avoid issues 147 Handle<Script> script = local 148 Handle<Script>(Script::cast(function_info->script()), isolate()); 149 // If the script name isn't set, the boilerplate script should hav [all...] |
/frameworks/base/graphics/jni/ |
android_renderscript_RenderScript.cpp | 905 nScriptBindAllocation(JNIEnv *_env, jobject _this, RsContext con, jint script, jint alloc, jint slot) 907 LOG_API("nScriptBindAllocation, con(%p), script(%p), alloc(%p), slot(%i)", con, (RsScript)script, (RsAllocation)alloc, slot); 908 rsScriptBindAllocation(con, (RsScript)script, (RsAllocation)alloc, slot); [all...] |
/external/harfbuzz/src/ |
harfbuzz-indic.cpp | 1200 HB_Script script = item->item.script; local [all...] |
harfbuzz-shaper.cpp | 253 if (item->item.script == HB_Script_Hebrew 662 HB_Script script = items[i].script; local 663 if (script == HB_Script_Inherited) 664 script = HB_Script_Common; 665 HB_AttributeFunction attributeFunction = HB_ScriptEngines[script].charAttributes; 668 attributeFunction(script, string, items[i].pos, items[i].length, attributes); 1054 HB_Script script = shaper_item->item.script; local [all...] |
/external/v8/test/mjsunit/ |
debug-liveedit-2.js | 47 var script = Debug.findScript(ChooseAnimal); variable 50 var patch_pos = script.source.indexOf(orig_animal); 58 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patch, change_log);
|
/external/webkit/Source/WebCore/bindings/js/ |
ScriptController.cpp | 127 // and false for <script>doSomething()</script>. Check if it has the 244 // No script is running, so it is user-initiated unless the gesture stack 252 ScriptController* scriptController = frame->script(); 273 // This is the <script>window.open(...)</script> case or a timer callback -> block it 287 ScriptController* script = frame->script(); local 289 if (script->m_allowPopupsFromPlugin) 486 // script object properly [all...] |
/external/webkit/Source/WebKit/mac/WebView/ |
WebScriptDebugDelegate.mm | 227 - (id)evaluateWebScript:(NSString *)script 245 JSValue result = evaluateInGlobalCallFrame(stringToUString(script), exception, globalObject); 252 JSValue result = _private->debuggerCallFrame->evaluate(stringToUString(script), exception);
|
/external/chromium/chrome/browser/extensions/ |
extension_devtools_browsertests.cc | 136 std::wstring script = base::StringPrintf(L"registerListenersForTab(%d)", local 139 host_two->render_view_host(), L"", script, &result));
|
/external/chromium/chrome/browser/instant/ |
instant_browsertest.cc | 139 std::string script = StringPrintf( local 144 UTF8ToWide(script))); 150 std::string script = StringPrintf( local 154 std::wstring(), UTF8ToWide(script), result); 160 std::string script = StringPrintf( local 164 std::wstring(), UTF8ToWide(script), result); 170 std::string script = StringPrintf( local 174 std::wstring(), UTF8ToWide(script), result); [all...] |
/external/doclava/res/assets/templates/ |
diff.cs | 56 <script type="text/javascript" 57 src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> 59 <script type="text/javascript"> 122 </script>
|
/external/freetype/src/autofit/ |
aftypes.h | 209 * The list of known scripts. Each different script corresponds to the 213 * script. 216 * specific to the script. 219 * edges for each glyph covered by the script. 226 * used by more than one script. 259 * a specific script. 297 AF_Script script; member in struct:AF_ScriptClassRec_ 347 ac->script = script_; \
|
/external/icu4c/common/unicode/ |
locid.h | 83 * 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 718 char script[ULOC_SCRIPT_CAPACITY]; member in class:Locale 759 return script;
|
/external/icu4c/i18n/ |
uspoof_impl.h | 82 // Implementation for Whole Script tests. 89 * Ignore characters with script=Common and scirpt=Inherited. 93 * a second script was encountered, ignoring Common and Inherited. 184 // ScriptSet - Wrapper class for the Script code bit sets that are part of the 185 // whole script confusable data. 201 void Union(UScriptCode script); 203 void intersect(UScriptCode script); 315 // Whole Script Confusable Data 376 // Structure for the Whole Script Confusable Data 378 // Whole Script confusable dat [all...] |
/external/iptables/iptables/ |
iptables-apply | 44 The script will try to apply a new ruleset (as output by iptables-save/read 47 be able to answer affirmatively. In this case, the script rolls back to the
|
/external/jdiff/src/jdiff/ |
DiffMyers.java | 8 edit script. The objects compared are traditionally lines 50 an edit script, if desired. 85 /** Find the midpoint of the shortest edit script for a specified 357 producing an edit script in reverse order. */ 360 change script = null; local 381 script = new change(line0, line1, i0 - line0, i1 - line1, script); 388 return script; 392 producing an edit script in forward order. */ 395 change script = null local [all...] |
/external/openssl/crypto/asn1/ |
charmap.pl | 67 /* Auto generated with chartype.pl script.
|
/external/srec/srec/Semproc/src/ |
SemanticProcessorImpl.c | 66 script; typedef in typeref:struct:script_t 73 script list[MAX_SCRIPTS]; 94 * Look up the actual script string given the label [all...] |