/external/v8/test/cctest/ |
test-threads.cc | 44 v8::Handle<v8::Script> script = v8::Script::Compile( local 47 script->Run(); 52 script->Run(); 77 v8::Handle<v8::Script> script = v8::Script::Compile( local 84 CHECK(script->Run()->IsTrue()); 94 // Rerun the script [all...] |
/external/v8/test/mjsunit/regress/ |
regress-1624-strict.js | 34 // Test global direct strict eval in strict script. 40 // Test global indirect strict eval in strict script. 46 // Test global direct non-strict eval in strict script. 52 // Test global indirect non-strict eval in strict script. 58 // Test non-global direct strict eval in strict script. 68 // Test non-global indirect strict eval in strict script. 78 // Test non-global direct non-strict eval in strict script. 88 // Test non-global indirect non-strict eval in strict script. 98 // Test non-global direct strict eval in strict script. 109 // Test non-global indirect strict eval in strict script [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
RsUnpackColor8888Test.java | 27 private ScriptC_rs_unpack_color_8888 script; field in class:RsUnpackColor8888Test 31 script.forEach_root(mIn, mOut); 35 script = new ScriptC_rs_unpack_color_8888(mRS, mRes, R.raw.rs_unpack_color_8888);
|
/external/chromium_org/chrome/browser/extensions/ |
extension_dom_clipboard_apitest.cc | 26 bool ExecuteScriptInSelectedTab(const std::string& script, bool* result); 70 bool ClipboardApiTest::ExecuteScriptInSelectedTab(const std::string& script, 74 script, 76 message_ = "Failed to execute script in selected tab.";
|
/external/chromium_org/content/renderer/ |
external_popup_menu_browsertest.cc | 44 html += "<script>" 48 "</script>"; 60 string16 script(ASCIIToUTF16(kSelectID)); 61 script.append(ASCIIToUTF16(".selectedIndex")); 63 ExecuteJavaScriptAndReturnIntValue(script, &selected_index);
|
/external/chromium_org/third_party/cld/encodings/compact_lang_det/ |
getonescriptspan.h | 23 ULScript script; // Script of all the letters in this span member in struct:getone::__anon13044 26 // different script or EOF was found 35 // 0 (common script) for non-letters 54 // Copy next run of same-script non-tag letters to buffer [NUL terminated] 60 // Copy next run of same-script non-tag letters to buffer [NUL terminated] 65 int SkipToFrontOfSpan(const char* src, int len, int* script); 85 int script() {return script_;} function in class:LangScanner 88 // Keep smoothing state if same script, otherwise reinit smoothing
|
/external/chromium_org/v8/src/ |
messages.h | 69 MessageLocation(Handle<Script> script, 72 : script_(script), 77 Handle<Script> script() const { return script_; } function in class:v8::internal::MessageLocation 82 Handle<Script> script_;
|
handles.cc | 339 Foreign* foreign = Script::cast(wrapper->value())->wrapper(); 349 Handle<JSValue> GetScriptWrapper(Handle<Script> script) { 350 if (script->wrapper()->foreign_address() != NULL) { 351 // Return the script wrapper directly from the cache. 353 reinterpret_cast<JSValue**>(script->wrapper()->foreign_address())); 355 Isolate* isolate = script->GetIsolate(); 356 // Construct a new script wrapper. 365 if (script->wrapper()->foreign_address() != NULL) { 367 reinterpret_cast<JSValue**>(script->wrapper()->foreign_address())) [all...] |
/external/openfst/src/include/fst/script/ |
register.h | 23 #include <fst/script/fst-class.h> 24 #include <fst/script/weight-class.h> 30 namespace script { namespace in namespace:fst 117 } // namespace script
|
/frameworks/rs/ |
rsScriptIntrinsic.cpp | 24 ScriptIntrinsic::ScriptIntrinsic(Context *rsc) : Script(rsc) { 30 mRSC->mHal.funcs.script.destroy(mRSC, this); 40 rsc->mHal.funcs.script.initIntrinsic(rsc, this, iid, e); 67 rsc->mHal.funcs.script.invokeForEach(rsc, this, slot, ain, aout, usr, usrBytes, sc);
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
sed.x | 8 [-e script] [--expression=script] 9 [-f script-file] [--file=script-file] 10 [script-if-no-other-script] 46 script fragment). 71 Immediately quit the \*(sd script without processing 77 Immediately quit the \*(sd script without processing 100 is omitted, branch to end of script [all...] |
/cts/suite/audio_quality/lib/src/ |
SignalProcessingImpl.h | 36 * @param script main script to call function script 38 virtual bool init(const android::String8& script);
|
/external/chromium/third_party/libjingle/source/talk/base/ |
macutils.h | 58 // Runs the given apple script. Only supports scripts that does not 60 bool RunAppleScript(const std::string& script);
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/ |
background.js | 6 * Handles requests sent by the content script. Shows an infobar. 23 // Listen for the content script to send a message to the background page.
|
/external/chromium_org/content/test/plugin/ |
plugin_windowless_test.h | 30 const std::string& script, NPVariant* result);
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8WorkerGlobalScopeEventListener.cpp | 63 WorkerScriptController* script = toWorkerGlobalScope(context)->script(); local 64 if (!script) 67 v8::Handle<v8::Context> v8Context = script->context();
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
V8SVGDocumentCustom.cpp | 49 frame->script()->windowShell(mainThreadNormalWorld())->updateDocumentWrapper(wrapper);
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-glib.cc | 161 hb_glib_script_to_script (GUnicodeScript script) 164 return (hb_script_t) g_unicode_script_to_iso15924 (script); 166 if (likely ((unsigned int) script < ARRAY_LENGTH (glib_script_to_script))) 167 return glib_script_to_script[script]; 169 if (unlikely (script == G_UNICODE_SCRIPT_INVALID_CODE)) 177 hb_glib_script_from_script (hb_script_t script) 180 return g_unicode_script_from_iso15924 (script); 184 if (glib_script_to_script[i] == script) 187 if (unlikely (script == HB_SCRIPT_INVALID))
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
macutils.h | 66 // Runs the given apple script. Only supports scripts that does not 68 bool RunAppleScript(const std::string& script);
|
/external/chromium_org/third_party/skia/include/xml/ |
SkJS.h | 28 SkBool EvaluateScript(const char* script, jsval* rVal);
|
/external/chromium_org/v8/test/mjsunit/ |
debug-liveedit-breakpoints.js | 63 var script = Debug.findScript(F25); variable 67 Debug.setScriptBreakPoint(Debug.ScriptBreakPointType.ScriptId, script.id, 1, 1, "true || false || false"); 68 Debug.setScriptBreakPoint(Debug.ScriptBreakPointType.ScriptId, script.id, 6, 1, "true || false || false"); 69 Debug.setScriptBreakPoint(Debug.ScriptBreakPointType.ScriptId, script.id, 14, 1, "true || false || false"); 73 var new_source = script.source.replace(function_z_text, ""); 77 var result = Debug.LiveEdit.SetScriptSource(script, new_source, false, change_log); 83 // One breakpoint gets duplicated in a old version of script. 89 if (breaks[i].script_id() == script.id) {
|
/external/chromium_org/v8/tools/ |
android-run.py | 30 # This script executes the passed command line on Android device 93 script = (" ".join(args) + "\n" 98 script = script.replace(workspace, android_workspace) 99 script_file = WriteToTemporaryFile(script)
|
/external/e2fsprogs/tests/ |
test_script.in | 3 # Test script for e2fsck 61 if [ -f $test_dir/script ]; then 62 . $test_dir/script 69 echo "Missing test script!"
|
/external/harfbuzz_ng/src/ |
hb-glib.cc | 161 hb_glib_script_to_script (GUnicodeScript script) 164 return (hb_script_t) g_unicode_script_to_iso15924 (script); 166 if (likely ((unsigned int) script < ARRAY_LENGTH (glib_script_to_script))) 167 return glib_script_to_script[script]; 169 if (unlikely (script == G_UNICODE_SCRIPT_INVALID_CODE)) 177 hb_glib_script_from_script (hb_script_t script) 180 return g_unicode_script_from_iso15924 (script); 184 if (glib_script_to_script[i] == script) 187 if (unlikely (script == HB_SCRIPT_INVALID))
|
/external/libmtp/ |
hotplug.sh.in | 13 # See if the parameter script ($2), device ($3) and productid ($4) 21 script=${firstword} 25 if [ "x${script}" = "x$2" ]; then 53 script=${firstword} 60 if [ `inmap $2 ${script} ${manid} ${productid}` = "no" ]; then 122 # This script locates the hotplug distribution on a certain host 125 # file of hotplug device entries and a script to be executed for 143 echo "Installing script."
|