/external/swiftshader/src/Common/ |
D | Debug.hpp | 41 #define UNIMPLEMENTED(...) do { \ macro 48 #define UNIMPLEMENTED(...) ((void)0) macro
|
D | DebugAndroid.hpp | 77 #define UNIMPLEMENTED(...) do { \ macro
|
/external/swiftshader/src/OpenGL/common/ |
D | debug.h | 73 #define UNIMPLEMENTED(...) do { \ macro 80 #define UNIMPLEMENTED(...) FIXME("\t! Unimplemented: %s(%d)\n", __FUNCTION__, __LINE__) macro
|
/external/swiftshader/src/OpenGL/compiler/ |
D | debug.h | 51 #define UNIMPLEMENTED(...) do { \ macro
|
/external/opencensus-java/api/src/main/java/io/opencensus/trace/ |
D | Status.java | 174 UNIMPLEMENTED(12), enumConstant 355 public static final Status UNIMPLEMENTED = CanonicalCode.UNIMPLEMENTED.toStatus(); field in Status
|
/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | status_code_enum.h | 115 UNIMPLEMENTED = 12, enumerator
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | error_codes.proto | 124 UNIMPLEMENTED = 12; enumerator
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/ |
D | status_code_enum.h | 115 UNIMPLEMENTED = 12, enumerator
|
/external/pigweed/pw_status/py/pw_status/ |
D | __init__.py | 33 UNIMPLEMENTED = 12 variable in Status
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/ |
D | status_code_enum.h | 115 UNIMPLEMENTED = 12, enumerator
|
/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/ |
D | MojoResult.java | 23 public static final int UNIMPLEMENTED = 12; field in MojoResult
|
/external/libtextclassifier/native/utils/base/ |
D | status.h | 42 UNIMPLEMENTED = 12, enumerator
|
/external/icing/icing/text_classifier/lib3/utils/base/ |
D | status.h | 40 UNIMPLEMENTED = 12, enumerator
|
/external/protobuf/src/google/protobuf/stubs/ |
D | status.h | 60 UNIMPLEMENTED = 12, enumerator
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/ |
D | Status.java | 171 UNIMPLEMENTED(12), enumConstant 286 public static final Status UNIMPLEMENTED = Code.UNIMPLEMENTED.toStatus(); field in Status
|
/external/swiftshader/src/Reactor/ |
D | Debug.hpp | 138 #define UNIMPLEMENTED(format, ...) … macro
|
/external/swiftshader/src/System/ |
D | Debug.hpp | 135 #define UNIMPLEMENTED(format, ...) \ macro
|
/external/angle/src/common/ |
D | debug.h | 339 # define UNIMPLEMENTED() \ macro 355 # define UNIMPLEMENTED() \ macro
|
/external/swiftshader/third_party/subzero/runtime/ |
D | wasm-runtime.cpp | 170 #define UNIMPLEMENTED(f) \ macro
|
/external/tensorflow/tensorflow/python/framework/ |
D | errors_impl.py | 205 UNIMPLEMENTED = error_codes_pb2.UNIMPLEMENTED variable
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_internal_defs.h | 255 #define UNIMPLEMENTED() UNREACHABLE("unimplemented") macro
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_internal_defs.h | 330 #define UNIMPLEMENTED() UNREACHABLE("unimplemented") macro
|
/external/nos/host/generic/nugget/proto/nugget/app/keymaster/ |
D | keymaster_defs.proto | 251 UNIMPLEMENTED = 65; enumerator
|
/external/grpc-grpc/src/python/grpcio/grpc/ |
D | __init__.py | 230 UNIMPLEMENTED = (_cygrpc.StatusCode.unimplemented, 'unimplemented') variable in StatusCode
|