| /external/openfst/src/include/fst/script/ |
| randequivalent.h | 20 #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
|
| register.h | 23 #include <fst/script/fst-class.h> 24 #include <fst/script/weight-class.h> 30 namespace script { namespace in namespace:fst 117 } // namespace script
|
| draw.h | 20 #include <fst/script/arg-packs.h> 21 #include <fst/script/fst-class.h> 22 #include <fst/script/draw-impl.h> 28 namespace script { namespace in namespace:fst 109 } // namespace script
|
| rmepsilon.h | 23 #include <fst/script/arg-packs.h> 24 #include <fst/script/fst-class.h> 25 #include <fst/script/weight-class.h> 26 #include <fst/script/shortest-distance.h> // for ShortestDistanceOptions 33 %include "nlp/fst/script/shortest-distance.h" 38 namespace script { namespace in namespace:fst 44 struct RmEpsilonOptions : public fst::script::ShortestDistanceOptions { 50 WeightClass w = fst::script::WeightClass::Zero(), 62 // this function takes care of transforming a script-land RmEpsilonOptions 193 fst::script::RmEpsilonOptions()) [all...] |
| /external/v8/src/ |
| compiler.cc | 54 CompilationInfo::CompilationInfo(Handle<Script> script) 55 : isolate_(script->GetIsolate()), 60 script_(script), 76 script_(Handle<Script>(Script::cast(shared_info->script()))), 93 script_(Handle<Script>(Script::cast(shared_info_->script()))), 363 Handle<Script> script = info->script(); local 509 Handle<Script> script = FACTORY->NewScript(source); local 570 Handle<Script> script = isolate->factory()->NewScript(source); local 798 Handle<Script> script = info->script(); local [all...] |
| /device/asus/deb/ |
| releasetools.py | 31 info.script.CacheFreeSpaceCheck(len(source_radio_img)) 33 info.script.PatchCheck("%s:%s:%d:%s:%d:%s" % ( 81 info.script.Print("Patching radio...") 84 info.script.ApplyPatch( 91 info.script.Print("Writing radio...") 94 info.script.AppendExtra( 115 info.script.Print("Writing bootloader...") 153 info.script.AppendExtra( 176 info.script.AppendExtra('package_extract_file("bootloader.%s.img", "%s");' % 179 info.script.AppendExtra [all...] |
| /device/lge/mako/ |
| releasetools.py | 31 info.script.CacheFreeSpaceCheck(len(source_radio_img)) 33 info.script.PatchCheck("%s:%s:%d:%s:%d:%s" % ( 81 info.script.Print("Patching radio...") 84 info.script.ApplyPatch( 91 info.script.Print("Writing radio...") 94 info.script.AppendExtra( 115 info.script.Print("Writing bootloader...") 153 info.script.AppendExtra( 176 info.script.AppendExtra('package_extract_file("bootloader.%s.img", "%s");' % 179 info.script.AppendExtra [all...] |
| /external/harfbuzz_ng/src/ |
| main.cc | 115 printf (" %d script(s) found in table\n", num_scripts); 117 const Script &script = g.get_script (n_script); local 118 printf (" Script %2d of %2d: %.4s\n", n_script, num_scripts, 121 if (!script.has_default_lang_sys()) 123 int num_langsys = script.get_lang_sys_count (); 124 printf (" %d language system(s) found in script\n", num_langsys); 125 for (int n_langsys = script.has_default_lang_sys() ? -1 : 0; n_langsys < num_langsys; n_langsys++) { 127 ? script.get_default_lang_sys () 128 : script.get_lang_sys (n_langsys) [all...] |
| hb-glib.cc | 161 hb_glib_script_to_script (GUnicodeScript script) 164 return (hb_script_t) g_unicode_script_to_iso15924 (script); 166 if (likely ((unsigned int) script < ARRAY_LENGTH (glib_script_to_script))) 167 return glib_script_to_script[script]; 169 if (unlikely (script == G_UNICODE_SCRIPT_INVALID_CODE)) 177 hb_glib_script_from_script (hb_script_t script) 180 return g_unicode_script_from_iso15924 (script); 184 if (glib_script_to_script[i] == script) 187 if (unlikely (script == HB_SCRIPT_INVALID))
|
| /build/tools/droiddoc/templates-ds/ |
| customizations.cs | 33 <script> 37 </script> 51 <script> 55 </script> 71 <script> 75 </script> 91 <script> 95 </script> 111 <script> 115 </script> [all...] |
| /build/tools/droiddoc/templates-sdk/ |
| customizations.cs | 33 <script> 37 </script> 51 <script> 55 </script> 71 <script> 75 </script> 91 <script> 95 </script> 111 <script> 115 </script> [all...] |
| /build/tools/droiddoc/templates-sac/ |
| customizations.cs | 33 <script> 37 </script> 51 <script> 55 </script> 71 <script> 75 </script> 91 <script> 95 </script> 111 <script> 115 </script> [all...] |
| /external/v8/test/mjsunit/ |
| debug-setbreakpoint.js | 85 testArguments(dcp, '{"type":"script"}', false); 106 testArguments(dcp, '{"type":"script","target":"test"}', true, true); 107 testArguments(dcp, '{"type":"script","target":"test"}', true, true); 108 testArguments(dcp, '{"type":"script","target":"test","line":1}', true, true); 109 testArguments(dcp, '{"type":"script","target":"test","column":1}', true, true); 120 testArguments(dcp, '{"type":"script","target":"sourceUrlScript","line":0}', true, true); 153 // Check the script ids for the test functions. 159 assertTrue(f_script_id > 0, "invalid script id for f"); 160 assertTrue(g_script_id > 0, "invalid script id for g"); 161 assertTrue(h_script_id > 0, "invalid script id for h") [all...] |
| /external/harfbuzz/src/ |
| harfbuzz-shaper-private.h | 96 typedef void (*HB_AttributeFunction)(HB_Script script, const HB_UChar16 *string, hb_uint32 from, hb_uint32 len, HB_CharAttributes *attributes); 115 extern void HB_TibetanAttributes(HB_Script script, const HB_UChar16 *string, hb_uint32 from, hb_uint32 len, HB_CharAttributes *attributes); 117 extern void HB_MyanmarAttributes(HB_Script script, const HB_UChar16 *string, hb_uint32 from, hb_uint32 len, HB_CharAttributes *attributes); 119 extern void HB_KhmerAttributes(HB_Script script, const HB_UChar16 *string, hb_uint32 from, hb_uint32 len, HB_CharAttributes *attributes); 121 extern void HB_IndicAttributes(HB_Script script, const HB_UChar16 *string, hb_uint32 from, hb_uint32 len, HB_CharAttributes *attributes); 123 extern void HB_ThaiAttributes(HB_Script script, const HB_UChar16 *string, hb_uint32 from, hb_uint32 len, HB_CharAttributes *attributes);
|
| /external/icu4c/common/ |
| loclikely.cpp | 117 * Create a tag string from the supplied parameters. The lang, script and region 121 * If any of the language, script or region parameters are empty, and the alternateTags 122 * parameter is not NULL, it will be parsed for potential language, script and region tags 138 * @param script The script tag to use. 139 * @param scriptLength The length of the script tag. 154 const char* script, 179 * script and region code without worrying about overrunning 244 script, 251 * Parse the alternateTags string for the script 856 char script[ULOC_SCRIPT_CAPACITY]; local 963 char script[ULOC_SCRIPT_CAPACITY]; local [all...] |
| /external/v8/test/cctest/ |
| test-threads.cc | 44 v8::Handle<v8::Script> script = v8::Script::Compile( local 47 script->Run(); 52 script->Run(); 77 v8::Handle<v8::Script> script = v8::Script::Compile( local 84 CHECK(script->Run()->IsTrue()); 94 // Rerun the script [all...] |
| /external/v8/test/mjsunit/regress/ |
| regress-1624-strict.js | 34 // Test global direct strict eval in strict script. 40 // Test global indirect strict eval in strict script. 46 // Test global direct non-strict eval in strict script. 52 // Test global indirect non-strict eval in strict script. 58 // Test non-global direct strict eval in strict script. 68 // Test non-global indirect strict eval in strict script. 78 // Test non-global direct non-strict eval in strict script. 88 // Test non-global indirect non-strict eval in strict script. 98 // Test non-global direct strict eval in strict script. 109 // Test non-global indirect strict eval in strict script [all...] |
| /external/webkit/Source/WebKit/efl/DefaultTheme/widget/combo/ |
| combo.edc | 37 script { 264 script { 272 script { 280 script { 288 script { 296 script {
|
| /ndk/sources/host-tools/sed-4.2.1/doc/ |
| sed.x | 8 [-e script] [--expression=script] 9 [-f script-file] [--file=script-file] 10 [script-if-no-other-script] 46 script fragment). 71 Immediately quit the \*(sd script without processing 77 Immediately quit the \*(sd script without processing 100 is omitted, branch to end of script [all...] |
| /cts/suite/audio_quality/lib/src/ |
| SignalProcessingImpl.h | 36 * @param script main script to call function script 38 virtual bool init(const android::String8& script);
|
| /external/chromium/third_party/libjingle/source/talk/base/ |
| macutils.h | 58 // Runs the given apple script. Only supports scripts that does not 60 bool RunAppleScript(const std::string& script);
|
| /external/e2fsprogs/tests/ |
| test_script.in | 3 # Test script for e2fsck 61 if [ -f $test_dir/script ]; then 62 . $test_dir/script 69 echo "Missing test script!"
|
| /external/libmtp/ |
| hotplug.sh.in | 13 # See if the parameter script ($2), device ($3) and productid ($4) 21 script=${firstword} 25 if [ "x${script}" = "x$2" ]; then 53 script=${firstword} 60 if [ `inmap $2 ${script} ${manid} ${productid}` = "no" ]; then 122 # This script locates the hotplug distribution on a certain host 125 # file of hotplug device entries and a script to be executed for 143 echo "Installing script."
|
| /external/skia/include/xml/ |
| SkJS.h | 28 SkBool EvaluateScript(const char* script, jsval* rVal);
|
| /external/skia/legacy/include/xml/ |
| SkJS.h | 28 SkBool EvaluateScript(const char* script, jsval* rVal);
|