HomeSort by relevance Sort by last modified time
    Searched full:scripts (Results 376 - 400 of 3071) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
group5.d 5 # cr16 and crx use non-standard scripts with memory regions, which don't play
group6.d 5 # cr16 and crx use non-standard scripts with memory regions, which don't play
group9b.d 8 # cr16 and crx use non-standard scripts with memory regions, which don't play
  /external/autotest/client/tests/real_time_tests/
realtime-latest-git-snapshot.tar.bz2 
  /external/regex-re2/re2/
unicode.py 253 def Scripts(unicode_dir=_UNICODE_DIR):
263 scripts = {}
266 """Process single Scripts.txt line, updating scripts."""
268 scripts.setdefault(name, []).extend(codes)
270 ReadUnicodeTable(unicode_dir+"/Scripts.txt", 2, DoLine)
271 return scripts
  /external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/
AntScriptGenerator.java 24 /** Generates Ant scripts for multiple native build targets based on the given {@link BuildConfig}.</p>
27 * platform. A master build script is generated that will execute the build scripts for each platform and bundles their shared
29 * folders containing the shard libraries for Android. The scripts can be executed from the command line or via the
51 * This will create the build scripts and execute the build of the shared libraries for each platform, provided that the compilers
62 // create all the directories for outputing object files, shared libs and natives jar as well as build scripts.
77 new FileDescriptor("com/badlogic/gdx/jnigen/resources/scripts/memcpy_wrap.c", FileType.Classpath).copyTo(config.jniDir
117 String template = new FileDescriptor("com/badlogic/gdx/jnigen/resources/scripts/build.xml.template", FileType.Classpath)
198 String template = new FileDescriptor("com/badlogic/gdx/jnigen/resources/scripts/build-android.xml.template",
208 template = new FileDescriptor("com/badlogic/gdx/jnigen/resources/scripts/build-ios.xml.template", FileType.Classpath)
211 template = new FileDescriptor("com/badlogic/gdx/jnigen/resources/scripts/build-target.xml.template", FileType.Classpath)
    [all...]
  /cts/apps/CtsVerifier/
Android.mk 125 # Copy the necessary host-side scripts to include in the zip file:
126 #$(verifier-dir)/power/power_monitors/monsoon.py: cts/apps/CtsVerifier/assets/scripts/power_monitors/monsoon.py | $(ACP)
128 # $(hide) $(ACP) -fp cts/apps/CtsVerifier/assets/scripts/power_monitors/*.py $(verifier-dir)/power/power_monitors/.
130 #$(verifier-dir)/power/execute_power_tests.py: cts/apps/CtsVerifier/assets/scripts/execute_power_tests.py | $(ACP)
132 # $(hide) $(ACP) -fp cts/apps/CtsVerifier/assets/scripts/execute_power_tests.py $@
  /external/dhcpcd-6.8.2/
dhcpcd-run-hooks.8.in 35 to run any system and user defined hook scripts.
36 System hook scripts are found in
42 The default install supplies hook scripts for configuring
45 Your distribution may have included other hook scripts to say configure
205 and any scripts found in
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/META-INF/
MANIFEST.MF 66 Name: scripts/build.xml
96 Name: scripts/package.xml
123 Name: scripts/productBuild/productBuild.xml
132 Name: scripts/productBuild/allElements.xml
135 Name: scripts/genericTargets.xml
  /external/v8/src/
compilation-cache.h 18 // different compiled code for scripts and evals, we use separate sub-caches
74 // Sub-cache for scripts.
98 // Sub-cache for eval scripts. Two caches for eval are used. One for eval calls
145 // scripts and evals. The shared function infos are looked up using
205 // cache during debugging to make sure new scripts are always compiled.
  /packages/inputmethods/LatinIME/java/res/xml/
rowkeys_hindi2.xml 82 render dotted circle for incomplete combining letter of some scripts, different
87 render dotted circle for incomplete combining letter of some scripts, different
92 render dotted circle for incomplete combining letter of some scripts, different
97 render dotted circle for incomplete combining letter of some scripts, different
102 render dotted circle for incomplete combining letter of some scripts, different
rowkeys_hindi1.xml 54 render dotted circle for incomplete combining letter of some scripts, different
73 render dotted circle for incomplete combining letter of some scripts, different
82 render dotted circle for incomplete combining letter of some scripts, different
91 render dotted circle for incomplete combining letter of some scripts, different
100 render dotted circle for incomplete combining letter of some scripts, different
109 render dotted circle for incomplete combining letter of some scripts, different
  /prebuilts/go/darwin-x86/src/unicode/
script_test.go 18 // mostly to discover when new scripts and categories arise.
235 for k := range Scripts {
239 if _, ok := Scripts[test.script]; !ok {
242 if !Is(Scripts[test.script], test.rune) {
248 if Is(Scripts[test.script], test.rune) {
  /prebuilts/go/linux-x86/src/unicode/
script_test.go 18 // mostly to discover when new scripts and categories arise.
235 for k := range Scripts {
239 if _, ok := Scripts[test.script]; !ok {
242 if !Is(Scripts[test.script], test.rune) {
248 if Is(Scripts[test.script], test.rune) {
  /toolchain/binutils/binutils-2.25/ld/
ldint.texinfo 108 shell variables used by @file{genscripts.sh} and the other shell scripts
112 @file{scripttempl} directory in order to create default linker scripts
115 assignments to shell variables, to create different default scripts.
118 After creating the scripts, @file{genscripts.sh} will invoke yet another
125 To summarize, @file{genscripts.sh} reads three shell scripts: an
132 @file{emulparams/sun4.sh}, creates linker scripts using
142 * emulation parameters:: @file{emulparams} scripts
143 * linker scripts:: @file{scripttempl} scripts
144 * linker emulations:: @file{emultempl} scripts
    [all...]
  /frameworks/base/tools/fonts/
fontchain_lint.py 175 # Find all the scripts that need automatic hyphenation
176 scripts = set()
182 scripts.add(lang_to_script(lang_code))
185 for script in scripts:
193 def __init__(self, name, scripts, variant, weight, style, font):
195 self.scripts = scripts
222 scripts = {lang_to_script(lang) for lang in langs}
224 scripts = set()
244 frozenset(scripts),
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/
ChangeLog-2005 113 * ld-scripts/crossref.exp: Add -mcall-aixdesc to CFLAGS for
136 * ld-scripts/cross3.t: New file.
137 * ld-scripts/cross4.c: Likewise.
139 * ld-scripts/crossref.exp: Add a new test for "ld -r".
180 * ld-scripts/defined2.d: Likewise.
181 * ld-scripts/defined3.d: Likewise.
182 * ld-scripts/empty-aligned.d: Likewise.
183 * ld-scripts/size-2.d: Likewise.
184 * ld-scripts/weak.exp: Likewise.
190 * ld-scripts/crossref.exp: Remove a29k support
    [all...]
ChangeLog-2009 50 * ld-scripts/overlay-size.d: Likewise.
51 * ld-scripts/rgn-at1.d: Likewise.
52 * ld-scripts/rgn-at2.d: Likewise.
53 * ld-scripts/rgn-at3.d: Likewise.
54 * ld-scripts/rgn-at4.d: Likewise.
55 * ld-scripts/rgn-over8-ok.d: Likewise.
97 * ld-scripts/phdrs3.exp (LDFLAGS): Add "--local-store 0:0" for SPU.
118 * ld-scripts/align.exp: Remove xfails for z80-*-coff
127 * ld-scripts/phdrs3.d: Allow colon in name of linker binary.
143 * ld-scripts/phdrs3.exp: Run phdrs3a
    [all...]
  /external/icu/icu4c/source/i18n/
collationdatareader.h 88 /** Byte offset to uint16_t scripts[]. */
216 * uint16_t scripts[]; -- empty in all tailorings
226 * See CollationData::scripts.
234 * Reordering moves single scripts, not groups of scripts.
237 * The scripts data has a new format.
collationdatawriter.cpp 300 UnicodeString scripts; local
303 scripts.append((UChar)data.numScripts);
304 scripts.append(reinterpret_cast<const UChar *>(data.scriptsIndex), data.numScripts + 16);
305 scripts.append(reinterpret_cast<const UChar *>(data.scriptStarts), data.scriptStartsLength);
306 totalSize += scripts.length() * 2;
332 copyData(indexes, CollationDataReader::IX_SCRIPTS_OFFSET, scripts.getBuffer(), dest);
  /external/libpng/
