OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:syncing
(Results
1 - 25
of
139
) sorted by null
1
2
3
4
5
6
/external/chromium/chrome/browser/sync/engine/
syncer_end_command.h
16
// Preconditions -
syncing
is complete.
18
// Postconditions - The UI has been told that we're done
syncing
.
post_commit_message_command.cc
32
// None of our changes got through. Clear the
SYNCING
bit which was
41
entry.Put(syncable::
SYNCING
, false);
all_status.cc
34
status.
syncing
= true;
55
status.
syncing
|= snapshot->syncer_status.
syncing
;
56
status.
syncing
= snapshot->has_more_to_sync && snapshot->is_silenced;
89
else if (unsynced_changes || status_.
syncing
)
90
status_.summary = sync_api::SyncManager::Status::
SYNCING
;
syncer_types.h
82
//
syncing
(SyncerSession::HasMoreToSync).
94
// data (i.e. as if the user clicked 'Stop
Syncing
' in the browser.
108
// The last session used for
syncing
.
all_status.h
50
// Examines syncer to calculate
syncing
and the unsynced count,
conflict_resolver.h
55
NO_SYNC_PROGRESS, // No changes to advance
syncing
made.
/external/tremolo/
README
7
When
syncing
with svn, please ensure that these defects are not
/external/chromium/chrome/browser/sync/syncable/
autofill_migration.h
17
// by
syncing
down the old autofill and
syncing
profiles back up to the server
26
// client or the user just enabled them for
syncing
). In which case if
syncable_enum_conversions.cc
140
ASSERT_ENUM_BOUNDS(
SYNCING
,
SYNCING
,
143
ENUM_CASE(
SYNCING
);
syncable_columns.h
27
// up to the syncer to translate to Java time when
syncing
.
/external/chromium/chrome/browser/ui/webui/options/
stop_syncing_handler.h
10
// Chrome personal stuff stop
syncing
overlay UI handler.
/external/chromium/chrome/browser/sync/sessions/
status_controller.cc
106
void StatusController::set_syncing(bool
syncing
) {
107
if (shared_.syncer_status.value().
syncing
!=
syncing
)
108
shared_.syncer_status.mutate()->
syncing
=
syncing
;
sync_session.h
50
// The client was throttled and should cease-and-desist
syncing
activity
56
// "is
syncing
silenced right now". This shouldn't be necessary very often
57
// as the delegate ensures no session is started if
syncing
is silenced.
73
// The client needs to cease and desist
syncing
at once. This occurs when
76
// to production, or a global stop
syncing
operation has wiped the store).
session_state_unittest.cc
48
status.
syncing
= true;
58
ExpectBooleanValue(status.
syncing
, *value, "
syncing
");
status_controller_unittest.cc
138
EXPECT_FALSE(status.syncer_status().
syncing
);
140
EXPECT_TRUE(status.syncer_status().
syncing
);
/cts/tests/src/android/app/cts/
OrientationTestUtils.java
40
* @param instrumentation use for idle
syncing
/external/e2fsprogs/lib/ext2fs/
flushb.c
2
* flushb.c --- Hides system-dependent information for both
syncing
a
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/
SyncAdapter.java
43
* SyncAdapter implementation for
syncing
sample SyncAdapter contacts to the
151
* @param account the account we're
syncing
164
* @param account The account we're
syncing
/packages/apps/Email/src/com/android/email/service/
EasAuthenticatorService.java
71
// Set up contacts
syncing
. ExchangeService will use info from ContentResolver
82
// Set up calendar
syncing
, as above
92
// Set up email
syncing
, as above
/development/samples/SampleSyncAdapter/
_index.html
30
demonstrate new features, including:
syncing
and viewing contact groups, handling the "invite"
/external/chromium/chrome/browser/sync/glue/
extension_sync.h
9
// This file contains functions necessary for
syncing
extension_sync_traits.h
46
// Represents the properties needed for
syncing
data types that
/frameworks/base/core/java/android/provider/
SyncConstValue.java
57
* Used in temporary provider while
syncing
, always NULL for rows in persistent providers.
/frameworks/base/core/tests/overlaytests/
runtests.sh
64
echo "
Syncing
to device"
/packages/apps/Exchange/src/com/android/exchange/adapter/
PingParser.java
55
// Here we'll keep track of which mailboxes need
syncing
Completed in 432 milliseconds
1
2
3
4
5
6