HomeSort by relevance Sort by last modified time
    Searched refs:testGet (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSTypeTest.java 35 native boolean testGet(String path);
37 assertTrue(testGet(this.getContext().getCacheDir().toString()));
  /external/guava/guava-tests/test/com/google/common/collect/
CountTest.java 28 public void testGet() {
EmptyImmutableTableTest.java 66 public void testGet() {
ForwardingTableTest.java 95 public void testGet() {
SingletonImmutableTableTest.java 113 public void testGet() {
  /external/guava/guava-gwt/test/com/google/common/collect/
CountTest_gwt.java 26 public void testGet() throws Exception {
28 testCase.testGet();
EmptyImmutableTableTest_gwt.java 81 public void testGet() throws Exception {
83 testCase.testGet();
HashBasedTableTest_gwt.java 93 public void testGet() throws Exception {
96 testCase.testGet();
NewCustomTableTest_gwt.java 75 public void testGet() throws Exception {
78 testCase.testGet();
RegularImmutableTableTest_gwt.java 81 public void testGet() throws Exception {
83 testCase.testGet();
SingletonImmutableTableTest_gwt.java 81 public void testGet() throws Exception {
83 testCase.testGet();
TablesTransformValuesTest_gwt.java 75 public void testGet() throws Exception {
78 testCase.testGet();
TransposedTableTest_gwt.java 75 public void testGet() throws Exception {
78 testCase.testGet();
  /external/libmicrohttpd/src/testcurl/
test_quiesce.c 182 testGet (int type, int pool_count, int poll_flag)
438 errorCount += testGet (MHD_USE_SELECT_INTERNALLY, 0, 0);
439 errorCount += testGet (MHD_USE_THREAD_PER_CONNECTION, 0, 0);
440 errorCount += testGet (MHD_USE_SELECT_INTERNALLY, CPU_COUNT, 0);
444 errorCount += testGet(MHD_USE_SELECT_INTERNALLY, 0, MHD_USE_POLL);
445 errorCount += testGet (MHD_USE_THREAD_PER_CONNECTION, 0, MHD_USE_POLL);
446 errorCount += testGet (MHD_USE_SELECT_INTERNALLY, CPU_COUNT, MHD_USE_POLL);
450 errorCount += testGet (MHD_USE_SELECT_INTERNALLY, 0, MHD_USE_EPOLL_LINUX_ONLY);
451 errorCount += testGet (MHD_USE_SELECT_INTERNALLY, CPU_COUNT, MHD_USE_EPOLL_LINUX_ONLY);
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
EmptyImmutableTableTest.java 57 public void testGet() {
SingletonImmutableTableTest.java 104 public void testGet() {
AbstractTableReadTest.java 95 public void testGet() {
  /libcore/luni/src/test/java/libcore/java/util/
OptionalIntTest.java 34 public void testGet() {
OptionalLongTest.java 34 public void testGet() {
OptionalDoubleTest.java 36 public void testGet() {
  /cts/tests/tests/text/src/android/text/cts/
AutoTextTest.java 59 public void testGet() {
  /external/autotest/client/common_lib/cros/fake_device_server/
commands_unittest.py 74 def testGet(self):
devices_unittest.py 55 def testGet(self):
registration_tickets_unittest.py 79 def testGet(self):
  /external/guava/guava-tests/test/com/google/common/cache/
ForwardingLoadingCacheTest.java 56 public void testGet() throws ExecutionException {

Completed in 1125 milliseconds

1 2 3 4