Searched refs:script (Results 76 - 100 of 1151) sorted by relevance

1234567891011>>

/external/openfst/src/script/
H A Dcompile.cc19 #include <fst/script/fst-class.h>
20 #include <fst/script/script-impl.h>
21 #include <fst/script/compile.h>
24 namespace script { namespace in namespace:fst
42 } // namespace script
H A Dconcat.cc17 #include <fst/script/fst-class.h>
18 #include <fst/script/script-impl.h>
19 #include <fst/script/concat.h>
22 namespace script { namespace in namespace:fst
47 } // namespace script
H A Ddraw.cc19 #include <fst/script/fst-class.h>
20 #include <fst/script/draw.h>
21 #include <fst/script/script-impl.h>
24 namespace script { namespace in namespace:fst
54 } // namespace script
H A Dprint.cc19 #include <fst/script/fst-class.h>
20 #include <fst/script/script-impl.h>
21 #include <fst/script/print.h>
24 namespace script { namespace in namespace:fst
40 } // namespace script
H A Dreplace.cc17 #include <fst/script/fst-class.h>
18 #include <fst/script/script-impl.h>
19 #include <fst/script/replace.h>
22 namespace script { namespace in namespace:fst
44 } // namespace script
/external/chromium_org/third_party/polymer/components-chromium/core-shared-lib/
H A Dcore-shared-lib-extracted.js57 // TODO(sjmiles): we should probably fallback to listening to script.load
71 var script = document.createElement('script');
72 script.src = src;
73 script.onerror = this.error.bind(this);
74 var s = document.querySelector('script');
75 s.parentNode.insertBefore(script, s);
76 this.script = script;
80 if (this.script
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-liveedit-breakpoints.js63 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) {
H A Ddebug-liveedit-3.js31 // In this test case we edit a script so that techincally function text
54 var script = Debug.findScript(Factory); variable
56 var new_source = script.source.replace(function_z_text, "function Intermediate() {\nreturn (\n" + function_z_text + ")\n;\n}\n");
60 var result = Debug.LiveEdit.SetScriptSource(script, new_source, false, change_log);
H A Ddebug-liveedit-4.js31 // In this test case we edit a script so that techincally function text
57 var script = Debug.findScript(TestFunction); variable
58 var new_source = script.source.replace("2013", "b");
61 var result = Debug.LiveEdit.SetScriptSource(script, new_source, false, change_log);
H A Ddebug-liveedit-compile-error.js39 var script = Debug.findScript(ChooseAnimal); variable
42 var patch_pos = script.source.indexOf(orig_animal);
48 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos,
H A Ddebug-liveedit-newsource.js52 var script = Debug.findScript(ChooseAnimal); variable
54 var new_source = script.source.replace("Cat", "Cap' + 'yb' + 'ara");
59 // the script.
62 // of the script causes us to visit a corner case, but I'd like to validate
68 var result = Debug.LiveEdit.SetScriptSource(script, new_source, false, change_log);
73 // Global variable do not get changed (without restarting script).
H A Ddebug-liveedit-patch-positions-replace.js51 var script = Debug.findScript(BeingReplaced); variable
54 var patch_pos = script.source.indexOf(orig_body);
62 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_body.length, new_body_patch, change_log);
/external/chromium_org/chrome/common/
H A Dpref_names_util.cc15 std::string* script) {
25 if (script)
26 *script = pref_path.substr(pos + 1);
13 ParseFontNamePrefPath(const std::string& pref_path, std::string* generic_family, std::string* script) argument
/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin_browsertest.h37 std::string ExecuteScriptAndReturnString(const std::string& script);
38 int ExecuteScriptAndReturnInt(const std::string& script);
39 bool ExecuteScriptAndReturnBool(const std::string& script, bool* result);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DDebuggerScript.js61 var script = scripts[i];
65 if (script.context_data && script.context_data === "worker")
66 result.push(DebuggerScript._formatScript(script));
148 var script = scripts[i];
149 if (script.context_data && script.context_data.lastIndexOf(idSuffix) != -1)
150 result.push(DebuggerScript._formatScript(script));
155 DebuggerScript._formatScript = function(script)
157 var lineEnds = script
[all...]
/external/chromium_org/tools/vim/
H A Dclang-format.vim10 let s:script = expand('<sfile>:p:h') .
11 \'/../../buildtools/clang_format/script/clang-format.py'
14 execute "map <D-I> :pyf " . s:script . "<CR>"
15 execute "imap <D-I> <ESC>:pyf " . s:script . "<CR>i"
17 execute "map <C-I> :pyf " . s:script . "<CR>"
18 execute "imap <C-I> <ESC>:pyf " . s:script . "<CR>i"
/external/openfst/src/include/fst/script/
H A Dclosure.h20 #include <fst/script/arg-packs.h>
21 #include <fst/script/fst-class.h>
25 namespace script { namespace in namespace:fst
38 } // namespace script
H A Dproject.h20 #include <fst/script/arg-packs.h>
21 #include <fst/script/fst-class.h>
25 namespace script { namespace in namespace:fst
38 } // namespace script
H A Dreverse.h20 #include <fst/script/arg-packs.h>
21 #include <fst/script/fst-class.h>
25 namespace script { namespace in namespace:fst
39 } // namespace script
H A Dsynchronize.h20 #include <fst/script/arg-packs.h>
21 #include <fst/script/fst-class.h>
25 namespace script { namespace in namespace:fst
39 } // namespace script
H A Dtopsort.h20 #include <fst/script/arg-packs.h>
21 #include <fst/script/fst-class.h>
25 namespace script { namespace in namespace:fst
37 } // namespace script
H A Dunion.h20 #include <fst/script/arg-packs.h>
21 #include <fst/script/fst-class.h>
25 namespace script { namespace in namespace:fst
39 } // namespace script
H A Dverify.h20 #include <fst/script/arg-packs.h>
21 #include <fst/script/fst-class.h>
25 namespace script { namespace in namespace:fst
37 } // namespace script
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
H A DFontFallbackWin.cpp75 UScriptCode script; member in struct:blink::__anon11292::FontMap
85 scriptFontMap[fontMap[i].script] = fontMap[i].family;
91 UScriptCode script; member in struct:blink::__anon11292::FontMap
130 UScriptCode script; member in struct:blink::__anon11292::ScriptToFontFamilies
172 scriptFontMap[fontMap[i].script] = fontMap[i].family;
179 UScriptCode script = scriptToFontFamilies[i].script; local
180 scriptFontMap[script] = 0;
184 scriptFontMap[script] = *familyPtr;
248 UScriptCode script local
273 getFontFamilyForScript(UScriptCode script, FontDescription::GenericFamilyType generic, SkFontMgr* fontManager) argument
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Ddeclarative_user_script_master.cc36 void DeclarativeUserScriptMaster::AddScript(const UserScript& script) { argument
38 set.insert(script);
42 void DeclarativeUserScriptMaster::RemoveScript(const UserScript& script) { argument
44 set.insert(script);

Completed in 1188 milliseconds

1234567891011>>