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

<<11121314151617181920>>

  /external/v8/src/
handles.cc 356 Foreign* foreign = Script::cast(wrapper->value())->wrapper();
366 Handle<JSValue> GetScriptWrapper(Handle<Script> script) {
367 if (script->wrapper()->foreign_address() != NULL) {
368 // Return the script wrapper directly from the cache.
370 reinterpret_cast<JSValue**>(script->wrapper()->foreign_address()));
373 // Construct a new script wrapper.
378 result->set_value(*script);
386 script->wrapper()->set_foreign_address(
392 // Init line_ends array with code positions of line ends inside script
    [all...]
  /external/v8/test/mjsunit/
debug-script.js 35 // Count script types.
65 // This script and mjsunit.js has been loaded. If using d8, d8 loads
66 // a normal script during startup too.
69 // Test a builtins script.
74 // Test a builtins delay loaded script.
79 // Test a debugger script.
84 // Test an extension script.
91 // Test a normal script.
96 // Check a nonexistent script.
  /ndk/build/core/
build-all.mk 17 # This script is used to build all wanted NDK binaries. It is included
41 # build script that will parse the LOCAL_XXX variable definitions.
85 # On Cygwin, we generate a temporary shell script that is capable of
90 # This shell script is generated by passing the output of the cygwin
91 # 'mount' command to a special Awk script.
96 $(call __ndk_info,Cygwin dependency file conversion script:)
97 $(info ----- start of script ----)
99 $(info ------ end of script -----)
102 @$(HOST_ECHO) "Cygwin : Generating dependency file converter script"
  /external/freetype/src/autofit/
afglobal.c 52 /* index of default script in `af_script_classes' */
76 /* Compute the script index of each glyph within a given face. */
97 * Ignore this error; we simply use the default script.
104 /* scan each script in a Unicode charmap */
116 * glyph script index.
157 * By default, all uncovered glyphs are set to the latin script.
253 FT_UInt script = options & 15; local
265 gidx = script;
270 if ( script == 0 )
271 script = clazz->script
    [all...]
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLSubSup.cpp 82 RenderBlock* script = new (renderArena()) RenderMathMLBlock(node()); local
86 script->setStyle(scriptStyle.release());
88 m_scripts->addChild(script, m_scripts->firstChild());
89 script->addChild(child);
116 // Adjust the script placement after we stretch
118 RenderObject* script = m_scripts->firstChild(); local
119 if (script) {
120 // Calculate the script height without the container margins.
121 RenderObject* top = script;
  /frameworks/support/renderscript/v8/jni/
android_renderscript_RenderScript.cpp 606 nScriptBindAllocation(JNIEnv *_env, jobject _this, RsContext con, jint script, jint alloc, jint slot)
608 LOG_API("nScriptBindAllocation, con(%p), script(%p), alloc(%p), slot(%i)", con, (RsScript)script, (RsAllocation)alloc, slot);
609 rsScriptBindAllocation(con, (RsScript)script, (RsAllocation)alloc, slot);
613 nScriptSetVarI(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint val)
615 LOG_API("nScriptSetVarI, con(%p), s(%p), slot(%i), val(%i)", con, (void *)script, slot, val);
616 rsScriptSetVarI(con, (RsScript)script, slot, val);
620 nScriptSetVarObj(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint val)
622 LOG_API("nScriptSetVarObj, con(%p), s(%p), slot(%i), val(%i)", con, (void *)script, slot, val);
623 rsScriptSetVarObj(con, (RsScript)script, slot, (RsObjectBase)val)
    [all...]
  /external/openfst/src/extensions/far/
farscript.cc 21 #include <fst/script/script-impl.h>
25 namespace script { namespace in namespace:fst
112 } // namespace script
farextract.cc 37 namespace s = fst::script;
farinfo.cc 34 namespace s = fst::script;
farprintstrings.cc 42 namespace s = fst::script;
  /external/openfst/src/include/fst/script/
relabel.h 26 #include <fst/script/arg-packs.h>
27 #include <fst/script/fst-class.h>
31 namespace script { namespace in namespace:fst
99 } // namespace script
prune.h 23 #include <fst/script/arg-packs.h>
24 #include <fst/script/fst-class.h>
25 #include <fst/script/weight-class.h>
30 namespace script { namespace in namespace:fst
48 // converts a script::PruneOptions into a fst::PruneOptions.
148 } // namespace script
  /external/openfst/src/script/
fst-class.cc 21 #include <fst/script/fst-class.h>
22 #include <fst/script/register.h>
29 namespace script { namespace in namespace:fst
140 } // namespace script
  /external/webkit/Source/JavaScriptCore/API/tests/
minidom.c 58 JSStringRef script = JSStringCreateWithUTF8CString(scriptUTF8); local
60 JSValueRef result = JSEvaluateScript(context, script, NULL, NULL, 1, &exception);
62 printf("PASS: Test script executed successfully.\n");
64 printf("FAIL: Test script threw exception:\n");
73 JSStringRelease(script);
  /development/tools/apkcheck/
Android.mk 18 # script file's timestamp is at least as new as the
21 # the execution script
  /external/chromium/chrome/browser/automation/
automation_tab_helper_browsertest.cc 63 // Add default expectations for a client redirection initiated by script,
65 // that the tab receives news of the redirect before the script returns.
83 // page's script. If |wait_for_response| is true, this method will not
87 std::string script = base::StringPrintf("runTestCase(%d);", local
93 host, L"", ASCIIToWide(script)));
95 script += "window.domAutomationController.setAutomationId(0);"
97 host->ExecuteJavascriptInWebFrame(ASCIIToUTF16(""), ASCIIToUTF16(script));
  /external/chromium/third_party/libjingle/source/talk/base/
macutils.cc 154 bool RunAppleScript(const std::string& script) {
168 LOG(LS_ERROR) << "Failed opening Apple Script component";
171 err = AECreateDesc(typeUTF8Text, script.data(), script.size(), &script_desc);
174 LOG(LS_ERROR) << "Failed creating Apple Script description";
185 LOG(LS_ERROR) << "Error compiling Apple Script";
193 LOG(LS_ERROR) << "Error when executing Apple Script: " << script;
200 LOG(LS_ERROR) << "Script error: " << data;
  /external/icu4c/common/
ulocimp.h 54 char *script, int32_t scriptCapacity,
  /external/libppp/src/
chat.h 44 char script[LINE_LEN]; /* Our arg buffer */ member in struct:chat
45 char *argv[MAXARGS]; /* Our arguments (pointing to script) */
  /external/openfst/src/extensions/pdt/
pdtinfo.cc 29 namespace s = fst::script;
pdtreverse.cc 28 namespace s = fst::script;
  /external/v8/src/arm/
codegen-arm.h 65 Handle<Script> script);
  /external/v8/src/mips/
codegen-mips.h 67 Handle<Script> script);
  /external/webkit/PerformanceTests/SunSpider/
make-hosted 68 open SCRIPT, "<tests/${suite}/${test}.js";
69 my $script = do { local $/; <SCRIPT> };
70 close SCRIPT;
74 $output =~ s/\@SCRIPT\@/${script}/g;
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regexp/
RegExp_rightContext_as_array.js 35 writeHeaderToLog('Executing script: RegExp_rightContext.js');

Completed in 809 milliseconds

<<11121314151617181920>>