Home
last modified time | relevance | path

Searched defs:NOT_OK (Results 1 – 6 of 6) sorted by relevance

/external/pigweed/pw_protobuf/pw_protobuf_test_protos/
Dimported.proto25 NOT_OK = 1; enumerator
/external/webp/src/utils/
Dthread_utils.h29 NOT_OK = 0, // object is unusable enumerator
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/
DTestEnumSerialization.java98 static enum NOT_OK { enum in TestEnumSerialization
102 NOT_OK(@JsonProperty String key) { this.key = key; } in NOT_OK() method in TestEnumSerialization.NOT_OK
/external/libaom/aom_util/
Daom_thread.h296 NOT_OK = 0, // object is unusable enumerator
/external/libvpx/vpx_util/
Dvpx_thread.h375 NOT_OK = 0, // object is unusable enumerator
/external/libavc/decoder/
Dih264d_defs.h116 #define NOT_OK -1 macro