Home
last modified time | relevance | path

Searched refs:second (Results 1 – 25 of 39) sorted by relevance

12

/development/tools/winscope/src/viewers/common/
Dabstract_log_viewer_presenter_test.ts93 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
Dabstract_hierarchy_viewer_presenter_test.ts186 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
Dadd_diffs_test_utils.ts22 nodeEqualityTester: (first: any, second: any) => boolean | undefined,
/development/vndk/tools/header-checker/src/linker/
Dmodule_merger.cpp34 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/
Dheader_abi_util.h47 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()
Dconfig_file.h49 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()
Dcommand_line_utils.cpp40 if (IsOptionInCategory(*p.second, category)) { in HideIrrelevantCommandLineOptions()
46 p.second->setHiddenFlag(llvm::cl::Hidden); in HideIrrelevantCommandLineOptions()
Dapi_level.cpp52 return it->second; in Parse()
Dsource_path_utils.cpp92 [](RootDir &first, RootDir &second) { in ParseRootDirs() argument
93 return first.path.size() > second.path.size(); in ParseRootDirs()
/development/tools/winscope/src/common/time/
Dtest_utils.ts87 second: unknown,
89 if (first instanceof Timestamp && second instanceof Timestamp) {
90 return testTimestamps(first, second);
/development/vndk/tools/header-checker/src/repr/
Dir_representation.cpp129 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()
Dir_dumper.cpp54 xs.push_back(&item.second); in SortAbiElements()
101 AddElfSymbolMessageIR(&item.second); in DumpModule()
104 AddElfSymbolMessageIR(&item.second); in DumpModule()
Dir_representation_internal.h78 type_graph->emplace(it.first->second.GetSelfType(), &(it.first->second)); in AddToMapAndTypeGraph()
Dabi_diff_helpers.cpp34 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/
Dadb_object_handle.cpp114 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/
DElizaResponder.java143 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/
Dabi_diff.cpp112 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()
Dabi_diff_wrappers.cpp34 oldp_->GetSelfType() + newp_->GetSelfType()).second) { in DumpDiff()
45 oldp_->GetSelfType() + newp_->GetSelfType()).second) { in DumpDiff()
/development/tools/winscope/src/test/unit/
Dtree_node_utils.ts187 second: unknown,
189 if (first instanceof TreeNode && second instanceof TreeNode) {
190 return TreeNodeUtils.testTreeNodes(first, second);
/development/samples/browseable/ElevationBasic/
D_index.jd9 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/
Dversion_script_parser.cpp84 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/
DEncryptedDocumentTest.java240 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/
Dpresenter_test.ts335 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/
DSampleInputMethodAccessibilityService.java110 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/
Dmediator_test.ts977 second: any,
981 second instanceof TracePositionUpdate
983 return testTracePositionUpdates(first, second);
987 second.type === WinscopeEventType.TRACE_POSITION_UPDATE
989 return first.type === second.type;

12