HomeSort by relevance Sort by last modified time
    Searched full:testing (Results 3501 - 3525 of 7783) sorted by null

<<141142143144145146147148149150>>

  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/
PlatformPackageTest.java 31 * is not convenient for testing, this class overrides it to always
  /system/core/libdiskconfig/
diskutils.c 78 /* skip the write loop if we're testing */
  /system/media/mca/
Android.mk 49 # Local droiddoc for faster libfilterfw docs testing
  /system/vold/tests/
VolumeManager_test.cpp 28 class VolumeManagerTest : public testing::Test {
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java 108 // Visible for testing.
526 // Visible for testing.
623 // Visible for testing.
629 // Visible for testing.
634 // Visible for testing.
693 // Visible for testing.
753 // Visible for testing.
761 // Visible for testing.
    [all...]
  /external/icu4c/test/cintltst/
creststn.c 498 strcpy(action, "getting and testing of string with embeded zero");
514 strcpy(action, "getting and testing of binary type");
527 strcpy(action, "getting and testing of imported binary type");
540 strcpy(action, "getting and testing of integer types");
    [all...]
cdattst.c 54 /* Testing the DateFormat API */
75 /*Testing udat_open() to open a dateformat */
121 /*Testing udat_getAvailable() and udat_countAvailable()*/
131 log_verbose("Testing open of %s\n", udat_getAvailable(i));
139 /*Testing udat_clone()*/
148 /*Testing udat_format()*/
212 /*Testing parsing using udat_parse()*/
231 /*Testing parsing using udat_parse()*/
246 /*Testing udat_openPattern() */
260 /*Testing applyPattern and toPattern *
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLTest.java 146 u5 = new URL("file:/testing.tst");
150 assertEquals("u5 returns a wrong file", "/testing.tst", u5.getFile());
153 URL u5a = new URL("file:testing.tst");
157 assertEquals("u5a returns a wrong file", "testing.tst", u5a.getFile());
271 // testing jar protocol with relative path
325 u = new URL("http://www.apache.org/testing/");
330 assertEquals("4 returns a wrong file", "/testing/file.java", u1
334 uf = new URL("file://www.apache.org/testing/");
339 assertEquals("4f returns a wrong file", "/testing/file.java", u1f
343 uf = new URL("file:/testing/");
    [all...]
  /external/icu4c/test/intltest/
citrtest.cpp 8 * 05/22/2000 Madhu Added tests for testing new API for utf16 support and more
398 logln("Testing forward iteration...");
427 logln("Testing backward iteration...");
454 //testing firstPostInc, nextPostInc, setTostart
468 logln("Testing forward iteration...");
500 logln("Testing forward iteration over a range...");
525 logln("Testing backward iteration over a range...");
596 logln("Testing forward iteration...");
634 logln("Testing backward iteration...");
664 //testing first32PostInc, next32PostInc, setTostar
    [all...]
  /external/llvm/docs/
HowToReleaseLLVM.html 59 <li><p>Send out release candidate sources for first round of testing. Testing
60 lasts 7-10 days. During the first round of testing, any regressions found
63 features not completed at the end of the first round of testing will be
67 <em>critial</em> bugs found during this testing phase will be fixed. Any
69 testing is needed.</p></li>
107 <li><a href="#commTest">Community Testing</a></li>
131 <li>Tagging release candidates for the release team to begin testing</li>
403 <h3><a name="commTest">Community Testing</a></h3>
406 <p>Once all testing has been completed and appropriate bugs filed, the releas
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h 242 // Brings in definitions for functions used in the testing::internal::posix
656 namespace testing { namespace
684 typedef ::testing::internal::CompileAssert<(bool(expr))> \
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 250 // Brings in definitions for functions used in the testing::internal::posix
677 namespace testing { namespace
705 typedef ::testing::internal::CompileAssert<(bool(expr))> \
    [all...]
  /bionic/libc/bionic/
memmove_words.c 29 * testing for unaligned values and punting to memmove(), but that's
46 * an expensive no-op. Testing for an empty move now allows us
  /dalvik/tests/031-class-attributes/src/
ClassAttrs.java 99 /* for reflection testing */
112 /* for reflection testing (getClasses vs getDeclaredClasses) */
  /development/pdk/
README 53 # Testing
65 NOTE: If you are trying to get to the appengine local testing instance remotely
  /development/pdk/docs/compatibility/
cts-intro.jd 6 <div>The CTS is an automated testing harness that includes two major software components:</div>
64 <tr><td>Dalvik VM Tests</td><td>The tests focus on testing the Dalvik VM</td></tr>
  /docs/source.android.com/src/compatibility/
cts-intro.md 25 The CTS is an automated testing harness that includes two major software components:
85 Dalvik VM Tests | The tests focus on testing the Dalvik VM
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/internal/kerberos/v5/
KerberosErrorMessageTest.java 55 // testing array was created by hands according to RFC4120
279 // e-data [12] OCTET STRING OPTIONAL: TODO add me for testing
  /external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
Cipher_ImplTest.java 287 super("MyProvider1", 1.0, "Provider1 for testing");
294 super("MyProvider2", 1.0, "Provider2 for testing");
  /external/apache-harmony/luni/src/test/resources/net.resources/HTTP/html/testres231/UCL/
UCL.jar 
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
GeneralizedTimeTest.java 43 // decoder/encoder for testing
47 // data for testing with format: date string/DER encoding/Date object
UTCTimeTest.java 41 // UTC time decoder/encoder for testing
44 // data for testing with format: date string/DER encoding/Date object
  /external/bluetooth/glib/gio/tests/
data-output-stream.c 1 /* GLib testing framework examples and tests
67 /* Byte order testing */
  /external/chromium/base/memory/
singleton_unittest.cc 9 #include "testing/gtest/include/gtest/gtest.h"
144 class SingletonTest : public testing::Test {
  /external/chromium/base/
string_tokenizer_unittest.cc 6 #include "testing/gtest/include/gtest/gtest.h"
11 class StringTokenizerTest : public testing::Test {};

Completed in 622 milliseconds

<<141142143144145146147148149150>>