Home
last modified time | relevance | path

Searched defs:error (Results 1 – 25 of 458) sorted by relevance

12345678910>>...19

/frameworks/base/tools/aapt2/format/
DContainer.cpp142 std::ostringstream error; in AddResFileEntry() local
211 std::ostringstream error; in GetResFileOffsets() local
219 std::ostringstream error; in GetResFileOffsets() local
226 std::ostringstream error; in GetResFileOffsets() local
233 std::ostringstream error; in GetResFileOffsets() local
277 std::ostringstream error; in ContainerReader() local
291 std::ostringstream error; in ContainerReader() local
305 std::ostringstream error; in ContainerReader() local
325 std::ostringstream error; in Next() local
333 std::ostringstream error; in Next() local
[all …]
/frameworks/base/core/java/android/net/http/
DSslError.java96 public SslError(int error, SslCertificate certificate) { in SslError()
108 public SslError(int error, X509Certificate certificate) { in SslError()
119 public SslError(int error, SslCertificate certificate, String url) { in SslError()
134 public SslError(int error, X509Certificate certificate, String url) { in SslError()
146 int error, SslCertificate cert, String url) { in SslErrorFromChromiumErrorCode()
182 public boolean addError(int error) { in addError()
196 public boolean hasError(int error) { in hasError()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.cpp45 #define LOG_HWC_ERROR(what, error, displayId) \ argument
57 #define RETURN_IF_HWC_ERROR_FOR(what, error, displayId, ...) \ argument
65 #define RETURN_IF_HWC_ERROR(error, displayId, ...) \ argument
88 const auto error = mHwcDevice->getDisplayIdentificationData(hwcDisplayId, outPort, outData); in getDisplayIdentificationData() local
226 auto error = mHwcDevice->createVirtualDisplay(width, height, format, in allocateVirtualDisplay() local
254 auto error = display->createLayer(&layer); in createLayer() local
263 auto error = display->destroyLayer(layer); in destroyLayer() local
303 auto error = mDisplayData.at(displayId).hwcDisplay->getActiveConfig(&config); in getActiveConfig() local
323 auto error = mDisplayData.at(displayId).hwcDisplay->getActiveConfigIndex(&index); in getActiveConfigIndex() local
343 auto error = mDisplayData.at(displayId).hwcDisplay->getColorModes(&modes); in getColorModes() local
[all …]
/frameworks/native/services/vr/performanced/
Dperformance_service_tests.cpp40 const int error = file ? 0 : errno; in OpenTaskFile() local
45 int error; in GetTaskCpuSet() local
63 int error; in TEST() local
117 int error; in TEST() local
138 int error; in TEST() local
180 int error = dvrSetSchedulerPolicy(0, "vr:app:render"); in TEST() local
201 int error; in TEST() local
220 int error; in TEST() local
251 int error; in TEST() local
/frameworks/native/libs/vr/libbufferhub/
Dconsumer_buffer.cpp102 if (const int error = CheckMetadata(user_metadata_size)) in Acquire() local
106 if (const int error = LocalAcquire(&canonical_meta, ready_fence)) in Acquire() local
129 if (const int error = LocalAcquire(out_meta, out_fence)) in AcquireAsync() local
140 if (const int error = CheckMetadata(meta->user_metadata_size)) in LocalRelease() local
177 if (const int error = UpdateSharedFence(release_fence, shared_release_fence_)) in LocalRelease() local
187 if (const int error = LocalRelease(&meta, release_fence)) in Release() local
203 if (const int error = LocalRelease(meta, release_fence)) in ReleaseAsync() local
Dproducer_buffer.cpp79 if (const int error = CheckMetadata(meta->user_metadata_size)) in LocalPost() local
127 if (const int error = UpdateSharedFence(ready_fence, shared_acquire_fence_)) in LocalPost() local
142 if (const int error = LocalPost(&canonical_meta, ready_fence)) in Post() local
153 if (const int error = LocalPost(meta, ready_fence)) in PostAsync() local
248 if (const int error = LocalGain(&meta, release_fence, gain_posted_buffer)) in Gain() local
262 if (const int error = LocalGain(out_meta, release_fence, gain_posted_buffer)) in GainAsync() local
/frameworks/base/libs/hwui/utils/
DResult.h26 E error; member
34 Result(Error<E>&& error) : result(std::forward<Error<E>>(error)) {} in Result() argument
45 E error() const { in error() function
/frameworks/base/core/java/android/hardware/soundtrigger/
DKeyphraseEnrollmentInfo.java147 String error = "No suitable enrollment application found"; in KeyphraseEnrollmentInfo() local
169 String error = "No " + VOICE_KEYPHRASE_META_DATA + " meta-data for " + packageName; in getKeyphraseMetadataFromApplicationInfo() local
185 String error = "Meta-data does not start with voice-enrollment-application tag for " in getKeyphraseMetadataFromApplicationInfo() local
220 String error = "No valid searchKeyphraseId specified in meta-data for " + packageName; in getKeyphraseFromTypedArray() local
230 String error = "No valid searchKeyphrase specified in meta-data for " + packageName; in getKeyphraseFromTypedArray() local
241 String error = "No valid searchKeyphraseSupportedLocales specified in meta-data for " in getKeyphraseFromTypedArray() local
271 String error = "No valid searchKeyphraseRecognitionFlags specified in meta-data for " in getKeyphraseFromTypedArray() local
/frameworks/base/opengl/java/android/opengl/
DGLException.java25 public GLException(final int error) { in GLException()
30 public GLException(final int error, final String string) { in GLException()
35 private static String getErrorString(int error) { in getErrorString()
/frameworks/native/libs/vr/libpdx_uds/
Dchannel_event_set.cpp20 const int error = errno; in SetupHandle() local
83 const int error = errno; in ChannelEventReceiver() local
93 const int error = errno; in ChannelEventReceiver() local
103 const int error = errno; in ChannelEventReceiver() local
121 const int error = errno; in PollPendingEvents() local
/frameworks/native/services/vr/virtual_touchpad/
DVirtualTouchpadService.cpp52 if (const status_t error = touchpad_->Attach()) { in attach() local
63 if (const status_t error = touchpad_->Detach()) { in detach() local
74 if (const status_t error = touchpad_->Touch(touchpad, x, y, pressure)) { in touch() local
84 if (const status_t error = touchpad_->ButtonState(touchpad, buttons)) { in buttonState() local
94 if (const status_t error = touchpad_->Scroll(touchpad, x, y)) { in scroll() local
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerException.java26 public final int error; field in PackageManagerException
33 public PackageManagerException(int error, String detailMessage) { in PackageManagerException()
38 public PackageManagerException(int error, String detailMessage, Throwable throwable) { in PackageManagerException()
/frameworks/base/libs/androidfw/
DZipFileRO.cpp70 const int32_t error = OpenArchive(zipFileName, &handle); in open() local
85 const int32_t error = OpenArchiveFd(fd, debugFileName, &handle, assume_ownership); in openFd() local
101 const int32_t error = FindEntry(mHandle, entryName, &(data->entry)); in findEntryByName() local
152 int32_t error = StartIteration(mHandle, &(ze->cookie), in startIteration() local
168 int32_t error = Next(ze->cookie, &(ze->entry), &(ze->name)); in nextEntry() local
244 const int32_t error = ExtractToMemory(mHandle, &(zipEntry->entry), in uncompressEntry() local
262 const int32_t error = ExtractEntryToFile(mHandle, &(zipEntry->entry), fd); in uncompressEntry() local
/frameworks/base/core/java/android/net/
DSocketKeepalive.java142 public final int error; field in SocketKeepalive.ErrorCodeException
143 public ErrorCodeException(final int error, final Throwable e) { in ErrorCodeException()
147 public ErrorCodeException(final int error) { in ErrorCodeException()
158 public InvalidSocketException(final int error, final Throwable e) { in InvalidSocketException()
161 public InvalidSocketException(final int error) { in InvalidSocketException()
274 public void onError(@ErrorCode int error) {} in onError()
/frameworks/native/libs/vr/libpdx/private/pdx/
Dstatus.h16 int error() const { return error_; } in error() function
68 void SetError(int error) { in SetError()
107 int error() const { return std::max(error_, 0); } in error() function
144 void SetError(int error) { error_ = error; } in SetError()
158 int error() const { return std::max(error_, 0); } in error() function
/frameworks/native/libs/vr/libperformance/
Dperformance_client.cpp15 PerformanceClient::PerformanceClient(int* error) in PerformanceClient()
117 int error; in dvrSetCpuPartition() local
126 int error; in dvrSetSchedulerPolicy() local
135 int error; in dvrSetSchedulerClass() local
143 int error; in dvrGetCpuPartition() local
/frameworks/base/core/java/android/database/sqlite/
DSQLiteException.java28 public SQLiteException(String error) { in SQLiteException()
32 public SQLiteException(String error, Throwable cause) { in SQLiteException()
/frameworks/native/opengl/libagl/
Dstate.h42 #define ogles_error(c, error) \ argument
48 #define ogles_error(c, error) _ogles_error((c), (error)) argument
/frameworks/base/core/java/android/database/
DSQLException.java26 public SQLException(String error) { in SQLException()
30 public SQLException(String error, Throwable cause) { in SQLException()
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutputLayer.cpp322 if (auto error = hwcLayer->setDisplayFrame(mState.displayFrame); in writeStateToHWC() local
330 if (auto error = hwcLayer->setSourceCrop(mState.sourceCrop); error != HWC2::Error::None) { in writeStateToHWC() local
338 if (auto error = hwcLayer->setZOrder(mState.z); error != HWC2::Error::None) { in writeStateToHWC() local
343 if (auto error = in writeStateToHWC() local
355 if (auto error = hwcLayer->setBlendMode( in writeStateToHWC() local
363 if (auto error = hwcLayer->setPlaneAlpha(outputIndependentState.alpha); in writeStateToHWC() local
370 if (auto error = in writeStateToHWC() local
/frameworks/native/opengl/tests/lib/
DglTestLib.cpp53 for (EGLint error = eglGetError(); error != EGL_SUCCESS; error in glTestCheckEglError() local
62 for (GLint error = glGetError(); error; error in glTestCheckGlError() local
112 EGLint error = eglGetError(); in glTestPrintEGLConfiguration() local
/frameworks/native/libs/vr/libvrflinger/
Dhardware_composer.cpp83 int error = dvrSetSchedulerClass(0, scheduler_class.c_str()); in SetThreadPolicy() local
294 HWC::Error error = in Validate() local
308 HWC::Error error = composer_->setVsyncEnabled(display.id, in EnableVsync() local
323 HWC::Error error = composer_->setPowerMode(display.id, in SetPowerMode() local
351 HWC::Error error = composer_->presentDisplay(display, &present_fence); in Present() local
371 HWC::Error error = composer->getActiveConfig(display, &config); in GetDisplayParams() local
377 HWC::Error error = composer->getDisplayAttribute( in GetDisplayParams() local
533 HWC::Error error = Validate(display); in PostLayers() local
666 int ret, error; in PostThreadPollInterruptible() local
695 const int error = SleepUntil(predicted_vsync_time); in WaitForPredictedVSync() local
[all …]
Depoll_event_dispatcher.cpp59 const int error = errno; in AddEventHandler() local
73 const int error = errno; in RemoveEventHandler() local
90 const int error = dvrSetSchedulerClass(0, "graphics"); in EventThread() local
/frameworks/native/libs/vr/libpdx/
Dserialization_tests.cpp1289 ErrorType error; in TEST() local
1307 ErrorType error; in TEST() local
1358 ErrorType error; in TEST() local
1414 ErrorType error; in TEST() local
1475 ErrorType error; in TEST() local
1543 ErrorType error; in TEST() local
1606 ErrorType error; in TEST() local
1674 ErrorType error; in TEST() local
1747 ErrorType error; in TEST() local
1829 ErrorType error; in TEST() local
[all …]
/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
DImageFlipRenderThread.java253 String error = glGetProgramInfoLog(program); in buildProgram() local
276 String error = glGetShaderInfoLog(shader); in buildShader() local
286 int error = mEgl.eglGetError(); in checkEglError() local
293 int error = glGetError(); in checkGlError() local
339 int error = mEgl.eglGetError(); in initGL() local

12345678910>>...19