Home
last modified time | relevance | path

Searched refs:state_code (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
Dinstancestatus.py147 state_code=None, state_name=None): argument
151 self.state_code = state_code
176 self.state_code = int(value)
Dinstance.py263 def state_code(self): member in Instance
/external/libnfc-nci/src/nfa/p2p/
Dnfa_p2p_main.c57 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) in nfa_p2p_llcp_state_code() argument
755 switch (state_code) in nfa_p2p_llcp_state_code()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/
Dtest_connection.py154 assert instance.state_code == 32