HomeSort by relevance Sort by last modified time
    Searched full:check (Results 1 - 25 of 11115) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/net/tools/flip_server/
other_defines.h 4 #define CHECK_EQ(X, Y) CHECK((X) == (Y))
5 #define CHECK_NE(X, Y) CHECK((X) != (Y))
6 #define CHECK_GE(X, Y) CHECK((X) >= (Y))
7 #define CHECK_GT(X, Y) CHECK((X) > (Y))
8 #define CHECK_LE(X, Y) CHECK((X) <= (Y))
9 #define CHECK_LT(X, Y) CHECK((X) < (Y))
  /frameworks/base/opengl/tools/glgen/specs/jsr239/
glspec-checks 1 glClipPlanef check equation 4
2 glClipPlanex check equation 4
3 glDeleteBuffers check buffers n
4 glDeleteTextures check textures n
7 glGenBuffers check buffers n
8 glGenTextures check textures n
9 glGetClipPlane check eqn 4
14 glGetTexParameter check params 1
17 glLoadMatrix check m 16
19 glMultMatrix check m 1
    [all...]
  /frameworks/base/opengl/tools/glgen/specs/gles11/
checks.spec 1 glClipPlanef check eqn 4
2 glClipPlanex check eqn 4
3 glGetClipPlanefOES check eqn 4
4 glGetClipPlanexOES check eqn 4
5 glDeleteBuffers check buffers n
6 glDeleteTextures check textures n
9 glGenBuffers check buffers n
10 glGenTextures check textures n
11 glGetClipPlane check eqn 4
16 glGetTexParameter check params
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-80981.js 89 case 0: if (n[0]++ > 0) check ('a string 0'); break;
90 case 1: if (n[1]++ > 0) check ('a string 1'); break;
91 case 2: if (n[2]++ > 0) check ('a string 2'); break;
92 case 3: if (n[3]++ > 0) check ('a string 3'); break;
93 case 4: if (n[4]++ > 0) check ('a string 4'); break;
94 case 5: if (n[5]++ > 0) check ('a string 5'); break;
95 case 6: if (n[6]++ > 0) check ('a string 6'); break;
96 case 7: if (n[7]++ > 0) check ('a string 7'); break;
97 case 8: if (n[8]++ > 0) check ('a string 8'); break;
98 case 9: if (n[9]++ > 0) check ('a string 9'); break
3108 function check(status) function
    [all...]
  /external/expat/tests/
README.txt 6 The Expat tests use a partial internal implementation of the "Check"
7 unit testing framework for C. More information on Check can be found at:
9 http://check.sourceforge.net/
11 Expat must be built and installed before "make check" can be executed.
13 Since both Check and this test suite are young, it can all change in a
  /packages/apps/Email/docs/
TESTS 12 Check delete functionality on POP and IMAP account.
14 Check delete functionality on IMAP with no network connection.
16 Check save draft functionality on POP and IMAP account.
18 Check save draft functionality on IMAP with no network connection.
20 Check sent message functionality on POP and IMAP account.
22 Check sent functionality on IMAP with no network connection.
  /external/v8/test/cctest/
test-platform-win32.cc 17 CHECK(vm->IsReserved());
20 CHECK(vm->Commit(block_addr, block_size, false));
21 // Check whether we can write to memory.
24 CHECK(vm->Uncommit(block_addr, block_size));
test-spaces.cc 47 CHECK(!Page::IsRSetSet(addr, 0));
59 CHECK(Page::IsRSetSet(addr, 0));
70 CHECK(mem != NULL);
76 CHECK(p->address() == page_start);
77 CHECK(p->is_valid());
81 CHECK(!p->next_page()->is_valid());
83 CHECK(p->ObjectAreaStart() == page_start + Page::kObjectStartOffset);
84 CHECK(p->ObjectAreaEnd() == page_start + Page::kPageSize);
86 CHECK(p->Offset(page_start + Page::kObjectStartOffset) ==
88 CHECK(p->Offset(page_start + Page::kPageSize) == Page::kPageSize)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/net/
UriMatcherTest.java 43 check("content://asdf", UriMatcher.NO_MATCH);
44 check("content://people", PEOPLE);
45 check("content://people/1", PEOPLE_ID);
46 check("content://people/asdf", UriMatcher.NO_MATCH);
47 check("content://people/2/phones", PEOPLE_PHONES);
48 check("content://people/2/phones/3", PEOPLE_PHONES_ID);
49 check("content://people/2/phones/asdf", UriMatcher.NO_MATCH);
50 check("content://people/2/addresses", PEOPLE_ADDRESSES);
51 check("content://people/2/addresses/3", PEOPLE_ADDRESSES_ID);
52 check("content://people/2/addresses/asdf", UriMatcher.NO_MATCH)
85 void check(String uri, int expected) method in class:UriMatcherTest
    [all...]
  /external/stlport/test/unit/
algorithm_header_test.cpp 1 /* This test purpose is simply to check Standard header independancy that
5 * used to check that files included by those headers are compatible with
assert_header_test.c 1 /* This test purpose is simply to check Standard header independancy that
5 * used to check that files included by those headers are compatible with
bitset_header_test.cpp 1 /* This test purpose is simply to check Standard header independancy that
5 * used to check that files included by those headers are compatible with
c_limits_header_test.c 1 /* This test purpose is simply to check Standard header independancy that
5 * used to check that files included by those headers are compatible with
c_locale_header_test.c 1 /* This test purpose is simply to check Standard header independancy that
5 * used to check that files included by those headers are compatible with
cassert_header_test.cpp 1 /* This test purpose is simply to check Standard header independancy that
5 * used to check that files included by those headers are compatible with
cctype_header_test.cpp 1 /* This test purpose is simply to check Standard header independancy that
5 * used to check that files included by those headers are compatible with
cerrno_header_test.cpp 1 /* This test purpose is simply to check Standard header independancy that
5 * used to check that files included by those headers are compatible with
cfloat_header_test.cpp 1 /* This test purpose is simply to check Standard header independancy that
5 * used to check that files included by those headers are compatible with
ciso646_header_test.cpp 1 /* This test purpose is simply to check Standard header independancy that
5 * used to check that files included by those headers are compatible with
climits_header_test.cpp 1 /* This test purpose is simply to check Standard header independancy that
5 * used to check that files included by those headers are compatible with
clocale_header_test.cpp 1 /* This test purpose is simply to check Standard header independancy that
5 * used to check that files included by those headers are compatible with
cmath_header_test.cpp 1 /* This test purpose is simply to check Standard header independancy that
5 * used to check that files included by those headers are compatible with
complex_header_test.cpp 1 /* This test purpose is simply to check Standard header independancy that
5 * used to check that files included by those headers are compatible with
csetjmp_header_test.cpp 1 /* This test purpose is simply to check Standard header independancy that
5 * used to check that files included by those headers are compatible with
csignal_header_test.cpp 1 /* This test purpose is simply to check Standard header independancy that
5 * used to check that files included by those headers are compatible with

Completed in 484 milliseconds

1 2 3 4 5 6 7 8 91011>>