HomeSort by relevance Sort by last modified time
    Searched refs:tests (Results 226 - 250 of 3001) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/opengl/tests/lighting1709/
Android.mk 4 LOCAL_MODULE_TAGS := tests
  /frameworks/base/tests/ActivityTests/
Android.mk 8 LOCAL_MODULE_TAGS := tests
  /frameworks/base/tests/BatteryWaster/
Android.mk 4 LOCAL_MODULE_TAGS := tests
  /frameworks/base/tests/LocationTracker/
Android.mk 8 LOCAL_MODULE_TAGS := tests
  /frameworks/base/tests/SslLoad/
Android.mk 4 LOCAL_MODULE_TAGS := tests
  /frameworks/base/tests/TransformTest/
Android.mk 8 LOCAL_MODULE_TAGS := tests
  /frameworks/base/tools/preload/loadclass/
Android.mk 5 LOCAL_MODULE_TAGS := tests
  /libcore/luni/src/test/java/libcore/javax/crypto/spec/
AlgorithmParametersTestAES.java 19 import tests.security.AlgorithmParameterSymmetricHelper;
20 import tests.security.AlgorithmParametersTest;
KeyFactoryTestDH.java 21 import tests.security.KeyAgreementHelper;
22 import tests.security.KeyFactoryTest;
KeyFactoryTestDSA.java 21 import tests.security.KeyFactoryTest;
22 import tests.security.SignatureHelper;
KeyFactoryTestRSA.java 21 import tests.security.CipherAsymmetricCryptHelper;
22 import tests.security.KeyFactoryTest;
  /external/chromium/net/proxy/
