HomeSort by relevance Sort by last modified time
    Searched defs:NO_ERROR (Results 1 - 20 of 20) sorted by null

  /external/deqp/external/openglcts/modules/common/
glcTestSubcase.hpp 34 #define NO_ERROR 0
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
Errors.java 7 public static final int NO_ERROR = 0;
  /cts/tests/tests/nativehardware/jni/
AHardwareBufferTest.cpp 36 #define NO_ERROR 0
181 EXPECT_EQ(NO_ERROR, res);
198 EXPECT_EQ(NO_ERROR, res);
209 EXPECT_EQ(NO_ERROR, res);
225 EXPECT_EQ(NO_ERROR, res);
241 EXPECT_EQ(NO_ERROR, res);
268 EXPECT_EQ(NO_ERROR, err);
292 EXPECT_EQ(NO_ERROR, err);
308 EXPECT_EQ(NO_ERROR, err);
339 EXPECT_EQ(NO_ERROR, err)
    [all...]
AHardwareBufferGLTest.cpp 35 #define NO_ERROR 0
548 ASSERT_EQ(NO_ERROR, result) << "AHardwareBuffer_lock failed with error " << result;
620 ASSERT_EQ(NO_ERROR, result) << "AHardwareBuffer_lock failed with error " << result;
719 ASSERT_EQ(NO_ERROR, result) << "AHardwareBuffer_lock failed with error " << result;
    [all...]
  /external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/framed/
ErrorCode.java 24 /** Not an error! For SPDY stream resets, prefer null over NO_ERROR. */
25 NO_ERROR(0, -1, 0),
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
ErrorCode.java 20 /** Not an error! For SPDY stream resets, prefer null over NO_ERROR. */
21 NO_ERROR(0, -1, 0),
  /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/
ErrorCode.java 24 /** Not an error! For SPDY stream resets, prefer null over NO_ERROR. */
25 NO_ERROR(0, -1, 0),
  /external/u-boot/include/jffs2/
mini_inflate.h 12 #define NO_ERROR 0
  /external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
GrpcUtilTest.java 53 assertSame(Http2Error.NO_ERROR, Http2Error.forCode(0));
74 assertSame(Http2Error.NO_ERROR.status(), Http2Error.statusForCode(0));
  /frameworks/av/cmds/stagefright/
codec.cpp 418 CHECK_EQ(SurfaceComposerClient::getDisplayInfo(display, &info), NO_ERROR);
stream.cpp 325 CHECK_EQ(SurfaceComposerClient::getDisplayInfo(display, &info), NO_ERROR);
386 if (player != NULL && player->setDataSource(source) == NO_ERROR) {
mediafilter.cpp 755 CHECK_EQ(SurfaceComposerClient::getDisplayInfo(display, &info), NO_ERROR);
  /cts/tests/camera/src/android/hardware/cts/
CameraTestCase.java 37 protected static final int NO_ERROR = -1;
53 mCameraErrorCode = NO_ERROR;
106 assertEquals("Got camera error callback.", NO_ERROR, mCameraErrorCode);
CameraTest.java 90 private static final int NO_ERROR = -1;
91 private int mCameraErrorCode = NO_ERROR;
220 (NO_ERROR == mCameraErrorCode ||
223 assertEquals("Got camera error callback.", NO_ERROR, mCameraErrorCode);
    [all...]
  /external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
GrpcUtil.java 305 * {@code NO_ERROR}. In this case it is important to indicate to the application that the
308 NO_ERROR(0x0, Status.UNAVAILABLE),
  /cts/tests/vr/jni/
VrExtensionsJni.cpp 59 #define NO_ERROR 0
124 if (AHardwareBuffer_allocate(&desc, &hwbuffer) != NO_ERROR) return;
220 ASSERT_EQ(error, NO_ERROR);
242 ASSERT_EQ(error, NO_ERROR);
246 ASSERT_EQ(error, NO_ERROR);
455 ASSERT_EQ(error, NO_ERROR);
460 ASSERT_EQ(error, NO_ERROR);
464 ASSERT_EQ(error, NO_ERROR);
543 ASSERT_EQ(error, NO_ERROR);
  /external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
NettyServerHandlerTest.java 336 verifyWrite().writeGoAway(eq(ctx()), eq(0), eq(Http2Error.NO_ERROR.code()),
709 eq(ctx()), eq(Integer.MAX_VALUE), eq(Http2Error.NO_ERROR.code()), any(ByteBuf.class),
715 eq(ctx()), eq(0), eq(Http2Error.NO_ERROR.code()), any(ByteBuf.class),
720 eq(ctx()), eq(0), eq(Http2Error.NO_ERROR.code()), any(ByteBuf.class),
728 eq(ctx()), eq(0), eq(Http2Error.NO_ERROR.code()), any(ByteBuf.class),
744 eq(ctx()), eq(Integer.MAX_VALUE), eq(Http2Error.NO_ERROR.code()), any(ByteBuf.class),
750 eq(ctx()), eq(0), eq(Http2Error.NO_ERROR.code()), any(ByteBuf.class),
758 eq(ctx()), eq(0), eq(Http2Error.NO_ERROR.code()), any(ByteBuf.class),
784 eq(ctx()), eq(Integer.MAX_VALUE), eq(Http2Error.NO_ERROR.code()), any(ByteBuf.class),
790 eq(ctx()), eq(STREAM_ID), eq(Http2Error.NO_ERROR.code()), any(ByteBuf.class)
    [all...]
  /external/scapy/scapy/contrib/
http2.py     [all...]
  /external/grpc-grpc-java/core/
grpc-core-1.14.0.jar 
  /external/grpc-grpc-java/netty/shaded/
grpc-netty-shaded-1.14.0.jar 

Completed in 682 milliseconds