HomeSort by relevance Sort by last modified time
    Searched refs:NotifyEvent (Results 1 - 8 of 8) sorted by null

  /external/llvm/unittests/ExecutionEngine/JIT/
IntelJITEventListenerTest.cpp 32 int NotifyEvent(iJIT_JVM_EVENT EventType, void *EventSpecificData) {
79 new IntelJITEventsWrapper(test_jitprofiling::NotifyEvent, 0,
  /external/chromium_org/components/translate/core/browser/
translate_language_list.cc 196 NotifyEvent(__LINE__, message);
203 NotifyEvent(__LINE__, "Request is omitted due to retry limit");
236 NotifyEvent(__LINE__, "Failed to fetch languages");
240 NotifyEvent(__LINE__, "Language list is updated");
250 void TranslateLanguageList::NotifyEvent(int line, const std::string& message) {
319 NotifyEvent(__LINE__, message);
330 // languages, and don't use UMA or NotifyEvent.
translate_language_list.h 82 void NotifyEvent(int line, const std::string& message);
  /external/llvm/tools/llvm-jitlistener/
llvm-jitlistener.cpp 44 int NotifyEvent(iJIT_JVM_EVENT EventType, void *EventSpecificData) {
173 NotifyEvent, 0, IsProfilingActive, 0, 0, GetNewMethodID)));
  /external/oprofile/agents/jvmpi/
jvmpi_oprofile.cpp 236 jvmpi->NotifyEvent = jvm_notify_event;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vmr9.idl 146 HRESULT NotifyEvent([in] LONG code, [in] LONG_PTR param1, [in] LONG_PTR param2);
vmr9.h 677 virtual HRESULT STDMETHODCALLTYPE NotifyEvent(
724 HRESULT (STDMETHODCALLTYPE *NotifyEvent)(
747 #define IVMRSurfaceAllocatorNotify9_NotifyEvent(This,code,param1,param2) (This)->lpVtbl->NotifyEvent(This,code,param1,param2)
773 return This->lpVtbl->NotifyEvent(This,code,param1,param2);
    [all...]
strmif.h     [all...]

Completed in 768 milliseconds