Searched refs:SERVICE_ERROR (Results 1 - 25 of 43) sorted by relevance

12

/external/srec/srec/cfront/
H A Dca_cms.c75 SERVICE_ERROR(UNCONFIGURED_CMS_AND_AGC);
78 SERVICE_ERROR(UNEXPECTED_DATA_ERROR);
81 SERVICE_ERROR(FEATURE_NOT_SUPPORTED);
87 SERVICE_ERROR(FEATURE_NOT_SUPPORTED);
101 SERVICE_ERROR(CONFIGURED_CMS_AND_AGC);
103 SERVICE_ERROR(ATTACHED_CMS_AND_AGC);
121 SERVICE_ERROR(UNEXPECTED_DATA_ERROR);
125 SERVICE_ERROR(FEATURE_NOT_SUPPORTED);
142 SERVICE_ERROR(UNCONFIGURED_CMS_AND_AGC);
144 SERVICE_ERROR(ATTACHED_CMS_AND_AG
[all...]
H A Dca_front.c73 SERVICE_ERROR(CONFIGURED_FRONTEND);
75 SERVICE_ERROR(SPEC_FILTER_CONFIGURED);
92 SERVICE_ERROR(FRONTEND_INPUT_NOT_LOADED);
94 SERVICE_ERROR(CONFIGURED_FRONTEND);
110 SERVICE_ERROR(UNCONFIGURED_FRONTEND);
139 SERVICE_ERROR(UNCONFIGURED_FRONTEND);
141 SERVICE_ERROR(UTTERANCE_INVALID);
191 SERVICE_ERROR(UNCONFIGURED_FRONTEND);
H A Dca_wave.c68 SERVICE_ERROR(UNCONFIGURED_FRONTEND);
70 SERVICE_ERROR(CONFIGURED_WAVE);
128 SERVICE_ERROR(UNCONFIGURED_WAVE);
150 SERVICE_ERROR(CONFIGURED_WAVE);
171 SERVICE_ERROR(UNCONFIGURED_WAVE);
173 SERVICE_ERROR(UNCONFIGURED_WAVE);
248 SERVICE_ERROR(UNCONFIGURED_WAVE);
267 SERVICE_ERROR(UNCONFIGURED_WAVE);
269 SERVICE_ERROR(BAD_WAV_DEVICE);
271 SERVICE_ERROR(INCORRECT_SAMPLERAT
[all...]
/external/srec/srec/ca/
H A Drec_basi.c79 SERVICE_ERROR(RECOGNIZER_ALREADY_CONFIGURED);
117 SERVICE_ERROR(RECOGNIZER_NOT_CONFIGURED);
120 SERVICE_ERROR(RECOGNIZER_ALREADY_STARTED);
138 SERVICE_ERROR(RECOGNIZER_ALREADY_CONFIGURED);
163 SERVICE_ERROR(RECOGNIZER_ALREADY_STARTED);
166 SERVICE_ERROR(RECOGNIZER_NOT_CONFIGURED);
187 SERVICE_ERROR(RECOGNIZER_NOT_STARTED);
189 SERVICE_ERROR(PATTERN_NOT_LOADED);
191 //SERVICE_ERROR(PATTERN_NOT_SETUP);
214 SERVICE_ERROR(RECOGNIZER_NOT_STARTE
[all...]
H A Dutt_basi.c74 SERVICE_ERROR(UTTERANCE_ALREADY_INITIALISED);
104 SERVICE_ERROR(UTTERANCE_NOT_INITIALISED);
114 SERVICE_ERROR(UTTERANCE_UNKNOWN);
130 SERVICE_ERROR(UTTERANCE_NOT_INITIALISED);
144 SERVICE_ERROR(UTTERANCE_NOT_INITIALISED);
158 SERVICE_ERROR(UTTERANCE_NOT_INITIALISED);
173 SERVICE_ERROR(UTTERANCE_NOT_INITIALISED);
190 SERVICE_ERROR(UTTERANCE_NOT_INITIALISED);
207 SERVICE_ERROR(UTTERANCE_NOT_INITIALISED);
224 SERVICE_ERROR(UTTERANCE_NOT_INITIALISE
[all...]
H A Drec_load.c53 SERVICE_ERROR(ACOUSTIC_NOT_LOADED);
55 SERVICE_ERROR(ACOUSTIC_INPUT_NOT_LOADED);
H A Dacc_basi.c88 SERVICE_ERROR(FEATURE_NOT_SUPPORTED);
99 SERVICE_ERROR(ACOUSTIC_NOT_LOADED);
108 SERVICE_ERROR(ACOUSTIC_NOT_LOADED);
H A Dpat_basi.c85 SERVICE_ERROR(PATTERN_ALREADY_LOADED);
87 SERVICE_ERROR(PATTERN_INPUT_NOT_LOADED);
97 SERVICE_ERROR(PATTERN_NOT_LOADED);
110 SERVICE_ERROR(BAD_PARAMETER);
164 SERVICE_ERROR(FEATURE_NOT_SUPPORTED);
179 SERVICE_ERROR(PATTERN_NOT_LOADED);
213 SERVICE_ERROR(PATTERN_NOT_LOADED);
215 SERVICE_ERROR(ACOUSTIC_NOT_LOADED);
221 SERVICE_ERROR(ACOUSTIC_PATTERN_MISMATCH);
223 SERVICE_ERROR(ACOUSTIC_PATTERN_MISMATC
[all...]
H A Dann_api.c76 SERVICE_ERROR(ANNOTATE_SEGMENTS_EXIST);
96 SERVICE_ERROR ( ANNOTATE_NO_SEGMENTS );
124 SERVICE_ERROR(ANNOTATE_SEGMENTS_EXIST);
154 SERVICE_ERROR(ANNOTATE_SEGMENTS_EXIST);
183 SERVICE_ERROR(ANNOTATE_NO_SEGMENTS);
189 SERVICE_ERROR(FEATURE_NOT_SUPPORTED);
209 SERVICE_ERROR(BAD_LABEL);
235 SERVICE_ERROR(BAD_ARGUMENT);
276 SERVICE_ERROR(ANNOTATE_NO_SEGMENTS);
333 SERVICE_ERROR(PATTERN_NOT_SETUP_FOR_NOIS
[all...]
H A Dcatrans.c72 SERVICE_ERROR(PATTERN_ALREADY_LOADED);
115 SERVICE_ERROR(PATTERN_NOT_LOADED);
139 SERVICE_ERROR(PATTERN_NOT_LOADED);
182 SERVICE_ERROR(PATTERN_NOT_LOADED);
185 SERVICE_ERROR(PATTERN_NOT_LOADED);
257 SERVICE_ERROR(PATTERN_NOT_LOADED);
260 SERVICE_ERROR(PATTERN_NOT_LOADED);
H A Dvoc_basi.c85 SERVICE_ERROR(FEATURE_NOT_SUPPORTED);
98 SERVICE_ERROR(VOCAB_NOT_LOADED);
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_downloader_delegate.h24 SERVICE_ERROR, // Service returned an error or malformed reply. enumerator in enum:ProfileDownloaderDelegate::FailureReason
/external/chromium_org/components/signin/core/browser/
H A Daccount_service_flag_fetcher.cc99 callback_.Run(SERVICE_ERROR, std::vector<std::string>());
103 ResultCode result = SERVICE_ERROR;
120 callback_.Run(SERVICE_ERROR, std::vector<std::string>());
H A Daccount_service_flag_fetcher.h35 SERVICE_ERROR, // Service returned an error or malformed reply. enumerator in enum:AccountServiceFlagFetcher::ResultCode
H A Dsignin_oauth_helper.cc56 GoogleServiceAuthError(GoogleServiceAuthError::SERVICE_ERROR));
/external/srec/srec/include/
H A Dportable.h77 #define SERVICE_ERROR(X) do \ macro
H A Dc42mul.h46 #define RETURN_ERROR(CODE) (rec->except_enabled ? longjmp(rec->except_buf, (CODE)) : SERVICE_ERROR(CODE))
/external/srec/srec/clib/
H A Dimeld_rd.c110 SERVICE_ERROR(BAD_IMELDA);
124 SERVICE_ERROR(BAD_IMELDA);
H A Dmatx_ops.c96 SERVICE_ERROR(BAD_IMELDA); /* TODO: find a suitable code */
/external/chromium_org/google_apis/gaia/
H A Dgoogle_service_auth_error.h87 SERVICE_ERROR = 12, enumerator in enum:GoogleServiceAuthError::State
156 // Construct a SERVICE_ERROR error, e.g. invalid client ID, with an
H A Dgoogle_service_auth_error.cc102 return GoogleServiceAuthError(SERVICE_ERROR, error_message);
168 STATE_CASE(SERVICE_ERROR);
229 case SERVICE_ERROR:
H A Doauth2_access_token_fetcher_impl.cc197 GoogleServiceAuthError(GoogleServiceAuthError::SERVICE_ERROR));
211 : GoogleServiceAuthError(GoogleServiceAuthError::SERVICE_ERROR));
/external/chromium_org/chrome/browser/signin/
H A Daccount_service_flag_fetcher_unittest.cc235 EXPECT_CALL(*this, OnFlagsFetched(AccountServiceFlagFetcher::SERVICE_ERROR,
258 EXPECT_CALL(*this, OnFlagsFetched(AccountServiceFlagFetcher::SERVICE_ERROR,
281 EXPECT_CALL(*this, OnFlagsFetched(AccountServiceFlagFetcher::SERVICE_ERROR,
H A Dsignin_global_error.cc138 case GoogleServiceAuthError::SERVICE_ERROR:
H A Dsignin_global_error_unittest.cc112 { GoogleServiceAuthError::SERVICE_ERROR, true },

Completed in 6585 milliseconds

12