HomeSort by relevance Sort by last modified time
    Searched refs:script (Results 1176 - 1200 of 2082) sorted by null

<<41424344454647484950>>

  /external/ImageMagick/www/api/
pixel-iterator.php 33 <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
38 <script>
40 </script>
43 <a class="magick-nav-item " href="../script/binary-releases.php">Download</a>
44 <a class="magick-nav-item " href="../script/command-line-tools.php">Tools</a>
45 <a class="magick-nav-item " href="../script/command-line-options.php">Options</a>
46 <a class="magick-nav-item " href="../script/resources.php">Resources</a>
47 <a class="magick-nav-item " href="../script/api.php">Develop</a>
48 <a class="magick-nav-item " href="../script/search.php">Search</a
    [all...]
statistic.php 33 <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
38 <script>
40 </script>
43 <a class="magick-nav-item " href="../script/binary-releases.php">Download</a>
44 <a class="magick-nav-item " href="../script/command-line-tools.php">Tools</a>
45 <a class="magick-nav-item " href="../script/command-line-options.php">Options</a>
46 <a class="magick-nav-item " href="../script/resources.php">Resources</a>
47 <a class="magick-nav-item " href="../script/api.php">Develop</a>
48 <a class="magick-nav-item " href="../script/search.php">Search</a
    [all...]
  /external/antlr/antlr-3.4/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
GUnitExecuteMojo.java 291 for ( File script : collectIncludedSourceGrammars() ) {
292 final String scriptPath = script.getAbsolutePath();
293 System.out.println( "Executing script " + scriptPath );
295 String scriptBaseName = StringUtils.chompLast( FileUtils.basename( script.getName() ), "." );
302 script.getParentFile().getAbsolutePath()
321 throw new MojoExecutionException( "Could not open specified script file", e );
324 throw new MojoExecutionException( "Could not parse gUnit script", e );
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
main.rb 41 Namespace module for the quick script Main classes.
58 # the input stream used by the Main script; defaults to <tt>$stdin</tt>
61 # script in interactive mode; defaults to +false+
113 The base-class for the three primary Main script-runner classes.
134 # runs the script
282 script = name.gsub( /::/, '' )
284 return( require( script ) )
287 script, retry_ok = module_name, false
314 A class which implements a handy test script which is executed whenever an ANTLR
362 A class which implements a handy test script which is executed whenever an ANTL
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
runtests.bat 69 REM and the script rerun with the same parameter settings. **
82 REM Run tests by running Ant in Eclipse on the test.xml script
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-use.cc 164 has_arabic_joining (hb_script_t script)
167 switch ((int) script)
206 if (has_arabic_joining (plan->props.script))
254 setup_masks_arabic_plan (use_plan->arabic_plan, buffer, plan->props.script);
  /external/harfbuzz_ng/util/
options.hh 182 direction = language = script = NULL;
198 g_free (script);
208 hb_buffer_set_script (buffer, hb_script_from_string (script, -1));
267 char *script; member in struct:shape_options_t
  /external/icu/icu4c/source/common/unicode/
uldnames.h 162 * Returns the display name of the provided script.
164 * @param script the script whose display name to return
174 const char *script,
180 * Returns the display name of the provided script code.
182 * @param scriptCode the script code whose display name to return
  /external/icu/icu4c/source/tools/toolutil/
ppucd.cpp 548 int32_t script=pnames->getPropertyValueEnum(UCHAR_SCRIPT, scs); local
549 if(script==UCHAR_INVALID_CODE) {
551 "error in preparsed UCD: '%s' is not a valid script code on line %ld\n",
555 } else if(scx.contains(script)) {
562 scx.add(script);
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
genIndexFilters.bat 25 # This perl script updates the filters in the transliterator index file.
34 # This script writes a new index file. The new file has to then be
  /external/ipsec-tools/src/racoon/
remoteconf.h 53 /* Script hooks */
99 vchar_t *script[SCRIPT_MAX + 1];/* script hooks paths */ member in struct:remoteconf
  /external/llvm/utils/
check-each-file 5 # This script depends on the llvm-native-gcc script.
7 if [ x$1 = x--make-linker-script ]
19 echo "Linker script created in $linker; testing it out"
32 echo "WARNING: linker script didn't work"
38 echo "WARNING: linker script didn't work"
42 echo "Linker script created in $linker; please check it manually"
53 echo "$myname --make-linker-script PROGRAM"
60 echo "LINKER is the script that builds PROGRAM; try --make-linker-script"
    [all...]
  /external/ltp/testcases/commands/cron/
cron_pos_tests.sh 20 echo Either do not run this script as root or start it like
  /external/parameter-framework/support/android/asio/
asio_shrinker.sh 38 # Prior to running this script you should git-rm the previous content of the
44 # Then, run this script by passing it a list of lunch targets. ASIO will be
79 # This script must be run from the Parameter Framework's git root.
133 run that script anew.
  /external/pdfium/fpdfsdk/javascript/
ijs_event_context.h 23 virtual bool RunScript(const CFX_WideString& script,
  /external/pdfium/xfa/fxfa/
fxfa_widget.h 57 int32_t ExecuteScript(CXFA_Script script,
  /external/syslinux/gpxe/src/config/
config.c 176 REQUIRE_OBJECT ( script ); variable
  /external/v8/src/
execution.cc 42 PrintF("[Running deserialized script");
43 Object* script = function->shared()->script(); local
44 if (script->IsScript()) {
45 Object* name = Script::cast(script)->name();
source-position.h 20 class Script;
78 SourcePositionInfo Info(Handle<SharedFunctionInfo> script) const;
  /external/v8/src/profiler/
allocation-tracker.h 127 UnresolvedLocation(Script* script, int start, FunctionInfo* info);
134 Handle<Script> script_;
  /frameworks/native/services/surfaceflinger/
Android.mk 117 LOCAL_LDFLAGS_32 := -Wl,--version-script,art/sigchainlib/version-script32.txt -Wl,--export-dynamic
118 LOCAL_LDFLAGS_64 := -Wl,--version-script,art/sigchainlib/version-script64.txt -Wl,--export-dynamic
  /prebuilts/devtools/tools/
ddms.bat 19 rem Set up prog to be the path of this script, including following symlinks,
23 rem Change current directory and drive to where the script is, to avoid
hierarchyviewer.bat 19 rem Set up prog to be the path of this script, including following symlinks,
23 rem Change current directory and drive to where the script is, to avoid
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
build_scripts.py 54 """Copy each script listed in 'self.scripts'; if it's marked as a
55 Python script in the Unix way (first line matches 'first_line_re',
62 for script in self.scripts:
64 script = convert_path(script)
65 outfile = os.path.join(self.build_dir, os.path.basename(script))
68 if not self.force and not newer(script, outfile):
69 log.debug("not copying %s (up-to-date)", script)
74 # script.
76 f = open(script, "r"
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
aepack.py 184 script, language = struct.unpack('hh', desc.data[:4])
185 return aetypes.IntlText(script, language, desc.data[4:])
187 script, language = struct.unpack('hh', desc.data)
188 return aetypes.IntlWritingCode(script, language)

Completed in 989 milliseconds

<<41424344454647484950>>