HomeSort by relevance Sort by last modified time
    Searched full:verifyint (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerFunctionalTest.java 88 verifyInt(cursor, DownloadManager.COLUMN_REASON, error);
171 verifyInt(cursor, DownloadManager.COLUMN_STATUS, DownloadManager.STATUS_SUCCESSFUL);
411 verifyInt(cursor, DownloadManager.COLUMN_STATUS, DownloadManager.STATUS_FAILED);
412 verifyInt(cursor, DownloadManager.COLUMN_REASON,
DownloadManagerBaseTest.java     [all...]
  /prebuilts/go/darwin-x86/src/encoding/gob/
codec_test.go 85 func verifyInt(i int64, t *testing.T) {
103 verifyInt(i, t)
104 verifyInt(-i, t)
105 verifyInt(^i, t)
110 verifyInt(-1<<63, t) // a tricky case
    [all...]
  /prebuilts/go/linux-x86/src/encoding/gob/
codec_test.go 85 func verifyInt(i int64, t *testing.T) {
103 verifyInt(i, t)
104 verifyInt(-i, t)
105 verifyInt(^i, t)
110 verifyInt(-1<<63, t) // a tricky case
    [all...]

Completed in 3223 milliseconds