Searched refs:Function (Results 1 – 11 of 11) sorted by relevance
/system/core/init/ |
D | keyword_map.h | 30 template <typename Function> 33 using FunctionInfo = std::tuple<std::size_t, std::size_t, Function>; 39 const Result<Function> FindFunction(const std::vector<std::string>& args) const { in FindFunction() 71 return std::get<Function>(function_info); in FindFunction()
|
/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/ |
D | UniqueZonesVisualizer.java | 28 import java.util.function.Function; 76 .collect(Collectors.toMap(Country::getIsoCode, Function.identity())); in UniqueZonesVisualizer()
|
/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/ |
D | ZoneTabFile.java | 27 import java.util.function.Function;
|
/system/core/libmemunreachable/tests/ |
D | ThreadCapture_test.cpp | 55 template <class Function> 56 void StartThreads(unsigned int threads, Function&& func) { in StartThreads()
|
/system/extras/simpleperf/scripts/ |
D | profile_pb2.py | 587 Function = _reflection.GeneratedProtocolMessageType('Function', (_message.Message,), dict( variable 592 _sym_db.RegisterMessage(Function)
|
D | pprof_proto_generator.py | 227 class Function(object): class 416 function = Function(self.get_string_id(name), self.get_string_id(dso_name), vaddr_in_file)
|
D | report_html.py | 337 class Function(object): class 360 function = Function(lib_id, symbol.symbol_name, func_id, symbol.symbol_addr,
|
/system/bt/doc/ |
D | style_guide.md | 159 ### Function names as strings 220 // comment, it's English prose. Function arguments can be referred to as
|
/system/core/llkd/ |
D | README.md | 20 caller must call llkCheckMilliseconds in its main loop. Function will return
|
/system/core/libutils/ |
D | README | 1 Android Utility Function Library
|
/system/extras/simpleperf/doc/ |
D | README.md | 1170 the table, we can jump to a new tab called "Function". 1174 The fourth tab is "Function". It only appears when users click a row in the "Sample Table" tab.
|