Searched refs:Function (Results 1 – 10 of 10) sorted by relevance
/system/timezone/input_tools/android/tzids/src/main/java/com/android/timezone/tzids/ |
D | TimeZoneIds.java | 34 import java.util.function.Function; 166 .collect(toMap(Function.identity(), Function.identity()))); in createCountryIdMap() 184 .collect(toMap(x -> x.getReplacedId(), Function.identity())); in createCountryIdMap()
|
/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 | report_html.py | 437 class Function(object): class 454 self.name_to_func: Dict[Tuple[int, str], Function] = {} 455 self.id_to_func: Dict[int, Function] = {} 462 function = Function(lib_id, symbol.symbol_name, func_id, symbol.symbol_addr, 790 lib_functions: Dict[int, List[Function]] = collections.defaultdict(list)
|
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 458 function = Function(self.get_string_id(name), self.get_string_id(dso_name), vaddr_in_file)
|
/system/extras/simpleperf/doc/ |
D | scripts_reference.md | 185 the table, we can jump to a new tab called "Function". 189 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/bt/gd/docs/architecture/ |
D | architecture.md | 100 Function invocations between different components are abstracted as control
|