Searched refs:script (Results 101 - 125 of 1151) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/common/
H A Dpref_names_util.h12 // Extracts the generic family and script from font name pref path |pref_path|.
14 // true and sets |generic_family| to "serif" and |script| to "Hang".
17 std::string* script);
/external/chromium_org/tools/git/
H A Dpost-checkout6 script=$(readlink $0)
7 source $(dirname ${script:-$0})/git-utils.sh
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-liveedit-stack-padding.js39 var script = Debug.findScript(SlimFunction); variable
41 Debug.setScriptBreakPointById(script.id, 1, 0);
44 var patch_pos = script.source.indexOf(orig_animal);
57 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos,
H A Ddebug-sourceslice.js53 // Get the script object from one of the functions in the source.
54 var script = Debug.findScript(a);
57 assertEquals(source, script.source);
58 assertEquals(source, script.sourceSlice().sourceText());
63 var slice = script.sourceSlice(n, n + slice_size);
H A Ddebug-compile-event-newfunction.js38 event_data.script().compilationType(),
40 var evalFromScript = event_data.script().evalFromScript();
45 'Wrong eval from script name.');
47 var evalFromLocation = event_data.script().evalFromLocation();
/external/openfst/src/bin/
H A Dfstclosure.cc23 #include <fst/script/closure.h>
29 using fst::script::FstClass;
30 using fst::script::MutableFstClass;
52 fst::script::Closure(fst, closure_type);
H A Dfstconcat.cc25 #include <fst/script/concat.h>
28 namespace s = fst::script;
29 using fst::script::FstClass;
30 using fst::script::MutableFstClass;
H A Dfstepsnormalize.cc23 #include <fst/script/epsnormalize.h>
28 namespace s = fst::script;
29 using fst::script::FstClass;
30 using fst::script::VectorFstClass;
H A Dfstproject.cc23 #include <fst/script/project.h>
28 namespace s = fst::script;
29 using fst::script::FstClass;
30 using fst::script::MutableFstClass;
H A Dfstsynchronize.cc23 #include <fst/script/synchronize.h>
26 namespace s = fst::script;
27 using fst::script::FstClass;
28 using fst::script::VectorFstClass;
H A Dfsttopsort.cc23 #include <fst/script/topsort.h>
26 namespace s = fst::script;
27 using fst::script::FstClass;
28 using fst::script::MutableFstClass;
H A Dfstunion.cc25 #include <fst/script/union.h>
31 using fst::script::FstClass;
32 using fst::script::MutableFstClass;
33 using fst::script::Union;
/external/openfst/src/include/fst/script/
H A Dfstscript-decl.h17 // Forward declarations for the FST and FST-script classes.
25 namespace script { namespace in namespace:fst
32 } // namespace script
H A Dinfo.h20 #include <fst/script/arg-packs.h>
21 #include <fst/script/fst-class.h>
22 #include <fst/script/info-impl.h>
25 namespace script { namespace in namespace:fst
45 } // namespace script
H A Dtext-io.h36 #include <fst/script/weight-class.h>
39 namespace script { namespace in namespace:fst
48 } // namespace script
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
H A DTestCaseInputFile.java50 public void setScript(String script) { argument
51 this.fileName = script;
H A DTestCaseOutputResult.java59 public void setScript(String script) { argument
60 success = Boolean.parseBoolean(script);
/external/chromium_org/chrome/browser/
H A Dfont_family_cache_unittest.cc19 virtual base::string16 FetchFont(const char* script,
22 return FontFamilyCache::FetchFont(script, map_name);
42 std::string script("Zzyxca");
43 std::string pref_name(map_name + '.' + script);
59 cache.FetchAndCacheFont(script.c_str(), map_name.c_str()));
65 cache.FetchAndCacheFont(script.c_str(), map_name.c_str()));
72 cache.FetchAndCacheFont(script.c_str(), map_name.c_str()));
79 cache.FetchAndCacheFont(script.c_str(), map_name.c_str()));
/external/chromium_org/v8/src/
H A Dlog-inl.h14 Script* script) {
16 && script->type()->value() == Script::TYPE_NATIVE) {
13 ToNativeByScript(Logger::LogEventsAndTags tag, Script* script) argument
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-2296.js33 event_data.script().setSource(1);
/external/chromium_org/webkit/tools/layout_tests/
H A Drun_webkit_tests.py16 script = os.path.join(script_dir, 'run-webkit-tests')
17 cmd = [sys.executable, script] + sys.argv[1:]
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/bin/
H A Dfailed-syscalls-by-pid-report10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/failed-syscalls-by-pid.py $comm
H A Dsyscall-counts-by-pid-report10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts-by-pid.py $comm
/external/srec/srec/Semproc/include/
H A DSR_LexicalAnalyzer.h39 * Pointer to the script to analyze .
41 LCHAR* script; member in struct:LexicalAnalyzer_t
44 * Pointer to the next token in the script.
60 * @param script pointer to the script to analyze
62 SREC_SEMPROC_API ESR_ReturnCode LA_Analyze(LexicalAnalyzer *self, LCHAR *script);
/external/chromium_org/chrome/browser/extensions/
H A Dconvert_user_script.cc43 *error = base::ASCIIToUTF16("User script must be UTF8 encoded.");
47 UserScript script; local
48 if (!UserScriptLoader::ParseMetadataHeader(content, &script)) {
49 *error = base::ASCIIToUTF16("Invalid script header.");
70 if (!script.name().empty() && !script.name_space().empty())
71 script_name = script.name_space() + "/" + script.name();
77 // its unique identity, and we need one of those. A user script's unique
86 // The script ma
[all...]

Completed in 1916 milliseconds

1234567891011>>