configure.ac 22 AC_CONFIG_MACRO_DIR([scripts])
71 if ${AWK} -f ${srcdir}/scripts/options.awk out="/dev/null" version=search\
72 ${srcdir}/pngconf.h ${srcdir}/scripts/pnglibconf.dfa\
205 # Make the *-config binary config scripts optional
208 [Generate shell libpng-config scripts as well as pkg-config data]
212 AC_MSG_NOTICE([[libpng-config scripts will not be built]])
  /external/libpng/projects/visualc71/
libpng.vcproj 41 CommandLine="copy ..\..\scripts\pnglibconf.h.prebuilt ..\..\pnglibconf.h"/>
89 CommandLine="copy ..\..\scripts\pnglibconf.h.prebuilt ..\..\pnglibconf.h"/>
137 CommandLine="copy ..\..\scripts\pnglibconf.h.prebuilt ..\..\pnglibconf.h"/>
185 CommandLine="copy ..\..\scripts\pnglibconf.h.prebuilt ..\..\pnglibconf.h"/>
227 CommandLine="copy ..\..\scripts\pnglibconf.h.prebuilt ..\..\pnglibconf.h"/>
371 RelativePath="..\..\scripts\pngwin.rc">
  /external/testng/doc/
maven.html 10 <script type="text/javascript" src="http://beust.com/scripts/shCore.js"></script>
11 <script type="text/javascript" src="http://beust.com/scripts/shBrushJava.js"></script>
12 <script type="text/javascript" src="http://beust.com/scripts/shBrushXml.js"></script>
13 <script type="text/javascript" src="http://beust.com/scripts/shBrushBash.js"></script>
14 <script type="text/javascript" src="http://beust.com/scripts/shBrushPlain.js"></script>
18 SyntaxHighlighter.config.clipboardSwf = 'scripts/clipboard.swf';
  /external/v8/src/debug/
debug.js 67 // The different types of scripts matching enum ScriptType in objects.h.
545 var scripts = Debug.scripts();
548 for (var i in scripts) {
549 var script = scripts[i];
691 var scripts = this.scripts();
694 for (var i = 0; i < scripts.length; i++) {
695 if (script_id == scripts[i].id) {
696 break_point.actual_position = %SetScriptBreakPoint(scripts[i], position
    [all...]
  /bionic/libc/kernel/
README.TXT 4 These clean headers are automatically generated by several scripts located
28 Contains various Python and shell scripts used to get and re-generate

Completed in 467 milliseconds

<<11121314151617181920>>