/external/harfbuzz_ng/src/ |
hb-ot-tag.h | 43 hb_ot_tags_from_script (hb_script_t script,
|
/external/icu4c/common/ |
uscript_props.cpp | 25 // Script metadata (script properties). 28 // 0 = NOT_ENCODED, no sample character, default false script properties. 208 int32_t getScriptProps(UScriptCode script) { 209 if (0 <= script && script < LENGTHOF(SCRIPT_PROPS)) { 210 return SCRIPT_PROPS[script]; 219 uscript_getSampleString(UScriptCode script, UChar *dest, int32_t capacity, UErrorCode *pErrorCode) { 225 int32_t sampleChar = getScriptProps(script) & 0x1fffff; 240 uscript_getSampleUnicodeString(UScriptCode script) { [all...] |
/external/icu4c/samples/layout/ |
FontMap.cpp | 25 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] < 0) 146 le_int32 script; local [all...] |
/external/ipsec-tools/src/racoon/samples/roadwarrior/client/ |
racoon.conf | 15 script "/etc/racoon/phase1-up.sh" phase1_up; 16 script "/etc/racoon/phase1-down.sh" phase1_down;
|
/external/openfst/src/bin/ |
fstequivalent.cc | 23 #include <fst/script/equivalent.h> 24 #include <fst/script/randequivalent.h> 37 namespace s = fst::script; 38 using fst::script::FstClass;
|
fstpush.cc | 22 #include <fst/script/push.h> 35 namespace s = fst::script; 36 using fst::script::FstClass; 37 using fst::script::VectorFstClass;
|
fstrandgen.cc | 22 #include <fst/script/randgen.h> 36 namespace s = fst::script; 37 using fst::script::FstClass; 38 using fst::script::VectorFstClass;
|
fstreplace.cc | 19 #include <fst/script/replace.h> 24 namespace s = fst::script; 25 using fst::script::FstClass; 26 using fst::script::VectorFstClass;
|
/external/openfst/src/include/fst/script/ |
compose.h | 20 #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
|
/prebuilts/tools/common/proguard/proguard4.7/bin/ |
proguard.bat | 3 REM Start-up script for ProGuard -- free class file shrinker, optimizer, 6 REM Note: when passing file names containing spaces to this script,
|
/sdk/emulator/qtools/tests/ |
common_head.mk | 13 $(CC) $(CFLAGS) -Xlinker --script ../tests.ld -o $@ $< -nostdlib 19 $(CC) $(CFLAGS) -Xlinker --script ../tests.ld -nostdlib -o $@ $<
|
/sdk/files/proguard/bin/ |
proguard.bat | 3 REM Start-up script for ProGuard -- free class file shrinker, optimizer, 6 rem Change current directory and drive to where the script is, to avoid
|
/bootable/recovery/updater/ |
updater.c | 31 // Where in the package we expect to find the edify script to execute. 32 // (Note it's "updateR-script", not the older "update-script".) 33 #define SCRIPT_NAME "META-INF/com/google/android/updater-script" 66 // Extract the script from the package. 84 char* script = malloc(script_entry->uncompLen+1); local 85 if (!mzReadZipEntry(&za, script_entry, script, script_entry->uncompLen)) { 86 printf("failed to read script from package\n"); 89 script[script_entry->uncompLen] = '\0'; 98 // Parse the script [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
lock_common.tcl | 16 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 "\n [all...] |
/external/chromium_org/chrome/browser/ui/search/ |
instant_test_utils.cc | 31 std::string WrapScript(const std::string& script) { 32 return "domAutomationController.send(" + script + ")"; 120 const std::string& script, 123 contents, WrapScript(script), result); 127 const std::string& script, 130 contents, WrapScript(script), result); 134 const std::string& script, 137 contents, WrapScript(script), result); 140 bool InstantTestBase::ExecuteScript(const std::string& script) { 145 return content::ExecuteScript(instant_service->GetNTPContents(), script); [all...] |
/external/markdown/MarkdownTest/ |
MarkdownTest.pl | 20 my $script = "./Markdown.pl"; 25 "script=s" => \$script, 38 unless (-f $script) { die "$script does not exist.\n"; } 39 unless (-x $script) { die "$script is not executable.\n"; } 64 my $t_output = `'$script' '$testfile'`; 120 =item B<--script> 122 Specify the path to the Markdown script to test. Defaults t [all...] |
/frameworks/rs/scriptc/ |
rs_core.rsh | 123 * Make a script to script call to launch work. One of the input or output is 128 * @param script The target script to call 131 * @param usrData The user definied params to pass to the root script. May be 140 rsForEach(rs_script script, rs_allocation input, 147 rsForEach(rs_script script, rs_allocation input, 152 * Make a script to script call to launch work. One of the input or output is 157 * @param script The target script to cal [all...] |
/prebuilts/sdk/renderscript/include/ |
rs_core.rsh | 123 * Make a script to script call to launch work. One of the input or output is 128 * @param script The target script to call 131 * @param usrData The user definied params to pass to the root script. May be 140 rsForEach(rs_script script, rs_allocation input, 147 rsForEach(rs_script script, rs_allocation input, 152 * Make a script to script call to launch work. One of the input or output is 157 * @param script The target script to cal [all...] |
/device/asus/deb/self-extractors/ |
generate-packages.sh | 268 echo \ \ Generating self-extracting script 269 SCRIPT=extract-$COMPANY-$DEVICE.sh 270 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script 271 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 272 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 273 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script [all...] |
/device/asus/flo/self-extractors/ |
generate-packages.sh | 262 echo \ \ Generating self-extracting script 263 SCRIPT=extract-$COMPANY-$DEVICE.sh 264 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script 265 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 266 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 267 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script [all...] |
/device/asus/grouper/self-extractors/ |
generate-packages.sh | 209 echo \ \ Generating self-extracting script 210 SCRIPT=extract-$COMPANY-$DEVICE.sh 211 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script 212 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 213 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 214 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script [all...] |
/device/asus/tilapia/self-extractors/ |
generate-packages.sh | 188 echo \ \ Generating self-extracting script 189 SCRIPT=extract-$COMPANY-$DEVICE.sh 190 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script 191 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 192 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 193 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script [all...] |
/device/lge/hammerhead/self-extractors/ |
generate-packages.sh | 250 echo \ \ Generating self-extracting script 251 SCRIPT=extract-$COMPANY-$DEVICE.sh 252 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script 253 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 254 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 255 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script [all...] |
/device/lge/mako/self-extractors/ |
generate-packages.sh | 262 echo \ \ Generating self-extracting script 263 SCRIPT=extract-$COMPANY-$DEVICE.sh 264 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script 265 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 266 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 267 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script [all...] |
/device/samsung/manta/self-extractors/ |
generate-packages.sh | 128 echo \ \ Generating self-extracting script 129 SCRIPT=extract-$COMPANY-$DEVICE.sh 130 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script 131 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 132 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 133 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script [all...] |