Searched refs:error_type (Results 126 - 142 of 142) sorted by relevance

123456

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_validate.cpp654 assert(value->type != glsl_type::error_type);
H A Dir.cpp31 this->type = glsl_type::error_type;
1631 v->type = glsl_type::error_type;
/external/mesa3d/src/glsl/
H A Dir_validate.cpp654 assert(value->type != glsl_type::error_type);
H A Dir.cpp31 this->type = glsl_type::error_type;
1631 v->type = glsl_type::error_type;
/external/chromium_org/chrome/browser/extensions/api/developer_private/
H A Ddeveloper_private_api.cc986 ExtensionCreator::ErrorType error_type) {
989 if (error_type == ExtensionCreator::kCRXExists) {
984 OnPackFailure( const std::string& error, ExtensionCreator::ErrorType error_type) argument
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_input.c1169 uint16_t error, error_type; local
1185 error_type = ntohs(phdr->param_type);
1195 error = error_type;
1197 switch (error_type) {
1203 error_type);
1293 error_type);
1306 error_type);
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DNodes.py21 from PyrexTypes import py_object_type, error_type namespace
540 base_type = error_type
975 return PyrexTypes.error_type
997 self.type = error_type
1020 if base_type is PyrexTypes.error_type:
1021 return PyrexTypes.error_type
1024 return PyrexTypes.error_type
1028 return PyrexTypes.error_type
1057 self.type = PyrexTypes.error_type
1064 return error_type
[all...]
H A DSymtab.py487 type = PyrexTypes.error_type
563 if base_class is PyrexTypes.error_type:
2113 if base_class is PyrexTypes.error_type:
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_test.cc1606 port::AtomicPointer* error_type = (iter == 0) local
1626 error_type->Release_Store(env_);
1631 error_type->Release_Store(NULL);
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc1162 translate::TranslateErrors::Type error_type,
1182 error_type, is_user_gesture);
1159 ShowTranslateBubble( content::WebContents* web_contents, translate::TranslateStep step, translate::TranslateErrors::Type error_type, bool is_user_gesture) argument
/external/chromium_org/components/sync_driver/
H A Ddata_type_manager_impl_unittest.cc165 ASSERT_EQ(iter->second.error_type(),
166 errors.find(iter->first)->second.error_type());
/external/chromium_org/content/renderer/media/android/
H A Dwebmediaplayer_android.cc826 void WebMediaPlayerAndroid::OnMediaError(int error_type) { argument
827 switch (error_type) {
/external/chromium_org/content/child/webcrypto/
H A Dwebcrypto_impl.cc108 result->completeWithError(status.error_type(),
/external/chromium_org/sync/engine/
H A Dsync_scheduler_impl.cc50 switch (error.error_type) {
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_client_unittest.cc262 " \"error_type\":\"APPLICATION_ERROR\","
273 " \"error_type\":\"SERVICE_UNAVAILABLE\","
286 " \"error_type\":\"APPLICATION_ERROR\","
297 " \"error_type\":\"SPENDING_LIMIT_EXCEEDED\","
310 " \"error_type\":\"Not APPLICATION_ERROR\","
724 MOCK_METHOD1(OnWalletError, void(WalletClient::ErrorType error_type));
859 " \"error_type\":\"APPLICATION_ERROR\","
870 " \"error_type\":\"%s\","
995 // Any un-recognizable |error_type| is a |UNKNOWN_ERROR|.
/external/chromium_org/sync/protocol/
H A Dproto_value_conversions.cc1003 SET_ENUM(error_type, GetErrorTypeString);
/external/chromium_org/extensions/browser/api/cast_channel/
H A Dcast_auth_util_nss.cc625 auth_message->error().error_type()),

Completed in 588 milliseconds

123456