Home
last modified time | relevance | path

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

/external/opencore/oscl/oscl/osclio/src/
Doscl_file_find.h129 } error_type; typedef
149 OSCL_IMPORT_REF error_type GetLastError();
175 error_type lastError;
Doscl_file_find.cpp381 OSCL_EXPORT_REF Oscl_FileFind::error_type Oscl_FileFind::GetLastError() in GetLastError()
/external/wpa_supplicant/
Dwpa.c185 u16 error_type; member
2133 u16 mui, u16 error_type, int ver) in wpa_supplicant_send_smk_error() argument
2173 error.error_type = host_to_be16(error_type); in wpa_supplicant_send_smk_error()
2180 MAC2STR(peer), mui, error_type); in wpa_supplicant_send_smk_error()
2183 "(mui %d error_type %d)", mui, error_type); in wpa_supplicant_send_smk_error()
2652 u16 error_type; in wpa_supplicant_process_smk_error() local
2676 error_type = be_to_host16(error.error_type); in wpa_supplicant_process_smk_error()
2680 be_to_host16(error.mui), error_type, in wpa_supplicant_process_smk_error()
2684 (error_type == STK_ERR_STA_NR || error_type == STK_ERR_STA_NRSN || in wpa_supplicant_process_smk_error()
2685 error_type == STK_ERR_CPHR_NS)) { in wpa_supplicant_process_smk_error()
/external/webkit/V8Binding/v8/src/
Dparser.cc2278 Handle<String> error_type = Factory::illegal_continue_symbol(); in ParseContinueStatement() local
2279 if (!label.is_null()) error_type = Factory::unknown_label_symbol(); in ParseContinueStatement()
2280 Expression* throw_error = NewThrowSyntaxError(error_type, label); in ParseContinueStatement()
2311 Handle<String> error_type = Factory::illegal_break_symbol(); in ParseBreakStatement() local
2312 if (!label.is_null()) error_type = Factory::unknown_label_symbol(); in ParseBreakStatement()
2313 Expression* throw_error = NewThrowSyntaxError(error_type, label); in ParseBreakStatement()