/external/wpa_supplicant_8/hostapd/src/fst/ |
H A D | fst_ctrl_aux.h | 78 } session_state; /* for EVENT_FST_SESSION_STATE_CHANGED */ member in union:fst_event_extra
|
H A D | fst_ctrl_iface.c | 43 ss = &extra->session_state; 142 ss = &extra->session_state;
|
H A D | fst_session.c | 124 .session_state = { 131 evext.session_state.extra = *extra;
|
/external/wpa_supplicant_8/src/fst/ |
H A D | fst_ctrl_aux.h | 78 } session_state; /* for EVENT_FST_SESSION_STATE_CHANGED */ member in union:fst_event_extra
|
H A D | fst_ctrl_iface.c | 43 ss = &extra->session_state; 142 ss = &extra->session_state;
|
H A D | fst_session.c | 124 .session_state = { 131 evext.session_state.extra = *extra;
|
/external/wpa_supplicant_8/wpa_supplicant/src/fst/ |
H A D | fst_ctrl_aux.h | 78 } session_state; /* for EVENT_FST_SESSION_STATE_CHANGED */ member in union:fst_event_extra
|
H A D | fst_ctrl_iface.c | 43 ss = &extra->session_state; 142 ss = &extra->session_state;
|
H A D | fst_session.c | 124 .session_state = { 131 evext.session_state.extra = *extra;
|
/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | session_state.cc | 16 #include "tensorflow/core/framework/session_state.h" 67 SessionState* session_state) { 78 TF_RETURN_IF_ERROR(session_state->AddTensor(key, it->second.tensor)); 66 SaveTensors(const std::vector<string>& output_names, SessionState* session_state) argument
|
H A D | executor.h | 21 #include "tensorflow/core/framework/session_state.h" 89 SessionState* session_state = nullptr; member in struct:tensorflow::Executor::Args
|
H A D | direct_session.cc | 529 args.session_state = &session_state_; 771 args.session_state = &session_state_;
|
H A D | executor.cc | 1298 session_state_(args.session_state), 1508 params.session_state = session_state_;
|
/external/tensorflow/tensorflow/core/kernels/ |
H A D | session_ops.cc | 45 int64 id = ctx->session_state()->GetNewId(); 115 OP_REQUIRES_OK(ctx, ctx->session_state()->GetTensor(name, &val)); 157 OP_REQUIRES_OK(ctx, ctx->session_state()->DeleteTensor(name));
|
/external/libchrome/base/trace_event/ |
H A D | 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::__anon11062::SessionStateConvertableProxy 852 scoped_refptr<MemoryDumpSessionState> session_state = local 854 session_state->SetAllowedDumpModes(memory_dump_config.allowed_dump_modes); 855 session_state 109 SessionStateConvertableProxy( scoped_refptr<MemoryDumpSessionState> session_state, GetterFunctPtr getter_function) argument 959 ProcessMemoryDumpAsyncState( MemoryDumpRequestArgs req_args, const MemoryDumpProviderInfo::OrderedSet& dump_providers, scoped_refptr<MemoryDumpSessionState> session_state, MemoryDumpCallback callback, scoped_refptr<SingleThreadTaskRunner> dump_thread_task_runner) argument [all...] |
H A D | 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
|
H A D | heap_profiler_heap_dump_writer.cc | 313 const MemoryDumpSessionState& session_state) { 315 session_state.stack_frame_deduplicator(), 316 session_state.type_name_deduplicator(), 317 session_state.heap_profiler_breakdown_threshold_bytes()); 311 ExportHeapDump( const hash_map<AllocationContext, AllocationMetrics>& metrics_by_context, const MemoryDumpSessionState& session_state) argument
|
H A D | heap_profiler_heap_dump_writer.h | 32 const MemoryDumpSessionState& session_state);
|
H A D | memory_dump_manager.h | 182 scoped_refptr<MemoryDumpSessionState> session_state, 207 scoped_refptr<MemoryDumpSessionState> session_state; member in struct:base::trace_event::MemoryDumpManager::ProcessMemoryDumpAsyncState
|
H A D | 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));
|
H A D | process_memory_dump.cc | 149 scoped_refptr<MemoryDumpSessionState> session_state, 153 session_state_(std::move(session_state)), 249 metrics_by_context, *session_state()); 148 ProcessMemoryDump( scoped_refptr<MemoryDumpSessionState> session_state, const MemoryDumpArgs& dump_args) argument
|
H A D | 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());
|
/external/tensorflow/tensorflow/core/framework/ |
H A D | session_state.h | 75 SessionState* session_state);
|
H A D | 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
|