HomeSort by relevance Sort by last modified time
    Searched full:error_type (Results 1 - 25 of 57) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_error.h 44 enum error_type enum in namespace:regex_constants
63 static constexpr error_type error_collate(_S_error_collate);
66 static constexpr error_type error_ctype(_S_error_ctype);
72 static constexpr error_type error_escape(_S_error_escape);
75 static constexpr error_type error_backref(_S_error_backref);
78 static constexpr error_type error_brack(_S_error_brack);
81 static constexpr error_type error_paren(_S_error_paren);
84 static constexpr error_type error_brace(_S_error_brace);
87 static constexpr error_type error_badbrace(_S_error_badbrace);
93 static constexpr error_type error_range(_S_error_range)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_error.h 44 enum error_type enum in namespace:regex_constants
63 static constexpr error_type error_collate(_S_error_collate);
66 static constexpr error_type error_ctype(_S_error_ctype);
72 static constexpr error_type error_escape(_S_error_escape);
75 static constexpr error_type error_backref(_S_error_backref);
78 static constexpr error_type error_brack(_S_error_brack);
81 static constexpr error_type error_paren(_S_error_paren);
84 static constexpr error_type error_brace(_S_error_brace);
87 static constexpr error_type error_badbrace(_S_error_badbrace);
93 static constexpr error_type error_range(_S_error_range)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_error.h 44 enum error_type enum in namespace:regex_constants
63 static constexpr error_type error_collate(_S_error_collate);
66 static constexpr error_type error_ctype(_S_error_ctype);
72 static constexpr error_type error_escape(_S_error_escape);
75 static constexpr error_type error_backref(_S_error_backref);
78 static constexpr error_type error_brack(_S_error_brack);
81 static constexpr error_type error_paren(_S_error_paren);
84 static constexpr error_type error_brace(_S_error_brace);
87 static constexpr error_type error_badbrace(_S_error_badbrace);
93 static constexpr error_type error_range(_S_error_range)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_error.h 44 enum error_type enum in namespace:regex_constants
63 static constexpr error_type error_collate(_S_error_collate);
66 static constexpr error_type error_ctype(_S_error_ctype);
72 static constexpr error_type error_escape(_S_error_escape);
75 static constexpr error_type error_backref(_S_error_backref);
78 static constexpr error_type error_brack(_S_error_brack);
81 static constexpr error_type error_paren(_S_error_paren);
84 static constexpr error_type error_brace(_S_error_brace);
87 static constexpr error_type error_badbrace(_S_error_badbrace);
93 static constexpr error_type error_range(_S_error_range)
    [all...]
  /external/chromium/chrome/browser/translate/
page_translated_details.h 20 error_type(in_error_type) { }
24 TranslateErrors::Type error_type; member in struct:PageTranslatedDetails
translate_tab_helper.cc 53 TranslateErrors::Type error_type) {
56 PageTranslatedDetails details(original_lang, translated_lang, error_type);
translate_tab_helper.h 32 TranslateErrors::Type error_type);
  /external/wpa_supplicant_8/src/eap_peer/
ikev2.h 49 u16 error_type; member in struct:ikev2_responder_data
ikev2.c 411 data->error_type = INVALID_KE_PAYLOAD;
608 data->error_type = AUTHENTICATION_FAILED;
774 data->error_type = 0;
1075 if (data->error_type == 0) {
1091 wpabuf_put_be16(msg, data->error_type);
1093 switch (data->error_type) {
1109 "%d", data->error_type);
    [all...]
  /external/wpa_supplicant_8/src/ap/
peerkey_auth.c 52 u16 mui, u16 error_type)
70 error.error_type = host_to_be16(error_type);
332 u16 mui, error_type; local
359 error_type = be_to_host16(error.error_type);
363 MAC2STR(kde.mac_addr), mui, error_type);
365 wpa_smk_send_error(wpa_auth, search.sm, sm->addr, mui, error_type);
  /external/wpa_supplicant_8/src/rsn_supp/
peerkey.c 64 u16 mui, u16 error_type, int ver)
103 error.error_type = host_to_be16(error_type);
108 MACSTR " mui %d error_type %d)",
109 MAC2STR(peer), mui, error_type);
112 "(mui %d error_type %d)", mui, error_type);
601 u16 error_type; local
627 error_type = be_to_host16(error.error_type);
    [all...]
  /external/chromium/chrome/browser/ssl/
