Home
last modified time | relevance | path

Searched refs:NOTIMPLEMENTED (Results 1 – 14 of 14) sorted by relevance

/external/libweave/third_party/chromium/base/
Dlogging.h715 #define NOTIMPLEMENTED() EAT_STREAM_PARAMETERS macro
718 #define NOTIMPLEMENTED() static_assert(false, "NOT_IMPLEMENTED") macro
720 #define NOTIMPLEMENTED() static_assert(false, "NOT_IMPLEMENTED") macro
722 #define NOTIMPLEMENTED() NOTREACHED() macro
724 #define NOTIMPLEMENTED() LOG(ERROR) << NOTIMPLEMENTED_MSG macro
726 #define NOTIMPLEMENTED() do {\ macro
/external/libchrome/base/trace_event/
Dtrace_buffer.cc140 NOTIMPLEMENTED(); in GetChunk()
144 NOTIMPLEMENTED(); in ReturnChunk()
153 NOTIMPLEMENTED(); in CloneForIteration()
158 NOTIMPLEMENTED(); in EstimateTraceMemoryOverhead()
261 NOTIMPLEMENTED(); in CloneForIteration()
/external/libchrome/base/
Dlogging.h965 #define NOTIMPLEMENTED() EAT_STREAM_PARAMETERS macro
968 #define NOTIMPLEMENTED() static_assert(false, "NOT_IMPLEMENTED") macro
970 #define NOTIMPLEMENTED() static_assert(false, "NOT_IMPLEMENTED") macro
972 #define NOTIMPLEMENTED() NOTREACHED() macro
974 #define NOTIMPLEMENTED() LOG(ERROR) << NOTIMPLEMENTED_MSG macro
976 #define NOTIMPLEMENTED() do {\ macro
/external/libchrome/base/files/
Dfile_posix.cc93 NOTIMPLEMENTED(); // NaCl doesn't implement ftruncate. in CallFtruncate()
98 NOTIMPLEMENTED(); // NaCl doesn't implement futimes. in CallFutimes()
103 NOTIMPLEMENTED(); // NaCl doesn't implement flock struct. in CallFcntlFlock()
521 NOTIMPLEMENTED(); // NaCl doesn't implement fsync. in DoFlush()
Dfile_path_watcher_kqueue.cc324 NOTIMPLEMENTED(); in Watch()
/external/libchrome/base/threading/
Dplatform_thread_posix.cc215 NOTIMPLEMENTED(); in SetCurrentThreadPriority()
237 NOTIMPLEMENTED(); in GetCurrentThreadPriority()
Dplatform_thread_mac.mm180 NOTIMPLEMENTED();
/external/libchrome/base/process/
Dprocess_posix.cc192 NOTIMPLEMENTED(); in WaitForExitWithTimeoutImpl()
366 NOTIMPLEMENTED(); in SetProcessBackgrounded()
Dprocess_metrics.cc93 NOTIMPLEMENTED(); // http://crbug.com/120488 in GetIdleWakeupsPerSecond()
/external/libchrome/crypto/
Dsecure_hash_default.cc91 NOTIMPLEMENTED(); in Create()
Dsecure_hash_openssl.cc97 NOTIMPLEMENTED(); in Create()
Dnss_util.cc169 NOTIMPLEMENTED(); in UseLocalCacheOfNSSDatabaseIfNFS()
/external/libchrome/base/test/
Dtest_file_util_posix.cc85 NOTIMPLEMENTED(); in EvictFileFromSystemCache()
/external/libchrome/base/debug/
Ddebugger_posix.cc164 NOTIMPLEMENTED();