Searched defs:SCRIPT (Results 1 - 11 of 11) sorted by relevance

/external/dhcpcd/
H A Ddefs.h36 #ifndef SCRIPT
37 # define SCRIPT LIBEXECDIR "/" PACKAGE "-run-hooks" macro
H A DMakefile15 SCRIPT= ${LIBEXECDIR}/dhcpcd-run-hooks macro
37 SED_SCRIPT= -e 's:@SCRIPT@:${SCRIPT}:g'
/external/chromium/
H A DAndroid.mk436 SCRIPT := $(LOCAL_PATH)/android/generateAndroidForwardingHeader.pl macro
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/v8/
H A DAndroid.libv8.mk39 $(GEN1): SCRIPT := $(intermediates)/js2c.py macro
43 python $(SCRIPT) $(GEN1) CORE $(LOCAL_JS_LIBRARY_FILES)
H A DAndroid.mksnapshot.mk46 $(GEN2): SCRIPT := $(intermediates)/js2c.py macro
50 python $(SCRIPT) $(GEN2) CORE $(LOCAL_JS_LIBRARY_FILES)
/external/webkit/Source/WebCore/
H A DAndroid.derived.mk29 $(GEN): SCRIPT := $(LOCAL_PATH)/css/makeprop.pl macro
39 @cp -f $(SCRIPT) $(dir $@)
40 @cd $(dir $@) ; perl ./$(notdir $(SCRIPT))
49 $(GEN): SCRIPT := $(LOCAL_PATH)/css/makevalues.pl macro
53 @cp -f $(SCRIPT) $(dir $@)
70 $(GEN): SCRIPT := $(LOCAL_PATH)/make-hash-tools.pl macro
71 $(GEN): PRIVATE_CUSTOM_TOOL = perl $(SCRIPT) $(dir $@) $<
78 $(GEN): SCRIPT := $(LOCAL_PATH)/inspector/xxd.pl macro
79 $(GEN): PRIVATE_CUSTOM_TOOL = perl $(SCRIPT) XMLViewer_css $< $@
86 $(GEN): SCRIPT macro
95 $(GEN): SCRIPT := $(LOCAL_PATH)/html/parser/create-html-entity-table macro
110 $(GEN): SCRIPT := $(LOCAL_PATH)/make-hash-tools.pl macro
212 SCRIPT := $(CHROMIUM_SRC_DIR)/android/generateAndroidForwardingHeader.pl macro
[all...]
/external/chromium/webkit/glue/
H A Dresource_type.h16 SCRIPT, // an external script enumerator in enum:ResourceType::Type
49 type == SCRIPT ||
/external/icu4c/test/intltest/
H A Dloctest.h138 SCRIPT, enumerator in enum:LocaleTest::__anon4975
/external/webkit/Source/WebCore/inspector/front-end/
H A DSourceHTMLTokenizer.js70 SCRIPT: 16,
353 if (this._condition.parseCondition & (this._parseConditions.SCRIPT | this._parseConditions.STYLE)) {
497 if (this._condition.parseCondition & this._parseConditions.SCRIPT) {
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) {
/external/ipsec-tools/src/racoon/
H A Dcfparse.h191 SCRIPT = 407, enumerator in enum:yytokentype
365 #define SCRIPT 407 macro
/external/icu4c/test/cintltst/
H A Dcloctst.c168 SCRIPT = 1, enumerator in enum:__anon4891
458 case SCRIPT:
2914 else if (uprv_strcmp(temp3, rawData2[SCRIPT][i])) {
2915 log_err(" script doesn't match expected %s in in uloc_getLocaleForLCID(%#04x) = %s\n", rawData2[SCRIPT][i], lcid, temp2);

Completed in 160 milliseconds