Searched refs:modifier (Results 1 – 9 of 9) sorted by relevance
/system/extras/simpleperf/ |
D | event_type.cpp | 98 std::string modifier; in ParseEventType() local 111 modifier = event_type_str.substr(comm_pos + 1); in ParseEventType() 117 if (!modifier.empty()) { in ParseEventType() 119 modifier.clear(); in ParseEventType() 127 if (modifier.find_first_of("ukh") != std::string::npos) { in ParseEventType() 132 if (modifier.find_first_of("GH") != std::string::npos) { in ParseEventType() 137 for (auto& c : modifier) { in ParseEventType() 163 event_type_modifier->modifier = modifier; in ParseEventType()
|
D | cmd_stat.cpp | 53 std::string modifier; member 61 CounterSummary(const std::string& type_name, const std::string& modifier, in CounterSummary() 65 modifier(modifier), in CounterSummary() 83 if (modifier.empty()) { in Name() 86 return type_name + ":" + modifier; in Name() 132 const std::string& modifier) { in FindSummary() argument 134 if (s.type_name == type_name && s.modifier == modifier) { in FindSummary() 149 if (s.modifier == "u") { in AutoGenerateSummaries() 216 const CounterSummary* other = FindSummary("cpu-cycles", s.modifier); in GetCommentForSummary() 233 const CounterSummary* other = FindSummary(other_name, s.modifier); in GetCommentForSummary()
|
D | event_type.h | 57 std::string modifier; member
|
D | event_selection_set.cpp | 469 counters_info.event_modifier = selection.event_type_modifier.modifier; in ReadCounters()
|
/system/core/adb/ |
D | sysdeps_win32.cpp | 1322 const WORD modifier) { in _get_char_ignoring_modifier() argument 1329 if (((modifier == VK_SHIFT) && in _get_char_ignoring_modifier() 1331 ((modifier == VK_CONTROL) && in _get_char_ignoring_modifier() 1333 ((modifier == VK_MENU) && _is_alt_pressed(control_key_state))) { in _get_char_ignoring_modifier() 1346 key_state[modifier] = TOASCII_KEY_OFF; in _get_char_ignoring_modifier()
|
/system/libhidl/base/include/hidl/ |
D | HidlSupport.h | 665 details::accessor<T, SIZE1, SIZES...> modifier(mBuffer); 666 modifier = array;
|
/system/tpm/trunks/generator/ |
D | raw_commands_fixed.txt | 980 A Description modifier – This modifier may follow TPM_RH_PLATFORM in the “Description” 986 A Description modifier – This modifier may follow TPM_RH_PLATFORM to indicate that Physical 992 A Description modifier – This modifier may follow the commandCode in the “Description” column 1002 A Description modifier – This modifier indicates that the “flushed” attribute will be SET in the 1003 TPMA_CC for the command. The modifier may follow the commandCode in the “Description” 1005 TPM when the command completes. This may be combined with the {NV} modifier but not with the 1006 {E} modifier. 1017 A Description modifier – This modifier indicates that the “extensive” attribute will be SET in the 1018 TPMA_CC for the command. This modifier may follow the commandCode in the “Description” 1020 context likely will be required. This may be combined with the {NV} modifier but not with the {F} [all …]
|
D | raw_structures_fixed.txt | 1918 Since NULL_SELECT is not in the list of values accepted as a JUST_INTEGER, the “+” modifier will ha… 4640 a response code defined by this specification with no handle, session, or parameter number modifier 4648 a response code defined by this specification with either a handle or session number modifier 4656 a response code defined by this specification with a parameter number modifier
|
D | raw_structures.txt | 1918 Since NULL_SELECT is not in the list of values accepted as a JUST_INTEGER, the “+” modifier will ha… 4646 a response code defined by this specification with no handle, session, or parameter number modifier 4654 a response code defined by this specification with either a handle or session number modifier 4662 a response code defined by this specification with a parameter number modifier
|