OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Good
(Results
26 - 50
of
77
) sorted by null
1
2
3
4
/external/chromium_org/net/ftp/
ftp_directory_listing_parser_ls_unittest.cc
18
TEST_F(FtpDirectoryListingParserLsTest,
Good
) {
ftp_directory_listing_parser_vms_unittest.cc
20
TEST_F(FtpDirectoryListingParserVmsTest,
Good
) {
/external/chromium_org/sync/internal_api/
debug_info_event_listener.cc
139
for (ModelTypeSet::Iterator it = types.First(); it.
Good
(); it.Inc()) {
232
it.
Good
(); it.Inc()) {
240
it.
Good
(); it.Inc()) {
sync_manager_impl.cc
287
for (ModelTypeSet::Iterator i = types.First(); i.
Good
(); i.Inc()) {
735
it.
Good
(); it.Inc()) {
[
all
...]
/external/chromium_org/sync/internal_api/public/base/
enum_set.h
63
// for (EnumSet<...>::Iterator it = enums.First(); it.
Good
(); it.Inc()) {
80
//
Good
(). You need to call First() on an EnumSet to get a usable
89
bool
Good
() const {
93
// Returns the value the iterator currently points to.
Good
()
96
CHECK(
Good
());
100
// Moves the iterator to the next value in the EnumSet.
Good
()
103
CHECK(
Good
());
enum_set_unittest.cc
164
for (TestEnumSet::Iterator it = enums1.First(); it.
Good
(); it.Inc()) {
/external/chromium_org/sync/internal_api/test/
fake_sync_manager.cc
101
it.
Good
(); it.Inc()) {
130
i.
Good
(); i.Inc()) {
171
for (ModelTypeSet::Iterator it = success_types.First(); it.
Good
(); it.Inc()) {
/external/chromium_org/chrome/browser/sync/glue/
failed_data_types_handler.cc
70
for (syncer::ModelTypeSet::Iterator iter = purged_types.First(); iter.
Good
();
sync_backend_registrar.cc
117
it.
Good
(); it.Inc()) {
160
it.
Good
(); it.Inc()) {
169
it.
Good
(); it.Inc()) {
model_association_manager.cc
138
it.
Good
(); it.Inc()) {
419
it.
Good
(); it.Inc()) {
generic_change_processor_unittest.cc
43
for (syncer::ModelTypeSet::Iterator iter = types.First(); iter.
Good
();
/external/chromium_org/chrome/browser/sync/
sync_prefs_unittest.cc
118
it.
Good
(); it.Inc()) {
137
it.
Good
(); it.Inc()) {
sync_prefs.cc
82
it.
Good
(); it.Inc()) {
235
it.
Good
(); it.Inc()) {
250
i.
Good
(); i.Inc()) {
/external/chromium_org/sync/engine/
apply_control_data_updates.cc
40
for (ModelTypeSet::Iterator iter = control_types.First(); iter.
Good
();
45
if (!entry.
good
())
68
CHECK(entry.
good
());
commit.cc
42
it.
Good
(); it.Inc()) {
process_updates_util.cc
51
if (existing_entry.
good
())
54
if (!existing_entry.
good
() && update.deleted()) {
63
if (existing_entry.
good
() &&
85
it.
Good
(); it.Inc()) {
173
: same_id.
good
() ? same_id.GetModelType() : UNSPECIFIED;
199
result = VERIFY_SUCCESS; // No news is
good
news.
sync_scheduler_impl.cc
266
for (ModelTypeSet::Iterator iter = types_to_download.First(); iter.
Good
();
582
for (ModelTypeSet::Iterator iter = types.First(); iter.
Good
(); iter.Inc()) {
768
// Maybe this is a
good
time to run a nudge job. Let's try it.
commit_util.cc
75
for (ModelTypeSet::Iterator it = enabled_types.First(); it.
Good
(); it.Inc()) {
258
if (same_id.
good
()) {
375
CHECK(local_entry.
good
());
420
if (e.
good
()) {
download.cc
112
it.
Good
(); it.Inc()) {
download_unittest.cc
64
for (ModelTypeSet::Iterator it = types.First(); it.
Good
(); it.Inc()) {
/external/chromium_org/sync/notifier/
invalidation_util.cc
97
for (ModelTypeSet::Iterator it = model_types.First(); it.
Good
(); it.Inc()) {
/external/chromium_org/sync/syncable/
model_type.cc
123
for (ModelTypeSet::Iterator iter = protocol_types.First(); iter.
Good
();
222
for (ModelTypeSet::Iterator i = in.First(); i.
Good
(); i.Inc()) {
679
for (ModelTypeSet::Iterator it = model_types.First(); it.
Good
(); it.Inc()) {
690
for (ModelTypeSet::Iterator it = model_types.First(); it.
Good
(); it.Inc()) {
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_richcmp.py
319
class
Good
:
323
x = [
Good
()]
324
y = [
Good
()]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_richcmp.py
319
class
Good
:
323
x = [
Good
()]
324
y = [
Good
()]
/external/chromium_org/chrome/browser/sync/test/integration/
migration_errors_test.cc
99
preferred_data_types.First(); it.
Good
(); it.Inc()) {
Completed in 400 milliseconds
1
2
3
4