Home
last modified time | relevance | path

Searched defs:found (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/aosp12/system/security/keystore/tests/
H A Dauth_token_table_test.cpp100 HardwareAuthToken found; in TEST() local
139 HardwareAuthToken found; in TEST() local
165 HardwareAuthToken found; in TEST() local
278 HardwareAuthToken found; in TEST() local
290 HardwareAuthToken found; in TEST() local
312 HardwareAuthToken found; in TEST() local
324 HardwareAuthToken found; in TEST() local
336 HardwareAuthToken found; in TEST() local
377 HardwareAuthToken found; in TEST() local
/aosp12/art/runtime/
H A Dsdk_checker.cc54 bool found = false; in ShouldDenyAccess() local
100 bool found = false; in ShouldDenyAccess() local
138 bool found = false; in ShouldDenyAccess() local
/aosp12/frameworks/base/tools/bit/
H A Dadb.cpp358 bool found = false; in find_penultimate_entry() local
381 get_bundle_string(const ResultsBundle& bundle, bool* found, ...) in get_bundle_string()
400 get_bundle_int(const ResultsBundle& bundle, bool* found, ...) in get_bundle_int()
419 get_bundle_float(const ResultsBundle& bundle, bool* found, ...) in get_bundle_float()
438 get_bundle_double(const ResultsBundle& bundle, bool* found, ...) in get_bundle_double()
457 get_bundle_long(const ResultsBundle& bundle, bool* found, ...) in get_bundle_long()
/aosp12/system/logging/logd/
H A DChattyLogBuffer.cpp187 LogBufferIteratorMap::iterator found = mLastWorst[id].find(key); in Erase() local
197 LogBufferPidIteratorMap::iterator found = mLastWorstPidOfSystem[id].find(element.pid()); in Erase() local
245 LogBufferElement* found = it->second; in coalesce() local
415 LogBufferIteratorMap::iterator found = mLastWorst[id].find(worst); in Prune() local
424 LogBufferPidIteratorMap::iterator found = mLastWorstPidOfSystem[id].find(worstPid); in Prune() local
/aosp12/packages/modules/DnsResolver/tests/
H A Dresolv_test_utils.cpp108 size_t found = 0; in GetNumQueries() local
120 size_t found = 0; in GetNumQueriesForProtocol() local
131 size_t found = 0; in GetNumQueriesForType() local
/aosp12/frameworks/base/tools/aapt2/
H A DResourceTable.cpp82 const bool found = iter != entries.end() && name == (*iter)->name; in FindElementsRunAction() local
107 name, packages, [&](bool found, auto& iter) { return found ? iter->get() : nullptr; }); in FindPackage()
111 return FindElementsRunAction<ResourceTablePackage>(name, packages, [&](bool found, auto& iter) { in FindOrCreatePackage()
119 const bool found = iter != entries.end() && type == (*iter)->type; in FindTypeRunAction() local
125 [&](bool found, auto& iter) { return found ? iter->get() : nullptr; }); in FindType()
129 return FindTypeRunAction(type, types, [&](bool found, auto& iter) { in FindOrCreateType()
135 return FindElementsRunAction<ResourceEntry>(name, entries, [&](bool found, auto& iter) { in CreateEntry()
142 name, entries, [&](bool found, auto& iter) { return found ? iter->get() : nullptr; }); in FindEntry()
146 return FindElementsRunAction<ResourceEntry>(name, entries, [&](bool found, auto& iter) { in FindOrCreateEntry()
308 bool found = in LowerBound() local
/aosp12/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/le/
H A DScanRecordTest.java49 final List<String> found = new ArrayList<>(); in testMatchesAnyField_Eddystone_Parser() local
76 final List<String> found = new ArrayList<>(); in testMatchesAnyField_iBeacon_Parser() local
/aosp12/frameworks/layoutlib/create/tests/src/com/android/tools/layoutlib/create/
H A DAsmAnalyzerTest.java108 TreeMap<String, ClassReader> found = new TreeMap<>(); in testFindClass() local
158 TreeMap<String, ClassReader> found = new TreeMap<>(); in testFindClassesDerivingFrom() local
/aosp12/system/core/init/
H A Dblock_dev_initializer.cpp49 bool found = false; in InitMiscDevice() local
129 bool found = false; in InitDmDevice() local
/aosp12/system/tools/aidl/
H A Daidl_checkapi.cpp146 const auto found = new_constdecls.find(old_c->GetName()); in are_compatible_constants() local
177 const auto found = new_methods.find(old_m->Signature()); in are_compatible_interfaces() local
299 auto found = std::find_if(old_fields.begin(), old_fields.end(), [&new_field](const auto& f) { in are_compatible_parcelables() local
452 const auto found = old_type_names.find(new_type->GetCanonicalName()); in check_api() local
467 const auto found = new_map.find(old_type->GetCanonicalName()); in check_api() local
/aosp12/system/core/debuggerd/libdebuggerd/test/
H A Dopen_files_list_test.cpp39 bool found = false; in TEST() local
/aosp12/frameworks/base/cmds/incidentd/tests/
H A DReporter_test.cpp88 map<int, int>::const_iterator found = startSections.find(sectionId); in sectionStarted() local
97 map<int, int>::const_iterator found = finishSections.find(sectionId); in sectionFinished() local
/aosp12/system/vold/
H A DProcess.cpp50 bool found = false; in checkMaps() local
149 bool found = false; in KillProcessesWithOpenFiles() local
/aosp12/art/test/543-env-long-ref/
H A Denv_long_ref.cc29 bool found = false; in Java_Main_lookForMyRegisters() local
/aosp12/system/bt/stack/test/fuzzers/a2dp/
H A Da2dpFuzzHelpers.h45 void a2dp_find_callback(bool found, tA2DP_Service* p_service, in a2dp_find_callback()
/aosp12/frameworks/compile/libbcc/bcinfo/Wrap/
H A Dfile_wrapper_input.cpp36 size_t found = fread((char*) buffer, 1, wanted, _file); in Read() local
H A Din_memory_wrapper_input.cpp30 size_t found = 0; in Read() local
/aosp12/system/incremental_delivery/incfs/
H A Dsplit.h36 const auto found = s.find_first_of(delimiters, base); in Split() local
/aosp12/packages/modules/DnsResolver/
H A DResolverEventReporter.cpp80 auto found = std::find_if(mListeners.begin(), mListeners.end(), in handleBinderDied() local
91 auto found = std::find_if(mUnsolEventListeners.begin(), mUnsolEventListeners.end(), in handleUnsolEventBinderDied() local
/aosp12/system/hwservicemanager/
H A DHidlService.cpp85 bool found = false; in removeListener() local
122 bool found = false; in removeClientCallback() local
/aosp12/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
H A DAutofillTestHelper.java73 final ViewNode found = findNodeByResourceId(node.getChildAt(i), id); in findNodeByResourceId() local
/aosp12/system/core/fs_mgr/libfs_avb/
H A Davb_util.cpp131 bool found = false; in GetHashDescriptor() local
189 bool found = false; in GetHashtreeDescriptor() local
310 auto found = partition_name.rfind(ab_suffix); in DeriveAvbPartitionName() local
315 auto found = partition_name.rfind(ab_other_suffix); in DeriveAvbPartitionName() local
/aosp12/art/test/661-oat-writer-layout/
H A Doat_writer_layout.cc57 bool found = false; in Java_Main_hasOatCompiledCode() local
/aosp12/build/make/tools/product_config/test/com/android/build/config/
H A DTestErrors.java58 StringBuilder found = new StringBuilder(); in assertHasEntry() local
/aosp12/art/libdexfile/dex/
H A Dart_dex_file_loader_test.cc265 const dex::ProtoId* found = in TEST_F() local
278 const dex::MethodId* found = java_lang_dex_file_->FindMethodId(klass, name, signature); in TEST_F() local
293 const dex::FieldId* found = java_lang_dex_file_->FindFieldId(klass, name, type); in TEST_F() local

12345678910>>...13