HomeSort by relevance Sort by last modified time
    Searched refs:script (Results 476 - 500 of 1049) sorted by null

<<11121314151617181920>>

  /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 + ";" +
  /frameworks/rs/driver/
rsdIntrinsicBlur.cpp 74 static void Blur_Bind(const Context *dc, const Script *script,
81 static void Blur_SetVar(const Context *dc, const Script *script, void * intrinsicData,
212 android::renderscript::Script *script,
215 script->mHal.info.exportedVariableCount = 2;
rsdIntrinsicConvolve3x3.cpp 33 static void Convolve3x3_Bind(const Context *dc, const Script *script,
40 static void Convolve3x3_SetVar(const Context *dc, const Script *script, void * intrinsicData,
122 android::renderscript::Script *script,
125 script->mHal.info.exportedVariableCount = 2;
rsdIntrinsicConvolve5x5.cpp 33 static void Convolve5x5_Bind(const Context *dc, const Script *script,
40 static void Convolve5x5_SetVar(const Context *dc, const Script *script, void * intrinsicData,
151 android::renderscript::Script *script,
154 script->mHal.info.exportedVariableCount = 2;
  /frameworks/support/renderscript/v8/rs_support/driver/
rsdIntrinsicBlur.cpp 74 static void Blur_Bind(const Context *dc, const Script *script,
81 static void Blur_SetVar(const Context *dc, const Script *script, void * intrinsicData,
208 android::renderscript::Script *script,
211 script->mHal.info.exportedVariableCount = 2;
rsdIntrinsicConvolve3x3.cpp 33 static void Convolve3x3_Bind(const Context *dc, const Script *script,
40 static void Convolve3x3_SetVar(const Context *dc, const Script *script, void * intrinsicData,
117 android::renderscript::Script *script,
120 script->mHal.info.exportedVariableCount = 2;
rsdIntrinsicConvolve5x5.cpp 33 static void Convolve5x5_Bind(const Context *dc, const Script *script,
40 static void Convolve5x5_SetVar(const Context *dc, const Script *script, void * intrinsicData,
147 android::renderscript::Script *script,
150 script->mHal.info.exportedVariableCount = 2;
  /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...]
  /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/skia/src/ports/
SkFontHost_android.cpp 1121 HB_Script script; member in struct:HB_UnicodeMapping
1177 HB_Script script; member in struct:TypefaceLookupStruct
    [all...]
  /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...]

Completed in 732 milliseconds

<<11121314151617181920>>