/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::__anon16346 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 | 46 MessageLocation(Handle<Script> script, 49 : script_(script), 54 Handle<Script> script() const { return script_; } function in class:v8::internal::MessageLocation 59 Handle<Script> script_;
|
/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
|
/build/tools/droiddoc/templates-pdk/ |
trailer.cs | 2 <script type="text/javascript"> 4 </script>
|
/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);
|
/device/asus/fugu/ |
releasetools.py | 23 info.script.AppendExtra('package_extract_file("ifwi.bin", "/tmp/ifwi.bin");') 24 info.script.AppendExtra("""fugu.flash_ifwi("/tmp/ifwi.bin");""") 27 info.script.WriteRawImage("/fastboot", "droidboot.img") 30 info.script.WriteRawImage("/splashscreen", "splashscreen.img")
|
/external/chromium_org/build/android/pylib/perf/ |
perf_control.py | 72 script = ('for CPU in %s; do\n' 77 self._device.RunShellCommand(script, as_root=True) 104 script = 'stop mpdecision' if force_online else 'start mpdecision' 105 self._device.RunShellCommand(script, as_root=True)
|
/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/chrome/common/extensions/docs/static/js/ |
site.js | 8 var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; 10 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
|
/external/chromium_org/components/dom_distiller/core/ |
distiller_page.h | 48 // the distilled page. |value| contains data returned by the script. 54 // and distill the |url| using the provided |script|. The extracted content 56 virtual void DistillPageImpl(const GURL& url, const std::string& script) = 0;
|
fake_distiller_page.h | 34 void(const GURL& gurl, const std::string& script));
|
/external/chromium_org/components/translate/content/renderer/ |
translate_helper.h | 112 // Returns true if the translation script has finished translating the page. 115 // Returns true if the translation script has reported an error performing the 120 // should only be called when the translate script has been injected in the 133 // Executes the JavaScript code in |script| in the main frame of RenderView. 134 virtual void ExecuteScript(const std::string& script); 136 // Executes the JavaScript code in |script| in the main frame of RenderView, 137 // and returns the boolean returned by the script evaluation if the script was 139 virtual bool ExecuteScriptAndGetBoolResult(const std::string& script, 142 // Executes the JavaScript code in |script| in the main frame of RenderView [all...] |
/external/chromium_org/content/public/android/java/src/org/chromium/content_public/browser/ |
WebContents.java | 158 * @param script The Javascript to execute. 159 * @param callback The callback to be fired off when a result is ready. The script's 164 public void evaluateJavaScript(String script, JavaScriptCallback callback);
|
/external/chromium_org/content/test/plugin/ |
plugin_windowless_test.h | 30 const std::string& script, NPVariant* result);
|
/external/chromium_org/gin/ |
shell_runner.cc | 18 using v8::Script; 70 v8::Handle<Script> script = Script::Compile( local 77 Run(script); 100 void ShellRunner::Run(v8::Handle<Script> script) { 104 script->Run();
|
/external/chromium_org/media/test/data/eme_player_js/ |
app_loader.js | 8 '<script type="text/javascript" src="eme_player_js/' + src + 9 '"></script>');
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
ScheduledAction.cpp | 79 if (!frame->script().canExecuteScripts(AboutToExecuteScript)) { 103 frame->script().callFunction(m_function.newLocal(m_scriptState->isolate()), m_scriptState->context()->Global(), info.size(), info.data()); 106 frame->script().executeScriptAndReturnValue(m_scriptState->context(), ScriptSourceCode(m_code)); 122 worker->script()->evaluate(m_code);
|
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
ScriptResource.h | 55 const String& script(); 65 DEFINE_RESOURCE_TYPE_CASTS(Script);
|
/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/icu/source/test/perf/leperf/ |
leperf.cpp | 21 ScriptCodes script; member in class:Params 36 LayoutEngine *engine = LayoutEngine::layoutEngineFactory(font, params->script, -1, status); 75 p.script = arabScriptCode; 79 p.script = latnScriptCode;
|
/external/chromium_org/third_party/skia/include/xml/ |
SkJS.h | 28 SkBool EvaluateScript(const char* script, jsval* rVal);
|
/external/chromium_org/third_party/sqlite/src/test/ |
thread_common.tcl | 18 # The following script is sourced by every thread spawned using 74 proc do_test {name script result} { 75 set res [eval $script]
|
/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_one.in | 53 if [ -f $test_dir/script ]; then 54 . $test_dir/script 61 echo "$test_name: Missing test script $default_script!"
|