/system/extras/simpleperf/ |
D | read_elf_test.cpp | 54 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()
|
D | environment_test.cpp | 62 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()
|
D | dso.cpp | 240 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()
|
D | read_apk_test.cpp | 62 std::bind(ParseSymbol, std::placeholders::_1, &symbols))); in TEST()
|
D | sample_tree_test.cpp | 76 std::bind(&CheckSampleCallback, std::placeholders::_1, expected_samples, &pos)); in VisitSampleTree()
|
D | cmd_report.cpp | 280 &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()
|
D | cmd_record.cpp | 256 auto callback = std::bind(&RecordCommand::CollectRecordsFromKernel, this, std::placeholders::_1, in Run()
|
/system/bt/vendor_libs/test_vendor_lib/test/ |
D | hci_transport_unittest.cc | 119 &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/ |
D | dual_mode_controller.cc | 148 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()
|
D | vendor_manager.cc | 84 std::placeholders::_1, std::placeholders::_2)); in Run()
|
/system/core/libbacktrace/ |
D | backtrace_offline_test.cpp | 160 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/ |
D | test_stubs.h | 48 #define OVERLOAD_GET_COUNT(_1, _2, _3, _4, _5, _6, COUNT, ...) COUNT argument
|
/system/extras/iotop/ |
D | iotop.cpp | 73 auto bound_comparator = std::bind(comparator, _1, _2, field, ascending); in GetSorter()
|