/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMELFObjectWriter.cpp | 162 default: llvm_unreachable("Unimplemented"); 170 llvm_unreachable("unimplemented"); 262 llvm_unreachable("Unimplemented");
|
/art/runtime/ |
scoped_thread_state_change.h | 211 UNIMPLEMENTED(WARNING); 221 UNIMPLEMENTED(WARNING); 232 UNIMPLEMENTED(WARNING); 242 UNIMPLEMENTED(WARNING);
|
/bionic/libc/upstream-netbsd/libc/string/ |
strcoll.c | 57 /* LC_COLLATE is unimplemented, hence always "C" */
|
strxfrm.c | 60 * Since locales are unimplemented, this is just a copy.
|
/external/chromium_org/content/plugin/ |
plugin_main.cc | 42 // Work around an unimplemented instruction in 64-bit Flash.
|
/external/chromium_org/mojo/system/ |
message_in_transit.h | 100 // Intentionally unimplemented (and private): Use |Destroy()| instead (which
|
/external/chromium_org/net/test/spawned_test_server/ |
remote_test_server.h | 38 // These are currently unused and unimplemented for RemoteTestServer. See
|
/external/chromium_org/net/websockets/ |
websocket_handshake_stream_base.h | 51 // Create a WebSocketSpdyHandshakeStream (unimplemented as of October 2013)
|
/external/chromium_org/ppapi/cpp/dev/ |
scriptable_object_deprecated.h | 83 // Unimplemented, copy and assignment is not allowed.
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/ |
bitmap_glyph.h | 104 // UNIMPLEMENTED: toString()
|
bitmap_glyph_info.h | 62 // UNIMPLEMENTED: hashCode()
|
/external/clang/test/Misc/ |
warning-flags-tree.c | 16 // These flags are currently unimplemented; test that we output them anyway.
|
/external/compiler-rt/lib/asan/ |
asan_malloc_mac.cc | 257 UNIMPLEMENTED(); 276 UNIMPLEMENTED(); 280 UNIMPLEMENTED(); 305 // UNIMPLEMENTED();
|
/external/libvorbis/doc/vorbisenc/ |
vorbis_encode_init_vbr.html | 61 <li>OV_EIMPL - Unimplemented mode; unable to comply with quality level request.</li>
|
/external/llvm/utils/lint/ |
common_lint.py | 74 raise Exception('RunOnFile() unimplemented')
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
bitmap_glyph.h | 104 // UNIMPLEMENTED: toString()
|
bitmap_glyph_info.h | 62 // UNIMPLEMENTED: hashCode()
|
/external/srec/srec_jni/ |
android_speech_srec_Recognizer.cpp | 63 static void unimplemented(JNIEnv* env) { function 64 JNU_ThrowByName(env, "java/lang/IllegalStateException", "unimplemented!!!"); 156 unimplemented(env); 162 unimplemented(env); 168 unimplemented(env); 174 unimplemented(env); 180 unimplemented(env); 186 unimplemented(env); 476 unimplemented(env);
|
/frameworks/base/core/java/android/speech/tts/ |
UtteranceProgressListener.java | 67 // Left unimplemented, has no equivalent in the old
|
/bionic/libm/include/mips/ |
fenv.h | 38 * causing unimplemented operation exception. 45 * 17 -> cause bit for unimplemented operation
|
/development/ndk/platforms/android-9/arch-mips/include/ |
fenv.h | 38 * causing unimplemented operation exception. 45 * 17 -> cause bit for unimplemented operation
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
trap.h | 65 // The destructor is unimplemented. Don't ever attempt to destruct this 109 // Copying and assigning is unimplemented. It doesn't make sense for a
|
/external/chromium_org/third_party/libxslt/libxslt/ |
xsltutils.h | 32 * Macro to flag unimplemented blocks. 36 "Unimplemented block at %s:%d\n", \
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_caps.c | 164 UTIL_CHECK_UNIMPLEMENTED, /* XXX Unimplemented features in Gallium */ 179 UTIL_CHECK_UNIMPLEMENTED, /* XXX Unimplemented features in Gallium */
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
gl_gentable.py | 88 fprintf(stderr, "Call to unimplemented API: %s\\n", fstr); 93 LogMessage(X_ERROR, "GLX: Call to unimplemented API: %s\\n", fstr);
|