/external/OpenCL-CTS/test_conformance/profiling/ |
D | writeImage.cpp | 413 cl_event writeEvent; in write_image() local 476 …clEnqueueWriteImage( queue, memobjs[0], false, origin, region, 0, 0, inptr, 0, NULL, &writeEvent ); in write_image() 488 err = clWaitForEvents( 1, &writeEvent ); in write_image() 492 clReleaseEvent(writeEvent); in write_image() 501 …while( ( err = clGetEventProfilingInfo( writeEvent, CL_PROFILING_COMMAND_QUEUED, sizeof( cl_ulong … in write_image() 505 clReleaseEvent(writeEvent); in write_image() 513 …while( ( err = clGetEventProfilingInfo( writeEvent, CL_PROFILING_COMMAND_SUBMIT, sizeof( cl_ulong … in write_image() 517 clReleaseEvent(writeEvent); in write_image() 525 …err = clGetEventProfilingInfo( writeEvent, CL_PROFILING_COMMAND_START, sizeof( cl_ulong ), &writeS… in write_image() 528 clReleaseEvent(writeEvent); in write_image() [all …]
|
D | writeArray.cpp | 618 cl_event writeEvent; in test_stream_write() local 668 …teBuffer( queue, streams[ii], false, 0, ptrSizes[i]*num_elements, inptr[i], 0, NULL, &writeEvent ); in test_stream_write() 679 err = clWaitForEvents( 1, &writeEvent ); in test_stream_write() 683 clReleaseEvent(writeEvent); in test_stream_write() 691 …while( ( err = clGetEventProfilingInfo( writeEvent, CL_PROFILING_COMMAND_QUEUED, sizeof( cl_ulong … in test_stream_write() 695 clReleaseEvent(writeEvent); in test_stream_write() 702 …while( ( err = clGetEventProfilingInfo( writeEvent, CL_PROFILING_COMMAND_SUBMIT, sizeof( cl_ulong … in test_stream_write() 706 clReleaseEvent(writeEvent); in test_stream_write() 713 …err = clGetEventProfilingInfo( writeEvent, CL_PROFILING_COMMAND_START, sizeof( cl_ulong ), &writeS… in test_stream_write() 716 clReleaseEvent(writeEvent); in test_stream_write() [all …]
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowEventLog.java | 100 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 113 return writeEvent(tag, (String) null); in writeEvent() 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/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/common/statsd/ |
D | TextClassifierEventLoggerTest.java | 90 textClassifierEventLogger.writeEvent(sessionId, textSelectionEvent); in writeEvent_textSelectionEvent() 122 textClassifierEventLogger.writeEvent(sessionId, textSelectionEvent); in writeEvent_textSelectionEvent_autoToSingle() 140 textClassifierEventLogger.writeEvent(sessionId, textSelectionEvent); in writeEvent_textSelectionEvent_autoToMulti() 158 textClassifierEventLogger.writeEvent(sessionId, textSelectionEvent); in writeEvent_textSelectionEvent_keepAuto() 177 textClassifierEventLogger.writeEvent(sessionId, textLinkifyEvent); in writeEvent_textLinkifyEvent() 212 textClassifierEventLogger.writeEvent(sessionId, conversationActionsEvent); in writeEvent_textConversationActionEvent() 247 textClassifierEventLogger.writeEvent(sessionId, languageDetectionEvent); in writeEvent_languageDetectionEvent()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowEventLogTest.java | 120 int bytes = EventLog.writeEvent(TEST_TAG, TEST_STRING1); in testWriteEvent_string() 132 int bytes = EventLog.writeEvent(TEST_TAG, (String) null); in testWriteEvent_nullString() 144 int bytes = EventLog.writeEvent(TEST_TAG, TEST_INT); in testWriteEvent_int() 157 int bytes = EventLog.writeEvent(TEST_TAG, TEST_STRING1, TEST_STRING2); in testWriteEvent_list() 172 int bytes = EventLog.writeEvent(TEST_TAG, (Object[]) null); in testWriteEvent_nullList() 185 int bytes = EventLog.writeEvent(TEST_TAG, TEST_FLOAT); in testWriteEvent_float() 197 int bytes = EventLog.writeEvent(TEST_TAG, TEST_LONG); in testWriteEvent_long()
|
/external/libchrome/base/android/java/src/org/chromium/base/ |
D | EventLog.java | 17 public static void writeEvent(int tag, int value) { in writeEvent() method in EventLog 18 android.util.EventLog.writeEvent(tag, value); in writeEvent()
|
/external/llvm-project/llvm/lib/Support/ |
D | TimeProfiler.cpp | 141 auto writeEvent = [&](const auto &E, uint64_t Tid) { in write() local 158 writeEvent(E, this->Tid); in write() 161 writeEvent(E, TTP->Tid); in write()
|
/external/llvm-project/lld/wasm/ |
D | WriterUtils.h | 58 void writeEvent(raw_ostream &os, const llvm::wasm::WasmEvent &event);
|
D | WriterUtils.cpp | 202 void writeEvent(raw_ostream &os, const WasmEvent &event) { in writeEvent() function
|
D | SyntheticSections.cpp | 253 writeEvent(os, e->event); in writeBody()
|
/external/libtextclassifier/java/src/com/android/textclassifier/common/statsd/ |
D | TextClassifierEventLogger.java | 38 public void writeEvent( in writeEvent() method in TextClassifierEventLogger
|
/external/libtextclassifier/java/src/com/android/textclassifier/ |
D | TextClassifierImpl.java | 351 textClassifierEventLogger.writeEvent( in onTextClassifierEvent()
|