Home
last modified time | relevance | path

Searched defs:make_entry (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/
Denvironment.hpp180 struct make_entry struct
186 Environment *env;
187 make_entry(Environment & env) : env(&env) {}; in make_entry() function
188 entry<Char, Environment> operator()(const Char* data) const in operator ()()
/aosp_15_r20/external/autotest/server/lib/
H A Dsuite_report.py55 def make_entry(entry_id, name, status, start_time, function
/aosp_15_r20/external/python/cpython2/Lib/idlelib/
DSearchDialogBase.py92 def make_entry(self, label_text, var): member in SearchDialogBase
/aosp_15_r20/external/python/cpython3/Lib/idlelib/
Dsearchbase.py103 def make_entry(self, label_text, var): member in SearchDialogBase
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/posix/
Dbasic_cmd.hpp60 auto make_entry = [](const itr_t & begin, const itr_t & end) in build_args() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
Dthrow_allocator.h189 make_entry(void* p, size_t size) in _GLIBCXX_VISIBILITY() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/
Dthrow_allocator.h189 make_entry(void* p, size_t size) in _GLIBCXX_VISIBILITY() function
/aosp_15_r20/external/autotest/client/common_lib/
H A Dbase_job_unittest.py1012 def make_entry(msg): function