Searched defs:on_error (Results 1 - 8 of 8) sorted by last modified time

/external/qemu/qapi-auto-generated/
H A Dqmp-marshal.c2670 BlockdevOnError on_error; local
2687 visit_type_BlockdevOnError(v, &on_error, "on-error", errp);
2695 qmp_block_stream(device, has_base, base, has_speed, speed, has_on_error, on_error, errp);
2713 visit_type_BlockdevOnError(v, &on_error, "on-error", NULL);
/external/chromium_org/ppapi/shared_impl/private/
H A Dppb_char_set_shared.cc22 PP_CharSet_ConversionError on_error) {
23 switch (on_error) {
37 bool PPToBaseConversionError(PP_CharSet_Trusted_ConversionError on_error, argument
39 switch (on_error) {
68 PP_CharSet_Trusted_ConversionError on_error = DeprecatedToConversionError( local
73 UTF16ToCharSet(utf16, utf16_len, output_char_set, on_error, NULL,
81 PP_Bool result = UTF16ToCharSet(utf16, utf16_len, output_char_set, on_error,
97 PP_CharSet_Trusted_ConversionError on_error,
113 switch (on_error) {
178 PP_CharSet_Trusted_ConversionError on_error local
21 DeprecatedToConversionError( PP_CharSet_ConversionError on_error) argument
93 UTF16ToCharSet( const uint16_t utf16[], uint32_t utf16_len, const char* output_char_set, PP_CharSet_Trusted_ConversionError on_error, char* output_buffer, uint32_t* output_length) argument
203 CharSetToUTF16( const char* input, uint32_t input_len, const char* input_char_set, PP_CharSet_Trusted_ConversionError on_error, uint16_t* output_buffer, uint32_t* output_utf16_length) argument
[all...]
/external/chromium_org/ppapi/thunk/
H A Dppb_char_set_thunk.cc18 PP_CharSet_ConversionError on_error,
27 utf16, utf16_len, output_char_set, on_error, output_length);
33 PP_CharSet_Trusted_ConversionError on_error,
47 utf16, utf16_len, output_char_set, on_error,
54 PP_CharSet_ConversionError on_error,
63 input, input_len, input_char_set, on_error, output_length);
69 PP_CharSet_Trusted_ConversionError on_error,
73 input, input_len, input_char_set, on_error,
15 UTF16ToCharSetDeprecated(PP_Instance instance, const uint16_t* utf16, uint32_t utf16_len, const char* output_char_set, PP_CharSet_ConversionError on_error, uint32_t* output_length) argument
30 UTF16ToCharSet(const uint16_t utf16[], uint32_t utf16_len, const char* output_char_set, PP_CharSet_Trusted_ConversionError on_error, char* output_buffer, uint32_t* output_length) argument
51 CharSetToUTF16Deprecated(PP_Instance instance, const char* input, uint32_t input_len, const char* input_char_set, PP_CharSet_ConversionError on_error, uint32_t* output_length) argument
66 CharSetToUTF16(const char* input, uint32_t input_len, const char* input_char_set, PP_CharSet_Trusted_ConversionError on_error, uint16_t* output_buffer, uint32_t* output_utf16_length) argument
/external/chromium_org/remoting/host/installer/mac/Scripts/
H A Dremoting_postflight.sh25 function on_error { function
37 trap on_error ERR
H A Dremoting_preflight.sh21 function on_error { function
39 trap on_error ERR
/external/chromium_org/content/browser/renderer_host/media/
H A Dvideo_capture_host.cc378 const VideoCaptureControllerID& controller_id, bool on_error) {
387 it->second.get(), controller_id, this, on_error);
377 DeleteVideoCaptureControllerOnIOThread( const VideoCaptureControllerID& controller_id, bool on_error) argument
/external/chromium_org/base/i18n/
H A Dicu_string_conversions.cc82 int uchar_len, OnStringConversionError::Type on_error,
91 switch (on_error) {
117 void SetUpErrorHandlerForToUChars(OnStringConversionError::Type on_error, argument
119 switch (on_error) {
151 OnStringConversionError::Type on_error,
161 static_cast<int>(utf16.length()), on_error, encoded);
166 OnStringConversionError::Type on_error,
185 SetUpErrorHandlerForToUChars(on_error, converter, &status);
202 OnStringConversionError::Type on_error,
205 return UTF16ToCodepage(wide, codepage_name, on_error, encode
81 ConvertFromUTF16(UConverter* converter, const UChar* uchar_src, int uchar_len, OnStringConversionError::Type on_error, std::string* encoded) argument
149 UTF16ToCodepage(const string16& utf16, const char* codepage_name, OnStringConversionError::Type on_error, std::string* encoded) argument
164 CodepageToUTF16(const std::string& encoded, const char* codepage_name, OnStringConversionError::Type on_error, string16* utf16) argument
200 WideToCodepage(const std::wstring& wide, const char* codepage_name, OnStringConversionError::Type on_error, std::string* encoded) argument
230 CodepageToWide(const std::string& encoded, const char* codepage_name, OnStringConversionError::Type on_error, std::wstring* wide) argument
[all...]
H A Dicu_string_conversions_unittest.cc110 OnStringConversionError::Type on_error; member in struct:base::__anon2278
246 kConvertCodepageCases[i].on_error,
256 kConvertCodepageCases[i].on_error ==
260 kConvertCodepageCases[i].on_error, &encoded);
313 kConvertCodepageCases[i].on_error,
327 kConvertCodepageCases[i].on_error == OnStringConversionError::FAIL) {
330 kConvertCodepageCases[i].on_error, &encoded);

Completed in 170 milliseconds