OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONFIG
(Results
1 - 25
of
190
) sorted by null
1
2
3
4
5
6
7
8
/external/compiler-rt/test/asan/TestCases/Windows/
dll_and_lib.cc
9
#if
CONFIG
==1
/libcore/ojluni/src/main/resources/sun/util/logging/resources/
logging.properties
38
CONFIG
=
CONFIG
logging_de.properties
38
CONFIG
= Konfiguration
logging_it.properties
38
CONFIG
= Configurazione
logging_sv.properties
38
CONFIG
= Konfig
logging_es.properties
38
CONFIG
= Configurar
logging_fr.properties
38
CONFIG
=
Config
logging_pt_BR.properties
38
CONFIG
= Configura\u00E7\u00E3o
logging_ja.properties
38
CONFIG
= \u69CB\u6210
logging_ko.properties
38
CONFIG
= \uAD6C\uC131
logging_zh_CN.properties
38
CONFIG
= \u914D\u7F6E
logging_zh_TW.properties
38
CONFIG
= \u7D44\u614B
/external/chromium-trace/catapult/third_party/Paste/tests/
test_config.py
4
from paste.
config
import
CONFIG
, ConfigMiddleware
13
CONFIG
._pop_object()
19
lines = ['Variable is: %s\n' %
CONFIG
[test_key],
20
'Variable is (in environ): %s' % environ['paste.
config
'][test_key]]
32
supplement = ['Nesting variable is: %s' %
CONFIG
[test_key],
34
environ['paste.
config
'][test_key]]
42
config
= {test_key: 'test value'}
43
app = ConfigMiddleware(app_with_config,
config
)
52
config
= {test_key: 'test value'
[
all
...]
/external/compiler-rt/test/BlocksRuntime/
makefile
20
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" the std target instead of duplicating it
/external/autotest/site_utils/rpm_control_system/
test_client.py
9
CONFIG
= ConfigParser.ConfigParser()
10
CONFIG
.read(CONFIG_FILE)
11
remote_uri =
CONFIG
.get('RPM_INFRASTRUCTURE', 'frontend_uri')
/external/dhcpcd-6.8.2/
defs.h
33
#ifndef
CONFIG
34
# define
CONFIG
SYSCONFDIR "/" PACKAGE ".conf"
/external/mesa3d/src/gallium/drivers/r600/
compute_resource.def
26
DECL_COMPUTE_RESOURCE(
CONFIG
, 1)
/libcore/luni/src/test/java/libcore/java/util/logging/
OldLogRecordTest.java
28
private LogRecord lr = new LogRecord(Level.
CONFIG
, MSG);
37
LogRecord lr2 = new LogRecord(Level.
CONFIG
, "MSG2");
43
assertSame(lr.getLevel(), Level.
CONFIG
);
83
lr = new LogRecord(Level.
CONFIG
, "msg thread");
/prebuilts/qemu-kernel/
build-kernel.sh
16
CONFIG
=goldfish
87
--
config
=*)
125
echo " --
config
=<name> kernel
config
name [$
CONFIG
]"
132
echo "NOTE: --armv7 is equivalent to --
config
=goldfish_armv7. It is"
133
echo " ignored if --
config
=<name> is used."
181
CONFIG
=$OPTION_CONFIG
185
CONFIG
=goldfish_armv7
187
CONFIG
=goldfis
[
all
...]
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
TrustAgentInfoTest.java
29
private static final PersistableBundle
CONFIG
= new PersistableBundle();
36
CONFIG
.putString(BUNDLE_KEY, BUNDLE_VALUE);
51
// Set the
config
53
TRUST_AGENT_COMPONENT,
CONFIG
);
54
// Should able to get the
config
just set.
59
// Try to get the
config
of an trust agent that is not configured.
/external/autotest/site_utils/deploy_autotest/
lab_deploy.py
10
infrastructure defined by the autotest
config
.
26
CONFIG
= global_config.global_config
34
autotest_master =
CONFIG
.get_config_value('SERVER', 'hostname', type=str,
42
autotest_user =
CONFIG
.get_config_value('CROS', 'infrastructure_user',
lab_deploy_helper.py
26
CONFIG
= global_config.global_config
39
autotest_master =
CONFIG
.get_config_value('scheduler', 'host', type=str,
41
autotest_drones =
CONFIG
.get_config_value('scheduler', 'drones',
/hardware/ti/omap3/dspbridge/inc/
dbreg.h
54
*! 11-Dec-1996 gp: Added Perf key name in WinSPOX
Config
.
80
#define
CONFIG
"Software\\TexasInstruments\\DirectDSP\\
Config
"
/packages/apps/Settings/src/com/android/settings/applications/
VrListenerSettings.java
27
private static final
Config
CONFIG
= getVrListenerConfig();
29
private static final
Config
getVrListenerConfig() {
30
final
Config
c = new
Config
();
43
protected
Config
getConfig() {
44
return
CONFIG
;
/external/autotest/contrib/
servo-stat
51
CONFIG
=/var/lib/servod/
config
102
if remote $SERVO test -f $
CONFIG
105
BOARD=$(remote $SERVO grep BOARD= $
CONFIG
)
Completed in 1531 milliseconds
1
2
3
4
5
6
7
8