Home
last modified time | relevance | path

Searched refs:_1 (Results 1 – 13 of 13) sorted by relevance

/system/extras/simpleperf/
Dread_elf_test.cpp54 std::bind(ParseSymbol, std::placeholders::_1, &symbols))); in TEST()
61 std::bind(ParseSymbol, std::placeholders::_1, &symbols))); in TEST()
69 std::bind(ParseSymbol, std::placeholders::_1, &symbols))); in TEST()
76 … std::bind(ParseSymbol, std::placeholders::_1, &symbols))); in TEST()
Denvironment_test.cpp62 tempfile.path, std::bind(&KernelSymbolsMatch, std::placeholders::_1, expected_symbol))); in TEST()
69 tempfile.path, std::bind(&KernelSymbolsMatch, std::placeholders::_1, expected_symbol))); in TEST()
73 tempfile.path, std::bind(&KernelSymbolsMatch, std::placeholders::_1, expected_symbol))); in TEST()
Ddso.cpp240 std::bind(VmlinuxSymbolCallback, std::placeholders::_1, this)); in LoadKernel()
254 std::bind(&KernelSymbolCallback, std::placeholders::_1, this)); in LoadKernel()
288 std::bind(ElfFileSymbolCallback, std::placeholders::_1, this, SymbolFilterForKernelModule)); in LoadKernelModule()
304 std::bind(ElfFileSymbolCallback, std::placeholders::_1, this, SymbolFilterForDso)); in LoadElfFile()
309 std::bind(ElfFileSymbolCallback, std::placeholders::_1, this, SymbolFilterForDso)); in LoadElfFile()
320 std::bind(ElfFileSymbolCallback, std::placeholders::_1, in LoadEmbeddedElfFile()
Dread_apk_test.cpp62 std::bind(ParseSymbol, std::placeholders::_1, &symbols))); in TEST()
Dsample_tree_test.cpp76 std::bind(&CheckSampleCallback, std::placeholders::_1, expected_samples, &pos)); in VisitSampleTree()
Dcmd_report.cpp280 &ReportCommand::CompareSampleEntry, this, std::placeholders::_1, std::placeholders::_2); in ReportCommand()
679 std::bind(&ReportCommand::PrintReportEntry, this, std::placeholders::_1)); in PrintReport()
707 std::bind(&ReportCommand::CollectReportEntryWidth, this, std::placeholders::_1)); in CollectReportWidth()
Dcmd_record.cpp256 auto callback = std::bind(&RecordCommand::CollectRecordsFromKernel, this, std::placeholders::_1, in Run()
/system/bt/vendor_libs/test_vendor_lib/test/
Dhci_transport_unittest.cc119 &HciTransportTest::CommandCallback, this, std::placeholders::_1)); in TEST_F()
128 &HciTransportTest::MultiCommandCallback, this, std::placeholders::_1)); in TEST_F()
/system/bt/vendor_libs/test_vendor_lib/src/
Ddual_mode_controller.cc148 std::bind(&DualModeController::method, this, std::placeholders::_1); in DualModeController()
181 std::bind(&DualModeController::method, this, std::placeholders::_1); in DualModeController()
193 this, std::placeholders::_1)); in RegisterHandlersWithHciTransport()
200 std::placeholders::_1, std::placeholders::_2)); in RegisterHandlersWithTestChannelTransport()
240 send_event_ = std::bind(send_delayed_event_, std::placeholders::_1, in SetEventDelay()
Dvendor_manager.cc84 std::placeholders::_1, std::placeholders::_2)); in Run()
/system/core/libbacktrace/
Dbacktrace_offline_test.cpp160 std::bind(test_level_one, 1, 2, 3, 4, std::placeholders::_1, std::placeholders::_2); in TEST()
183 test_recursive_call, MAX_BACKTRACE_FRAMES + 10, std::placeholders::_1, std::placeholders::_2); in TEST()
/system/bt/osi/test/
Dtest_stubs.h48 #define OVERLOAD_GET_COUNT(_1, _2, _3, _4, _5, _6, COUNT, ...) COUNT argument
/system/extras/iotop/
Diotop.cpp73 auto bound_comparator = std::bind(comparator, _1, _2, field, ascending); in GetSorter()