Home
last modified time | relevance | path

Searched refs:CONFIG (Results 1 – 25 of 114) sorted by relevance

12345

/external/webkit/Source/
DWebKit.pri3 contains(QT_CONFIG, qpa):CONFIG += embedded
8 CONFIG(QTDIR_build) {
9 CONFIG += standalone_package
12 win32|mac:!macx-xcode:CONFIG += debug_and_release
14 !CONFIG(release, debug|release) {
20 exists($$PWD/WebCore/generated):CONFIG += standalone_package
22 … mac:contains(QT_CONFIG, qt_framework):!CONFIG(webkit_no_framework):!build_pass:CONFIG += build_all
25 CONFIG(standalone_package): DEFINES *= NDEBUG
27 CONFIG += depend_includepath
34 CONFIG(QTDIR_build) {
[all …]
/external/webkit/Source/JavaScriptCore/
Djsc.pro6 CONFIG -= app_bundle
7 CONFIG += building-libs
8 win32-*: CONFIG += console
9 win32-msvc*: CONFIG += exceptions_off stl_off
14 unix:!mac:!symbian:CONFIG += link_pkgconfig
39 contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
40 unix:contains(QT_CONFIG, reduce_relocations):CONFIG += bsymbolic_functions
DJavaScriptCore.pri8 mac: CONFIG(debug, debug|release): JAVASCRIPTCORE_TARGET = jscored
12 CONFIG(debug, debug|release) : JAVASCRIPTCORE_DESTDIR = debug
15 CONFIG(standalone_package) {
60 # CONFIG += text_breaking_with_icu
62 contains (CONFIG, text_breaking_with_icu) {
101 CONFIG -= explicitlib
106 export(CONFIG)
DDerivedSources.pro3 CONFIG -= debug_and_release
10 CONFIG(standalone_package) {
34 eval($${1}.CONFIG = target_predeps no_link)
41 export($${1}.CONFIG)
75 rvctstubs.CONFIG += no_link
84 msvcstubs.CONFIG += no_link
DJavaScriptCore.pro2 CONFIG += building-libs
7 CONFIG += staticlib
15 CONFIG += depend_includepath
17 contains(QT_CONFIG, embedded):CONFIG += embedded
22 contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
23 unix:contains(QT_CONFIG, reduce_relocations):CONFIG += bsymbolic_functions
25 CONFIG(QTDIR_build) {
27 CONFIG -= separate_debug_info
28 CONFIG += no_debug_info
/external/webkit/Source/WebKit/qt/
DQtWebKit.pro2 CONFIG += building-libs
3 CONFIG += depend_includepath
13 CONFIG(debug, debug|release) : CONFIG_DIR = debug
18 CONFIG(standalone_package) {
44 contains(QT_CONFIG, embedded):CONFIG += embedded
48 contains(DEFINES, ENABLE_WEBGL=1)|contains(CONFIG, texmap): LIBS += $$QMAKE_LIBS_OPENGL
79 CONFIG(release):!CONFIG(standalone_package) {
80 contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
81 unix:contains(QT_CONFIG, reduce_relocations):CONFIG += bsymbolic_functions
84 CONFIG(QTDIR_build) {
[all …]
/external/webkit/Source/WebCore/
DWebCore.pri7 # CONFIG += texmap
13 contains(QT_CONFIG, qpa):CONFIG += embedded
16 mac: CONFIG(debug, debug|release): WEBCORE_TARGET = webcored
20 CONFIG(debug, debug|release) : WEBCORE_DESTDIR = debug
23 CONFIG(standalone_package) {
154 CONFIG += do_not_build_as_thumb
156 CONFIG(release, debug|release): QMAKE_CXXFLAGS.ARMCC += -OTime -O3
160 !CONFIG(QTDIR_build) {
162 exists($${EPOCROOT}epoc32/release/armv5/lib/sqlite3.dso):CONFIG *= system-sqlite
178 CONFIG(release, debug|release): DEFINES *= NDEBUG
[all …]
DDerivedSources.pro6 CONFIG -= debug_and_release
11 eval($${1}.CONFIG = target_predeps no_link)
18 export($${1}.CONFIG)
Dfeatures.pri3 CONFIG(minimal) {
7 CONFIG(production) {
22 CONFIG(QTDIR_build) {
36 !CONFIG(QTDIR_build):win32-*:!exists( $${SQLITE3SRCDIR}/sqlite3.c ): DEFINES += ENABLE_SQLITE=0 ENA…
121 !CONFIG(QTDIR_build):!contains(DEFINES, ENABLE_GEOLOCATION=.) {
132 CONFIG *= mobility
138 !CONFIG(QTDIR_build):!contains(DEFINES, ENABLE_QT_USERAGENT_DEVICEMODEL=.) {
184 CONFIG(compute_defaults) {
/external/qemu/distrib/
Dbuild-kernel.sh10 CONFIG=goldfish
85 echo " --config=<name> kernel config name [$CONFIG]"
99 CONFIG=$OPTION_CONFIG
102 CONFIG=goldfish_armv7
104 echo "Auto-config: --config=$CONFIG"
203 make ${CONFIG}_defconfig && # configure the kernel
213 case $CONFIG in
227 OUTPUT_KERNEL=kernel-$CONFIG
228 OUTPUT_VMLINUX=vmlinux-$CONFIG
237 echo "Kernel $CONFIG prebuilt images ($OUTPUT_KERNEL and $OUTPUT_VMLINUX) copied to $OUTPUT success…
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
Dmain.py21 CONFIG = { variable
49 url = CONFIG['license_path'] % {
50 'server': CONFIG['license_server'],
51 'appid': CONFIG['app_id'],
56 'key': CONFIG['oauth_token'],
57 'secret': CONFIG['oauth_token_secret']
61 'key': CONFIG['oauth_consumer_key'],
62 'secret': CONFIG['oauth_consumer_secret']
/external/compiler-rt/BlocksRuntime/tests/
Dmakefile20 grep CONFIG *.[cmCM] | $(TFR) $(CCDIR) --
23 grep CONFIG *.[cmCM] | $(TFR) $(CCDIR) -open --
26 grep CONFIG *.[cmCM] | $(TFR) -fast $(CCDIR) --
29 grep CONFIG *.[cmCM] | $(TFR) --
32 grep CONFIG *.[cmCM] | $(TFR) -clang -fast --
35 grep CONFIG *.[cmCM] | $(TFR) -fast --
69 …grep CONFIG *.[cmCM] | $(TFR) -dyld $(LibsystemRootPath) -- # FIXME: figure out if I can "call" t…
/external/webkit/Source/WebKit/qt/declarative/
Ddeclarative.pro5 CONFIG += qt plugin
7 win32|mac:!wince*:!win32-msvc:!macx-xcode:CONFIG += debug_and_release
13 CONFIG(QTDIR_build) {
21 copy2build.CONFIG += no_link
25 contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
40 !CONFIG(standalone_package) {
58 CONFIG(QTDIR_build) {
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/qt/
DInjectedBundle.pro5 CONFIG(standalone_package) {
41 !CONFIG(release, debug|release) {
76 CONFIG += link_pkgconfig
82 !CONFIG(standalone_package): CONFIG -= app_bundle
/external/webkit/Tools/QtTestBrowser/
DQtTestBrowser.pro25 !isEqual(QT_ARCH,sh4): CONFIG += uitools
32 !CONFIG(standalone_package): CONFIG -= app_bundle
38 CONFIG += link_pkgconfig
/external/webkit/Source/WebKit2/
DWebKit2.pri6 mac: CONFIG(debug, debug|release): WEBKIT2_TARGET = webkit2d
10 CONFIG(debug, debug|release) : WEBKIT2_DESTDIR = debug
13 CONFIG(standalone_package) {
91 CONFIG -= explicitlib
95 export(CONFIG)
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DMemoryHandlerTest.java144 record = new LogRecord(Level.CONFIG, "MSG3"); in testIsLoggable()
147 record = new LogRecord(Level.CONFIG, "false"); in testIsLoggable()
151 record = new LogRecord(Level.CONFIG, "false"); in testIsLoggable()
300 LogRecord lr = new LogRecord(Level.CONFIG, "lr"); in testSetPushLevel()
315 handler.publish(new LogRecord(Level.CONFIG, "MSG1")); in testPushPublic()
331 handler.publish(new LogRecord(Level.CONFIG, "MSG3")); in testPushPublic()
337 handler.publish(new LogRecord(Level.CONFIG, "MSG5")); in testPushPublic()
346 handler.publish(new LogRecord(Level.CONFIG, "MSG8")); in testPushPublic()
DHandlerTest.java255 Level f = Level.CONFIG; in testGetSetLevel_Normal()
274 h.setLevel(Level.CONFIG); in testGetSetLevel_Null()
286 LogRecord r = new LogRecord(Level.CONFIG, null); in testIsLoggable_NoFilter()
289 h.setLevel(Level.CONFIG); in testIsLoggable_NoFilter()
305 LogRecord r = new LogRecord(Level.CONFIG, null); in testIsLoggable_WithFilter()
309 h.setLevel(Level.CONFIG); in testIsLoggable_WithFilter()
/external/webkit/Tools/DumpRenderTree/qt/TestNetscapePlugin/
DTestNetscapePlugin.pro11 CONFIG += plugin
12 CONFIG += plugin_bundle
17 !build_pass:CONFIG += build_all
/external/webkit/Tools/DumpRenderTree/qt/
DDumpRenderTree.pro2 CONFIG -= app_bundle
3 !isEqual(QT_ARCH,sh4): CONFIG += uitools
17 CONFIG += link_pkgconfig
/external/webkit/Source/WebKit/qt/docs/webkitsnippets/webelement/
Dwebelement.pro2 CONFIG -= app_bundle
3 CONFIG(QTDIR_build) {
/external/dhcpcd/
Ddefs.h33 #ifndef CONFIG
34 # define CONFIG SYSCONFDIR "/" PACKAGE ".conf" macro
/external/webkit/Source/JavaScriptCore/qt/benchmarks/
Dbenchmarks.pri3 mac:!static:contains(QT_CONFIG, qt_framework):!CONFIG(webkit_no_framework) {
14 CONFIG(release, debug|release) {
/external/webkit/Source/JavaScriptCore/qt/tests/
Dtests.pri3 mac:!static:contains(QT_CONFIG, qt_framework):!CONFIG(webkit_no_framework) {
14 CONFIG(release, debug|release) {
/external/webkit/Source/WebKit2/UIProcess/API/qt/tests/
Dtests.pri2 CONFIG -= app_bundle
6 CONFIG(QTDIR_build) { load(qttest_p4) }

12345