| /external/libusb-compat/ |
| 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/libvorbis/ |
| 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/linux-tools-perf/ |
| command-list.txt | 20 perf-script mainporcelain common
|
| /external/v8/test/mjsunit/ |
| debug-liveedit-3.js | 31 // In this test case we edit a script so that techincally function text 54 var script = Debug.findScript(Factory); variable 56 var new_source = script.source.replace(function_z_text, "function Intermediate() {\nreturn (\n" + function_z_text + ")\n;\n}\n"); 60 var result = Debug.LiveEdit.SetScriptSource(script, new_source, false, change_log);
|
| debug-liveedit-newsource.js | 51 var script = Debug.findScript(ChooseAnimal); variable 53 var new_source = script.source.replace("Cat", "Cap' + 'yb' + 'ara"); 60 var result = Debug.LiveEdit.SetScriptSource(script, new_source, false, change_log); 65 // Global variable do not get changed (without restarting script).
|
| /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/ |
| callback-to-deleted-context.js | 1 description("Tests that when a Geolocation request is made from a remote frame, and that frame's script context goes away before the Geolocation callback is made, the callback is not made. If the callback is attempted, a crash will occur.");
|
| /external/webkit/Source/JavaScriptCore/debugger/ |
| Debugger.cpp | 124 JSValue evaluateInGlobalCallFrame(const UString& script, JSValue& exception, JSGlobalObject* globalObject) 129 EvalExecutable* eval = EvalExecutable::create(globalCallFrame, makeSource(script), false);
|
| /external/webkit/Source/WebCore/bindings/v8/ |
| ScriptEventListener.cpp | 57 ScriptController* scriptController = frame->script(); 77 ScriptController* scriptController = frame->script();
|
| ScriptState.cpp | 100 V8Proxy* proxy = frame->script()->proxy(); 121 WorkerContextExecutionProxy* proxy = workerContext->script()->proxy();
|
| /external/webkit/Source/WebCore/html/ |
| HTMLPlugInElement.cpp | 97 m_instance = frame->script()->createScriptInstanceForWidget(widget); 181 m_NPObject = document()->frame()->script()->createScriptObjectForPluginElement(this);
|
| /external/webkit/Source/WebCore/platform/graphics/wince/ |
| MediaPlayerProxy.cpp | 76 m_instance = frame->script()->createScriptInstanceForWidget(renderWidget->widget()); 126 RootObject *root = frame->script()->bindingRootObject();
|
| /external/webkit/Source/WebCore/workers/ |
| Worker.cpp | 134 m_contextProxy->startWorkerContext(m_scriptLoader->url(), scriptExecutionContext()->userAgent(m_scriptLoader->url()), m_scriptLoader->script()); 135 InspectorInstrumentation::scriptImported(scriptExecutionContext(), m_scriptLoader->identifier(), m_scriptLoader->script());
|
| /external/webkit/Source/WebKit/chromium/public/ |
| WebBindings.h | 62 WEBKIT_API static bool evaluate(NPP, NPObject*, NPString* script, NPVariant* result); 65 WEBKIT_API static bool evaluateHelper(NPP, bool popupsAllowed, NPObject*, NPString* script, NPVariant* result);
|
| /external/webkit/Source/WebKit/efl/DefaultTheme/widget/progressbar/ |
| progressbar.edc | 31 script {
|
| /external/webkit/Source/WebKit/efl/DefaultTheme/widget/scrollbar/ |
| scrollbar.edc | 32 script { 190 script { 209 script { 367 script {
|
| /external/webkit/Source/WebKit/win/ |
| DOMCSSClasses.h | 61 /* [in] */ BSTR script, 62 /* [retval][out] */ VARIANT *result) { return DOMObject::evaluateWebScript(script, result); }
|
| /external/webkit/Source/WebKit2/WebProcess/WebPage/ |
| WebInspector.cpp | 105 void WebInspector::evaluateScriptForTest(long callID, const String& script) 107 m_page->corePage()->inspectorController()->evaluateForTestInFrontend(callID, script);
|
| /hardware/ti/omap4xxx/test/CameraHal/ |
| camera_test.h | 82 int execute_functional_script(char *script); 98 int execute_error_script(char *script);
|
| /ndk/sources/host-tools/make-3.81/config/ |
| 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
|
| /ndk/tests/build/stdint-c++/jni/ |
| Android.mk | 16 # script found in this directory.
|
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/ |
| AndroidSpellCheckerService.java | 83 // List of the supported languages and their associated script. We won't check 84 // words written in another script than the selected script, because we know we 87 // is done in {@link #shouldFilterOut}. Also, the script is used to choose which 121 final Integer script = mLanguageToScript.get(locale.getLanguage()); local 122 if (null == script) { 126 return script; 129 private static String getKeyboardLayoutNameForScript(final int script) { 130 switch (script) { 138 throw new RuntimeException("Wrong script supplied: " + script) 402 final int script = getScriptFromLocale(locale); local [all...] |
| /sdk/emulator/opengl/shared/OpenglCodecCommon/ |
| Android.mk | 1 # This build script corresponds to a library containing many definitions
|
| /external/jdiff/src/jdiff/ |
| Diff.java | 49 DiffMyers.change script = diff.diff_2(false); local 50 script = mergeDiffs(oldDocWords, newDocWords, script); 55 text = addDiffs(oldDocWords, newDocWords, script, text); 119 DiffMyers.change script) { 120 if (script.link == null) 121 return script; // Only one change 122 DiffMyers.change hunk = script; 151 return script; 156 * edited using the edit script provided by the DiffMyers object [all...] |
| /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/ |
| regress-209067.js | 173 s += ' <script language="JavaScript1.2" src="http://i.cnn.net/cnn/.element/ssi/js/1.0/main.js" type="text/javascript"></script>'; 174 s += '<script language="JavaScript1.1" src="http://ar.atwola.com/file/adsWrapper.js"></script>'; 180 s += '<script language="JavaScript1.1" type="text/javascript" src="http://ar.atwola.com/file/adsPopup2.js"></script>'; 181 s += '<script language="JavaScript">'; 188 s += '</script>'; 204 s += '[[!~~ netscape hat ~~]][[table border="0" cellpadding="0" cellspacing="0" width="100%"]][[tr]][[td]][[script Language="Javascript" SRC="http://toolbar.aol.com/dashboard.twhat?dom=cnn" type="text/javascript"]][[/script]][[/td]][[/tr]][[/table]]' [all...] |
| /external/harfbuzz_ng/src/hb-old/ |
| harfbuzz-shaper.cpp | 52 if (item->item.script == HB_Script_Hebrew 542 static HB_Bool checkScript(HB_Face face, int script) 544 assert(script < HB_ScriptCount); 549 unsigned int tag = ot_scripts[script].tag; 550 int requirements = ot_scripts[script].flags; 559 DEBUG("could not select script %d in GSub table: %d", (int)script, error); 571 HB_Error error = HB_GPOS_Select_Script(face->gpos, script, &script_index); 573 DEBUG("could not select script in gpos table: %d", error); 698 HB_Script script = shaper_item->item.script local [all...] |