OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:client_state
(Results
1 - 2
of
2
) sorted by null
/development/samples/SampleSyncAdapter/samplesyncadapter_server/
web_services.py
156
client_state
= self.request.get('syncstate')
157
self.get_updated_contacts(
client_state
, updated_contacts)
165
def get_updated_contacts(self,
client_state
, updated_contacts):
175
if
client_state
:
176
logging.info('Client sync state: ' +
client_state
)
177
timestamp = datetime.utcfromtimestamp(float(
client_state
))
/external/mesa3d/src/mesa/main/
enable.c
55
client_state
(struct gl_context *ctx, GLenum cap, GLboolean state)
function
175
* calls
client_state
().
182
client_state
( ctx, cap, GL_TRUE );
191
* calls
client_state
().
198
client_state
( ctx, cap, GL_FALSE );
742
client_state
( ctx, cap, state );
[
all
...]
Completed in 623 milliseconds