proxy_config_service_win_unittest.cc 24 } tests[] = { local
192 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(tests); ++i) {
194 ProxyConfigServiceWin::SetFromIEConfig(&config, tests[i].ie_config);
196 EXPECT_EQ(tests[i].auto_detect, config.auto_detect());
197 EXPECT_EQ(tests[i].pac_url, config.pac_url());
198 EXPECT_TRUE(tests[i].proxy_rules.Matches(config.proxy_rules()));
  /external/chromium/testing/gtest/scripts/
gen_gtest_pred_impl.py 35 accompanying tests.
371 // learn how Google Test works by reading its unit tests, read
412 """Returns the tests for n-ary predicate assertions."""
414 # A map that defines the values used in the template for the tests.
429 tests = (
449 tests += """
455 tests += Iter(n, 'const T%s& v%s', sep=""",
458 tests += """) {
464 tests += """
469 tests += Iter(n, 'const char* e%s', sep="""
    [all...]
  /external/gtest/scripts/
gen_gtest_pred_impl.py 35 accompanying tests.
373 // learn how Google Test works by reading its unit tests, read
414 """Returns the tests for n-ary predicate assertions."""
416 # A map that defines the values used in the template for the tests.
431 tests = (
451 tests += """
457 tests += Iter(n, 'const T%s& v%s', sep=""",
460 tests += """) {
466 tests += """
471 tests += Iter(n, 'const char* e%s', sep="""
    [all...]
  /external/protobuf/gtest/scripts/
gen_gtest_pred_impl.py 35 accompanying tests.
373 // learn how Google Test works by reading its unit tests, read
414 """Returns the tests for n-ary predicate assertions."""
416 # A map that defines the values used in the template for the tests.
431 tests = (
451 tests += """
457 tests += Iter(n, 'const T%s& v%s', sep=""",
460 tests += """) {
466 tests += """
471 tests += Iter(n, 'const char* e%s', sep="""
    [all...]
  /frameworks/base/core/tests/systemproperties/
Android.mk 4 # We only want this apk build for tests.
5 LOCAL_MODULE_TAGS := tests
12 LOCAL_STATIC_JAVA_LIBRARIES := core-tests android-common frameworks-core-util-lib
  /packages/providers/DownloadProvider/tests/
Android.mk 4 # We only want this apk build for tests.
5 LOCAL_MODULE_TAGS := tests
16 # additionally, build sub-tests in a separate .apk
  /build/core/tasks/
cts.mk 29 android.core.tests.libcore.package.dalvik \
30 android.core.tests.libcore.package.com \
31 android.core.tests.libcore.package.sun \
32 android.core.tests.libcore.package.tests \
33 android.core.tests.libcore.package.org \
34 android.core.tests.libcore.package.libcore \
35 android.core.tests.runner
60 # Generate the test descriptions for the core-tests
64 # $3 : The jar file name on PRIVATE_CLASSPATH containing junit tests to search fo
    [all...]
  /external/expat/
Makefile.in 59 cd tests && rm -rf .libs runtests runtests.o runtestspp runtestspp.o
60 cd tests && rm -f chardata.o minicheck.o
62 rm -f examples/core tests/core xmlwf/core
74 check: tests/runtests tests/runtestspp
75 tests/runtests
76 tests/runtestspp
99 @for d in lib xmlwf examples tests ; do \
156 tests/chardata.o: tests/chardata.c tests/chardata.
    [all...]
  /cts/tests/core/
ctscore.mk 15 # First we build an apk without the core-tests resource
18 LOCAL_PACKAGE_NAME := $(LOCAL_PACKAGE_NAME).no-core-tests-res
28 cts_no-core-tests-res_BUILT_MODULE := $(LOCAL_BUILT_MODULE)
29 cts_no-core-tests-res_private_key := $(private_key)
30 cts_no-core-tests-res_certificate := $(certificate)
33 # Now the rules to build the apk with core-tests resource
47 CORETESTS_INTERMEDIATES := $(call intermediates-dir-for,JAVA_LIBRARIES,core-tests,,COMMON)
51 $(LOCAL_BUILT_MODULE): PRIVATE_PRIVATE_KEY := $(cts_no-core-tests-res_private_key)
52 $(LOCAL_BUILT_MODULE): PRIVATE_CERTIFICATE := $(cts_no-core-tests-res_certificate)
53 $(LOCAL_BUILT_MODULE): $(cts_no-core-tests-res_BUILT_MODULE) $(CORETESTS_INTERMEDIATES)/javalib.ja
    [all...]
  /system/core/fastboot/
usbtest.c 132 } tests[] = { variable in typeref:struct:__anon30586
144 fprintf(stderr,"usage: usbtest <testname>\n\navailable tests:\n");
145 for(i = 0; tests[i].cmd; i++) {
146 fprintf(stderr," %-8s %s\n", tests[i].cmd, tests[i].help);
191 for(i = 0; tests[i].cmd; i++) {
192 if(!strcmp(argv[1], tests[i].cmd)) {
193 usb = usb_open(tests[i].match);
194 if(tests[i].test) {
197 tests[i].cmd)
    [all...]
  /development/samples/ApiDemos/tests/
Android.mk 4 # We only want this apk build for tests.
5 LOCAL_MODULE_TAGS := tests
13 # running the tests using an instrumentation targeting ApiDemos, we
  /frameworks/base/cmds/installd/tests/
Android.mk 1 # Build the unit tests for installd
5 # Build the unit tests.
27 module_tags := eng tests
  /frameworks/base/core/tests/coretests/
Android.mk 4 # We only want this apk build for tests.
5 LOCAL_MODULE_TAGS := tests
15 LOCAL_STATIC_JAVA_LIBRARIES := core-tests android-common frameworks-core-util-lib mockwebserver guava
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
ListTestCaseNames.java 30 List<Test> tests = Collections.<Test>list(suite.tests()); local
32 for (Test test : tests) {
46 List<Test> tests = Collections.<Test>list(suite.tests()); local
48 for (Test test : tests) {

Completed in 962 milliseconds

1 2 3 4 5 6 7 8 91011>>