Home
last modified time | relevance | path

Searched refs:find (Results 1 – 25 of 97) sorted by relevance

1234

/development/vndk/tools/header-checker/src/repr/symbol/
Dexported_symbol_set_test.cpp33 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()
Dexported_symbol_set.cpp46 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()
Dversion_script_parser.cpp99 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/
Dconfig_file.h41 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()
Dcommand_line_utils.cpp31 auto iter = std::find(categories.begin(), categories.end(), &category); in IsOptionInCategory()
Dapi_level.cpp50 auto it = codename_to_api_level_.find(api); in Parse()
/development/tools/idegen/
Didegen.sh9 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…
Dindex-gen.sh55 find $root_dir -name '*.mk' \( ! -path "$root_dir/build*" -prune \) \
/development/build/tools/
Dsdk_clean.sh16 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/
Dwm_ime_utils.ts49 return this.getVisibleWindows(entry).find(
62 .find(
75 .find(
87 activities.find((activity) =>
172 .find(predicate);
Dcollapsible_sections.ts32 return this.sections.find((s) => s.type === type);
/development/tools/ota_analysis/src/router/
Dindex.js43 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/
Dfindunusedresources40 …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…
62find $resources $sources $app/AndroidManifest.xml -type f -print |xargs cat | tr -d '\n ' > /tmp/e…
/development/tools/winscope/src/app/
Dtrace_file_filter.ts50 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/
Dmodule_merger.cpp32 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/
Dacov46 find $ANDROID_OUT -name '*.gcda' -delete
52 find $ANDROID_OUT -name '*.gcno' -delete
/development/host/windows/usb/api/
Dadb_object_handle.cpp113 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/
Dgit_commits_not_upstreamed.py91 def find(upstream, downstream, working_dir): function
131 print('\n'.join(find(upstream, downstream, working_dir)))
DREADME.md71 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/
DExcludes.java39 if (pattern.matcher(path).find()) { in exclude()
/development/gsi/build_with_kernel/
Drepack_kernels_common.sh119 for x in $(find "${initramfs_root}" -type f -name "*.ko"); do
162 for x in $(find "${initramfs_root}" -type f -name "*.ko"); do
Dkernel_info_to_dist.sh65 for folder in $(find "${DIST_DIR}/kernel" -type d -regex ".*/${folder_pattern}"); do
/development/vndk/tools/header-checker/android/
Dupdate_clang-tools.sh62 find . | xargs touch
/development/tools/motion/motion_test_watcher_app/src/app/test-overview/
Dtest-overview.component.ts33 return this.goldens.find((it) => it.id == this.selectedGoldenId);
/development/samples/Wiktionary/src/com/example/android/wiktionary/
DExtendedWikiHelper.java217 !sInvalidWord.matcher(foundWord).find()) { in getRandomWord()
252 while (sectionMatcher.find()) { in formatWikiText()

1234