/cts/tools/dx-tests/scripts/ |
collect_dasm_files.sh | 83 SCRIPT="s#out/classes_[^/]*/dxc/\(.*\)/${OPCODE}/jm/T_${OPCODE}\(.*\)\.class#src/dot/\1/${subcode}/d/T_${subcode}\2.d#" 84 FILEDEST=`echo ${CLASSFOLDER}/${jtestclassfile} | sed -e $SCRIPT` 86 # SCRIPT="s#out/classes_[^/]*/dxc/\(.*\)${OPCODE}/Main_\(.*\)\.class#src/dot/\1/${subcode}/Main_\2.d#" 87 # FILEDEST=`echo ${CLASSFOLDER}/${jpackageclassfile} | sed -e $SCRIPT` 98 SCRIPT="s/${OPCODE}\([\.|\/]\)jm\([\.|\/]\)/${subcode}\1d\2/g" 99 sed -i -e ${SCRIPT} ${FILEDEST} 100 SCRIPT="s/T_${OPCODE}/T_${subcode}/g" 101 sed -i -e ${SCRIPT} ${FILEDEST} 103 SCRIPT="s#dxc/\(.*\)/${OPCODE}/\(.*\)#src/dot/\1/${subcode}/\2#" 104 jpackagedestfile=`echo ${jpackageclassfile} | sed -e $SCRIPT` [all...] |
/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/moto/stingray/self-extractors/ |
generate-packages.sh | 112 echo \ \ Generating self-extracting script 113 SCRIPT=extract-$COMPANY-$DEVICE.sh 114 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script 115 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 116 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 117 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script [all...] |
/device/moto/wingray/self-extractors/ |
generate-packages.sh | 112 echo \ \ Generating self-extracting script 113 SCRIPT=extract-$COMPANY-$DEVICE.sh 114 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script 115 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 116 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 117 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script [all...] |
/device/samsung/crespo/self-extractors/ |
generate-packages.sh | 113 echo \ \ Generating self-extracting script 114 SCRIPT=extract-$COMPANY-$DEVICE.sh 115 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script 116 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 117 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 118 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script [all...] |
/device/samsung/crespo4g/self-extractors/ |
generate-packages.sh | 112 echo \ \ Generating self-extracting script 113 SCRIPT=extract-$COMPANY-$DEVICE.sh 114 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script 115 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 116 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 117 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script [all...] |
/device/samsung/maguro/self-extractors/ |
generate-packages.sh | 108 echo \ \ Generating self-extracting script 109 SCRIPT=extract-$COMPANY-$DEVICE.sh 110 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script 111 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 112 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 113 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script [all...] |
/device/samsung/toro/self-extractors/ |
generate-packages.sh | 119 echo \ \ Generating self-extracting script 120 SCRIPT=extract-$COMPANY-$DEVICE.sh 121 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script 122 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 123 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 124 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script [all...] |
/device/ti/panda/self-extractors/ |
generate-packages.sh | 74 echo \ \ Generating self-extracting script 75 SCRIPT=extract-$COMPANY-$DEVICE.sh 76 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script 77 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 78 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 79 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;
|
/ndk/tests/ |
run-tests.sh | 17 # This shell script is used to run all NDK build tests in a row. 292 # Run a simple awk script 293 # $1: awk script to run 299 local SCRIPT="$1" 300 local SCRIPT_NAME="`basename $SCRIPT`" 308 echo "### COMMAND: awk -f \"$SCRIPT\" $@ < \"$INPUT\" > \"$OUTPUT\"" 310 awk -f "$SCRIPT" $@ < "$INPUT" > "$OUTPUT" 311 fail_panic "Can't run awk script: $SCRIPT" 313 echo "OUTPUT FROM SCRIPT: [all...] |
/external/v8/ |
Android.libv8.mk | 39 $(GEN1): SCRIPT := $(intermediates)/js2c.py 43 python $(SCRIPT) $(GEN1) CORE $(LOCAL_JS_LIBRARY_FILES)
|
Android.mksnapshot.mk | 46 $(GEN2): SCRIPT := $(intermediates)/js2c.py 50 python $(SCRIPT) $(GEN2) CORE $(LOCAL_JS_LIBRARY_FILES)
|
/external/icu4c/test/intltest/ |
loctest.h | 138 SCRIPT,
|
loctest.cpp | 23 // script code 40 // display script (English) 53 // display script (French) 66 /* display script (Catalan) */ 85 // display script (Greek) 112 // display script (<root>) 243 if (rawData[SCRIPT][i] && rawData[SCRIPT][i][0] != 0) { 244 testLocale = Locale(rawData[LANG][i], rawData[SCRIPT][i], rawData[CTRY][i], rawData[VAR][i]); 254 if ( (temp=testLocale.getScript()) != (dataTable[SCRIPT][i]) [all...] |
/external/libvpx/examples/includes/geshi/geshi/ |
z80.php | 117 'SCRIPT' => array(
|
/external/v8/src/ |
gdb-jit.h | 57 V(SCRIPT) \ 114 Script* script = NULL); 117 Handle<Script> script,
|
/external/chromium/ |
Android.mk | 436 SCRIPT := $(LOCAL_PATH)/android/generateAndroidForwardingHeader.pl 439 $(GEN): $(SCRIPT) 441 perl $(SCRIPT) $@ "lib/expat.h" 445 $(GEN): $(SCRIPT) 447 perl $(SCRIPT) $@ "include/core/SkBitmap.h" 451 $(GEN): $(SCRIPT) 453 perl $(SCRIPT) $@ "public/WebFormControlElement.h" 457 $(GEN): $(SCRIPT) 459 perl $(SCRIPT) $@ "public/WebRegularExpression.h" 463 $(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 | 191 SCRIPT = 407, 365 #define SCRIPT 407
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
ElementTest.java | 121 assertTrue(Element.SCRIPT(mRS) != null); 219 Element[] SCRIPT = { Element.SCRIPT(mRS) }; 243 RGBA_5551, RGB_565, SAMPLER, SCRIPT, TYPE, 325 eb.add(Element.SCRIPT(mRS), "SCRIPT", arraySize); 391 assertFalse(Element.SCRIPT(mRS).isComplex());
|