HomeSort by relevance Sort by last modified time
    Searched refs:tests (Results 326 - 350 of 4079) sorted by null

<<11121314151617181920>>

  /frameworks/native/services/surfaceflinger/tests/waitforvsync/
Android.mk 12 LOCAL_MODULE_TAGS := tests
  /hardware/libhardware/tests/camera2/
main.cpp 21 using android::camera2::tests::TestForkerEventListener;
22 using android::camera2::tests::TestSettings;
  /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;
  /sdk/testapps/libsAndJarTest/lib1/src/com/android/tests/javaprojecttest/lib1/
Main.java 1 package com.android.tests.javaprojecttest.lib1;
6 import com.android.tests.javaprojecttest.lib2.Lib2;
  /sdk/testapps/libsTest/lib1/src/com/android/tests/libstest/lib1/
MainActivity.java 1 package com.android.tests.libstest.lib1;
6 import com.android.tests.libstest.lib2.Lib2;
  /sdk/testapps/userLibTest/src/com/android/tests/userlibtest/
Main.java 1 package com.android.tests.userlibtest;
7 import com.android.tests.basicjar.BasicJar;
  /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/chromium_org/net/base/
ip_endpoint_unittest.cc 26 } tests[] = { member in namespace:net::__anon8880
32 int test_count = ARRAYSIZE_UNSAFE(tests);
39 EXPECT_TRUE(ParseIPLiteralToNumber(tests[index].host,
40 &tests[index].ip_address));
50 IPEndPoint endpoint(tests[index].ip_address, 80);
52 EXPECT_EQ(tests[index].ip_address, endpoint.address());
58 IPEndPoint src(tests[index].ip_address, index);
68 IPEndPoint src(tests[index].ip_address, index);
78 IPEndPoint ip_endpoint(tests[index].ip_address, index);
85 socklen_t expected_size = tests[index].ipv6
    [all...]
mime_util_unittest.cc 18 } tests[] = { local
29 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(tests); ++i) {
30 rv = GetMimeTypeFromExtension(tests[i].extension, &mime_type);
31 EXPECT_EQ(tests[i].valid, rv);
33 EXPECT_EQ(tests[i].mime_type, mime_type);
42 } tests[] = { local
54 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(tests); ++i) {
55 rv = GetMimeTypeFromFile(base::FilePath(tests[i].file_path),
57 EXPECT_EQ(tests[i].valid, rv);
59 EXPECT_EQ(tests[i].mime_type, mime_type)
158 } tests[] = { local
243 } tests[] = { local
    [all...]
  /external/chromium_org/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_org/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.
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/icu4c/test/perf/collperf/
CollPerf.pl 35 # tests will be done for all the programs. Results will be stored and connected
38 $tests = {
78 $tests = {
105 runTests($options, $tests, $dataFiles);
  /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/inputmethodtests/
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
  /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
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
MimePredicate.java 46 public static boolean mimeMatches(String[] filters, String[] tests) {
47 if (tests == null) {
50 for (String test : tests) {
58 public static boolean mimeMatches(String filter, String[] tests) {
59 if (tests == null) {
62 for (String test : tests) {
  /packages/providers/DownloadProvider/tests/
Android.mk 4 # We only want this apk build for tests.
5 LOCAL_MODULE_TAGS := tests
17 # additionally, build sub-tests in a separate .apk
  /external/chromium_org/third_party/yasm/source/config/android/
Makefile 204 TESTS = $(am__append_3) modules/arch/x86/tests/x86_test.sh \
205 modules/arch/x86/tests/gas32/x86_gas32_test.sh \
206 modules/arch/x86/tests/gas64/x86_gas64_test.sh \
207 modules/arch/lc3b/tests/lc3b_test.sh \
208 modules/parsers/gas/tests/gas_test.sh \
209 modules/parsers/gas/tests/bin/gas_bin_test.sh \
210 modules/parsers/nasm/tests/nasm_test.sh \
211 modules/parsers/nasm/tests/worphan/nasm_worphan_test.sh \
212 modules/parsers/tasm/tests/tasm_test.sh
    [all...]
  /external/chromium_org/third_party/yasm/source/config/linux/
Makefile 204 TESTS = $(am__append_3) modules/arch/x86/tests/x86_test.sh \
205 modules/arch/x86/tests/gas32/x86_gas32_test.sh \
206 modules/arch/x86/tests/gas64/x86_gas64_test.sh \
207 modules/arch/lc3b/tests/lc3b_test.sh \
208 modules/parsers/gas/tests/gas_test.sh \
209 modules/parsers/gas/tests/bin/gas_bin_test.sh \
210 modules/parsers/nasm/tests/nasm_test.sh \
211 modules/parsers/nasm/tests/worphan/nasm_worphan_test.sh \
212 modules/parsers/tasm/tests/tasm_test.sh
    [all...]
  /external/chromium_org/third_party/yasm/source/config/openbsd/
Makefile 204 TESTS = $(am__append_3) modules/arch/x86/tests/x86_test.sh \
205 modules/arch/x86/tests/gas32/x86_gas32_test.sh \
206 modules/arch/x86/tests/gas64/x86_gas64_test.sh \
207 modules/arch/lc3b/tests/lc3b_test.sh \
208 modules/parsers/gas/tests/gas_test.sh \
209 modules/parsers/gas/tests/bin/gas_bin_test.sh \
210 modules/parsers/nasm/tests/nasm_test.sh \
211 modules/parsers/nasm/tests/worphan/nasm_worphan_test.sh \
212 modules/parsers/tasm/tests/tasm_test.sh
    [all...]

Completed in 1211 milliseconds

<<11121314151617181920>>