/development/tools/winscope/src/viewers/common/ |
D | abstract_log_viewer_presenter_test.ts | 93 second: unknown, 95 if (first instanceof LogTextFilter && second instanceof LogTextFilter) { 97 first.textFilter.filterString === second.textFilter.filterString && 98 first.textFilter.flags.length === second.textFilter.flags.length && 100 (flag, index) => flag === second.textFilter.flags[index], 106 second instanceof LogSelectFilter 109 first.options.length === second.options.length && 110 first.shouldFilterBySubstring === second.shouldFilterBySubstring
|
D | abstract_hierarchy_viewer_presenter_test.ts | 186 second: any, 188 if (first instanceof Chip || second instanceof Chip) { 190 first.short === second.short && 191 first.long === second.long && 192 first.type === second.type
|
D | add_diffs_test_utils.ts | 22 nodeEqualityTester: (first: any, second: any) => boolean | undefined,
|
/development/vndk/tools/header-checker/src/linker/ |
D | module_merger.cpp | 34 return MergeStatus(false, builtin_it->second.GetSelfType()); in MergeBuiltinType() 40 module_->type_graph_.emplace(type_id, &p.first->second); in MergeBuiltinType() 72 for (auto &definition : it->second) { in LookupUserDefinedType() 87 return MergeStatus(true, it->second.begin()->type_ir_->GetSelfType()); in LookupUserDefinedType() 135 references_type->SetReferencedType(local_to_global_it->second.type_id_); in MergeReferencingTypeInternal() 136 return MergeStatus(false, local_to_global_it->second.type_id_); in MergeReferencingTypeInternal() 146 MergeType(local_type_it->second, addend, local_to_global_type_id_map); in MergeReferencingTypeInternal() 225 const std::string &key = GetODRListMapKey(&(it->second)); in UpdateUDTypeAccounting() 227 module_->AddToODRListMap(key, &(it->second), addend_compilation_unit_path); in UpdateUDTypeAccounting() 242 MergeRecordDependencies(addend, &p.second->second, in MergeRecordAndDependencies() [all …]
|
/development/vndk/tools/header-checker/src/utils/ |
D | header_abi_util.h | 47 removed_elements.emplace_back(map_element.second); in FindRemovedElements() 82 old_element->second, new_element->second)); in FindCommonElements() 97 void InsertAll(std::vector<T> &first, const std::vector<T> &second) { in InsertAll() argument 98 first.insert(first.end(), second.begin(), second.end()); in InsertAll()
|
D | config_file.h | 49 return it->second; in GetProperty() 98 return it->second; in GetSection() 111 return it->second.HasProperty(property_name); in HasProperty() 120 return it->second.GetProperty(property_name); in GetProperty()
|
D | command_line_utils.cpp | 40 if (IsOptionInCategory(*p.second, category)) { in HideIrrelevantCommandLineOptions() 46 p.second->setHiddenFlag(llvm::cl::Hidden); in HideIrrelevantCommandLineOptions()
|
D | api_level.cpp | 52 return it->second; in Parse()
|
D | source_path_utils.cpp | 92 [](RootDir &first, RootDir &second) { in ParseRootDirs() argument 93 return first.path.size() > second.path.size(); in ParseRootDirs()
|
/development/tools/winscope/src/common/time/ |
D | test_utils.ts | 87 second: unknown, 89 if (first instanceof Timestamp && second instanceof Timestamp) { 90 return testTimestamps(first, second);
|
/development/vndk/tools/header-checker/src/repr/ |
D | ir_representation.cpp | 129 const std::string &key = GetODRListMapKey(&(it->second)); in AddRecordType() 130 AddToODRListMap(key, &(it->second), compilation_unit_path_); in AddRecordType() 140 const std::string &key = GetODRListMapKey(&(it->second)); in AddFunctionType() 141 AddToODRListMap(key, &(it->second), compilation_unit_path_); in AddFunctionType() 167 const std::string &key = GetODRListMapKey(&(it->second)); in AddEnumType() 168 AddToODRListMap(key, (&it->second), compilation_unit_path_); in AddEnumType() 253 for (const auto &definition : it->second) { in GetCompilationUnitPath()
|
D | ir_dumper.cpp | 54 xs.push_back(&item.second); in SortAbiElements() 101 AddElfSymbolMessageIR(&item.second); in DumpModule() 104 AddElfSymbolMessageIR(&item.second); in DumpModule()
|
D | ir_representation_internal.h | 78 type_graph->emplace(it.first->second.GetSelfType(), &(it.first->second)); in AddToMapAndTypeGraph()
|
D | abi_diff_helpers.cpp | 34 return it->second->GetName(); in ConvertTypeIdToString() 151 common_fields.second->GetSignedValue()) { in CompareEnumFields() 153 common_fields.second); in CompareEnumFields() 433 auto is_less = [](const RecordFieldIR *first, const RecordFieldIR *second) { in FilterOutRenamedRecordFields() argument 434 int result = CompareRenamedRecordFields(first, second); in FilterOutRenamedRecordFields() 437 : first->GetReferencedType() < second->GetReferencedType(); in FilterOutRenamedRecordFields() 518 common_fields.first, common_fields.second, diff_kind); in CompareRecordFields() 522 common_fields.second); in CompareRecordFields() 581 cptr_vec.emplace_back(&e.first, &e.second); in ConvertToDiffContainerVector() 619 RecordFieldIR &new_field = it.second; in FixupDiffedFieldTypeIds() [all …]
|
/development/host/windows/usb/api/ |
D | adb_object_handle.cpp | 114 ATLASSERT((found != the_map.end()) && (this == found->second)); in CloseHandle() 116 if ((found != the_map.end()) && (this == found->second)) { in CloseHandle() 157 ret = found->second; in Lookup()
|
/development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/ |
D | ElizaResponder.java | 143 String second = WORDS_TO_REPLACE[i * 2 + 1]; in elzTalk() local 146 parts[j] = second; in elzTalk() 147 } else if (parts[j].equals(second)) { in elzTalk()
|
/development/vndk/tools/header-checker/src/diff/ |
D | abi_diff.cpp | 112 auto &odr_list = it.second; in ExtractUserDefinedTypes() 152 old_enums_and_records_extracted.second, in CollectUserDefinedTypes() 153 new_enums_and_records_extracted.second, old_types_map, in CollectUserDefinedTypes() 192 [](auto e) {return &(e->second);}); in CollectDynsymExportables() 195 [](auto e) { return &(e->second);}); in CollectDynsymExportables() 199 [](auto e) {return &(e->second);}); in CollectDynsymExportables() 202 [](auto e) {return &(e->second);}); in CollectDynsymExportables() 351 elem_it->second->GetBinding() == repr::ElfSymbolIR::Weak) { in DumpLoneElements() 381 const T *new_element = pair.second; in DumpDiffElements()
|
D | abi_diff_wrappers.cpp | 34 oldp_->GetSelfType() + newp_->GetSelfType()).second) { in DumpDiff() 45 oldp_->GetSelfType() + newp_->GetSelfType()).second) { in DumpDiff()
|
/development/tools/winscope/src/test/unit/ |
D | tree_node_utils.ts | 187 second: unknown, 189 if (first instanceof TreeNode && second instanceof TreeNode) { 190 return TreeNodeUtils.testTreeNodes(first, second);
|
/development/samples/browseable/ElevationBasic/ |
D | _index.jd | 9 first view has a fixed elevation using XML and the second one is raised when the user
|
/development/vndk/tools/header-checker/src/repr/symbol/ |
D | version_script_parser.cpp | 84 parsed_mode_tag->second; in AddModeTag() 179 result.mode_tags_[std::string(mode_tag->first)] = mode_tag->second; in ParseSymbolTags() 195 included_mode_tag->second >= mode_tag.second) { in MatchModeTags()
|
/development/samples/Vault/tests/src/com/example/android/vault/ |
D | EncryptedDocumentTest.java | 240 final JSONObject second = new JSONObject(); in testErrorAbortsWrite() local 241 second.put("color", "blue"); in testErrorAbortsWrite() 243 doc.writeMetadataAndContent(second, pipe[0]); in testErrorAbortsWrite()
|
/development/tools/winscope/src/viewers/viewer_search/ |
D | presenter_test.ts | 335 second: unknown, 337 if (first instanceof ListedSearch && second instanceof ListedSearch) { 338 return first.query === second.query && first.name === second.name;
|
/development/samples/SampleInputMethodAccessibilityService/src/com/example/android/sampleinputmethodaccessibilityservice/ |
D | SampleInputMethodAccessibilityService.java | 110 action.accept(item.second, ic); in addButtons() 220 (pair, ic) -> ic.setSelection(pair.first, pair.second)); in onServiceConnected() 230 (pair, ic) -> ic.deleteSurroundingText(pair.first, pair.second)); in onServiceConnected()
|
/development/tools/winscope/src/app/ |
D | mediator_test.ts | 977 second: any, 981 second instanceof TracePositionUpdate 983 return testTracePositionUpdates(first, second); 987 second.type === WinscopeEventType.TRACE_POSITION_UPDATE 989 return first.type === second.type;
|