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

1 2 34 5 6 7 8 91011>>

  /external/chromium-libpac/test/js-unittest/
side_effects.js 2 // We write it this way so if the script gets loaded twice,
ends_with_comment.js 5 // We end the script with a comment (and no trailing newline).
7 // would append some functions to the script; the first line of
  /external/linux-kselftest/tools/testing/selftests/exec/
Makefile 3 DEPS = execveat.symlink execveat.denatured script subdir
8 script:
  /external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/
ScriptStorageAdapter.java 46 * Writes data to the script by name and overwrites any existing data.
48 public static void writeScript(File script, String data) {
49 if (script.getParent() == null) {
50 script = new File(InterpreterConstants.SCRIPTS_ROOT, script.getPath());
53 FileWriter stream = new FileWriter(script, false /* overwrite */);
58 Log.e("Failed to write script.", e);
63 * Returns a list of all available script {@link File}s.
88 * Returns a list of script {@link File}s from the given folder for which there is an interpreter
97 File script = it.next() local
    [all...]
  /frameworks/compile/mclinker/unittests/
ELFBinaryReaderTest.cpp 42 LinkerScript script; local
43 Module module("test", script);
  /sdk/
release.md 6 gradle --init-script release.gradle <tasks
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ia64/
local1.d 2 #ld: -shared --version-script local1.map
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
default-script.exp 1 # Test --default-script/-dT
26 set test_list [lsort [glob -nocomplain $srcdir/$subdir/default-script*.d]]
map-address.d 2 Linker script and memory map
rgn-at7.d 5 # Test that lma is only aligned by script when lma_region!=region.
rgn-at8.d 5 # Test that lma is aligned when lma_region!=region and requested by script.
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationData.java 192 * Returns the first primary for the script's reordering group.
195 * or 0 if the script is unknown
197 long getFirstPrimaryForGroup(int script) {
198 int index = getScriptIndex(script);
203 * Returns the last primary for the script's reordering group.
206 * or 0 if the script is unknown
208 public long getLastPrimaryForGroup(int script) {
209 int index = getScriptIndex(script);
219 * @return the first script of the group, or -1 if the weight is beyond the last group
241 private int getScriptIndex(int script) {
366 int script = reorder[i++]; local
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationData.java 190 * Returns the first primary for the script's reordering group.
193 * or 0 if the script is unknown
195 long getFirstPrimaryForGroup(int script) {
196 int index = getScriptIndex(script);
201 * Returns the last primary for the script's reordering group.
204 * or 0 if the script is unknown
206 public long getLastPrimaryForGroup(int script) {
207 int index = getScriptIndex(script);
217 * @return the first script of the group, or -1 if the weight is beyond the last group
239 private int getScriptIndex(int script) {
364 int script = reorder[i++]; local
    [all...]
  /bootable/recovery/tests/component/
updater_test.cpp 244 std::string script("package_extract_dir(\"b\", \"" + temp_dir + "\")");
245 expect("t", script.c_str(), kNoCause, &updater_info);
262 expect("t", script.c_str(), kNoCause, &updater_info);
274 script = "package_extract_dir(\"b/\", \"" + temp_dir + "\")";
275 expect("t", script.c_str(), kNoCause, &updater_info);
286 script = "package_extract_dir(\"\", \"" + temp_dir + "\")";
287 expect("t", script.c_str(), kNoCause, &updater_info);
309 script = "package_extract_dir(\"doesntexist\", \"" + temp_dir + "\")";
310 expect("t", script.c_str(), kNoCause, &updater_info);
313 script = "package_extract_dir(\"/b\", \"" + temp_dir + "\")"
588 std::string script = "block_image_update(\\"" + std::string(update_file.path) + local
    [all...]
  /external/v8/src/
source-position.cc 14 Handle<Script> script(Script::cast(function->script()));
16 if (script->name()->IsString()) {
17 out << String::cast(script->name())->ToCString(DISALLOW_NULLS).get();
49 Handle<Script> script(Script::cast(function->script()));
94 Script* script = Script::cast(function->script()); local
    [all...]
  /cts/suite/audio_quality/lib/include/
SignalProcessingInterface.h 25 * Interface to Signal processing module to run signal processing script and retrieve the result
32 virtual bool init(const android::String8& script) = 0;
34 * run the script with given input / output parameters. Note that this function does not
36 * @param functionScript function name (python script name to run for this call)
  /cts/suite/audio_quality/lib/src/
SimpleScriptExec.cpp 30 android::String8 script("test_description/conf/check_conf.py");
33 if (!runScript(script, param, result)) {
66 bool SimpleScriptExec::runScript(const android::String8& script, const android::String8& param,
71 command.appendFormat("%s %s %s", PYTHON_PATH, script.string(), param.string());
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
InitTest.java 26 private ScriptC_init_test script; field in class:InitTest
30 script.forEach_root(mIn, mOut);
34 script = new ScriptC_init_test(mRS);
56 script.destroy();
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
RenderScriptTask.java 38 enum script{f32, d1new}; enum in class:RenderScriptTask
42 private script mScript = script.d1new;
45 * An enum for the different types of Render Script tasks. (generated by zhl)
74 * The Render Script context that is required to construct the filter.
79 * A constructor of render script context.
83 public RenderScriptTask(RenderScript renderScript, script sChoice) {
  /external/ImageMagick/www/api/
deprecate.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...]
magick-deprecate.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...]
magick.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/icu/icu4c/source/common/
uscript_props.cpp 26 // Script metadata (script properties).
29 // 0 = NOT_ENCODED, no sample character, default false script properties.
225 int32_t getScriptProps(UScriptCode script) {
226 if (0 <= script && script < UPRV_LENGTHOF(SCRIPT_PROPS)) {
227 return SCRIPT_PROPS[script];
236 uscript_getSampleString(UScriptCode script, UChar *dest, int32_t capacity, UErrorCode *pErrorCode) {
242 int32_t sampleChar = getScriptProps(script) & 0x1fffff;
257 uscript_getSampleUnicodeString(UScriptCode script) {
    [all...]
  /external/icu/icu4c/source/samples/layout/
FontMap.cpp 29 le_int32 defaultFont = -1, i, script; local
81 sprintf(errorMessage, "The script name %s is invalid.", line);
86 script = (le_int32) scriptCode;
88 if (fFontIndices[script] >= 0) {
90 fFontIndices[script] = -1;
93 fFontIndices[script] = getFontIndex(fontName);
98 for (script = 0; script < scriptCodeCount; script += 1) {
99 if (fFontIndices[script] < 0)
150 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;

Completed in 253 milliseconds

1 2 34 5 6 7 8 91011>>