HomeSort by relevance Sort by last modified time
    Searched refs:TEST (Results 726 - 750 of 790) sorted by null

<<21222324252627282930>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ProjectNamePage.java 128 if (mValues.mode != Mode.TEST) {
179 if (mValues.mode == Mode.ANY || mValues.mode == Mode.TEST) {
267 // in test mode.
  /tools/build/builder/src/main/java/com/android/builder/
AndroidBuilder.java 187 if (mVariant.getType() == VariantConfiguration.Type.TEST) {
284 if (mVariant.getType() == VariantConfiguration.Type.TEST) {
288 // create the test manifest, merge the libraries in it
    [all...]
  /tools/build/gradle/src/main/groovy/com/android/build/gradle/
AndroidLibraryPlugin.groovy 193 VariantConfiguration.Type.TEST, testedVariant.config)
AndroidBasePlugin.groovy 74 testSourceSet = project.sourceSets.add("test")
263 if (config.getType() != VariantConfiguration.Type.TEST) {
295 if (config.getType() != VariantConfiguration.Type.TEST) {
305 // if the test is for a full app, the tested runtimeClasspath is added to the classpath for
341 // in this case the tested library must be fully built before test can be built!
356 // Add a task to compile the test application
366 // create the check task for this test
374 // now run the test.
  /external/chromium/base/win/
scoped_variant_unittest.cc 72 TEST(ScopedVariantTest, ScopedVariant) {
100 // Test the Compare and Copy routines.
114 // Test for the SetDate setter.
125 // after each test since the variant type is not "leakable" (i.e. doesn't
  /external/chromium/net/socket/
ssl_server_socket_unittest.cc 5 // This test suite uses SSLClientSocket to test the implementation of
183 // Verify the correctness of the test helper classes first.
184 TEST(FakeSocketTest, DataTransfer) {
279 // This test only executes creation of client and server sockets. This is to
280 // test that creation of sockets doesn't crash and have minimal code to run
286 // This test executes Connect() of SSLClientSocket and Accept() of
  /external/grub/netboot/
epic100.c 68 static int test ; variable
129 test = ioaddr + TEST; /* Test register (clocks) */
148 * In order to set the CLOCK TEST bit in the TEST register,
151 * Write 0x0008 to the test register at least sixteen
154 * The CLOCK TEST bit is Write-Only. Writing it several times
159 outl(0x00000008, test);
  /external/llvm/unittests/ADT/
DenseMapTest.cpp 33 /// \brief A test class that tries to check that construction and destruction
74 // Test fixture, with helper functions implemented by forwarding to global
79 class DenseMapTest : public ::testing::Test {
166 // Test clear() method
176 // Test erase(iterator) method
186 // Test erase(value) method
196 // Test insert() method
203 // Test copy constructor method
212 // Test assignment operator method
221 // Test swap metho
    [all...]
SmallVectorTest.cpp 90 // Test fixture class
92 class SmallVectorTest : public testing::Test {
139 // New vector test.
195 // Clear test.
208 // Resize smaller test.
221 // Resize bigger test.
249 // Test size and values.
300 // Swap test.
311 // Append test
323 // Append repeated test
    [all...]
  /external/openssl/crypto/asn1/
ameth_lib.c 104 #ifdef TEST
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 204 class JITTest : public testing::Test {
227 // Regression test for a bug. The JIT used to allocate globals inside the same
229 // the global was left in the same place. This test allocates a function
232 TEST(JIT, GlobalInFunction) {
315 // int test() { return known(7); }
318 GlobalValue::ExternalLinkage, "test", M);
333 // Test a function C which calls A and B which call each other.
388 // Regression test for PR5162. This used to trigger an AssertingVH inside the
564 GlobalValue::ExternalLinkage, "test", M);
696 MemoryBuffer::getMemBuffer(Bitcode, "Bitcode for test");
    [all...]
  /external/chromium/net/base/
dnssec_unittest.cc 40 TEST(SignatureVerifierDNSSECTest, KeyID) {
47 TEST(SignatureVerifierDNSSECTest, ImportKey) {
112 TEST(SignatureVerifierDNSSECTest, VerifySignature) {
142 TEST(DNSSECChainVerifierTest, MatchingLabels) {
    [all...]
  /external/elfutils/src/
elflint.c 621 /* Test the zeroth entry. */
930 /* This test is more strict than the psABIs which
    [all...]
  /external/chromium/crypto/
rsa_private_key_unittest.cc 12 TEST(RSAPrivateKeyUnitTest, InitRandomTest) {
51 // Verify that generated public keys look good. This test data was generated
53 TEST(RSAPrivateKeyUnitTest, PublicKeyTest) {
176 // These two test keys each contain an integer that has 0x00 for its most
189 // This test case verifies these two failures modes don't occur.
190 TEST(RSAPrivateKeyUnitTest, ShortIntegers) {
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
arm.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
arm.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
arm.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
arm.h     [all...]
  /external/chromium/chrome/browser/
idbbindingutilities_browsertest.cc 8 #include "chrome/test/in_process_browser_test.h"
9 #include "chrome/test/ui_test_utils.h"
21 // Sanity test, check the function call directly outside the sandbox.
22 TEST(IDBKeyPathWithoutSandbox, Value) {
185 // This test fixture runs in the UI thread. However, most of the work done by
  /external/grub/lib/
getopt.c 537 /* Test whether ARGV[optind] points to a non-option argument.
656 /* Test all long options for either exact match
698 /* Don't test has_arg with >, because some C compilers don't
844 /* Test all long options for either exact match
881 /* Don't test has_arg with >, because some C compilers don't
988 #ifdef TEST
1058 #endif /* TEST */
  /external/ipsec-tools/src/racoon/
backupsa.c 447 #ifdef TEST
  /external/protobuf/src/google/protobuf/
descriptor_database_unittest.cc 79 // The parameterized test runs against a DescriptarDatabaseTestCase. We have
80 // implementations for each of the three classes we want to test.
483 TEST(EncodedDescriptorDatabaseExtraTest, FindNameOfFileContainingSymbol) {
496 // Force out-of-order serialization to test slow path.
504 // Test!
519 class MergedDescriptorDatabaseTest : public testing::Test {
  /external/v8/test/cctest/
test-disasm-mips.cc 87 // value. If the comparison fails an error message is printed, but the test
106 TEST(Type0) {
  /ndk/sources/host-tools/make-3.81/
arscan.c 821 #ifdef TEST
846 #endif /* TEST. */
getopt.c 519 /* Test whether ARGV[optind] points to a non-option argument.
638 /* Test all long options for either exact match
680 /* Don't test has_arg with >, because some C compilers don't
825 /* Test all long options for either exact match
862 /* Don't test has_arg with >, because some C compilers don't
966 #ifdef TEST
1034 #endif /* TEST */

Completed in 3696 milliseconds

<<21222324252627282930>>