HomeSort by relevance Sort by last modified time
    Searched defs:SCRIPT (Results 1 - 12 of 12) sorted by null

  /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/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'
  /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/chromium/third_party/icu/source/test/intltest/
loctest.h 133 SCRIPT,
  /external/icu4c/test/intltest/
loctest.h 138 SCRIPT,
  /external/webkit/WebCore/inspector/front-end/
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.
  /device/samsung/crespo/alsa-lib/modules/mixer/simple/
python.c 35 #define SCRIPT ALSA_PLUGIN_DIR "/smixer/python/main.py"
987 file = SCRIPT;
  /external/ipsec-tools/src/racoon/
cfparse.h 183 SCRIPT = 399,
348 #define SCRIPT 399
  /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 390 milliseconds