OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:good
(Results
101 - 125
of
264
) 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
...]
codecvt_test.cpp
298
CPPUNIT_ASSERT( ostr.
good
() );
302
CPPUNIT_ASSERT( ostr.
good
() );
307
CPPUNIT_ASSERT( istr.
good
() );
314
CPPUNIT_ASSERT( istr.
good
() );
342
CPPUNIT_ASSERT( istr.
good
() );
349
CPPUNIT_ASSERT( istr.
good
() );
/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
...]
/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
() &&
syncer.cc
77
// The directory must be
good
here.
78
CHECK(dir.
good
());
95
// The directory must be
good
here.
96
CHECK(dir.
good
());
183
if (!dir.
good
()) {
process_commit_response_command.cc
64
if (!dir.
good
()) {
115
if (!dir.
good
()) {
219
CHECK(local_entry.
good
());
267
if (e.
good
()) {
344
if (same_id.
good
()) {
syncapi.cc
130
if (!entry.
good
())
708
return (entry_->
good
() && !entry_->Get(syncable::IS_DEL) &&
725
return (entry_->
good
() && !entry_->Get(syncable::IS_DEL) &&
735
if (!entry_->
good
())
777
if (!entry_->
good
())
815
if (existing_entry->
good
()) {
849
if (!entry_->
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/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
permission-denied-already-success.js
1
description("Tests that when Geolocation permission has been denied prior to a call to a Geolocation method, the error callback is invoked with code PERMISSION_DENIED, when the Geolocation service has a
good
position.");
/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
();
/frameworks/base/services/java/com/android/server/
PreferredComponent.java
192
boolean
good
= false;
197
good
= true;
201
if (!
good
) return false;
/external/clang/lib/AST/
Stmt.cpp
130
struct
good
{};
struct in namespace:__anon5624
136
static inline
good
is_good(
good
) { return
good
(); }
139
template <class T>
good
implements_children(children_t T::*) {
140
return
good
();
147
template <class T>
good
implements_getLocStart(getLocStart_t T::*) {
148
return
good
();
155
template <class T>
good
implements_getLocEnd(getLocEnd_t T::*) {
156
return
good
();
[
all
...]
/external/stlport/test/unit/
codecvt_test.cpp
297
CPPUNIT_ASSERT( ostr.
good
() );
301
CPPUNIT_ASSERT( ostr.
good
() );
306
CPPUNIT_ASSERT( istr.
good
() );
313
CPPUNIT_ASSERT( istr.
good
() );
340
CPPUNIT_ASSERT( istr.
good
() );
347
CPPUNIT_ASSERT( istr.
good
() );
/external/webkit/LayoutTests/dom/xhtml/level3/core/
handleerror01.js
144
newChild = doc.createCDATASection("this is not ]]>
good
");
170
assert("firstChildNotIntact","this is not ]]>
good
" != childValue);
179
assertEquals("firstChildIntact","this is not ]]>
good
",childValue);
Completed in 1476 milliseconds
1
2
3
4
5
6
7
8
9
10
11