ssl_error_info.h 42 static SSLErrorInfo CreateError(ErrorType error_type,
ssl_error_info.cc 29 SSLErrorInfo SSLErrorInfo::CreateError(ErrorType error_type,
34 switch (error_type) {
  /frameworks/base/tools/aidl/
aidl_language.h 162 } error_type; typedef in typeref:enum:__anon19884
  /external/compiler-rt/lib/msan/
msan_report.cc 76 static void ReportSummary(const char *error_type, StackTrace *stack) {
84 ReportErrorSummary(error_type,
  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.badexp/
regex_error.pass.cpp 17 // explicit regex_error(regex_constants::error_type ecode);
18 // regex_constants::error_type code() const;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.cc 196 void ReportErrorSummary(const char *error_type, const char *file,
201 SanitizerToolName, error_type,
sanitizer_common.h 167 // SanitizerToolName: error_type file:line function
169 void ReportErrorSummary(const char *error_type, const char *file,
  /ndk/sources/cxx-stl/llvm-libc++/src/
regex.cpp 18 make_error_type_string(regex_constants::error_type ecode)
63 regex_error::regex_error(regex_constants::error_type ecode)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
regex 308 enum error_type
327 static const error_type error_collate(_S_error_collate);
330 static const error_type error_ctype(_S_error_ctype);
336 static const error_type error_escape(_S_error_escape);
339 static const error_type error_backref(_S_error_backref);
342 static const error_type error_brack(_S_error_brack);
345 static const error_type error_paren(_S_error_paren);
348 static const error_type error_brace(_S_error_brace);
351 static const error_type error_badbrace(_S_error_badbrace);
357 static const error_type error_range(_S_error_range)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
regex 325 enum error_type
344 static const error_type error_collate(_S_error_collate);
347 static const error_type error_ctype(_S_error_ctype);
353 static const error_type error_escape(_S_error_escape);
356 static const error_type error_backref(_S_error_backref);
359 static const error_type error_brack(_S_error_brack);
362 static const error_type error_paren(_S_error_paren);
365 static const error_type error_brace(_S_error_brace);
368 static const error_type error_badbrace(_S_error_badbrace);
374 static const error_type error_range(_S_error_range)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
regex 325 enum error_type
344 static const error_type error_collate(_S_error_collate);
347 static const error_type error_ctype(_S_error_ctype);
353 static const error_type error_escape(_S_error_escape);
356 static const error_type error_backref(_S_error_backref);
359 static const error_type error_brack(_S_error_brack);
362 static const error_type error_paren(_S_error_paren);
365 static const error_type error_brace(_S_error_brace);
368 static const error_type error_badbrace(_S_error_badbrace);
374 static const error_type error_range(_S_error_range)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
regex 308 enum error_type
327 static const error_type error_collate(_S_error_collate);
330 static const error_type error_ctype(_S_error_ctype);
336 static const error_type error_escape(_S_error_escape);
339 static const error_type error_backref(_S_error_backref);
342 static const error_type error_brack(_S_error_brack);
345 static const error_type error_paren(_S_error_paren);
348 static const error_type error_brace(_S_error_brace);
351 static const error_type error_badbrace(_S_error_badbrace);
357 static const error_type error_range(_S_error_range)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
regex 308 enum error_type
327 static const error_type error_collate(_S_error_collate);
330 static const error_type error_ctype(_S_error_ctype);
336 static const error_type error_escape(_S_error_escape);
339 static const error_type error_backref(_S_error_backref);
342 static const error_type error_brack(_S_error_brack);
345 static const error_type error_paren(_S_error_paren);
348 static const error_type error_brace(_S_error_brace);
351 static const error_type error_badbrace(_S_error_badbrace);
357 static const error_type error_range(_S_error_range)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
regex 308 enum error_type
327 static const error_type error_collate(_S_error_collate);
330 static const error_type error_ctype(_S_error_ctype);
336 static const error_type error_escape(_S_error_escape);
339 static const error_type error_backref(_S_error_backref);
342 static const error_type error_brack(_S_error_brack);
345 static const error_type error_paren(_S_error_paren);
348 static const error_type error_brace(_S_error_brace);
351 static const error_type error_badbrace(_S_error_badbrace);
357 static const error_type error_range(_S_error_range)
    [all...]

Completed in 1533 milliseconds

1 2 3