HomeSort by relevance Sort by last modified time
    Searched refs:script (Results 276 - 300 of 747) sorted by null

<<11121314151617181920>>

  /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);
  /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
  /sdk/layoutopt/app/etc/
layoutopt.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 124 // Probe the script generation tables. Make sure not to leak handles
142 // We only re-use a cached function for some script source code if the
143 // script originates from the same place. This is to avoid issues
150 Handle<Script> script = local
151 Handle<Script>(Script::cast(function_info->script()), isolate());
152 // If the script name isn't set, the boilerplate script should hav
    [all...]
factory.cc 251 Handle<Script> Factory::NewScript(Handle<String> source) {
252 // Generate id for this script.
256 // Script ids start from one.
268 // Create and initialize script object.
270 Handle<Script> script = Handle<Script>::cast(NewStruct(SCRIPT_TYPE)); local
271 script->set_source(*source);
272 script->set_name(heap->undefined_value());
273 script->set_id(heap->last_script_id())
    [all...]
  /external/harfbuzz/src/
harfbuzz-indic.cpp 1200 HB_Script script = item->item.script; local
    [all...]
harfbuzz-shaper.cpp 251 if (item->item.script == HB_Script_Hebrew
660 HB_Script script = items[i].script; local
661 if (script == HB_Script_Inherited)
662 script = HB_Script_Common;
663 HB_AttributeFunction attributeFunction = HB_ScriptEngines[script].charAttributes;
666 attributeFunction(script, string, items[i].pos, items[i].length, attributes);
1052 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);
  /development/tools/emulator/opengl/shared/OpenglOsUtils/
Android.mk 1 # This build script corresponds to a small library containing
  /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
717 char script[ULOC_SCRIPT_CAPACITY]; member in class:Locale
758 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.
191 // ScriptSet - Wrapper class for the Script code bit sets that are part of the
192 // whole script confusable data.
208 void Union(UScriptCode script);
210 void intersect(UScriptCode script);
322 // Whole Script Confusable Data
383 // Structure for the Whole Script Confusable Data
385 // 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...]

Completed in 2370 milliseconds

<<11121314151617181920>>