/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/ |
setup.py | 360 scripts = manifest.get('scripts', '').strip() or None 361 if scripts: 362 scripts = scripts.split() 397 'scripts': scripts,
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/ |
setup.py | 361 scripts = manifest.get('scripts', '').strip() or None 362 if scripts: 363 scripts = scripts.split() 398 'scripts': scripts,
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py2/ |
setup.py | 360 scripts = manifest.get('scripts', '').strip() or None 361 if scripts: 362 scripts = scripts.split() 397 'scripts': scripts,
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py3/ |
setup.py | 361 scripts = manifest.get('scripts', '').strip() or None 362 if scripts: 363 scripts = scripts.split() 398 'scripts': scripts,
|
/external/freetype/include/ |
ftautoh.h | 67 * Examples of supported scripts are Latin or CJK. Before a glyph is 78 * The mapping between glyph indices and scripts (in the auto-hinter 131 * from those scripts share the same design constraints. 169 * Vietnamese, and some other scripts. 210 * Apply the indic auto-hinter, covering all major scripts from the 211 * Indian sub-continent and some other related scripts like Thai, Lao, 307 * Features for the default script are intended for all scripts not
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/ |
ftautoh.h | 67 * Examples of supported scripts are Latin or CJK. Before a glyph is 78 * The mapping between glyph indices and scripts (in the auto-hinter 131 * from those scripts share the same design constraints. 169 * Vietnamese, and some other scripts. 210 * Apply the indic auto-hinter, covering all major scripts from the 211 * Indian sub-continent and some other related scripts like Thai, Lao, 307 * Features for the default script are intended for all scripts not
|
/external/pdfium/third_party/freetype/include/freetype/ |
ftautoh.h | 67 * Examples of supported scripts are Latin or CJK. Before a glyph is 78 * The mapping between glyph indices and scripts (in the auto-hinter 131 * from those scripts share the same design constraints. 169 * Vietnamese, and some other scripts. 210 * Apply the indic auto-hinter, covering all major scripts from the 211 * Indian sub-continent and some other related scripts like Thai, Lao, 307 * Features for the default script are intended for all scripts not
|
/external/toybox/scripts/ |
make.sh | 38 scripts/genconfig.sh 143 if [ generated/mkflags -ot scripts/mkflags.c ] 145 do_loudly $HOSTCC scripts/mkflags.c -o generated/mkflags || exit 1 218 if [ generated/mktags -ot scripts/mktags.c ] 220 do_loudly $HOSTCC scripts/mktags.c -o generated/mktags || exit 1 232 if [ generated/config2help -ot scripts/config2help.c ] 234 do_loudly $HOSTCC scripts/config2help.c -I . lib/xwrap.c lib/llist.c \
|
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
ftautoh.h | 67 * Examples of supported scripts are Latin or CJK. Before a glyph is 78 * The mapping between glyph indices and scripts (in the auto-hinter 131 * from those scripts share the same design constraints. 169 * Vietnamese, and some other scripts. 210 * Apply the indic auto-hinter, covering all major scripts from the 211 * Indian sub-continent and some other related scripts like Thai, Lao, 307 * Features for the default script are intended for all scripts not
|
/external/icu/icu4c/source/test/cintltst/ |
cldrtest.c | 792 USet *scripts[10]= {0}; local 887 UScriptCode scripts[USCRIPT_CODE_LIMIT]; local [all...] |
/external/opencv3/3rdparty/libpng/ |
CHANGES | 278 Moved makefiles into a "scripts" directory, and added INSTALL instruction file 377 Added pngdll.mak and pngdef.pas to scripts directory, contributed by 491 Added new png_expand functions to scripts/pngdef.pas and pngos2.def 556 Updated scripts/makevms.com and added makevms.com to contrib/gregbook [all...] |
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.12/ |
gradle-tooling-api-1.12-sources.jar | |
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.14/ |
gradle-tooling-api-2.14-sources.jar | |
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.14.1/ |
gradle-tooling-api-2.14.1-sources.jar | |
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.0/ |
gradle-tooling-api-2.0-sources.jar | |
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.1/ |
gradle-tooling-api-2.1-sources.jar | |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
LocaleDisplayNamesImpl.java | 422 String str = langData.get("Scripts%stand-alone", script); 425 str = langData.get("Scripts%short", script); 430 str = langData.get("Scripts", script); 438 String scriptName = langData.get("Scripts%short", script); 443 return adjustForUsageAndContext(CapitalizationContextUsage.SCRIPT, langData.get("Scripts", script)); 522 Set<String> scripts = new HashSet<String>(); local 524 // need the follow two steps to make sure that unusual scripts or regions are displayed 526 scripts.add(maxBase.getScript()); 529 scripts.add(locale.getScript()); 532 boolean hasScripts = scripts.size() > 1 [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
LocaleDisplayNamesImpl.java | 418 String str = langData.get("Scripts%stand-alone", script); 421 str = langData.get("Scripts%short", script); 426 str = langData.get("Scripts", script); 434 String scriptName = langData.get("Scripts%short", script); 439 return adjustForUsageAndContext(CapitalizationContextUsage.SCRIPT, langData.get("Scripts", script)); 518 Set<String> scripts = new HashSet<String>(); local 520 // need the follow two steps to make sure that unusual scripts or regions are displayed 522 scripts.add(maxBase.getScript()); 525 scripts.add(locale.getScript()); 528 boolean hasScripts = scripts.size() > 1 [all...] |
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.10/ |
gradle-tooling-api-2.10-sources.jar | |
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.8/ |
gradle-tooling-api-2.8-sources.jar | |
/toolchain/binutils/binutils-2.25/ld/testsuite/ |
ChangeLog-2006 | 22 * ld-scripts/overlay-size-map.d: Update. 150 * ld-scripts/empty-orphan.exp: Likewise. 151 * ld-scripts/phdrs.exp: Likewise. 152 * ld-scripts/phdrs2.exp: Likewise. 319 * ld-s390/tlspic_64.rd, ld-scripts/empty-address-1.d, 320 * ld-scripts/empty-address-3c.d, ld-scripts/empty-orphan.t, 361 * ld-scripts/empty-address-1.d: New file. 362 * ld-scripts/empty-address-1.s: Likewise. 363 * ld-scripts/empty-address-1.t: Likewise [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
uspoof.h | 89 * the two identifiers are from different scripts, and they are visually confusable. 104 * scripts, and there exists an identifier of a single script that is visually confusable. 113 * single script. (Characters from the 'common' and 'inherited' scripts are ignored.) 124 * Note on Scripts: 125 * Characters from the Unicode Scripts "Common" and "Inherited" are ignored when considering 172 * the identifier contains multiple scripts, and 186 * the scripts of the two identifiers are different, and 216 * single script (plus chars from the common and inherited scripts.) 296 * Allow Latin with other scripts except Cyrillic, Greek, Cherokee Otherwise, the same as Highly Restrictive 302 * Allow arbitrary mixtures of scripts. Otherwise, the same as Moderately Restrictive [all...] |
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.10/ |
gradle-tooling-api-1.10-sources.jar | |
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.11/ |
gradle-tooling-api-1.11-sources.jar | |
/external/gemmlowp/ |
README.txt | 112 For a Android gemmlowp development workflow, the scripts/ directory 114 scripts/test-android.sh 153 The scripts/ directory contains a script to build and run a program 155 scripts/test-android.sh 166 $ ./scripts/test-android.sh \ 214 $ ./scripts/test-android.sh test/benchmark.cc -DNDEBUG
|