/development/vndk/tools/header-checker/src/repr/symbol/ |
D | version_script_parser_test.cpp | 52 EXPECT_NE(funcs.end(), funcs.find("foo1")); in TEST() 53 EXPECT_NE(funcs.end(), funcs.find("foo2")); in TEST() 54 EXPECT_EQ(funcs.end(), funcs.find("bar1")); in TEST() 55 EXPECT_EQ(funcs.end(), funcs.find("bar2")); in TEST() 58 EXPECT_NE(vars.end(), vars.find("bar1")); in TEST() 59 EXPECT_NE(vars.end(), vars.find("bar2")); in TEST() 60 EXPECT_EQ(vars.end(), vars.find("foo1")); in TEST() 61 EXPECT_EQ(vars.end(), vars.find("foo2")); in TEST() 91 EXPECT_NE(funcs.end(), funcs.find("foo2")); in TEST() 94 EXPECT_NE(vars.end(), vars.find("bar2")); in TEST() [all …]
|
D | exported_symbol_set_test.cpp | 33 ASSERT_NE(funcs.end(), funcs.find("global")); in TEST() 37 ASSERT_NE(funcs.end(), funcs.find("weak")); in TEST() 50 ASSERT_NE(vars.end(), vars.find("global")); in TEST() 54 ASSERT_NE(vars.end(), vars.find("weak")); in TEST() 65 ASSERT_NE(globs.end(), globs.find("test1*")); in TEST() 75 ASSERT_NE(globs.end(), globs.find("test1*")); in TEST() 84 ASSERT_NE(names.end(), names.find("Test::test()")); in TEST()
|
D | version_script_parser.cpp | 61 std::string::size_type comment_pos = line_view.find('#'); in ParseSymbolTags() 73 if (excluded_symbol_tags_.find(tag) != excluded_symbol_tags_.end()) { in ParseSymbolTags() 167 std::string::size_type pos = line.find(";"); in ParseSymbolLine() 219 if (line.find("}") != std::string::npos) { in ParseVersionBlock() 273 std::string::size_type lparen_pos = line.find("{"); in Parse() 280 bool exclude_symbol_version = (excluded_symbol_versions_.find(version) != in Parse()
|
D | exported_symbol_set.cpp | 65 if (funcs_.find(name) != funcs_.end()) { in HasSymbol() 69 if (vars_.find(name) != vars_.end()) { in HasSymbol() 84 if (demangled_cpp_symbols_.find(demangled_name) != in HasSymbol()
|
/development/vndk/tools/header-checker/src/utils/ |
D | config_file.h | 43 return map_.find(name) != map_.end(); in HasProperty() 47 auto &&it = map_.find(name); in GetProperty() 91 return map_.find(section_name) != map_.end(); in HasSection() 95 auto &&it = map_.find(section_name); in GetSection() 106 auto &&it = map_.find(section_name); in HasProperty() 115 auto &&it = map_.find(section_name); in GetProperty()
|
D | command_line_utils.cpp | 31 auto iter = std::find(categories.begin(), categories.end(), &category); in IsOptionInCategory()
|
/development/vndk/tools/header-checker/src/linker/ |
D | module_merger.cpp | 32 auto builtin_it = module_->builtin_types_.find(linker_set_key); in MergeBuiltinType() 52 auto it = module_->odr_list_map_.find(ud_type_unique_id_and_source); in LookupUserDefinedType() 128 auto local_to_global_it = local_to_global_type_id_map->find( in MergeReferencingTypeInternal() 139 auto local_type_it = addend.type_graph_.find(referenced_type_id); in MergeReferencingTypeInternal() 207 auto type_id_it = module_->type_graph_.find(added_type_id); in UpdateUDTypeAccounting() 252 auto it = addend.type_graph_.find(underlying_type_id); in MergeEnumDependencies() 313 auto it = parent_map->find(GetReferencedTypeMapKey(added_node)); in MergeReferencingTypeInternalAndUpdateParent() 364 auto it = type_graph.find(type_ir->GetReferencedType()); in DereferenceType() 384 auto type_id_it = module_->type_graph_.find(added_type_id); in MergeReferencingType() 469 auto type_it = local_to_global_type_id_map->find(addend_node->GetSelfType()); in MergeType() [all …]
|
/development/tools/findunused/ |
D | findunusedresources | 40 …for res in $(echo $app/res/* $(find $ANDROID_BUILD_TOP/vendor -type d -wholename $ANDROID_BUILD_TO… 55 …rDotJava=$(find $ANDROID_BUILD_TOP/out/target/common/obj/APPS/${iappname}_intermediates/ -name R.j… 62 …find $resources $sources $app/AndroidManifest.xml -type f -print |xargs cat | tr -d '\n ' > /tmp/e…
|
/development/tools/idegen/ |
D | idegen.sh | 9 idegenjar=`find out -name idegen.jar -follow | grep -v intermediates` 11 idegenjar=`find $OUT_DIR_COMMON_BASE/$(basename "$PWD") -name idegen.jar -follow | grep -v intermed…
|
D | index-gen.sh | 55 find $root_dir -name '*.mk' \( ! -path "$root_dir/build*" -prune \) \
|
/development/build/tools/ |
D | sdk_clean.sh | 16 find $DIR -name "*.java" -o -name "*.xml" | xargs -n 1 \ 30 find $DIR -name "*.aidl" -o -name "*.css" -o -name "*.html" -o -name "*.java" \
|
D | patch_windows_sdk.sh | 83 find $TEMP_SDK_DIR -maxdepth 1 -name "*.[ht]*" -type f -print0 | xargs -0 $UNIX2DOS 84 find $TEMP_SDK_DIR -maxdepth 3 -name "*.bat" -type f -print0 | xargs -0 $UNIX2DOS
|
/development/scripts/ |
D | acov | 41 find $ANDROID_OUT -name '*.gcda' -delete 47 find $ANDROID_OUT -name '*.gcno' -delete
|
/development/host/windows/usb/api/ |
D | adb_object_handle.cpp | 113 AdbObjectHandleMap::iterator found = the_map.find(adb_handle()); in CloseHandle() 155 AdbObjectHandleMap::iterator found = the_map.find(adb_hndl); in Lookup()
|
/development/tools/repo_diff/ |
D | git_commits_not_upstreamed.py | 91 def find(upstream, downstream, working_dir): function 131 print('\n'.join(find(upstream, downstream, working_dir)))
|
D | README.md | 71 through each project matching pair and find 94 list of changes for which "git cherry" could not find an equivalent. 97 3. Finally we find the intersection: 'git cherry' changes 106 * It does not find commits that only delete lines of code.
|
/development/vndk/tools/header-checker/src/repr/ |
D | abi_diff_helpers.cpp | 75 auto it = type_graph.find(type_id); in ConvertTypeIdToString() 229 if (name.find("_ZTv") != 0 && name.find("_ZTh") != 0 && in RemoveThunkInfoFromMangledName() 230 name.find("_ZTc") != 0) { in RemoveThunkInfoFromMangledName() 233 size_t base_name_pos = name.find("N"); in RemoveThunkInfoFromMangledName() 359 field_off_map.find(old_field_offset); in CompareRecordFields() 814 old_types_.find(old_type_id); in CompareAndDumpTypeDiff() 816 new_types_.find(new_type_id); in CompareAndDumpTypeDiff()
|
D | ir_representation.cpp | 215 auto it = odr_list_map_.find(key); in GetCompilationUnitPath() 233 return exported_headers_->find(linkable_message->GetSourceFile()) != in IsLinkableMessageInExportedHeaders()
|
/development/samples/Wiktionary/src/com/example/android/wiktionary/ |
D | ExtendedWikiHelper.java | 217 !sInvalidWord.matcher(foundWord).find()) { in getRandomWord() 252 while (sectionMatcher.find()) { in formatWikiText()
|
/development/tools/idegen/src/ |
D | Excludes.java | 39 if (pattern.matcher(path).find()) { in exclude()
|
/development/vndk/tools/sourcedr/blueprint/ |
D | analyze_manifest_split.py | 56 def find(self, path): member in DirProjectMatcher 158 project = dir_matcher.find(path)
|
/development/testrunner/tests/ |
D | Android_gtestlib.mk | 20 test_src_files := $(call find-subdir-files, *.cpp)
|
/development/vndk/tools/header-checker/android/ |
D | update_clang-tools.sh | 61 find . | xargs touch
|
/development/vndk/tools/definition-tool/assets/visual/ |
D | dep-graph.js | 293 function find(name, tag, data) { function 298 node.parent = find(tag, tag.substring(0, tag.lastIndexOf("."))); 306 depDumps.forEach(function(d) { find(d.name, d.tag, d); });
|
/development/vndk/tools/header-checker/src/diff/ |
D | abi_diff_wrappers.h | 35 return ignored_symbols.find(func(element)) != ignored_symbols.end(); in IgnoreSymbol()
|