/development/vndk/tools/header-checker/src/repr/symbol/ |
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 | exported_symbol_set.cpp | 46 if (funcs_.find(name) != funcs_.end()) { in HasSymbol() 50 if (vars_.find(name) != vars_.end()) { in HasSymbol() 65 if (demangled_cpp_symbols_.find(demangled_name) != in HasSymbol()
|
D | version_script_parser.cpp | 99 std::string::size_type comment_pos = line_view.find('#'); in ParseSymbolTags() 111 if (excluded_symbol_tags_.find(tag) != excluded_symbol_tags_.end()) { in ParseSymbolTags() 193 auto included_mode_tag = included_mode_tags_.find(mode_tag.first); in MatchModeTags() 242 std::string::size_type pos = line.find(";"); in ParseSymbolLine() 295 if (line.find("}") != std::string::npos) { in ParseVersionBlock() 349 std::string::size_type lparen_pos = line.find("{"); in Parse()
|
/development/vndk/tools/header-checker/src/utils/ |
D | config_file.h | 41 return map_.find(name) != map_.end(); in HasProperty() 45 auto &&it = map_.find(name); in GetProperty() 91 return map_.find({section_name, version}) != map_.end(); in HasSection() 96 auto &&it = map_.find({section_name, version}); in GetSection() 107 auto &&it = map_.find({section_name, version}); in HasProperty() 116 auto &&it = map_.find({section_name, version}); in GetProperty()
|
D | command_line_utils.cpp | 31 auto iter = std::find(categories.begin(), categories.end(), &category); in IsOptionInCategory()
|
D | api_level.cpp | 50 auto it = codename_to_api_level_.find(api); in Parse()
|
/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 \ 33 find $DIR -name "*.aidl" -o -name "*.css" -o -name "*.html" -o -name "*.java" \
|
/development/tools/winscope/src/viewers/common/ |
D | wm_ime_utils.ts | 49 return this.getVisibleWindows(entry).find( 62 .find( 75 .find( 87 activities.find((activity) => 172 .find(predicate);
|
D | collapsible_sections.ts | 32 return this.sections.find((s) => s.type === type);
|
/development/tools/ota_analysis/src/router/ |
D | index.js | 43 const nearestWithTitle = to.matched.slice().reverse().find(r => r.meta && r.meta.title); 46 const nearestWithMeta = to.matched.slice().reverse().find(r => r.meta && r.meta.metaTags); 48 …const previousNearestWithMeta = from.matched.slice().reverse().find(r => r.meta && r.meta.metaTags…
|
/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/winscope/src/app/ |
D | trace_file_filter.ts | 50 const bugreportMainEntry = files.find((file) => 85 const rawBugReport = files.find((file) => file.file.name === bugreportName); 127 files.find((file) => { 175 const perfettoFile = perfettoFiles.find(
|
/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() 253 auto it = addend.type_graph_.find(underlying_type_id); in MergeEnumDependencies() 314 auto it = parent_map->find(GetReferencedTypeMapKey(added_node)); in MergeReferencingTypeInternalAndUpdateParent() 365 auto it = type_graph.find(type_ir->GetReferencedType()); in DereferenceType() 385 auto type_id_it = module_->type_graph_.find(added_type_id); in MergeReferencingType() 471 auto type_it = local_to_global_type_id_map->find(addend_node->GetSelfType()); in MergeType() [all …]
|
/development/scripts/ |
D | acov | 46 find $ANDROID_OUT -name '*.gcda' -delete 52 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/tools/idegen/src/ |
D | Excludes.java | 39 if (pattern.matcher(path).find()) { in exclude()
|
/development/gsi/build_with_kernel/ |
D | repack_kernels_common.sh | 119 for x in $(find "${initramfs_root}" -type f -name "*.ko"); do 162 for x in $(find "${initramfs_root}" -type f -name "*.ko"); do
|
D | kernel_info_to_dist.sh | 65 for folder in $(find "${DIST_DIR}/kernel" -type d -regex ".*/${folder_pattern}"); do
|
/development/vndk/tools/header-checker/android/ |
D | update_clang-tools.sh | 62 find . | xargs touch
|
/development/tools/motion/motion_test_watcher_app/src/app/test-overview/ |
D | test-overview.component.ts | 33 return this.goldens.find((it) => it.id == this.selectedGoldenId);
|
/development/samples/Wiktionary/src/com/example/android/wiktionary/ |
D | ExtendedWikiHelper.java | 217 !sInvalidWord.matcher(foundWord).find()) { in getRandomWord() 252 while (sectionMatcher.find()) { in formatWikiText()
|