HomeSort by relevance Sort by last modified time
    Searched refs:SERVICE_ERROR (Results 1 - 25 of 42) sorted by null

1 2

  /external/srec/srec/cfront/
ca_cms.c 75 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_AGC)
    [all...]
ca_front.c 73 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);
ca_wave.c 68 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_SAMPLERATE)
    [all...]
  /external/srec/srec/ca/
rec_basi.c 79 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_STARTED)
    [all...]
utt_basi.c 74 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_INITIALISED)
    [all...]
rec_load.c 53 SERVICE_ERROR(ACOUSTIC_NOT_LOADED);
55 SERVICE_ERROR(ACOUSTIC_INPUT_NOT_LOADED);
acc_basi.c 88 SERVICE_ERROR(FEATURE_NOT_SUPPORTED);
99 SERVICE_ERROR(ACOUSTIC_NOT_LOADED);
108 SERVICE_ERROR(ACOUSTIC_NOT_LOADED);
pat_basi.c 85 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_MISMATCH)
    [all...]
ann_api.c 76 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_NOISE)
    [all...]
catrans.c 72 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);
voc_basi.c 85 SERVICE_ERROR(FEATURE_NOT_SUPPORTED);
98 SERVICE_ERROR(VOCAB_NOT_LOADED);
  /external/chromium_org/chrome/browser/profiles/
profile_downloader_delegate.h 24 SERVICE_ERROR, // Service returned an error or malformed reply.
  /external/chromium_org/components/signin/core/browser/
account_service_flag_fetcher.cc 99 callback_.Run(SERVICE_ERROR, std::vector<std::string>());
103 ResultCode result = SERVICE_ERROR;
120 callback_.Run(SERVICE_ERROR, std::vector<std::string>());
account_service_flag_fetcher.h 35 SERVICE_ERROR, // Service returned an error or malformed reply.
signin_oauth_helper.cc 54 GoogleServiceAuthError(GoogleServiceAuthError::SERVICE_ERROR));
  /external/srec/srec/include/
portable.h 77 #define SERVICE_ERROR(X) do \
c42mul.h 46 #define RETURN_ERROR(CODE) (rec->except_enabled ? longjmp(rec->except_buf, (CODE)) : SERVICE_ERROR(CODE))
  /external/srec/srec/clib/
imeld_rd.c 110 SERVICE_ERROR(BAD_IMELDA);
124 SERVICE_ERROR(BAD_IMELDA);
matx_ops.c 96 SERVICE_ERROR(BAD_IMELDA); /* TODO: find a suitable code */
  /external/chromium_org/google_apis/gaia/
google_service_auth_error.h 87 SERVICE_ERROR = 12,
156 // Construct a SERVICE_ERROR error, e.g. invalid client ID, with an
google_service_auth_error.cc 102 return GoogleServiceAuthError(SERVICE_ERROR, error_message);
168 STATE_CASE(SERVICE_ERROR);
229 case SERVICE_ERROR:
  /external/chromium_org/chrome/browser/signin/
account_service_flag_fetcher_unittest.cc 235 EXPECT_CALL(*this, OnFlagsFetched(AccountServiceFlagFetcher::SERVICE_ERROR,
258 EXPECT_CALL(*this, OnFlagsFetched(AccountServiceFlagFetcher::SERVICE_ERROR,
281 EXPECT_CALL(*this, OnFlagsFetched(AccountServiceFlagFetcher::SERVICE_ERROR,
signin_global_error.cc 141 case GoogleServiceAuthError::SERVICE_ERROR:
signin_global_error_unittest.cc 112 { GoogleServiceAuthError::SERVICE_ERROR, true },
signin_ui_util.cc 110 case GoogleServiceAuthError::SERVICE_ERROR:

Completed in 189 milliseconds

1 2