HomeSort by relevance Sort by last modified time
    Searched defs:session_state (Results 1 - 9 of 9) sorted by null

  /external/libchrome/base/trace_event/
memory_dump_manager.h 182 scoped_refptr<MemoryDumpSessionState> session_state,
207 scoped_refptr<MemoryDumpSessionState> session_state; member in struct:base::trace_event::MemoryDumpManager::ProcessMemoryDumpAsyncState
process_memory_dump.h 70 ProcessMemoryDump(scoped_refptr<MemoryDumpSessionState> session_state,
150 const scoped_refptr<MemoryDumpSessionState>& session_state() const { function in class:base::trace_event::ProcessMemoryDump
process_memory_dump_unittest.cc 97 scoped_refptr<MemoryDumpSessionState> session_state = local
99 session_state->SetStackFrameDeduplicator(
101 session_state->SetTypeNameDeduplicator(
104 new ProcessMemoryDump(session_state.get(), kDetailedDumpArgs));
112 new ProcessMemoryDump(session_state.get(), kDetailedDumpArgs));
memory_dump_manager.cc 102 // |session_state| into a proxy object that can be added to the trace event log.
110 scoped_refptr<MemoryDumpSessionState> session_state,
112 : session_state(session_state), getter_function(getter_function) {}
115 return (session_state.get()->*getter_function)()->AppendAsTraceFormat(out);
120 return (session_state.get()->*getter_function)()
124 scoped_refptr<MemoryDumpSessionState> session_state; member in struct:base::trace_event::__anon24413::SessionStateConvertableProxy
852 scoped_refptr<MemoryDumpSessionState> session_state = local
    [all...]
memory_dump_manager_unittest.cc 155 // |session_state| should not be null under any circumstances when
158 EXPECT_TRUE(pmd->session_state().get() != nullptr);
377 const MemoryDumpSessionState* session_state = local
382 .WillRepeatedly(Invoke([session_state](const MemoryDumpArgs&,
384 EXPECT_EQ(session_state, pmd->session_state().get());
389 .WillRepeatedly(Invoke([session_state](const MemoryDumpArgs&,
391 EXPECT_EQ(session_state, pmd->session_state().get());
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
executor.h 21 #include "tensorflow/core/framework/session_state.h"
89 SessionState* session_state = nullptr; member in struct:tensorflow::Executor::Args
  /external/wpa_supplicant_8/src/fst/
fst_ctrl_aux.h 78 } session_state; /* for EVENT_FST_SESSION_STATE_CHANGED */ member in union:fst_event_extra
  /hardware/qcom/audio/voice_processing/
voice_processing.c 48 enum session_state { enum
74 uint32_t state; // current state (enum session_state)
  /external/tensorflow/tensorflow/core/framework/
op_kernel.h 32 #include "tensorflow/core/framework/session_state.h"
536 SessionState* session_state = nullptr; member in struct:tensorflow::OpKernelContext::Params
938 SessionState* session_state() const { return params_->session_state; } function in class:tensorflow::OpKernelContext
    [all...]

Completed in 843 milliseconds