Home
last modified time | relevance | path

Searched defs:writeEvent (Results 1 – 7 of 7) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowEventLog.java100 protected static int writeEvent(int tag, String str) { in writeEvent() method in ShadowEventLog
110 protected static int writeEvent(int tag, Object... list) { in writeEvent() method in ShadowEventLog
121 protected static int writeEvent(int tag, int value) { in writeEvent() method in ShadowEventLog
128 protected static int writeEvent(int tag, float value) { in writeEvent() method in ShadowEventLog
135 protected static int writeEvent(int tag, long value) { in writeEvent() method in ShadowEventLog
/external/libchrome/base/android/java/src/org/chromium/base/
DEventLog.java17 public static void writeEvent(int tag, int value) { in writeEvent() method in EventLog
/external/libtextclassifier/java/src/com/android/textclassifier/common/statsd/
DTextClassifierEventLogger.java38 public void writeEvent( in writeEvent() method in TextClassifierEventLogger
/external/OpenCL-CTS/test_conformance/profiling/
DwriteImage.cpp413 cl_event writeEvent; in write_image() local
DwriteArray.cpp618 cl_event writeEvent; in test_stream_write() local
/external/llvm-project/lld/wasm/
DWriterUtils.cpp202 void writeEvent(raw_ostream &os, const WasmEvent &event) { in writeEvent() function
/external/llvm-project/llvm/lib/Support/
DTimeProfiler.cpp141 auto writeEvent = [&](const auto &E, uint64_t Tid) { in write() local