Home
last modified time | relevance | path

Searched refs:tries (Results 1 – 25 of 29) sorted by relevance

12

/system/bt/vendor_libs/test_vendor_lib/test/
Dlink_layer_socket_device_test.cc216 …for (size_t tries = 0; tries < 10 && validated_server_packets_[pair_id] == validated_packets; trie… in ReadFromClient() local
225 …for (size_t tries = 0; tries < 10 && validated_client_packets_[pair_id] == validated_packets; trie… in ReadFromServer() local
/system/update_engine/
Dboot_control_chromeos.cc197 return params.successful || params.tries > 0; in IsSlotBootable()
221 params.tries = 0; in MarkSlotUnbootable()
261 add_params.tries = 6; in SetActiveBootSlot()
266 LOG(ERROR) << "Unable to set NumTriesLeft to " << add_params.tries in SetActiveBootSlot()
/system/netd/resolv/
DDnsTlsQueryMap.cpp61 it->second.tries++; in markTried()
69 if (p.tries >= kMaxTries) { in cleanup()
DDnsTlsQueryMap.h84 int tries = 0; member
/system/sepolicy/prebuilts/api/29.0/private/
Dlpdumpd.te20 # Triggered when lpdumpd tries to read default fstab.
Dheapprofd.te57 # If the dac_read_search capability check is rejected, the kernel then tries
/system/sepolicy/private/
Dlpdumpd.te20 # Triggered when lpdumpd tries to read default fstab.
Dheapprofd.te57 # If the dac_read_search capability check is rejected, the kernel then tries
/system/core/logcat/tests/
Dlogcat_test.cpp183 int tries = 3; // in case run too soon after system start or buffer clear in TEST() local
214 } while ((count < 3) && --tries && inject(3 - count)); in TEST()
257 int tries = 4; // in case run too soon after system start or buffer clear in TEST() local
281 } while ((count < 3) && --tries && inject(3 - count)); in TEST()
310 int tries = 4; // in case run too soon after system start or buffer clear in do_tail() local
313 if (num > 10) ++tries; in do_tail()
314 if (num > 100) ++tries; in do_tail()
332 } while ((count < num) && --tries && inject(num - count)); in do_tail()
364 int tries = 4; // in case run too soon after system start or buffer clear in do_tail_time() local
383 } while ((count < 10) && --tries && inject(10 - count)); in do_tail_time()
/system/extras/alloc-stress/
Dalloc-stress.cpp149 int tries = 10; in write_oomadj_to_lmkd() local
154 if (tries-- < 0) break; in write_oomadj_to_lmkd()
/system/update_engine/common/
Dutils_unittest.cc189 for (int tries = 0; tries < 100; ++tries) { in TEST() local
/system/vold/
DVoldNativeService.cpp592 for (int tries = 0; tries < 2; ++tries) { in fdeEnableInternal() local
602 } else if (tries == 0) { in fdeEnableInternal()
/system/sepolicy/public/
Dueventd.te50 # linker tries to resolve paths in ld.config.txt.
Dnetd.te167 # We want to ensure that no other process ever tries tampering with persist.netd.stable_secret,
/system/sepolicy/prebuilts/api/29.0/public/
Dueventd.te50 # linker tries to resolve paths in ld.config.txt.
Dnetd.te167 # We want to ensure that no other process ever tries tampering with persist.netd.stable_secret,
/system/libhidl/transport/
DServiceManagement.cpp774 for (int tries = 0; !getStub && (vintfHwbinder || vintfLegacy); tries++) { in getRawServiceInternal() local
775 if (waiter == nullptr && tries > 0) { in getRawServiceInternal()
/system/core/rootdir/etc/
Dld.config.legacy.txt46 # cannot be loaded into the default namespace, the dynamic linker tries
49 # dynamic linker tries to load the shared library from the resolv namespace.
Dld.config.vndk_lite.txt67 # cannot be loaded into the default namespace, the dynamic linker tries
70 # dynamic linker tries to load the shared library from the resolv namespace.
173 # This namespace is exclusivly for SP-HALs. When the framework tries to dynami-
Dld.config.txt126 # cannot be loaded into the default namespace, the dynamic linker tries
129 # dynamic linker tries to load the shared library from the resolv namespace.
233 # This namespace is exclusivly for SP-HALs. When the framework tries to dynami-
/system/sepolicy/prebuilts/api/27.0/public/
Dnetd.te127 # We want to ensure that no other process ever tries tampering with persist.netd.stable_secret,
/system/core/adb/
DSYNC.TXT1 This file tries to document file-related requests a client can make
DOVERVIEW.TXT49 or a script. It first tries to locate the ADB server on the host machine,
DSERVICES.TXT1 This file tries to document all requests a client can make
/system/sepolicy/prebuilts/api/28.0/public/
Dnetd.te146 # We want to ensure that no other process ever tries tampering with persist.netd.stable_secret,

12