HomeSort by relevance Sort by last modified time
    Searched refs:script (Results 401 - 425 of 1141) sorted by null

<<11121314151617181920>>

  /external/v8/test/mjsunit/
mirror-script.js 34 var mirror = debug.MakeMirror(f).script();
45 assertEquals('script', mirror.type());
68 assertEquals('script', fromJSON.type);
85 // Test the script mirror for different functions.
86 testScriptMirror(function(){}, 'mirror-script.js', 98, 2, 0);
92 var mirror = debug.MakeMirror(eval('(function(){\n 1;\n})')).script();
debug-liveedit-1.js 39 var script = Debug.findScript(ChooseAnimal); variable
42 var patch_pos = script.source.indexOf(orig_animal);
46 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patch, change_log);
  /external/v8/test/mozilla/
testcfg.py 112 script = join(self.root, reduce(join, dir, ''), 'shell.js')
113 if exists(script):
114 framework.append(script)
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptengine_p.cpp 70 JSStringRef script = QScriptConverter::toString(program); local
72 QScriptValuePrivate* result = new QScriptValuePrivate(this, evaluate(script, file, lineNumber));
73 JSStringRelease(script);
  /external/webkit/Source/WebCore/bindings/v8/
V8LazyEventListener.cpp 120 v8::Handle<v8::Script> script = V8Proxy::compileScript(codeExternalString, m_sourceURL, m_position); local
121 if (!script.IsEmpty()) {
122 v8::Local<v8::Value> value = proxy->runScript(script, false);
ScriptController.cpp 139 // script object properly.
160 // No script is running, so it is user-initiated unless the gesture stack
165 V8Proxy* activeProxy = activeFrame->script()->proxy();
191 const String* sourceURL = activeFrame->script()->sourceURL();
196 if (activeFrame->script()->allowPopupsFromPlugin())
198 // This is the <script>window.open(...)</script> case or a timer callback -> block it.
219 // Evaluate a script file in the environment of this proxy.
291 v8::Handle<v8::Script> script = v8::Script::Compile(source, name) local
    [all...]
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginTest.cpp 158 void PluginTest::executeScript(const char* script)
164 npScript.UTF8Characters = script;
165 npScript.UTF8Length = strlen(script);
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLScriptElement02.js 49 docsLoaded += preload(docRef, "doc", "script");
99 doc = load(docRef, "doc", "script");
100 nodeList = doc.getElementsByTagName("script");
HTMLScriptElement06.js 49 docsLoaded += preload(docRef, "doc", "script");
95 doc = load(docRef, "doc", "script");
96 nodeList = doc.getElementsByTagName("script");
HTMLScriptElement07.js 49 docsLoaded += preload(docRef, "doc", "script");
95 doc = load(docRef, "doc", "script");
96 nodeList = doc.getElementsByTagName("script");
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLScriptElement02.js 49 docsLoaded += preload(docRef, "doc", "script");
99 doc = load(docRef, "doc", "script");
100 nodeList = doc.getElementsByTagName("script");
HTMLScriptElement06.js 49 docsLoaded += preload(docRef, "doc", "script");
95 doc = load(docRef, "doc", "script");
96 nodeList = doc.getElementsByTagName("script");
HTMLScriptElement07.js 49 docsLoaded += preload(docRef, "doc", "script");
95 doc = load(docRef, "doc", "script");
96 nodeList = doc.getElementsByTagName("script");
  /external/webkit/Source/WebKit/mac/WebInspector/
WebInspector.mm 191 - (void)evaluateInFrontend:(id)sender callId:(long)callId script:(NSString *)script
194 page->inspectorController()->evaluateForTestInFrontend(callId, script);
  /frameworks/rs/
rsScript.cpp 23 Script::Script(Context *rsc) : ObjectBase(rsc) {
32 Script::~Script() {
43 void Script::setSlot(uint32_t slot, Allocation *a) {
46 ALOGE("Script::setSlot unable to set allocation, invalid slot index");
51 mRSC->mHal.funcs.script.setGlobalBind(mRSC, this, slot, a);
54 void Script::setVar(uint32_t slot, const void *val, size_t len) {
57 ALOGE("Script::setVar unable to set allocation, invalid slot index");
60 mRSC->mHal.funcs.script.setGlobalVar(mRSC, this, slot, (void *)val, len)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidWordLevelSpellCheckerSession.java 135 final int script) {
136 switch (script) {
138 // Our supported latin script dictionaries (EFIGS) at the moment only include
160 throw new RuntimeException("Impossible value of script: " + script);
168 * we know we will never recognize, this accepts a script identifier that should be one
173 * @param script the identifier for the script this spell checker recognizes
176 private static boolean shouldFilterOut(final String text, final int script) {
184 if (!isLetterCheckableByLanguage(firstCodePoint, script)
    [all...]
  /build/core/combo/
javac.mk 27 # We set the VM options (like -Xmx) in the javac script.
  /external/grub/
compile 25 # configuration script generated by Autoconf, you may include it under
46 right script to run: please start by reading the file `INSTALL'.
136 # mode: shell-script
  /external/grub/stage2/
cmdline.c 179 /* Run an entry from the script SCRIPT. HEAP is used for the
183 run_script (char *script, char *heap)
186 char *cur_entry = script;
221 /* If there is no more command in SCRIPT... */
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-default.cc 33 /* The default shaper *only* adds additional per-script features.*/
57 switch ((hb_tag_t) plan->props.script)
77 switch ((hb_tag_t) props->script)
hb-ot-shape-complex-private.hh 154 switch ((hb_tag_t) planner->props.script)
172 /* For Arabic script, use the Arabic shaper even if no OT script tag was found.
173 * This is because we do fallback shaping for Arabic script (and not others). */
175 planner->props.script == HB_SCRIPT_ARABIC)
287 /* If the designer designed the font for the 'DFLT' script,
313 /* For Myanmar, we only want to use the Myanmar shaper if the "new" script
314 * tag is found. For "old" script tag we want to use the default shaper. */
329 /* If the designer designed the font for the 'DFLT' script,
hb-ot-tag.cc 39 hb_ot_old_tag_from_script (hb_script_t script)
43 switch ((hb_tag_t) script) {
61 return ((hb_tag_t) script) | 0x20000000;
84 hb_ot_new_tag_from_script (hb_script_t script)
86 switch ((hb_tag_t) script) {
126 * Most of the script tags are the same as the ISO 15924 tag but lowercased.
131 hb_ot_tags_from_script (hb_script_t script,
138 *script_tag_1 = hb_ot_old_tag_from_script (script);
140 new_tag = hb_ot_new_tag_from_script (script);
  /external/libffi/
compile 25 # configuration script generated by Autoconf, you may include it under
46 right script to run: please start by reading the file `INSTALL'.
136 # mode: shell-script
  /external/libogg/
compile 25 # configuration script generated by Autoconf, you may include it under
46 right script to run: please start by reading the file `INSTALL'.
136 # mode: shell-script
  /external/libusb/
compile 25 # configuration script generated by Autoconf, you may include it under
46 right script to run: please start by reading the file `INSTALL'.
136 # mode: shell-script

Completed in 1034 milliseconds

<<11121314151617181920>>