OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:good
(Results
126 - 150
of
396
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/tests/device/test-gnustl-full/unit/
num_put_get_test.cpp
405
CPPUNIT_ASSERT(ostr.
good
());
415
CPPUNIT_ASSERT(ostr.
good
());
423
CPPUNIT_ASSERT(ostr.
good
());
431
CPPUNIT_ASSERT(ostr.
good
());
441
CPPUNIT_ASSERT(ostr.
good
());
451
CPPUNIT_ASSERT(ostr.
good
());
461
CPPUNIT_ASSERT(ostr.
good
());
471
CPPUNIT_ASSERT(ostr.
good
());
479
CPPUNIT_ASSERT(ostr.
good
());
487
CPPUNIT_ASSERT(ostr.
good
());
[
all
...]
/ndk/tests/device/test-stlport/unit/
num_put_get_test.cpp
405
CPPUNIT_ASSERT(ostr.
good
());
415
CPPUNIT_ASSERT(ostr.
good
());
423
CPPUNIT_ASSERT(ostr.
good
());
431
CPPUNIT_ASSERT(ostr.
good
());
441
CPPUNIT_ASSERT(ostr.
good
());
451
CPPUNIT_ASSERT(ostr.
good
());
461
CPPUNIT_ASSERT(ostr.
good
());
471
CPPUNIT_ASSERT(ostr.
good
());
479
CPPUNIT_ASSERT(ostr.
good
());
487
CPPUNIT_ASSERT(ostr.
good
());
[
all
...]
/external/chromium_org/sync/engine/
syncer_util.cc
107
// The SyncAPI equivalent of this function will return !
good
if IS_DEL.
108
// The syncable version will return
good
even if IS_DEL.
110
if (local_entry.
good
()) {
165
if (local_entry.
good
() && !local_entry.Get(IS_DEL)) {
192
CHECK(entry->
good
());
233
if (!parent.
good
() || parent.Get(IS_DEL) || !parent.Get(IS_DIR)) {
425
if (!entry.
good
()) {
517
if (!parent.
good
() || !parent.Get(IS_DEL))
528
if (target->
good
()) {
550
CHECK(target->
good
());
[
all
...]
apply_control_data_updates.cc
41
for (ModelTypeSet::Iterator iter = control_types.First(); iter.
Good
();
46
if (!entry.
good
())
69
CHECK(entry.
good
());
conflict_resolver.cc
43
// Must be
good
as the entry won't have been cleaned up.
44
CHECK(entry.
good
());
231
CHECK(conflicting_node.
good
());
process_updates_command.cc
77
if (existing_entry.
good
())
80
if (!existing_entry.
good
() && update.deleted()) {
89
if (existing_entry.
good
() &&
201
: same_id.
good
() ? same_id.GetModelType() : UNSPECIFIED;
228
result = VERIFY_SUCCESS; // No news is
good
news.
/external/chromium_org/sync/internal_api/
write_node.cc
298
if (!entry_->
good
())
319
if (!entry_->
good
())
333
if (!entry_->
good
())
363
if (!entry_->
good
())
403
if (existing_entry->
good
()) {
438
if (!entry_->
good
())
/frameworks/base/core/tests/coretests/src/android/os/
AidlTest.java
402
boolean
good
= false;
406
good
= true;
408
assertEquals(
good
, true);
413
boolean
good
= false;
417
good
= true;
419
assertEquals(
good
, true);
/external/chromium/chrome/browser/sync/engine/
syncer_util.cc
85
CHECK(old_entry.
good
());
96
CHECK(child_entry.
good
());
162
// The SyncAPI equivalent of this function will return !
good
if IS_DEL.
163
// The syncable version will return
good
even if IS_DEL.
165
if (local_entry.
good
()) {
220
if (local_entry.
good
() && !local_entry.Get(IS_DEL)) {
250
CHECK(entry->
good
());
269
if (!parent.
good
() || parent.Get(IS_DEL) || !parent.Get(IS_DIR)) {
457
if (!entry.
good
()) {
469
if (!local_prev.
good
() || local_prev.Get(IS_DEL)
[
all
...]
verify_updates_command_unittest.cc
45
ASSERT_TRUE(dir.
good
());
49
ASSERT_TRUE(entry.
good
());
change_reorder_buffer.cc
51
CHECK(node.
good
());
63
CHECK(parent.
good
());
202
CHECK(child.
good
());
get_commit_ids_command.cc
59
CHECK(parent.
good
()) << "Bad user-only parent in item path.";
101
CHECK(prev.
good
()) << "Bad id when walking predecessors.";
176
if (parent.
good
() &&
/external/sfntly/cpp/src/test/tinyxml/
tinyxmlparser.cpp
369
if ( !in->
good
() ) return false;
383
while ( in->
good
() )
656
while ( in->
good
() )
659
while ( in->
good
() && in->peek() != '>' )
670
if ( in->
good
() )
907
while( in->
good
() )
931
// All
good
!
946
if ( in->
good
() && in->peek() != '<' )
959
if ( !in->
good
() ) return;
968
if ( !in->
good
() )
[
all
...]
/external/tinyxml/
tinyxmlparser.cpp
360
if ( !in->
good
() ) return false;
374
while ( in->
good
() )
633
while ( in->
good
() )
636
while ( in->
good
() && in->peek() != '>' )
647
if ( in->
good
() )
890
while( in->
good
() )
914
// All
good
!
928
if ( in->
good
() && in->peek() != '<' )
941
if ( !in->
good
() ) return;
950
if ( !in->
good
() )
[
all
...]
/external/chromium/base/debug/
stack_trace_win.cc
64
for (size_t i = 0; (i < count) && os->
good
(); ++i) {
187
for (int i = 0; (i < count_) && os->
good
(); ++i) {
/external/chromium_org/chrome/browser/net/
chrome_fraudulent_certificate_reporter_unittest.cc
46
// Builds an SSLInfo from a "
good
" cert chain, as defined by IsGoodSSLInfo,
62
// Checks that |info| is
good
as required by the SSL checks performed in
81
// Passes if invoked with a
good
SSLInfo and for a hostname that is a Google
179
SSLInfo
good
= GetGoodSSLInfo();
local
180
EXPECT_TRUE(IsGoodSSLInfo(
good
));
/external/chromium_org/v8/test/mjsunit/
string-compare-alignment.js
33
"Now is the time for all
good
men to come to the aid of the party. " +
34
"Now is the time for all
good
men to come to the aid of the party."
/external/stlport/stlport/stl/
_istream.h
295
if (__istr.
good
()) {
302
if (!__istr.
good
()) {
311
if (__istr.
good
()) {
320
return __istr.
good
();
/external/v8/test/mjsunit/
string-compare-alignment.js
33
"Now is the time for all
good
men to come to the aid of the party. " +
34
"Now is the time for all
good
men to come to the aid of the party."
/ndk/sources/cxx-stl/stlport/stlport/stl/
_istream.h
295
if (__istr.
good
()) {
302
if (!__istr.
good
()) {
311
if (__istr.
good
()) {
320
return __istr.
good
();
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_istream.h
295
if (__istr.
good
()) {
302
if (!__istr.
good
()) {
311
if (__istr.
good
()) {
320
return __istr.
good
();
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_istream.h
295
if (__istr.
good
()) {
302
if (!__istr.
good
()) {
311
if (__istr.
good
()) {
320
return __istr.
good
();
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_istream.h
295
if (__istr.
good
()) {
302
if (!__istr.
good
()) {
311
if (__istr.
good
()) {
320
return __istr.
good
();
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_istream.h
295
if (__istr.
good
()) {
302
if (!__istr.
good
()) {
311
if (__istr.
good
()) {
320
return __istr.
good
();
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_istream.h
295
if (__istr.
good
()) {
302
if (!__istr.
good
()) {
311
if (__istr.
good
()) {
320
return __istr.
good
();
Completed in 454 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>