Searched defs:get_status (Results 1 - 11 of 11) sorted by relevance

/external/srec/srec/test/SRecTest/src/
H A Dsrec_test_config.c29 int get_status; local
32 get_status = 0;
34 return ( get_status );
53 int get_status; local
56 get_status = 0;
58 return ( get_status );
H A DSRecTest.c337 int get_status; local
341 get_status = 0;
346 get_status = -1;
348 return ( get_status );
510 int get_status; local
512 get_status = getFirstToken ( command_start, first_command, &first_max_command_size );
514 if ( get_status == ESR_SUCCESS )
516 get_status = getFirstToken ( command_start + first_max_command_size, second_command, &second_max_command_size );
518 if ( get_status == ESR_SUCCESS )
520 get_status
587 int get_status; local
651 int get_status; local
702 int get_status; local
739 int get_status; local
887 int get_status; local
1207 int get_status; local
1688 int get_status; local
2134 int get_status; local
3235 int get_status; local
[all...]
/external/srec/srec/test/SRecTestAudio/src/
H A Dsrec_test_config.c29 int get_status; local
32 get_status = 0;
34 return ( get_status );
53 int get_status; local
56 get_status = 0;
58 return ( get_status );
H A DSRecTestAudio.c335 int get_status; local
339 get_status = 0;
344 get_status = -1;
346 return ( get_status );
503 int get_status; local
505 get_status = getFirstToken ( command_start, first_command, &first_max_command_size );
507 if ( get_status == ESR_SUCCESS )
509 get_status = getFirstToken ( command_start + first_max_command_size, second_command, &second_max_command_size );
511 if ( get_status == ESR_SUCCESS )
513 get_status
580 int get_status; local
644 int get_status; local
695 int get_status; local
732 int get_status; local
879 int get_status; local
1827 int get_status; local
2394 int get_status; local
2849 int get_status; local
[all...]
/external/qemu/include/migration/
H A Dmigration.h30 int (*get_status)(MigrationState *s); member in struct:MigrationState
/external/srec/srec/cfront/
H A Dca_cms.c61 ESR_ReturnCode get_status; local
64 get_status = swicms_get_cmn ( hWave->data.channel->swicms, param_string, len );
66 get_status = ESR_INVALID_STATE;
67 return ( get_status );
/external/srec/portable/src/
H A DPFileWrap.c136 ESR_ReturnCode get_status; local
144 get_status = ESR_SUCCESS;
148 get_status = ESR_INVALID_STATE;
150 return ( get_status );
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_i.h141 * get_status - Get EAP method status
154 int (*get_status)(struct eap_sm *sm, void *priv, char *buf, member in struct:eap_method
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_i.h141 * get_status - Get EAP method status
154 int (*get_status)(struct eap_sm *sm, void *priv, char *buf, member in struct:eap_method
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_i.h141 * get_status - Get EAP method status
154 int (*get_status)(struct eap_sm *sm, void *priv, char *buf, member in struct:eap_method
/external/chromium_org/components/cloud_devices/tools/prototype/
H A Dprototype.py700 def get_status(self): member in class:WebRequestHandler.DummySession
727 def get_status(self): member in class:WebRequestHandler.EmptySession
885 'status': self.current_session.get_status(),

Completed in 330 milliseconds