HomeSort by relevance Sort by last modified time
    Searched refs:script (Results 101 - 125 of 2174) sorted by null

1 2 3 45 6 7 8 91011>>

  /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/libtextclassifier/lang_id/
relevant-script-feature.cc 17 #include "lang_id/relevant-script-feature.h"
25 #include "lang_id/script-detector.h"
49 // counts[s] is the number of characters with script s.
63 Script script = GetScript(curr, num_bytes);
66 // counts[script] in order to skip the token end '$'.
72 TC_DCHECK_GE(script, 0);
73 TC_DCHECK_LT(script, kNumRelevantScripts);
74 counts[script]++;
  /external/proguard/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,
  /external/v8/src/parsing/
parsing.cc 33 parser.ReportErrors(isolate, info->script());
37 parser.UpdateStatistics(isolate, info->script());
58 parser.ReportErrors(isolate, info->script());
60 parser.UpdateStatistics(isolate, info->script());
  /frameworks/base/apct-tests/perftests/core/
Android.mk 18 # Use google-fonts/dancing-script for the performance metrics
19 LOCAL_ASSET_DIR := $(TOP)/external/google-fonts/dancing-script
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
RenderScriptTask.java 26 enum script{f32, d1new}; enum in class:RenderScriptTask
30 private script mScript = script.d1new;
33 * An enum for the different types of Render Script tasks. (generated by zhl)
62 * The Render Script context that is required to construct the filter.
69 * A constructor of render script context.
73 public RenderScriptTask(RenderScript renderScript, script sChoice) {
  /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/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
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
do-plot 54 cat > $TMP/gnuplot.script <<EOF
84 echo "set arrow from $x, graph 0 to $x, graph 0.$height" >> $TMP/gnuplot.script
85 echo "set label \"$text\" at $x, graph 0.$height_text center" >> $TMP/gnuplot.script
99 echo $plot_cmd >> $TMP/gnuplot.script
101 #cp $TMP/gnuplot.script .
102 cat $TMP/gnuplot.script | gnuplot
  /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...]
  /bionic/tests/libs/
Android.build.versioned_lib.mk 36 -Wl,--version-script,$(LOCAL_PATH)/versioned_uselib.map
70 -Wl,--version-script,$(LOCAL_PATH)/versioned_lib_v1.map \
83 -Wl,--version-script,$(LOCAL_PATH)/versioned_lib_v2.map \
98 -Wl,--version-script,$(LOCAL_PATH)/versioned_lib_v3.map
117 -Wl,--version-script,$(LOCAL_PATH)/versioned_lib_other.map
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RsUnpackColor8888Test.java 26 private ScriptC_rs_unpack_color_8888 script; field in class:RsUnpackColor8888Test
30 if (script != null) {
31 script.destroy();
38 script.forEach_root(mIn, mOut);
42 script = new ScriptC_rs_unpack_color_8888(mRS);
Float16ArithmeticTest.java 32 import android.renderscript.Script;
39 private ScriptC_float16_arithmetic script; field in class:Float16ArithmeticTest
67 script = new ScriptC_float16_arithmetic(mRS);
75 script.destroy();
135 script.set_gInput(mInput);
136 script.forEach_add(mF16Matrix);
137 script.forEach_bitcast(mF16Matrix, mU16Matrix);
153 script.set_gInput(mInput);
154 script.forEach_sub(mF16Matrix);
155 script.forEach_bitcast(mF16Matrix, mU16Matrix)
    [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
do-plot 54 cat > $TMP/gnuplot.script <<EOF
84 echo "set arrow from $x, graph 0 to $x, graph 0.$height" >> $TMP/gnuplot.script
85 echo "set label \"$text\" at $x, graph 0.$height_text center" >> $TMP/gnuplot.script
99 echo $plot_cmd >> $TMP/gnuplot.script
101 #cp $TMP/gnuplot.script .
102 ( cat $TMP/gnuplot.script; cat ) | gnuplot
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
do-plot 54 cat > $TMP/gnuplot.script <<EOF
84 echo "set arrow from $x, graph 0 to $x, graph 0.$height" >> $TMP/gnuplot.script
85 echo "set label \"$text\" at $x, graph 0.$height_text center" >> $TMP/gnuplot.script
99 echo $plot_cmd >> $TMP/gnuplot.script
101 #cp $TMP/gnuplot.script .
102 ( cat $TMP/gnuplot.script; cat ) | gnuplot
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
do-plot 54 cat > $TMP/gnuplot.script <<EOF
84 echo "set arrow from $x, graph 0 to $x, graph 0.$height" >> $TMP/gnuplot.script
85 echo "set label \"$text\" at $x, graph 0.$height_text center" >> $TMP/gnuplot.script
99 echo $plot_cmd >> $TMP/gnuplot.script
101 #cp $TMP/gnuplot.script .
102 ( cat $TMP/gnuplot.script; cat ) | gnuplot
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
do-plot 54 cat > $TMP/gnuplot.script <<EOF
84 echo "set arrow from $x, graph 0 to $x, graph 0.$height" >> $TMP/gnuplot.script
85 echo "set label \"$text\" at $x, graph 0.$height_text center" >> $TMP/gnuplot.script
99 echo $plot_cmd >> $TMP/gnuplot.script
101 #cp $TMP/gnuplot.script .
102 ( cat $TMP/gnuplot.script; cat ) | gnuplot
  /external/harfbuzz_ng/test/api/
test-ot-tag.c 37 test_simple_tags (const char *s, hb_script_t script)
42 g_test_message ("Testing script %c%c%c%c: tag %s", HB_UNTAG (hb_script_to_iso15924_tag (script)), s);
45 hb_ot_tags_from_script (script, &t1, &t2);
50 g_assert_cmphex (hb_ot_tag_to_script (tag), ==, script); local
54 test_indic_tags (const char *s1, const char *s2, hb_script_t script)
59 g_test_message ("Testing script %c%c%c%c: new tag %s, old tag %s", HB_UNTAG (hb_script_to_iso15924_tag (script)), s1, s2);
63 hb_ot_tags_from_script (script, &t1, &t2);
68 g_assert_cmphex (hb_ot_tag_to_script (tag1), ==, script); local
69 g_assert_cmphex (hb_ot_tag_to_script (tag2), ==, script); local
    [all...]
  /frameworks/rs/driver/
rsdBcc.h 27 android::renderscript::Script *s,
32 android::renderscript::Script *script,
38 android::renderscript::Script *s,
47 android::renderscript::Script *s,
55 android::renderscript::Script *s,
65 android::renderscript::Script *script);
67 android::renderscript::Script *script);
    [all...]
  /device/lge/bullhead/
