/external/v8/test/mjsunit/ |
debug-setbreakpoint.js | 85 testArguments(dcp, '{"type":"script"}', false); 106 testArguments(dcp, '{"type":"script","target":"test"}', true, true); 107 testArguments(dcp, '{"type":"script","target":"test"}', true, true); 108 testArguments(dcp, '{"type":"script","target":"test","line":1}', true, true); 109 testArguments(dcp, '{"type":"script","target":"test","column":1}', true, true); 120 testArguments(dcp, '{"type":"script","target":"sourceUrlScript","line":0}', true, true); 153 // Check the script ids for the test functions. 159 assertTrue(f_script_id > 0, "invalid script id for f"); 160 assertTrue(g_script_id > 0, "invalid script id for g"); 161 assertTrue(h_script_id > 0, "invalid script id for h") [all...] |
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/harfbuzz/src/ |
harfbuzz-shaper-private.h | 96 typedef void (*HB_AttributeFunction)(HB_Script script, const HB_UChar16 *string, hb_uint32 from, hb_uint32 len, HB_CharAttributes *attributes); 115 extern void HB_TibetanAttributes(HB_Script script, const HB_UChar16 *string, hb_uint32 from, hb_uint32 len, HB_CharAttributes *attributes); 117 extern void HB_MyanmarAttributes(HB_Script script, const HB_UChar16 *string, hb_uint32 from, hb_uint32 len, HB_CharAttributes *attributes); 119 extern void HB_KhmerAttributes(HB_Script script, const HB_UChar16 *string, hb_uint32 from, hb_uint32 len, HB_CharAttributes *attributes); 121 extern void HB_IndicAttributes(HB_Script script, const HB_UChar16 *string, hb_uint32 from, hb_uint32 len, HB_CharAttributes *attributes); 123 extern void HB_ThaiAttributes(HB_Script script, const HB_UChar16 *string, hb_uint32 from, hb_uint32 len, HB_CharAttributes *attributes);
|
/external/icu4c/common/ |
loclikely.cpp | 117 * Create a tag string from the supplied parameters. The lang, script and region 121 * If any of the language, script or region parameters are empty, and the alternateTags 122 * parameter is not NULL, it will be parsed for potential language, script and region tags 138 * @param script The script tag to use. 139 * @param scriptLength The length of the script tag. 154 const char* script, 179 * script and region code without worrying about overrunning 244 script, 251 * Parse the alternateTags string for the script 857 char script[ULOC_SCRIPT_CAPACITY]; local 964 char script[ULOC_SCRIPT_CAPACITY]; local [all...] |
/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...] |
/frameworks/support/renderscript/v8/rs_support/driver/ |
rsdBcc.cpp | 53 static Script * setTLS(Script *sc) { 56 Script *old = tls->mScript; 63 ScriptC *script, 70 //ALOGE("rsdScriptInit %p %p", rsc, script); 93 script->mHal.drv = drv; 141 script->mHal.info.exportedVariableCount = varCount; 186 script->mHal.info.exportedFunctionCount = funcCount; 294 script->mHal.info.exportedPragmaCount = 0; 297 script->mHal.info.root = drv->mRootExpand [all...] |
rsdIntrinsicLUT.cpp | 31 static void LUT_Bind(const Context *dc, const Script *script, 67 android::renderscript::Script *script, 70 script->mHal.info.exportedVariableCount = 1;
|
/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
|
draw.h | 20 #include <fst/script/arg-packs.h> 21 #include <fst/script/fst-class.h> 22 #include <fst/script/draw-impl.h> 27 namespace script { namespace in namespace:fst 108 } // namespace script
|
rmepsilon.h | 23 #include <fst/script/arg-packs.h> 24 #include <fst/script/fst-class.h> 25 #include <fst/script/weight-class.h> 26 #include <fst/script/shortest-distance.h> // for ShortestDistanceOptions 33 %include "nlp/fst/script/shortest-distance.h" 38 namespace script { namespace in namespace:fst 44 struct RmEpsilonOptions : public fst::script::ShortestDistanceOptions { 50 WeightClass w = fst::script::WeightClass::Zero(), 62 // this function takes care of transforming a script-land RmEpsilonOptions 193 fst::script::RmEpsilonOptions()) [all...] |
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/combo/ |
combo.edc | 37 script { 264 script { 272 script { 280 script { 288 script { 296 script {
|
/frameworks/rs/driver/ |
rsdIntrinsicLUT.cpp | 31 static void LUT_Bind(const Context *dc, const Script *script, 67 android::renderscript::Script *script, 70 script->mHal.info.exportedVariableCount = 1;
|
/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/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/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."
|
/external/skia/include/xml/ |
SkJS.h | 28 SkBool EvaluateScript(const char* script, jsval* rVal);
|
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/ |
clear-watch-invalid-id-crash.js | 12 location = "data:text/html,TEST COMPLETE<script>if(window.layoutTestController) layoutTestController.notifyDone();</script>";
|
/external/webkit/Source/WebCore/bindings/js/ |
JSLazyEventListener.cpp | 86 ScriptController* script = document->frame()->script(); 87 if (!script->canExecuteScripts(AboutToExecuteScript) || script->isPaused())
|
/external/webkit/Source/WebKit/qt/docs/webkitsnippets/ |
qtwebkit_bridge_snippets.cpp | 40 <script> 45 </script> 71 <script> 75 </script>
|
/external/webkit/Source/WebCore/bindings/v8/ |
WorkerContextExecutionProxy.cpp | 191 ScriptValue WorkerContextExecutionProxy::evaluate(const String& script, const String& fileName, const TextPosition0& scriptStartPosition, WorkerContextExecutionState* state) 202 v8::Local<v8::String> scriptString = v8ExternalString(script); 203 v8::Handle<v8::Script> compiledScript = V8Proxy::compileScript(scriptString, fileName, scriptStartPosition); 207 m_workerContext->script()->forbidExecution(); 232 v8::Local<v8::Value> WorkerContextExecutionProxy::runScript(v8::Handle<v8::Script> script) 234 if (script.IsEmpty()) 240 script = V8Proxy::compileScript(code, "", TextPosition0::minimumPosition()); 244 ASSERT(script.IsEmpty()); 246 if (script.IsEmpty() [all...] |
/external/v8/src/ |
debug-debugger.js | 63 // The different types of script compilations matching enum 64 // Script::CompilationType in objects.h. 69 // The different script break point types. 251 // Object representing a script break point. The script is referenced by its 252 // script name or script id and the break point is represented as line and 277 //Creates a clone of script breakpoint that is linked to another script. 385 // Set ignore count on all break points created from this script break point 645 var script = %FunctionGetScript(func); variable [all...] |
/external/skia/src/animator/ |
SkScriptTokenizer.cpp | 358 bool SkScriptEngine2::evaluateDot(const char*& script) { 359 size_t fieldLength = token_length(++script); // skip dot 361 const char* field = script; 362 script += fieldLength; 368 return evaluateDotParam(script, field, fieldLength); 373 bool SkScriptEngine2::evaluateDotParam(const char*& script, const char* field, size_t fieldLength) { 380 while (is_ws(ch = script[0])) 381 script++; 388 success = functionParams(&script, ¶ms); 399 if (strncmp(*scriptPtr, "#script:", sizeof("#script:") - 1) == 0) 409 const char* script = *scriptPtr; local 473 const char* script = *scriptPtr; local 1497 const char* script = scriptTests[index].fScript; local [all...] |