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

1 2

  /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/
config.h 62 #ifndef SCRIPT
63 # define SCRIPT LIBEXECDIR "/" PACKAGE "-run-hooks"
Makefile 11 SCRIPT= ${LIBEXECDIR}/dhcpcd-run-hooks
29 CPPFLAGS+= -DSCRIPT=\"${SCRIPT}\"
39 SED_SCRIPT= -e 's:@SCRIPT@:${SCRIPT}:g'
dhcpcd.c 69 {"script", required_argument, NULL, 'c'},
164 printf("usage: "PACKAGE" [-dknpqxADEGHKLOTV] [-c script] [-f file ] [-h hostname]\n"
323 strlcpy(options->script, oarg, sizeof(options->script));
661 strlcpy(options->script, SCRIPT, sizeof(options->script));
  /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/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 36 $(GEN1): SCRIPT := $(intermediates)/js2c.py
40 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/webkit/WebCore/
Android.derived.mk 29 $(GEN): SCRIPT := $(LOCAL_PATH)/css/makeprop.pl
37 @cp -f $(SCRIPT) $(dir $@)
38 @cd $(dir $@) ; perl ./$(notdir $(SCRIPT))
42 $(GEN): SCRIPT := $(LOCAL_PATH)/css/makevalues.pl
46 @cp -f $(SCRIPT) $(dir $@)
  /external/webkit/WebCore/inspector/front-end/
SourceHTMLTokenizer.re2js 69 SCRIPT: 16
178 this._parseCondition = this._parseConditions.SCRIPT;
192 if (this._parseCondition & this._parseConditions.SCRIPT) {
193 // Do not tokenize script tag contents, keep lexer state although processing "<".
206 if (this._parseCondition & this._parseConditions.SCRIPT) {
207 // Do not tokenize script tag contents.
235 if (this._parseCondition === this._parseConditions.SCRIPT) {
SourceHTMLTokenizer.js 70 SCRIPT: 16
308 if (this._parseCondition & this._parseConditions.SCRIPT) {
309 // Do not tokenize script tag contents, keep lexer state although processing "<".
417 this._parseCondition = this._parseConditions.SCRIPT;
524 if (this._parseCondition === this._parseConditions.SCRIPT) {
574 if (this._parseCondition & this._parseConditions.SCRIPT) {
575 // Do not tokenize script tag contents.
  /external/chromium/third_party/icu/source/test/intltest/
loctest.h 133 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>)
239 if (rawData[SCRIPT][i] && rawData[SCRIPT][i][0] != 0) {
240 testLocale = Locale(rawData[LANG][i], rawData[SCRIPT][i], rawData[CTRY][i], rawData[VAR][i]);
250 if ( (temp=testLocale.getScript()) != (dataTable[SCRIPT][i])
    [all...]
  /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(
ruby.php 174 'SCRIPT' => array(
rails.php 354 'SCRIPT' => array(
  /external/ipsec-tools/src/racoon/
cfparse.h 183 SCRIPT = 399,
348 #define SCRIPT 399
cfparse.y 236 %token SCRIPT PHASE1_UP PHASE1_DOWN
    [all...]
cftoken.l 166 <S_PTH>script { YYD; yylval.num = LC_PATHTYPE_SCRIPT;
359 <S_RMTS>script { YYD; return(SCRIPT); }
  /device/samsung/crespo/alsa-lib/modules/mixer/simple/
python.c 35 #define SCRIPT ALSA_PLUGIN_DIR "/smixer/python/main.py"
987 file = SCRIPT;
  /external/libvpx/examples/includes/geshi/contrib/
langcheck.php 3 * GeSHi example script
5 * Just point your browser at this script (with geshi.php in the parent directory,
67 <title>GeSHi Language File Validation Script</title>
119 <h2>GeSHi Language File Validation Script</h2>
120 <p>To use this script, make sure that <strong>geshi.php</strong> is in the
123 <p>Everything else will be done by this script automatically. After the script
154 report_error(TYPE_ERROR, 'The path "'.GESHI_LANG_ROOT.'" is not readable to this script!');
424 'REGEXPS', 'SCRIPT');
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
cloctst.c 56 /* script code */
75 /* display script code (English) */
88 /* display script code (French) */
101 /* display script code (Catalan) */
124 /* display script code (Greek) */
166 SCRIPT = 1,
447 case SCRIPT:
    [all...]
  /external/icu4c/test/cintltst/
cloctst.c 56 /* script code */
75 /* display script code (English) */
88 /* display script code (French) */
101 /* display script code (Catalan) */
124 /* display script code (Greek) */
166 SCRIPT = 1,
452 case SCRIPT:
    [all...]

Completed in 1022 milliseconds

1 2