OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestConfig
(Results
1 - 9
of
9
) sorted by null
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
LoginContext1Test.java
114
* is also of type
TestConfig
, allows to dynamically add modules to that
119
* the Configuration.getConfiguration() is instanceof
TestConfig
)
122
private static final class
TestConfig
extends Configuration {
133
public
TestConfig
() {
136
public
TestConfig
(String name) {
210
return ((
TestConfig
) Configuration.getConfiguration())
215
return ((
TestConfig
) Configuration.getConfiguration())
220
return ((
TestConfig
) Configuration.getConfiguration())
225
return ((
TestConfig
) Configuration.getConfiguration())
230
return ((
TestConfig
) Configuration.getConfiguration()).add(type
[
all
...]
/cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java
209
checkValue(res, bagRes, R.styleable.
TestConfig
,
223
R.styleable.
TestConfig
, new String[]{"bag default"});
230
R.styleable.
TestConfig
, new String[]{"bag xx"});
238
R.styleable.
TestConfig
, new String[]{"bag xx-rYY"});
245
R.styleable.
TestConfig
, new String[]{"bag mcc111"});
252
R.styleable.
TestConfig
, new String[]{"bag mnc222"});
259
R.styleable.
TestConfig
, new String[]{"bag notouch"});
266
R.styleable.
TestConfig
, new String[]{"bag stylus"});
273
R.styleable.
TestConfig
, new String[]{"bag nokeys"});
280
R.styleable.
TestConfig
, new String[]{"bag 12key"})
[
all
...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
rebaselineserver.py
40
class
TestConfig
(object):
87
self._test_config =
TestConfig
(port, layout_tests_directory, results_directory, platforms, filesystem, scm)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
rebaselineserver_unittest.py
36
from webkitpy.tool.commands.rebaselineserver import
TestConfig
, RebaselineServer
307
return
TestConfig
(
/external/chromium_org/build/android/buildbot/
bb_run_bot.py
31
TestConfig
= collections.namedtuple('Tests', ['script', 'tests', 'extra_args'])
131
TestConfig
('build/android/buildbot/bb_device_steps.py', tests,
/external/chromium_org/v8/test/cctest/
test-regexp.cc
548
class
TestConfig
{
565
const int
TestConfig
::kNoKey = 0;
577
ZoneSplayTree<
TestConfig
> tree(&zone);
590
ZoneSplayTree<
TestConfig
>::Locator loc;
599
ZoneSplayTree<
TestConfig
>::Locator loc;
609
ZoneSplayTree<
TestConfig
>::Locator loc;
616
ZoneSplayTree<
TestConfig
>::Locator loc;
[
all
...]
/external/v8/test/cctest/
test-regexp.cc
529
class
TestConfig
{
546
const int
TestConfig
::kNoKey = 0;
558
ZoneSplayTree<
TestConfig
> tree;
571
ZoneSplayTree<
TestConfig
>::Locator loc;
580
ZoneSplayTree<
TestConfig
>::Locator loc;
590
ZoneSplayTree<
TestConfig
>::Locator loc;
597
ZoneSplayTree<
TestConfig
>::Locator loc;
[
all
...]
/external/chromium/net/http/
http_network_transaction_unittest.cc
[
all
...]
/external/chromium_org/net/http/
http_network_transaction_unittest.cc
[
all
...]
Completed in 82 milliseconds