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

  /external/swiftshader/src/Common/
Debug.hpp 37 #define UNIMPLEMENTED() {trace("\t! Unimplemented: %s(%d)\n", __FUNCTION__, __LINE__); ASSERT(false);}
39 #define UNIMPLEMENTED() ((void)0)
DebugAndroid.hpp 26 // unimplemented functionality creates two problems. First, it produces
29 // The alternative, skipping unimplemented functionality silently, is
31 // learn that unimplemented functionality may have compromised the test
33 // Logging invocations of unimplemented functionality is useful to both
69 #define UNIMPLEMENTED() do { \
70 ALOGE("badness: unimplemented: %s %s:%d", \
  /external/swiftshader/src/OpenGL/compiler/
debug.h 57 #undef UNIMPLEMENTED
58 #define UNIMPLEMENTED() do { \
59 Trace("Unimplemented invoked: %s(%d)\n", __FUNCTION__, __LINE__); \
  /external/swiftshader/src/OpenGL/common/
debug.h 69 // A macro to indicate unimplemented functionality
70 #undef UNIMPLEMENTED
72 #define UNIMPLEMENTED() do { \
73 FIXME("\t! Unimplemented: %s(%d)\n", __FUNCTION__, __LINE__); \
77 #define UNIMPLEMENTED() FIXME("\t! Unimplemented: %s(%d)\n", __FUNCTION__, __LINE__)
  /external/swiftshader/src/D3D8/
Debug.hpp 42 #define UNIMPLEMENTED() {trace("\t! Unimplemented: %s(%d)\n", __FUNCTION__, __LINE__); ASSERT(false);}
44 #define UNIMPLEMENTED() ((void)0)
  /art/runtime/arch/x86/
quick_entrypoints_x86.S     [all...]
  /art/runtime/arch/x86_64/
quick_entrypoints_x86_64.S     [all...]
  /external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
MojoResult.java 23 public static final int UNIMPLEMENTED = 12;
65 case UNIMPLEMENTED:
66 return "UNIMPLEMENTED";
  /external/swiftshader/src/D3D9/
Debug.hpp 78 #define UNIMPLEMENTED() {Trace("\t! Unimplemented: %s(%d)\n", __FUNCTION__, __LINE__); ASSERT(false);}
80 #define UNIMPLEMENTED() ((void)0)
  /external/protobuf/src/google/protobuf/stubs/
status.h 58 UNIMPLEMENTED = 12,
  /external/skia/src/utils/
SkCurveMeasure.cpp 14 #define UNIMPLEMENTED SkDEBUGF(("%s:%d unimplemented\n", __FILE__, __LINE__))
37 UNIMPLEMENTED;
63 UNIMPLEMENTED;
94 UNIMPLEMENTED;
97 UNIMPLEMENTED;
147 UNIMPLEMENTED;
150 UNIMPLEMENTED;
196 UNIMPLEMENTED;
  /external/v8/src/base/
logging.h 19 // The FATAL, UNREACHABLE and UNIMPLEMENTED macros are useful during
24 #define UNIMPLEMENTED() \
25 V8_Fatal(__FILE__, __LINE__, "unimplemented code")
31 #define UNIMPLEMENTED() \
32 V8_Fatal("", 0, "unimplemented code")
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
status.h 58 UNIMPLEMENTED = 12,
  /system/core/base/include/android-base/
logging.h 241 #define UNIMPLEMENTED(level) \
242 LOG(level) << __PRETTY_FUNCTION__ << " unimplemented "
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 255 #define UNIMPLEMENTED() UNREACHABLE("unimplemented")
  /external/swiftshader/third_party/subzero/runtime/
wasm-runtime.cpp 170 #define UNIMPLEMENTED(f) \
172 fprintf(stderr, "Unimplemented: " #f "\n"); \
183 UNIMPLEMENTED(__addtf3)
184 UNIMPLEMENTED(__assert_fail)
185 UNIMPLEMENTED(__builtin_apply)
186 UNIMPLEMENTED(__builtin_apply_args)
187 UNIMPLEMENTED(__builtin_isinff)
188 UNIMPLEMENTED(__builtin_isinfl)
189 UNIMPLEMENTED(__builtin_malloc)
190 UNIMPLEMENTED(__divtf3
    [all...]
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/0.13.2/
grpc-core-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.1/
grpc-core-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.3/
grpc-core-1.0.3.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.jar 

Completed in 869 milliseconds