OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:good
(Results
1 - 25
of
186
) sorted by null
1
2
3
4
5
6
7
8
/external/valgrind/main/memcheck/tests/
execve1.c
7
char*
good
[1] = { NULL };
local
10
execve("/bin/true",
good
,
good
);
/external/stlport/test/unit/
ostmit_test.cpp
42
CPPUNIT_ASSERT(os.
good
());
44
CPPUNIT_ASSERT(os.
good
());
48
CPPUNIT_ASSERT(os.
good
());
sstream_test.cpp
72
CPPUNIT_ASSERT( s.
good
() );
82
CPPUNIT_ASSERT( s.
good
() );
89
CPPUNIT_ASSERT( s.
good
() );
100
CPPUNIT_ASSERT( s.
good
() );
104
CPPUNIT_ASSERT( s.
good
() );
108
CPPUNIT_ASSERT( s.
good
() );
112
CPPUNIT_ASSERT( s.
good
() );
115
CPPUNIT_ASSERT( s.
good
() );
147
CPPUNIT_ASSERT( s.
good
() );
152
CPPUNIT_ASSERT( s.
good
() );
[
all
...]
iostream_test.cpp
47
CPPUNIT_ASSERT( istr.
good
() );
66
CPPUNIT_ASSERT( istr.
good
() );
/ndk/tests/device/test-gnustl-full/unit/
ostmit_test.cpp
42
CPPUNIT_ASSERT(os.
good
());
44
CPPUNIT_ASSERT(os.
good
());
48
CPPUNIT_ASSERT(os.
good
());
sstream_test.cpp
72
CPPUNIT_ASSERT( s.
good
() );
82
CPPUNIT_ASSERT( s.
good
() );
89
CPPUNIT_ASSERT( s.
good
() );
100
CPPUNIT_ASSERT( s.
good
() );
104
CPPUNIT_ASSERT( s.
good
() );
108
CPPUNIT_ASSERT( s.
good
() );
112
CPPUNIT_ASSERT( s.
good
() );
115
CPPUNIT_ASSERT( s.
good
() );
147
CPPUNIT_ASSERT( s.
good
() );
152
CPPUNIT_ASSERT( s.
good
() );
[
all
...]
iostream_test.cpp
47
CPPUNIT_ASSERT( istr.
good
() );
66
CPPUNIT_ASSERT( istr.
good
() );
/ndk/tests/device/test-stlport/unit/
ostmit_test.cpp
42
CPPUNIT_ASSERT(os.
good
());
44
CPPUNIT_ASSERT(os.
good
());
48
CPPUNIT_ASSERT(os.
good
());
sstream_test.cpp
72
CPPUNIT_ASSERT( s.
good
() );
82
CPPUNIT_ASSERT( s.
good
() );
89
CPPUNIT_ASSERT( s.
good
() );
100
CPPUNIT_ASSERT( s.
good
() );
104
CPPUNIT_ASSERT( s.
good
() );
108
CPPUNIT_ASSERT( s.
good
() );
112
CPPUNIT_ASSERT( s.
good
() );
115
CPPUNIT_ASSERT( s.
good
() );
147
CPPUNIT_ASSERT( s.
good
() );
152
CPPUNIT_ASSERT( s.
good
() );
[
all
...]
iostream_test.cpp
47
CPPUNIT_ASSERT( istr.
good
() );
66
CPPUNIT_ASSERT( istr.
good
() );
/external/doclava/src/com/google/doclava/
TodoFile.java
94
boolean
good
= true;
99
good
= false;
102
if (!
good
) {
108
boolean
good
= true;
113
good
= false;
116
if (!
good
) {
123
boolean
good
= true;
128
good
= false;
131
if (!
good
) {
137
boolean
good
= true
[
all
...]
/dalvik/dx/tests/
run-test
113
good
="no"
117
good
="yes"
120
good
="yes"
126
good
="yes"
131
if [ "$
good
" = "yes" ]; then
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
CertificateFactory_ImplTest.java
231
private static String[][]
good
= {
field in class:CertificateFactory_ImplTest
305
for (int i=0; i<
good
.length; i++) {
307
(
good
[i][0] + x509crl +
good
[i][1]).getBytes("UTF-8"));
320
(
good
[0][0] + bad_content[i] +
good
[0][1]).getBytes("UTF-8"));
401
data[pem_x509] = (
good
[0][0] + x509crl +
good
[0][1] + "\n").getBytes("UTF-8");
403
data[pem_pkcs] = (
good
[0][0] + pkcs7so +
good
[0][1] + "\n").getBytes("UTF-8")
[
all
...]
/frameworks/compile/linkloader/utils/
serialize.h
66
bool
good
;
member in class:ArchiveReader
71
cursor(buf), cursor_base(NULL),
good
(buf != NULL) {
95
if (!
good
|| cursor + size > buf_end) {
96
good
= false;
127
return
good
? this : 0;
131
return !
good
;
/external/chromium/chrome/browser/sync/engine/
syncer_unittest.cc
196
CHECK(dir.
good
());
278
ASSERT_TRUE(dir.
good
());
388
EXPECT_TRUE(dir.
good
());
392
EXPECT_TRUE(entry.
good
());
415
EXPECT_TRUE(dir.
good
());
418
EXPECT_TRUE(entry.
good
());
419
if (!entry.
good
()) {
485
ASSERT_TRUE(dir.
good
());
501
ASSERT_TRUE(dir.
good
());
541
ASSERT_TRUE(dir.
good
());
[
all
...]
resolve_conflicts_command.cc
25
if (!dir.
good
())
syncer_command.cc
26
if (!dir.
good
()) {
apply_updates_command.cc
22
if (!dir.
good
()) {
46
if (!dir.
good
()) {
cleanup_disabled_types_command.cc
54
if (!dir.
good
()) {
post_commit_message_command.cc
27
if (!dir.
good
())
/external/clang/test/SemaCXX/
cxx0x-deleted-default-ctor.cpp
46
struct
good
: non_trivial {
struct in inherits:non_trivial
49
good
g;
52
const
good
g; // expected-note {{field 'g' of const-qualified type 'const
good
' would not be initialized}}
/dalvik/tests/
run-test
199
good
="no"
205
good
="yes"
212
good
="yes"
229
good
="yes"
234
if [ "$
good
" = "yes" ]; then
/external/chromium/chrome/browser/sync/syncable/
syncable_unittest.cc
80
ASSERT_TRUE(e->
good
());
115
ASSERT_FALSE(e.
good
()); // Hasn't been written yet.
126
ASSERT_TRUE(me.
good
());
137
ASSERT_TRUE(e.
good
());
154
ASSERT_TRUE(e.
good
());
162
ASSERT_TRUE(e.
good
());
198
ASSERT_TRUE(me.
good
());
214
ASSERT_TRUE(me.
good
());
234
ASSERT_TRUE(me.
good
());
252
ASSERT_TRUE(me.
good
());
[
all
...]
/external/openssl/crypto/rand/
rand_win.c
197
int
good
= 0;
local
360
good
= 1;
374
good
= 1;
499
if (
good
) starttime = GetTickCount();
530
&& (!
good
|| (GetTickCount()-starttime)<MAXDELAY)
540
&& (!
good
|| (GetTickCount()-starttime)<MAXDELAY)
563
&& (!
good
|| (GetTickCount()-starttime)<MAXDELAY));
574
if (
good
) starttime = GetTickCount();
578
while (process_next(handle, &p) && (!
good
|| (GetTickCount()-starttime)<MAXDELAY));
586
if (
good
) starttime = GetTickCount()
[
all
...]
/external/dhcpcd/mk/
cc.mk
3
# Setup some
good
default CFLAGS
12
# Try and use some
good
cc flags if we're building from git
Completed in 925 milliseconds
1
2
3
4
5
6
7
8