Searched refs:script (Results 201 - 225 of 1151) sorted by relevance

1234567891011>>

/external/harfbuzz_ng/src/
H A Dhb-ot-tag.h43 hb_ot_tags_from_script (hb_script_t script,
/external/icu/icu4c/source/common/
H A Duscript_props.cpp25 // Script metadata (script properties).
28 // 0 = NOT_ENCODED, no sample character, default false script properties.
210 int32_t getScriptProps(UScriptCode script) { argument
211 if (0 <= script && script < LENGTHOF(SCRIPT_PROPS)) {
212 return SCRIPT_PROPS[script];
221 uscript_getSampleString(UScriptCode script, UChar *dest, int32_t capacity, UErrorCode *pErrorCode) { argument
227 int32_t sampleChar = getScriptProps(script) & 0x1fffff;
242 uscript_getSampleUnicodeString(UScriptCode script) { argument
244 int32_t sampleChar = getScriptProps(script)
252 uscript_getUsage(UScriptCode script) argument
257 uscript_isRightToLeft(UScriptCode script) argument
262 uscript_breaksBetweenLetters(UScriptCode script) argument
267 uscript_isCased(UScriptCode script) argument
[all...]
/external/icu/icu4c/source/samples/layout/
H A DFontMap.cpp25 le_int32 defaultFont = -1, i, script; local
77 sprintf(errorMessage, "The script name %s is invalid.", line);
82 script = (le_int32) scriptCode;
84 if (fFontIndices[script] >= 0) {
86 fFontIndices[script] = -1;
89 fFontIndices[script] = getFontIndex(fontName);
94 for (script = 0; script < scriptCodeCount; script += 1) {
95 if (fFontIndices[script] <
146 le_int32 script; local
[all...]
/external/ipsec-tools/src/racoon/samples/roadwarrior/client/
H A Dracoon.conf15 script "/etc/racoon/phase1-up.sh" phase1_up;
16 script "/etc/racoon/phase1-down.sh" phase1_down;
/external/openfst/src/bin/
H A Dfstequivalent.cc23 #include <fst/script/equivalent.h>
24 #include <fst/script/randequivalent.h>
37 namespace s = fst::script;
38 using fst::script::FstClass;
H A Dfstpush.cc22 #include <fst/script/push.h>
35 namespace s = fst::script;
36 using fst::script::FstClass;
37 using fst::script::VectorFstClass;
H A Dfstrandgen.cc22 #include <fst/script/randgen.h>
36 namespace s = fst::script;
37 using fst::script::FstClass;
38 using fst::script::VectorFstClass;
H A Dfstreplace.cc19 #include <fst/script/replace.h>
24 namespace s = fst::script;
25 using fst::script::FstClass;
26 using fst::script::VectorFstClass;
H A Dfstmap.cc25 #include <fst/script/map.h>
36 namespace s = fst::script;
37 using fst::script::FstClass;
38 using fst::script::MutableFstClass;
39 using fst::script::VectorFstClass;
/external/openfst/src/include/fst/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 Dmap.h20 #include <fst/script/arg-packs.h>
21 #include <fst/script/fst-class.h>
22 #include <fst/script/weight-class.h>
27 namespace script { namespace in namespace:fst
68 script::StateMap(ifst, ArcSumMapper<Arc>(ifst))));
71 script::ArcMap(ifst, IdentityArcMapper<Arc>())));
74 script::ArcMap(ifst, InvertWeightMapper<Arc>())));
77 script::ArcMap(ifst, PlusMapper<Arc>(w))));
80 script::ArcMap(ifst, QuantizeMapper<Arc>(delta))));
83 script
[all...]
H A Dreweight.h23 #include <fst/script/arg-packs.h>
24 #include <fst/script/fst-class.h>
25 #include <fst/script/weight-class.h>
29 namespace script { namespace in namespace:fst
50 } // 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
/external/proguard/bin/
H A Dproguard.bat3 REM Start-up script for ProGuard -- free class file shrinker, optimizer,
6 REM Note: when passing file names containing spaces to this script,
/external/chromium_org/components/dom_distiller/core/
H A Ddistiller_page.cc29 std::string script = ResourceBundle::GetSharedInstance() local
32 if (script.empty()) {
42 size_t options_offset = script.find(kOptionsPlaceholder);
45 script.find(kOptionsPlaceholder, options_offset + 1));
46 script =
47 script.replace(options_offset, strlen(kOptionsPlaceholder), options_json);
48 return script;
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8WorkerGlobalScopeCustom.cpp59 WorkerScriptController* script = workerGlobalScope->script(); local
60 if (!script)
114 WorkerScriptController* script = impl->script();
115 if (!script)
118 v8::Handle<v8::Object> global = script->context()->Global();
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorInspectorAgent.cpp84 String script = m_injectedScriptForOrigin.get(origin); local
85 if (script.isEmpty())
89 scriptSource.append(script);
93 frame->script().executeScriptInMainWorld(scriptSource.toString());
145 void InspectorInspectorAgent::evaluateForTestInFrontend(long callId, const String& script) argument
148 m_frontend->evaluateForTestInFrontend(static_cast<int>(callId), script); local
151 m_pendingEvaluateTestCommands.append(pair<long, String>(callId, script));
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternalSettings.h90 void setStandardFontFamily(const AtomicString& family, const String& script, ExceptionState&);
91 void setSerifFontFamily(const AtomicString& family, const String& script, ExceptionState&);
92 void setSansSerifFontFamily(const AtomicString& family, const String& script, ExceptionState&);
93 void setFixedFontFamily(const AtomicString& family, const String& script, ExceptionState&);
94 void setCursiveFontFamily(const AtomicString& family, const String& script, ExceptionState&);
95 void setFantasyFontFamily(const AtomicString& family, const String& script, ExceptionState&);
96 void setPictographFontFamily(const AtomicString& family, const String& script, ExceptionState&);
/external/chromium_org/third_party/sqlite/src/test/
H A Dlock_common.tcl16 proc do_multiclient_test {varname script} {
56 uplevel $script
135 # tf_main.tcl. The parent (this script) interacts with the child processes
136 # via a two way pipe. The parent writes a script to the stdin of the child
138 # process evaluates the script and writes the results to stdout, followed
155 set script ""
160 set rc [catch {eval $script} result]
164 set script ""
166 append script $line
167 append script "\
[all...]
/external/chromium_org/chrome/renderer/translate/
H A Dtranslate_script_browsertest.cc79 std::string script; local
82 translate_js.CopyToString(&script);
83 script += kElementJs;
84 ExecuteScript(script);
87 void ExecuteScript(const std::string& script) { argument
88 WebScriptSource source = WebScriptSource(base::ASCIIToUTF16(script));
113 double ExecuteScriptAndGetNumberResult(const std::string& script) { argument
114 WebScriptSource source = WebScriptSource(base::ASCIIToUTF16(script));
127 bool ExecuteScriptAndGetBoolResult(const std::string& script) { argument
128 WebScriptSource source = WebScriptSource(base::ASCIIToUTF16(script));
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSFontSelector.cpp108 UScriptCode script = fontDescription.script();
110 return settings.standard(script);
112 return settings.serif(script);
114 return settings.sansSerif(script);
116 return settings.cursive(script);
118 return settings.fantasy(script);
120 return settings.fixed(script);
122 return settings.pictograph(script);
124 return settings.standard(script);
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/bindings/
H A DLiveEditSupport.js65 var script = debuggerModelLocation.script();
66 if (this._uiSourceCodeForScriptId[script.scriptId])
67 return this._uiSourceCodeForScriptId[script.scriptId];
69 console.assert(!script.isInlineScript());
70 var path = this._projectDelegate.addScript(script);
74 this._uiSourceCodeForScriptId[script.scriptId] = liveEditUISourceCode;
75 this._scriptIdForUISourceCode.set(liveEditUISourceCode, script.scriptId);
105 var script = this.target().debuggerModel.scriptForId(scriptId);
106 WebInspector.LiveEditSupport.logDetailedError(error, errorData, script);
[all...]
/external/chromium_org/tools/android/
H A Dadb_remote_setup.sh6 # URL from which the latest version of this script can be downloaded.
9 # Replaces this file with the latest version of the script and runs it.
11 local script="${BASH_SOURCE[0]}"
12 local new_script="${script}.new"
13 local updater_script="${script}.updater"
17 # Replace this file with the newly downloaded script.
20 if mv "$new_script" "$script"; then
23 echo "Note: script update failed."
25 ADB_REMOTE_SETUP_NO_UPDATE=1 exec /bin/bash "$script" $@
31 update-self "$@" || echo 'Note: script updat
[all...]
/external/chromium_org/chrome/browser/nacl_host/test/
H A Dgdb_debug_stub_browsertest.cc38 // We call python script to reuse GDB RSP protocol implementation.
40 base::FilePath script; local
41 PathService::Get(chrome::DIR_TEST_DATA, &script);
42 script = script.AppendASCII("nacl/debug_stub_browser_tests.py");
43 cmd.AppendArgPath(script);
/external/openfst/src/script/
H A Dprune.cc17 #include <fst/script/fst-class.h>
18 #include <fst/script/script-impl.h>
19 #include <fst/script/prune.h>
22 namespace script { namespace in namespace:fst
75 } // namespace script

Completed in 2490 milliseconds

1234567891011>>