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

  /external/aac/libSBRdec/src/
sbrdecoder.cpp 583 SBR_ERROR errorStatus = SBRDEC_OK;
588 errorStatus = resetFreqBandTables(hSbrHeader, self->flags);
590 if (errorStatus == SBRDEC_OK) {
603 return errorStatus;
697 SBR_ERROR errorStatus = SBRDEC_OK;
704 errorStatus = SBRDEC_SET_PARAM_FAIL;
708 errorStatus = SBRDEC_NOT_INITIALIZED;
715 errorStatus = SBRDEC_NOT_INITIALIZED;
726 errorStatus = SBRDEC_NOT_INITIALIZED;
738 errorStatus = SBRDEC_NOT_INITIALIZED
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
ApplicationCacheHost.h 127 void notifyApplicationCache(EventID, int progressTotal, int progressDone, WebApplicationCacheHost::ErrorReason, const String& errorURL, int errorStatus, const String& errorMessage);
154 int errorStatus;
156 DeferredEvent(EventID id, int progressTotal, int progressDone, WebApplicationCacheHost::ErrorReason errorReason, const String& errorURL, int errorStatus, const String& errorMessage)
162 , errorStatus(errorStatus)
173 void dispatchDOMEvent(EventID, int progressTotal, int progressDone, WebApplicationCacheHost::ErrorReason, const String& errorURL, int errorStatus, const String& errorMessage);
ApplicationCacheHost.cpp 180 void ApplicationCacheHost::notifyApplicationCache(EventID id, int progressTotal, int progressDone, WebApplicationCacheHost::ErrorReason errorReason, const String& errorURL, int errorStatus, const String& errorMessage)
187 m_deferredEvents.append(DeferredEvent(id, progressTotal, progressDone, errorReason, errorURL, errorStatus, errorMessage));
190 dispatchDOMEvent(id, progressTotal, progressDone, errorReason, errorURL, errorStatus, errorMessage);
222 dispatchDOMEvent(deferred.eventID, deferred.progressTotal, deferred.progressDone, deferred.errorReason, deferred.errorURL, deferred.errorStatus, deferred.errorMessage);
228 void ApplicationCacheHost::dispatchDOMEvent(EventID id, int progressTotal, int progressDone, WebApplicationCacheHost::ErrorReason errorReason, const String& errorURL, int errorStatus, const String& errorMessage)
236 event = ApplicationCacheErrorEvent::create(errorReason, errorURL, errorStatus, errorMessage);
  /external/aac/libAACdec/src/
aacdecoder_lib.cpp 259 AAC_DECODER_ERROR errorStatus = AAC_DEC_OK;
282 errorStatus =
291 if ( (errorStatus != AAC_DEC_OK)
292 && (errorStatus != AAC_DEC_INVALID_HANDLE) ) {
319 errorStatus = AAC_DEC_SET_PARAM_FAIL;
324 errorStatus =
330 if ( (errorStatus != AAC_DEC_OK)
331 && (errorStatus != AAC_DEC_INVALID_HANDLE) ) {
335 if (errorStatus == AAC_DEC_OK) {
344 errorStatus = AAC_DEC_INVALID_HANDLE
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mgmtapi.h 33 SNMPAPI SNMP_FUNC_TYPE SnmpMgrRequest(LPSNMP_MGR_SESSION session,BYTE requestType,RFC1157VarBindList *variableBindings,AsnInteger *errorStatus,AsnInteger *errorIndex);
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
JsonMessageBuilder.java 398 int errorStatus = STATUS_ERROR;
401 errorStatus = STATUS_BAD_CONFIGURATION;
403 errorStatus = STATUS_BAD_SECRET;
408 out.put(OUTER_FIELD_STATUS, errorStatus);
  /external/chromium_org/chrome/browser/resources/cryptotoken/
multiplesigner.js 78 * errorStatus: number
236 errorStatus: 0,
249 if (!this.gnubbies_[index].errorStatus) {
250 this.gnubbies_[index].errorStatus = 0;
274 tracker.errorStatus = result.code;
  /external/aac/libPCMutils/src/
pcmutils_lib.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.appserver_3.1.400.v20100427.jar 
org.eclipse.help_3.5.0.v20100524.jar 
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
bg.js 151 }, function(errorStatus) {
152 if (errorStatus == 404) {
  /external/aac/libSBRenc/src/
sbr_encoder.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
OverridesSupport.js 155 WebInspector.OverridesSupport.GeolocationPosition.parseUserInput = function(latitudeString, longitudeString, errorStatus)
176 return new WebInspector.OverridesSupport.GeolocationPosition(latitude, longitude, errorStatus ? "PositionUnavailable" : "");
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/0.20.0/
org.eclipse.tycho.p2.maven.repository-0.20.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
SerializedScriptValue.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/0.18.1/
org.eclipse.tycho.p2.maven.repository-0.18.1.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 1150 milliseconds