Searched refs:script (Results 51 - 75 of 1151) sorted by relevance

1234567891011>>

/external/openfst/src/script/
H A Dunion.cc17 #include <fst/script/fst-class.h>
18 #include <fst/script/script-impl.h>
19 #include <fst/script/union.h>
22 namespace script { namespace in namespace:fst
36 } // namespace script
/external/openfst/src/include/fst/script/
H A Dfstscript.h23 #include <fst/script/fst-class.h>
24 #include <fst/script/weight-class.h>
25 #include <fst/script/text-io.h>
28 #include <fst/script/script-impl.h>
31 #include <fst/script/arcsort.h>
32 #include <fst/script/closure.h>
33 #include <fst/script/compile.h>
34 #include <fst/script/compose.h>
35 #include <fst/script/conca
78 namespace script { namespace in namespace:fst
[all...]
H A Dconnect.h20 #include <fst/script/arg-packs.h>
21 #include <fst/script/fst-class.h>
26 namespace script { namespace in namespace:fst
40 } // namespace script
H A Dinvert.h20 #include <fst/script/arg-packs.h>
21 #include <fst/script/fst-class.h>
25 namespace script { namespace in namespace:fst
40 } // namespace script
/external/chromium_org/third_party/webrtc/base/
H A Dmacutils_unittest.cc27 std::string script("set value to to 5");
28 EXPECT_FALSE(rtc::RunAppleScript(script));
32 std::string script("set value to 5 / 0");
33 EXPECT_FALSE(rtc::RunAppleScript(script));
41 std::string script("set value to 5");
42 EXPECT_TRUE(rtc::RunAppleScript(script));
/external/openfst/src/bin/
H A Dfstarcsort.cc26 #include <fst/script/arcsort.h>
32 using fst::script::FstClass;
33 using fst::script::MutableFstClass;
34 using fst::script::ArcSort;
55 ArcSort(fst, fst::script::ILABEL_COMPARE);
57 ArcSort(fst, fst::script::OLABEL_COMPARE);
H A Dfstconnect.cc24 #include <fst/script/connect.h>
27 namespace s = fst::script;
28 using fst::script::FstClass;
29 using fst::script::MutableFstClass;
H A Dfstinvert.cc23 #include <fst/script/invert.h>
26 namespace s = fst::script;
27 using fst::script::FstClass;
28 using fst::script::MutableFstClass;
H A Dfstreverse.cc25 #include <fst/script/reverse.h>
26 #include <fst/script/fst-class.h>
32 using fst::script::FstClass;
33 using fst::script::VectorFstClass;
34 using fst::script::Reverse;
H A Dfstreweight.cc23 #include <fst/script/reweight.h>
24 #include <fst/script/text-io.h>
29 namespace s = fst::script;
30 using fst::script::FstClass;
31 using fst::script::MutableFstClass;
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-liveedit-2.js47 var script = Debug.findScript(ChooseAnimal); variable
50 var patch_pos = script.source.indexOf(orig_animal);
58 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patch, change_log);
H A Ddebug-set-script-source.js38 event_data.script().setSource(event_data.script().source() +
42 event_data.script().setSource("a=1 //# sourceURL=wrong_location");
46 script_names.push(event_data.script().name());
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
H A DITestCaseInput.java32 public void setScript(String script); argument
H A DITestCaseOutput.java40 public void setScript(String script); argument
/external/chromium_org/chrome/browser/extensions/
H A Duser_script_loader_unittest.cc37 // Test bringing up a script loader on a specific directory, putting a script
48 // Register for all user script notifications.
87 // Updated to the script shared memory when we get notified.
106 "// This is my awesome script\n"
109 "// @name foobar script\n"
122 UserScript script; local
123 EXPECT_TRUE(UserScriptLoader::ParseMetadataHeader(text, &script));
124 ASSERT_EQ(3U, script.globs().size());
125 EXPECT_EQ("*mail.google.com*", script
133 UserScript script; local
145 UserScript script; local
162 UserScript script; local
175 UserScript script; local
187 UserScript script; local
200 UserScript script; local
217 UserScript script; local
[all...]
H A Dbrowsertest_util.h15 // Waits until |script| calls "window.domAutomationController.send(result)",
18 // have a background page, or if executing the script fails.
21 const std::string& script);
23 // Same as ExecuteScriptInBackgroundPage, but doesn't wait for the script
26 // executing the script fails.
29 const std::string& script);
H A Dbrowsertest_util.cc19 const std::string& script) {
30 host->host_contents(), script, &result)) {
31 ADD_FAILURE() << "Executing script failed: " << script;
39 const std::string& script) {
48 return content::ExecuteScript(host->host_contents(), script);
17 ExecuteScriptInBackgroundPage(Profile* profile, const std::string& extension_id, const std::string& script) argument
37 ExecuteScriptInBackgroundPageNoWait(Profile* profile, const std::string& extension_id, const std::string& script) argument
/external/chromium_org/third_party/icu/source/samples/layout/
H A DScriptCompositeFontInstance.cpp39 le_int32 script = LE_GET_SUB_FONT(glyph); local
40 const LEFontInstance *font = fFontMap->getScriptFont(script, status);
53 le_int32 script = LE_GET_SUB_FONT(glyph); local
54 const LEFontInstance *font = fFontMap->getScriptFont(script, status);
63 const LEFontInstance *ScriptCompositeFontInstance::getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const argument
69 if (chars == NULL || *offset < 0 || limit < 0 || *offset >= limit || script < 0 || script >= scriptCodeCount) {
74 const LEFontInstance *result = fFontMap->getScriptFont(script, success);
86 // look in all the fonts in some order, script code order being the most obvious...
91 le_int32 script local
[all...]
/external/icu/icu4c/source/samples/layout/
H A DScriptCompositeFontInstance.cpp39 le_int32 script = LE_GET_SUB_FONT(glyph); local
40 const LEFontInstance *font = fFontMap->getScriptFont(script, status);
53 le_int32 script = LE_GET_SUB_FONT(glyph); local
54 const LEFontInstance *font = fFontMap->getScriptFont(script, status);
63 const LEFontInstance *ScriptCompositeFontInstance::getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const argument
69 if (chars == NULL || *offset < 0 || limit < 0 || *offset >= limit || script < 0 || script >= scriptCodeCount) {
74 const LEFontInstance *result = fFontMap->getScriptFont(script, success);
86 // look in all the fonts in some order, script code order being the most obvious...
91 le_int32 script local
[all...]
/external/libunwind/src/ia64/
H A DGscript.c69 cache_match (struct ia64_script *script, unw_word_t ip, unw_word_t pr) argument
71 if (ip == script->ip && ((pr ^ script->pr_val) & script->pr_mask) == 0)
154 struct ia64_script *script = cache->buckets + c->hint; local
161 if (cache_match (script, ip, pr))
162 return script;
168 script = cache->buckets + index;
171 if (cache_match (script, ip, pr))
175 (script
185 script_init(struct ia64_script *script, unw_word_t ip) argument
196 struct ia64_script *script, *prev, *tmp; local
243 script_finalize(struct ia64_script *script, struct cursor *c, struct ia64_state_record *sr) argument
252 script_emit(struct ia64_script *script, struct ia64_script_insn insn) argument
264 compile_reg(struct ia64_state_record *sr, int i, struct ia64_reg_info *r, struct ia64_script *script) argument
438 build_script(struct cursor *c, struct ia64_script *script) argument
517 run_script(struct ia64_script *script, struct cursor *c) argument
622 struct ia64_script script; local
643 struct ia64_script *script = NULL; local
720 struct ia64_script *script; local
752 struct ia64_script *script; local
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/bin/
H A Dfailed-syscalls-report10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/failed-syscalls.pl $comm
H A Drw-by-file-report10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/rw-by-file.pl $comm
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/bin/
H A Dsyscall-counts-report10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts.py $comm
/external/valgrind/main/none/tests/
H A Dshell.stdout.exp3 Execute a script with a bad interpreter name
7 Execute a valid script with a #! line
8 Execute a valid script without a #! line
9 Execute a valid script with #! but no interpname
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternalSettings.idl33 [RaisesException] void setStandardFontFamily(DOMString family, DOMString script);
34 [RaisesException] void setSerifFontFamily(DOMString family, DOMString script);
35 [RaisesException] void setSansSerifFontFamily(DOMString family, DOMString script);
36 [RaisesException] void setFixedFontFamily(DOMString family, DOMString script);
37 [RaisesException] void setCursiveFontFamily(DOMString family, DOMString script);
38 [RaisesException] void setFantasyFontFamily(DOMString family, DOMString script);
39 [RaisesException] void setPictographFontFamily(DOMString family, DOMString script);

Completed in 1671 milliseconds

1234567891011>>