Searched refs:Function (Results 1 – 10 of 10) sorted by relevance
/system/timezone/input_tools/android/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/memory/libmemunreachable/tests/ |
D | ThreadCapture_test.cpp | 55 template <class Function> 56 void StartThreads(unsigned int threads, Function&& func) { in StartThreads()
|
/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/ |
D | ZoneTabFile.java | 28 import java.util.function.Function;
|
/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 462 function = Function(self.get_string_id(name), self.get_string_id(dso_name), vaddr_in_file)
|
D | report_html.py | 404 class Function(object): class 427 function = Function(lib_id, symbol.symbol_name, func_id, symbol.symbol_addr,
|
/system/extras/simpleperf/doc/ |
D | scripts_reference.md | 184 the table, we can jump to a new tab called "Function". 188 The fourth tab is "Function". It only appears when users click a row in the "Sample Table" tab.
|
/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/libutils/ |
D | README | 1 Android Utility Function Library
|
/system/bt/gd/docs/architecture/ |
D | architecture.md | 100 Function invocations between different components are abstracted as control
|