OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sync_pb2
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/sync/tools/testserver/
chromiumsync_test.py
15
import
sync_pb2
namespace
28
message =
sync_pb2
.GetUpdatesMessage()
60
proto =
sync_pb2
.SyncEntity()
136
entry =
sync_pb2
.SyncEntity()
160
entry =
sync_pb2
.SyncEntity()
198
proto =
sync_pb2
.SyncEntity()
313
msg =
sync_pb2
.GetUpdatesMessage()
324
response =
sync_pb2
.GetUpdatesResponse()
329
response =
sync_pb2
.GetUpdatesResponse()
336
msg =
sync_pb2
.GetUpdatesMessage(
[
all
...]
chromiumsync.py
49
import
sync_pb2
namespace
104
SYNC_TYPE_FIELDS =
sync_pb2
.EntitySpecifics.DESCRIPTOR.fields_by_name
312
specifics =
sync_pb2
.EntitySpecifics()
463
new_marker =
sync_pb2
.DataTypeProgressMarker()
566
self.induced_error =
sync_pb2
.ClientToServerResponse.Error()
700
entry =
sync_pb2
.SyncEntity()
[
all
...]
/external/chromium/net/tools/testserver/
chromiumsync_test.py
12
import
sync_pb2
namespace
23
message =
sync_pb2
.GetUpdatesMessage()
45
proto =
sync_pb2
.SyncEntity()
60
proto =
sync_pb2
.SyncEntity()
75
entry =
sync_pb2
.SyncEntity()
169
entry =
sync_pb2
.SyncEntity()
193
entry =
sync_pb2
.SyncEntity()
231
proto =
sync_pb2
.SyncEntity()
348
msg =
sync_pb2
.GetUpdatesMessage()
359
response =
sync_pb2
.GetUpdatesResponse(
[
all
...]
chromiumsync.py
27
import
sync_pb2
namespace
143
specifics =
sync_pb2
.EntitySpecifics()
225
new_marker =
sync_pb2
.DataTypeProgressMarker()
433
entry =
sync_pb2
.SyncEntity()
638
tombstone =
sync_pb2
.SyncEntity()
740
request =
sync_pb2
.ClientToServerMessage()
744
response =
sync_pb2
.ClientToServerResponse()
745
response.error_code =
sync_pb2
.ClientToServerResponse.SUCCESS
750
if contents ==
sync_pb2
.ClientToServerMessage.AUTHENTICATE:
756
elif contents ==
sync_pb2
.ClientToServerMessage.COMMIT
[
all
...]
Completed in 70 milliseconds