Home
last modified time | relevance | path

Searched defs:global_context (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/ltp/testcases/kernel/hotplug/memory_hotplug/
H A Dmemtoy.h42 typedef struct global_context { struct
43 char *program_name; /* argv[0] - for reference in messages */
45 unsigned long options; /* command line options, ... */
47 siginfo_t *siginfo; /* signal info, if signalled != 0 */
48 char *signame; /* name of signal, if any */
49 sigjmp_buf sigjmp_env; /* embedded setjmp buffer */
50 bool sigjmp; /* sigsetjmp is "armed" */
52 size_t pagesize; /* system page size for mmap, ... */
54 int numa_max_node; /* if >0, numa supported */
56 segment_t **seglist; /* list of known segments */
[all …]
/aosp_15_r20/external/google-benchmark/test/
H A Dbenchmark_gtest.cc139 std::map<std::string, std::string> *&global_context = GetGlobalContext(); in TEST() local
154 std::map<std::string, std::string> *&global_context = GetGlobalContext(); in TEST() local
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/test/
H A Dbenchmark_gtest.cc139 std::map<std::string, std::string> *&global_context = GetGlobalContext(); in TEST() local
154 std::map<std::string, std::string> *&global_context = GetGlobalContext(); in TEST() local
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/src/
H A Dreporter.cc71 std::map<std::string, std::string> *global_context = in PrintBasicContext() local
H A Djson_reporter.cc177 std::map<std::string, std::string>* global_context = in ReportContext() local
H A Dbenchmark.cc149 std::map<std::string, std::string>* global_context = nullptr; variable
/aosp_15_r20/external/google-benchmark/src/
H A Dreporter.cc71 std::map<std::string, std::string> *global_context = in PrintBasicContext() local
H A Djson_reporter.cc184 std::map<std::string, std::string>* global_context = in ReportContext() local
H A Dbenchmark.cc149 std::map<std::string, std::string>* global_context = nullptr; variable
/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/
H A Dcloud_trace.py156 def __init__(self, global_context=None, traceId=None, parentSpanId=None, argument
/aosp_15_r20/external/gemmlowp/eight_bit_int_gemm/
H A Deight_bit_int_gemm.cc54 GemmContext* global_context; variable
/aosp_15_r20/packages/modules/Virtualization/android/virtmgr/src/
Dcrosvm.rs363 pub(crate) global_context: Strong<dyn IGlobalVmContext>, field
/aosp_15_r20/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli438 val global_context : unit -> llcontext val