HomeSort by relevance Sort by last modified time
    Searched refs:SCRIPT (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/dhcpcd/
defs.h 36 #ifndef SCRIPT
37 # define SCRIPT LIBEXECDIR "/" PACKAGE "-run-hooks"
  /external/iproute2/testsuite/lib/
generic.sh 26 SCRIPT=$1; shift
34 ts_err "${SCRIPT}: ${DESC} failed:"
43 echo "${SCRIPT}: ${DESC} succeeded with output:"
46 echo "${SCRIPT}: ${DESC} succeeded"
54 SCRIPT=$1; shift
62 ts_err "${SCRIPT}: ${DESC} failed:"
71 echo "${SCRIPT}: ${DESC} succeeded with output:"
74 echo "${SCRIPT}: ${DESC} succeeded"
  /external/webkit/Source/WebCore/
Android.derived.mk 29 $(GEN): SCRIPT := $(LOCAL_PATH)/css/makeprop.pl
39 @cp -f $(SCRIPT) $(dir $@)
40 @cd $(dir $@) ; perl ./$(notdir $(SCRIPT))
49 $(GEN): SCRIPT := $(LOCAL_PATH)/css/makevalues.pl
53 @cp -f $(SCRIPT) $(dir $@)
70 $(GEN): SCRIPT := $(LOCAL_PATH)/make-hash-tools.pl
71 $(GEN): PRIVATE_CUSTOM_TOOL = perl $(SCRIPT) $(dir $@) $<
78 $(GEN): SCRIPT := $(LOCAL_PATH)/inspector/xxd.pl
79 $(GEN): PRIVATE_CUSTOM_TOOL = perl $(SCRIPT) XMLViewer_css $< $@
86 $(GEN): SCRIPT := $(LOCAL_PATH)/inspector/xxd.p
    [all...]
  /device/asus/tilapia/self-extractors/
generate-packages.sh 168 echo \ \ Generating self-extracting script
169 SCRIPT=extract-$COMPANY-$DEVICE.sh
170 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script
171 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
172 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
173 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
    [all...]
  /device/lge/mako/self-extractors/
generate-packages.sh 223 echo \ \ Generating self-extracting script
224 SCRIPT=extract-$COMPANY-$DEVICE.sh
225 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script
226 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
227 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
228 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
    [all...]
  /device/samsung/maguro/self-extractors/
generate-packages.sh 154 echo \ \ Generating self-extracting script
155 SCRIPT=extract-$COMPANY-$DEVICE.sh
156 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script
157 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
158 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
159 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
    [all...]
  /device/samsung/manta/self-extractors/
generate-packages.sh 109 echo \ \ Generating self-extracting script
110 SCRIPT=extract-$COMPANY-$DEVICE.sh
111 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script
112 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
113 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
114 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
    [all...]
  /device/samsung/toro/self-extractors/
generate-packages.sh 164 echo \ \ Generating self-extracting script
165 SCRIPT=extract-$COMPANY-$DEVICE.sh
166 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script
167 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
168 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
169 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
    [all...]
  /device/samsung/toroplus/self-extractors/
generate-packages.sh 110 echo \ \ Generating self-extracting script
111 SCRIPT=extract-$COMPANY-$DEVICE.sh
112 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script
113 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
114 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
115 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
    [all...]
  /device/ti/panda/self-extractors/
generate-packages.sh 65 echo \ \ Generating self-extracting script
66 SCRIPT=extract-$COMPANY-$DEVICE.sh
67 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script
68 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
69 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
70 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
    [all...]
  /external/chromium/webkit/glue/
resource_type.h 16 SCRIPT, // an external script
49 type == SCRIPT ||
  /external/webkit/PerformanceTests/SunSpider/
make-hosted 68 open SCRIPT, "<tests/${suite}/${test}.js";
69 my $script = do { local $/; <SCRIPT> };
70 close SCRIPT;
74 $output =~ s/\@SCRIPT\@/${script}/g;
  /external/v8/
Android.libv8.mk 48 $(GEN1): SCRIPT := $(intermediates)/js2c.py
52 python $(SCRIPT) $(GEN1) CORE off $(LOCAL_JS_LIBRARY_FILES)
57 $(GEN2): SCRIPT := $(intermediates)/js2c.py
61 python $(SCRIPT) $(GEN2) EXPERIMENTAL off $(LOCAL_JS_EXPERIMENTAL_LIBRARY_FILES)
Android.mksnapshot.mk 61 $(GEN3): SCRIPT := $(intermediates)/js2c.py
65 python $(SCRIPT) $(GEN3) CORE off $(LOCAL_JS_LIBRARY_FILES)
70 $(GEN4): SCRIPT := $(intermediates)/js2c.py
74 python $(SCRIPT) $(GEN4) EXPERIMENTAL off $(LOCAL_JS_EXPERIMENTAL_LIBRARY_FILES)
  /external/openssh/regress/
test-exec.sh 42 SCRIPT=$2
43 if [ "x$SCRIPT" = "x" ]; then
44 echo '$SCRIPT not defined'
47 if [ ! -f $SCRIPT ]; then
48 echo "not a file: $SCRIPT"
51 if $TEST_SHELL -n $SCRIPT; then
54 echo "syntax error in $SCRIPT"
59 SRC=`dirname ${SCRIPT}`
336 case "$SCRIPT" in
393 . $SCRIPT
    [all...]
ssh-com.sh 30 SRC=`dirname ${SCRIPT}`
  /external/icu4c/test/intltest/
loctest.h 138 SCRIPT,
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
z80.php 117 'SCRIPT' => array(
  /ndk/tests/standalone/
run.sh 18 # This script is used to run a series of tests on a given standalone
23 # This script will use ${PREFIX}gcc to invoke the compiler,
102 echo "option, or by defining PREFIX in your environment before calling this script."
109 echo "The script will automatically use an NDK-provided sysroot, but you can specify an"
121 echo "When called without any arguments, the script will run all known toolchain tests."
199 # SCRIPT
207 SCRIPT=
211 TEST_TYPE=script
212 SCRIPT=run.sh
215 TEST_TYPE=script
    [all...]
  /ndk/tests/
run-tests.sh 17 # This shell script is used to run all NDK build tests in a row.
305 # Run a simple awk script
306 # $1: awk script to run
312 local SCRIPT="$1"
313 local SCRIPT_NAME="`basename $SCRIPT`"
321 echo "### COMMAND: awk -f \"$SCRIPT\" $@ < \"$INPUT\" > \"$OUTPUT\""
323 awk -f "$SCRIPT" $@ < "$INPUT" > "$OUTPUT"
324 fail_panic "Can't run awk script: $SCRIPT"
326 echo "OUTPUT FROM SCRIPT:
    [all...]
  /external/v8/src/
gdb-jit.h 61 V(SCRIPT) \
118 Script* script,
122 Handle<Script> script,
  /external/chromium/
Android.mk 437 SCRIPT := $(LOCAL_PATH)/android/generateAndroidForwardingHeader.pl
440 $(GEN): $(SCRIPT)
442 perl $(SCRIPT) $@ "lib/expat.h"
446 $(GEN): $(SCRIPT)
448 perl $(SCRIPT) $@ "include/core/SkBitmap.h"
452 $(GEN): $(SCRIPT)
454 perl $(SCRIPT) $@ "public/WebFormControlElement.h"
458 $(GEN): $(SCRIPT)
460 perl $(SCRIPT) $@ "public/WebRegularExpression.h"
464 $(GEN): $(SCRIPT)
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
SourceHTMLTokenizer.js 70 SCRIPT: 16,
81 var match = /<\/script/i.exec(line);
145 // Re-set line to force </script> detection first.
353 if (this._condition.parseCondition & (this._parseConditions.SCRIPT | this._parseConditions.STYLE)) {
354 // Do not tokenize script and style tag contents, keep lexer state, even though processing "<".
497 if (this._condition.parseCondition & this._parseConditions.SCRIPT) {
498 // Do not tokenize script tag contents, keep lexer state, even though processing "<".
504 this._condition.parseCondition = this._parseConditions.SCRIPT;
640 if (this._condition.parseCondition === this._parseConditions.SCRIPT || this._condition.parseCondition === this._parseConditions.STYLE) {
691 if (this._condition.parseCondition & this._parseConditions.SCRIPT) {
    [all...]
SourceHTMLTokenizer.re2js 69 SCRIPT: 16,
80 var match = /<\/script/i.exec(line);
144 // Re-set line to force </script> detection first.
225 if (this._condition.parseCondition & this._parseConditions.SCRIPT) {
226 // Do not tokenize script tag contents, keep lexer state, even though processing "<".
232 this._condition.parseCondition = this._parseConditions.SCRIPT;
267 if (this._condition.parseCondition & (this._parseConditions.SCRIPT | this._parseConditions.STYLE)) {
268 // Do not tokenize script and style tag contents, keep lexer state, even though processing "<".
282 if (this._condition.parseCondition & this._parseConditions.SCRIPT) {
287 // Do not tokenize script tag contents
    [all...]
  /external/ipsec-tools/src/racoon/
cfparse.h 183 SCRIPT = 399,
348 #define SCRIPT 399

Completed in 772 milliseconds

1 2 3