Home
last modified time | relevance | path

Searched defs:UNIMPLEMENTED (Results 1 – 24 of 24) sorted by relevance

/external/swiftshader/src/Common/
DDebug.hpp41 #define UNIMPLEMENTED(...) do { \ macro
48 #define UNIMPLEMENTED(...) ((void)0) macro
DDebugAndroid.hpp77 #define UNIMPLEMENTED(...) do { \ macro
/external/swiftshader/src/OpenGL/common/
Ddebug.h73 #define UNIMPLEMENTED(...) do { \ macro
80 #define UNIMPLEMENTED(...) FIXME("\t! Unimplemented: %s(%d)\n", __FUNCTION__, __LINE__) macro
/external/swiftshader/src/OpenGL/compiler/
Ddebug.h51 #define UNIMPLEMENTED(...) do { \ macro
/external/opencensus-java/api/src/main/java/io/opencensus/trace/
DStatus.java174 UNIMPLEMENTED(12), enumConstant
355 public static final Status UNIMPLEMENTED = CanonicalCode.UNIMPLEMENTED.toStatus(); field in Status
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dstatus_code_enum.h115 UNIMPLEMENTED = 12, enumerator
/external/tensorflow/tensorflow/core/protobuf/
Derror_codes.proto124 UNIMPLEMENTED = 12; enumerator
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dstatus_code_enum.h115 UNIMPLEMENTED = 12, enumerator
/external/pigweed/pw_status/py/pw_status/
D__init__.py33 UNIMPLEMENTED = 12 variable in Status
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dstatus_code_enum.h115 UNIMPLEMENTED = 12, enumerator
/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/
DMojoResult.java23 public static final int UNIMPLEMENTED = 12; field in MojoResult
/external/libtextclassifier/native/utils/base/
Dstatus.h42 UNIMPLEMENTED = 12, enumerator
/external/icing/icing/text_classifier/lib3/utils/base/
Dstatus.h40 UNIMPLEMENTED = 12, enumerator
/external/protobuf/src/google/protobuf/stubs/
Dstatus.h60 UNIMPLEMENTED = 12, enumerator
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DStatus.java171 UNIMPLEMENTED(12), enumConstant
286 public static final Status UNIMPLEMENTED = Code.UNIMPLEMENTED.toStatus(); field in Status
/external/swiftshader/src/Reactor/
DDebug.hpp138 #define UNIMPLEMENTED(format, ...) … macro
/external/swiftshader/src/System/
DDebug.hpp135 #define UNIMPLEMENTED(format, ...) \ macro
/external/angle/src/common/
Ddebug.h339 # define UNIMPLEMENTED() \ macro
355 # define UNIMPLEMENTED() \ macro
/external/swiftshader/third_party/subzero/runtime/
Dwasm-runtime.cpp170 #define UNIMPLEMENTED(f) \ macro
/external/tensorflow/tensorflow/python/framework/
Derrors_impl.py205 UNIMPLEMENTED = error_codes_pb2.UNIMPLEMENTED variable
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h255 #define UNIMPLEMENTED() UNREACHABLE("unimplemented") macro
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h330 #define UNIMPLEMENTED() UNREACHABLE("unimplemented") macro
/external/nos/host/generic/nugget/proto/nugget/app/keymaster/
Dkeymaster_defs.proto251 UNIMPLEMENTED = 65; enumerator
/external/grpc-grpc/src/python/grpcio/grpc/
D__init__.py230 UNIMPLEMENTED = (_cygrpc.StatusCode.unimplemented, 'unimplemented') variable in StatusCode