HomeSort by relevance Sort by last modified time
    Searched refs:state_code (Results 1 - 8 of 8) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
instancestatus.py 134 :ivar state_code: An integer representing the current state
147 state_code=None, state_name=None):
151 self.state_code = state_code
176 self.state_code = int(value)
instance.py 167 :ivar state_code: An integer representation of the instance's
263 def state_code(self): member in class:Instance
  /system/bt/bta/gatt/
bta_gattc_main.c 252 static char *gattc_state_code(tBTA_GATTC_STATE state_code);
487 static char *gattc_state_code(tBTA_GATTC_STATE state_code)
489 switch (state_code)
  /system/bt/bta/hh/
bta_hh_main.c 262 static char *bta_hh_state_code(tBTA_HH_STATE state_code);
562 static char *bta_hh_state_code(tBTA_HH_STATE state_code)
564 switch (state_code)
  /external/libnfc-nci/src/nfa/p2p/
nfa_p2p_main.c 57 static char *nfa_p2p_llcp_state_code (tNFA_P2P_LLCP_STATE state_code);
753 static char *nfa_p2p_llcp_state_code (tNFA_P2P_LLCP_STATE state_code)
755 switch (state_code)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/
test_connection.py 154 assert instance.state_code == 32
  /system/bt/bta/hl/
bta_hl_main.c 41 static char *bta_hl_cch_state_code(tBTA_HL_CCH_STATE state_code);
42 static char *bta_hl_dch_state_code(tBTA_HL_DCH_STATE state_code);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bdaiface.h 67 BYTE state_code; member in struct:_EALocationCodeType

Completed in 552 milliseconds