OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONFIGS
(Results
1 - 7
of
7
) sorted by null
/external/python/cpython3/Modules/_decimal/tests/
runall-memorydebugger.sh
26
CONFIGS
=$CONFIGS_64
29
CONFIGS
=$CONFIGS_32
32
CONFIGS
="auto"
61
for config in $
CONFIGS
; do
122
for config in $
CONFIGS
; do
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
ConfigurationMapTest.java
51
private static final List<WifiConfiguration>
CONFIGS
= Arrays.asList(
120
private void addNetworks(List<WifiConfiguration>
configs
) {
121
for (WifiConfiguration config :
configs
) {
126
private void verifyGetters(List<WifiConfiguration>
configs
) {
134
for (WifiConfiguration config :
configs
) {
176
assertEquals(
configs
.size(), mConfigs.sizeForAllUsers());
180
assertEquals(new HashSet<>(
configs
),
209
addNetworks(
CONFIGS
);
210
verifyGetters(
CONFIGS
);
213
addNetworks(
CONFIGS
);
226
final List<WifiConfiguration>
configs
= new ArrayList<>();
local
[
all
...]
/external/protobuf/gtest/test/
run_tests_util.py
125
# Definition of
CONFIGS
must match that of the build directory names in the
128
CONFIGS
= ('win-dbg8', 'win-opt8')
130
CONFIGS
= ('mac-dbg', 'mac-opt')
132
CONFIGS
= ('dbg', 'opt')
285
available_configurations=
CONFIGS
,
/external/v8/tools/foozzie/
v8_foozzie.py
22
CONFIGS
= dict(
58
# V8 correctness
configs
: %(
configs
)s
156
assert options.first_config in
CONFIGS
157
assert options.second_config in
CONFIGS
177
configs
='', source_key='', suppression=bug)
200
configs
='', source_key='', suppression=bug)
224
first_config_flags = common_flags +
CONFIGS
[options.first_config]
225
second_config_flags = common_flags +
CONFIGS
[options.second_config]
277
configs
='%s:%s' % (first_config_label, second_config_label)
[
all
...]
/external/deqp/scripts/
run_internal_tests.py
118
CONFIGS
= [
164
# GCC
configs
198
# Clang
configs
234
for config in
CONFIGS
:
run_nightly.py
362
CONFIGS
= [
481
for curCfg in
CONFIGS
:
493
print " Available
configs
:"
494
for config in
CONFIGS
:
/cts/tests/tests/graphics/src/android/graphics/cts/
BitmapTest.java
690
private static Config[]
CONFIGS
= new Config[] { Config.ALPHA_8, Config.ARGB_4444,
698
for (Config fromConfig :
CONFIGS
) {
699
for (Config toConfig :
CONFIGS
) {
[
all
...]
Completed in 1070 milliseconds