HomeSort by relevance Sort by last modified time
    Searched refs:isOk (Results 276 - 300 of 437) sorted by null

<<1112131415161718

  /external/deqp/modules/gles31/functional/
es31fTextureFilteringTests.cpp 400 const bool isOk = verifyTextureResult(m_testCtx, result.getAccess(), curCase.texture->getRefTexture(),
403 if (!isOk)
es31fStencilTexturingTests.cpp 142 if (!program.isOk())
245 if (!program.isOk())
310 if (!program.isOk())
369 if (!program.isOk())
    [all...]
es31fMultisampleShaderRenderCase.cpp 215 if (!m_textureSamplerProgram->isOk())
297 if (!m_program->isOk())
465 if (!m_program->isOk())
es31fTessellationGeometryInteractionTests.cpp 278 if (!program.isOk())
577 if (!program.isOk())
    [all...]
  /frameworks/native/cmds/installd/
InstalldNativeService.cpp 163 if (!status.isOk()) { \
170 if (!status.isOk()) { \
178 if (!status.isOk()) { \
200 if (!dump_permission.isOk()) {
776 seInfo, targetSdkVersion, nullptr).isOk()) {
820 appId, seInfo).isOk()) {
    [all...]
  /frameworks/native/services/sensorservice/
SensorDevice.cpp 102 if(mSensors->poll(0, [](auto, const auto &, const auto &) {}).isOk()) {
200 if (ret.isOk()) {
  /hardware/interfaces/media/omx/1.0/vts/functional/audio/
VtsHalMediaOmxV1_0TargetAudioEncTest.cpp 153 .isOk());
204 EXPECT_TRUE((omxNode->freeNode()).isOk());
  /external/deqp/framework/opengl/
gluShaderProgram.hpp 190 bool isOk (void) const { return m_program.getLinkStatus(); }
  /external/deqp/modules/gles2/functional/
es2fReadPixelsTests.cpp 96 TCU_CHECK(program.isOk());
es2fTextureFilteringTests.cpp 312 const bool isOk = verifyTextureResult(m_testCtx, rendered.getAccess(), curCase.texture->getRefTexture(),
315 if (!isOk)
598 const bool isOk = verifyTextureResult(m_testCtx, result.getAccess(), curCase.texture->getRefTexture(),
601 if (!isOk)
es2fFboApiTest.cpp 75 bool isOk = (result == expectA || result == expectB);
77 testCtx.getLog() << TestLog::Message << "// " << (isOk ? "Pass" : "Fail") << ", expected " << glu::getErrorStr(expectA) << " or " << glu::getErrorStr(expectB) << TestLog::EndMessage;
79 if (!isOk)
  /external/deqp/modules/gles3/stress/
es3sLongRunningShaderTests.cpp 216 if (!m_program->isOk())
  /external/deqp/modules/glshared/
glsFragmentOpUtil.cpp 153 if (!m_program->isOk())
  /frameworks/native/cmds/dumpstate/tests/
dumpstate_test.cpp 562 EXPECT_TRUE(dss.setListener("", listener, &token).isOk());
568 EXPECT_TRUE(dss.setListener("whatever", nullptr, &token).isOk());
575 EXPECT_TRUE(dss.setListener("whatever", listener, &token).isOk());
580 EXPECT_TRUE(dss.setListener("whatsoever", listener, &token).isOk());
    [all...]
  /frameworks/native/libs/vr/libdvr/
dvr_hardware_composer_client.cpp 73 if (!status.isOk())
  /hardware/interfaces/automotive/vehicle/2.0/default/common/src/
VehicleHalManager.cpp 253 if (!status.isOk()) {
  /system/security/keystore/
auth_token_table.cpp 159 if (key_info.GetTagValue(TAG_ALLOW_WHILE_ON_BODY).isOk()) {
  /system/tpm/tpm_manager/server/
binder_service.cc 41 if (!status.isOk()) {
  /external/deqp/framework/common/
tcuCommandLine.cpp 790 bool isOk = false;
793 isOk = parse(parsedCmdLine->numArgs, parsedCmdLine->args);
802 return isOk;
  /external/deqp/modules/gles3/functional/
es3fFboApiTests.cpp 71 bool isOk = (result == expectA || result == expectB);
73 testCtx.getLog() << TestLog::Message << "// " << (isOk ? "Pass" : "Fail") << ", expected " << glu::getErrorStr(expectA) << " or " << glu::getErrorStr(expectB) << TestLog::EndMessage;
75 if (!isOk)
es3fDrawTests.cpp 781 bool isOk = true;
805 isOk = isOk && pixelOk;
809 if (!isOk)
828 return isOk;
    [all...]
  /frameworks/native/cmds/atrace/
atrace.cpp 540 if (!interfaceRet.isOk()) {
552 if (!notifyRet.isOk()) {
557 if (!listRet.isOk()) {
    [all...]
  /hardware/interfaces/graphics/composer/2.1/default/
ComposerClient.cpp 232 ALOGE_IF(!ret.isOk(), "failed to send onHotplug: %s",
239 ALOGE_IF(!ret.isOk(), "failed to send onRefresh: %s",
246 ALOGE_IF(!ret.isOk(), "failed to send onVsync: %s",
  /external/icu/icu4c/source/test/intltest/
collationtest.cpp     [all...]
  /system/tools/hidl/test/
hidl_test_client.cpp 64 #define EXPECT_OK(__ret__) EXPECT_TRUE(isOk(__ret__))
65 #define EXPECT_FAIL(__ret__) EXPECT_FALSE(isOk(__ret__))
124 static inline ::testing::AssertionResult isOk(const ::android::hardware::Return<T> &ret) {
125 return ret.isOk()
691 if (retService.isOk()) {
705 if (unregisterRet.isOk()) {
    [all...]

Completed in 983 milliseconds

<<1112131415161718