releasetools.py 54 info.script.CacheFreeSpaceCheck(len(source_radio_img))
56 info.script.PatchCheck("%s:%s:%d:%s:%d:%s" % (
109 info.script.Print("Patching radio...")
112 info.script.ApplyPatch(
119 info.script.Print("Writing radio...")
122 info.script.AppendExtra(
181 info.script.Print("Writing bootloader...")
191 info.script.AppendExtra(
224 info.script.AppendExtra(
229 info.script.AppendExtra("lge_"+target_device+"_update_gpt();"
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
AnyScriptTest.java 35 // get a couple of characters of each script for testing
38 for (int script = 0; script < UScript.CODE_LIMIT; ++script) {
39 UnicodeSet test = new UnicodeSet().applyPropertyAlias("script", UScript.getName(script));
51 for (int script = 0; script < UScript.CODE_LIMIT; ++script) {
52 if (script == UScript.COMMON || script == UScript.INHERITED)
    [all...]
  /external/ImageMagick/tests/
cli-pipe.tap 9 # http://www.imagemagick.org/script/license.php
47 # pipelined magick script
48 echo "-read ${SRCDIR}/rose.pnm -write info:" | ${MAGICK} -script - && echo "ok" || echo "not ok"
49 # pipelined magick script, input image pre-read
50 echo "-write info:" | ${MAGICK} ${SRCDIR}/rose.pnm -script - && echo "ok" || echo "not ok"
51 # pipelined script from file descriptor, read image from stdin
53 ${MAGICK} -script fd:5 5<&0 <${SRCDIR}/rose.pnm && echo "ok" || echo "not ok"
  /external/e2fsprogs/config/
parse-types.sh 3 cat > sed.script << "EOF"
23 sed -f sed.script | grep '^#' > asm_types.h; then
29 rm sed.script
  /external/mesa3d/src/mapi/glapi/
SConscript 68 script = GLAPI + 'gen/gl_x86_asm.py',
70 command = python_cmd + ' $SCRIPT -f $SOURCE > $TARGET'
81 script = GLAPI + 'gen/gl_x86-64_asm.py',
83 command = python_cmd + ' $SCRIPT -f $SOURCE > $TARGET'
94 script = GLAPI + 'gen/gl_SPARC_asm.py',
96 command = python_cmd + ' $SCRIPT -f $SOURCE > $TARGET'
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
weakref1u.d 8 # the rest of this file is generated with the following script:
9 # # script begin
12 # # script output:

Completed in 553 milliseconds

1 2 3 45 6 7 8 91011>>