Searched defs:script (Results 101 - 125 of 488) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/prefs/
H A Dpref_functional_browsertest.cc77 std::string script = local
87 script,
103 script,
117 EXPECT_EQ(base::ASCIIToUTF16("Title from script javascript enabled"),
165 std::string script = local
175 script,
/external/chromium_org/components/translate/core/browser/
H A Dtranslate_download_manager.h22 // Manages the downloaded resources for Translate, such as the translate script
48 // The translate script.
49 TranslateScript* script() { return script_.get(); } function in class:translate::TranslateDownloadManager
82 // Clears the translate script, so it will be fetched next time we translate.
89 // Delay after which the translate script is fetched again from the
/external/chromium_org/content/browser/media/
H A Dwebrtc_internals_message_handler.cc66 base::string16 script = WebUI::GetJavascriptCall("setAecRecordingEnabled", local
70 host->ExecuteJavaScript(script);
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
H A DJavaBridgeTestBase.java37 protected void executeJavaScript(final String script) throws Throwable { argument
44 // frame. We don't want this behaviour, so wrap the script in
47 new LoadUrlParams("javascript:(function() { " + script + " })()"));
/external/chromium_org/ppapi/cpp/private/
H A Dinstance_private.cc65 VarPrivate InstancePrivate::ExecuteScript(const Var& script, Var* exception) { argument
71 script.pp_var(),
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DScriptResource.cpp71 const String& ScriptResource::script() function in class:blink::ScriptResource
77 String script = decodedText(); local
79 // We lie a it here and claim that script counts as encoded data (even though it's really decoded data).
81 // but we can't destroy script in destroyDecodedData because that's our only copy of the data!
82 setEncodedSize(script.sizeInBytes());
83 m_script = AtomicString(script);
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DLocaleToScriptMapping.cpp47 // This generally maps an ISO 15924 script code to its UScriptCode, but certain families of script codes are
48 // treated as a single script for assigning a per-script font in Settings. For example, "hira" is mapped to
177 UScriptCode script; member in struct:blink::LocaleScript
385 localeScriptMap.set(localeScriptList[i].locale, localeScriptList[i].script);
/external/chromium_org/tools/gn/
H A Daction_values.h17 // Holds the values (outputs, args, script name, etc.) for either an action or
24 // Filename of the script to execute.
25 const SourceFile& script() const { return script_; } function in class:ActionValues
28 // Arguments to the script.
32 // Files created by the script. These are strings rather than SourceFiles
41 // Depfile generated by the script.
/external/chromium_org/v8/test/cctest/
H A Dtest-func-name-inference.cc51 static void CheckFunctionName(v8::Handle<v8::Script> script, argument
57 // Get script source.
58 Handle<Object> obj = v8::Utils::OpenHandle(*script);
67 Handle<Script> i_script(Script::cast(shared_function->script()));
104 v8::Handle<v8::Script> script = Compile( local
108 CheckFunctionName(script, "return 1", "fun1");
109 CheckFunctionName(script, "return 2", "fun2");
117 v8::Handle<v8::Script> script = Compile( local
121 CheckFunctionName(script, "return 1", "fun1");
122 CheckFunctionName(script, "retur
130 v8::Handle<v8::Script> script = Compile( local
145 v8::Handle<v8::Script> script = Compile( local
160 v8::Handle<v8::Script> script = Compile( local
177 v8::Handle<v8::Script> script = Compile( local
196 v8::Handle<v8::Script> script = Compile( local
215 v8::Handle<v8::Script> script = Compile( local
230 v8::Handle<v8::Script> script = Compile( local
247 v8::Handle<v8::Script> script = Compile( local
261 v8::Handle<v8::Script> script = Compile( local
276 v8::Handle<v8::Script> script = Compile( local
296 v8::Handle<v8::Script> script = Compile( local
313 v8::Handle<v8::Script> script = Compile( local
331 v8::Handle<v8::Script> script = Compile( local
345 v8::Handle<v8::Script> script = Compile( local
362 v8::Handle<v8::Script> script = Compile( local
377 v8::Handle<v8::Script> script = Compile( local
394 v8::Handle<v8::Script> script = Compile( local
414 v8::Handle<v8::Script> script = Compile( local
430 v8::Handle<v8::Script> script = Compile( local
449 v8::Handle<v8::Script> script = Compile( local
473 v8::Handle<v8::Script> script = Compile( local
490 v8::Handle<v8::Script> script = Compile( local
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Dcross-realm-filtering.js15 var script = " \ variable
35 Realm.eval(realms[1], script);
43 Realm.eval(realms[0], script);
59 script = " \
66 Realm.eval(realms[1], script);
70 Realm.eval(realms[0], script);
/external/openfst/src/include/fst/script/
H A Darcsort.h21 #include <fst/script/arg-packs.h>
22 #include <fst/script/fst-class.h>
25 namespace script { namespace in namespace:fst
46 } // namespace script
H A Dcompose.h20 #include <fst/script/arg-packs.h>
21 #include <fst/script/fst-class.h>
25 namespace script { namespace in namespace:fst
55 const ComposeOptions &opts = fst::script::ComposeOptions());
60 } // namespace script
H A Ddeterminize.h21 #include <fst/script/arg-packs.h>
22 #include <fst/script/fst-class.h>
23 #include <fst/script/weight-class.h>
26 namespace script { namespace in namespace:fst
36 fst::script::WeightClass::Zero(),
63 fst::script::DeterminizeOptions());
65 } // namespace script
H A Ddisambiguate.h21 #include <fst/script/arg-packs.h>
22 #include <fst/script/fst-class.h>
23 #include <fst/script/weight-class.h>
26 namespace script { namespace in namespace:fst
36 fst::script::WeightClass::Zero(),
63 fst::script::DisambiguateOptions());
65 } // namespace script
H A Dencode.h22 #include <fst/script/arg-packs.h>
23 #include <fst/script/fst-class.h>
27 namespace script { namespace in namespace:fst
53 } // namespace script
H A Dprint.h20 #include <fst/script/arg-packs.h>
21 #include <fst/script/fst-class.h>
22 #include <fst/script/print-impl.h>
25 namespace script { namespace in namespace:fst
81 } // namespace script
H A Drandequivalent.h20 #include <fst/script/arg-packs.h>
21 #include <fst/script/fst-class.h>
22 #include <fst/script/randgen.h> // for RandArcSelection
26 namespace script { namespace in namespace:fst
98 fst::script::RandArcSelection> &opts);
100 } // namespace script
H A Drandgen.h20 #include <fst/script/arg-packs.h>
21 #include <fst/script/fst-class.h>
25 namespace script { namespace in namespace:fst
68 fst::RandGenOptions<fst::script::RandArcSelection>(
69 fst::script::UNIFORM_ARC_SELECTOR));
71 } // namespace script
H A Drelabel.h26 #include <fst/script/arg-packs.h>
27 #include <fst/script/fst-class.h>
31 namespace script { namespace in namespace:fst
99 } // namespace script
/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 Drelabel.cc17 #include <fst/script/fst-class.h>
18 #include <fst/script/script-impl.h>
19 #include <fst/script/relabel.h>
22 namespace script { namespace in namespace:fst
67 } // namespace script
H A Drmepsilon.cc17 #include <fst/script/fst-class.h>
18 #include <fst/script/script-impl.h>
19 #include <fst/script/rmepsilon.h>
22 namespace script { namespace in namespace:fst
60 } // namespace script
H A Dshortest-path.cc17 #include <fst/script/fst-class.h>
18 #include <fst/script/script-impl.h>
19 #include <fst/script/shortest-path.h>
22 namespace script { namespace in namespace:fst
52 } // namespace script
H A Dtext-io.cc17 #include <fst/script/text-io.h>
28 namespace script { namespace in namespace:fst
94 } // namespace script
/external/srec/srec/Semproc/src/
H A DLexicalAnalyzer.c49 ESR_ReturnCode LA_Analyze(LexicalAnalyzer *lex, LCHAR *script) argument
51 if (lex == NULL || script == NULL)
58 lex->nextToken = lex->script = script;

Completed in 425 milliseconds

1234567891011>>