/external/v8/src/ic/ |
stub-cache.h | 51 // Generate code for probing the stub cache table. 100 // in both caches. Unlike a probing strategy (quadratic or otherwise) the
|
/frameworks/native/libs/input/ |
InputDevice.cpp | 94 ALOGD("Probing for system provided input device configuration file: path='%s'", path.string()); 109 ALOGD("Probing for system user input device configuration file: path='%s'", path.string());
|
/cts/hostsidetests/appsecurity/test-apps/ReadExternalStorageApp/src/com/android/cts/readexternalstorageapp/ |
ReadExternalStorageTest.java | 85 // Mount points could be multi-user aware, so try probing both
|
/external/e2fsprogs/lib/blkid/ |
cache.c | 207 fprintf(stderr, "error probing devices\n");
|
blkidP.h | 73 * from the cache. This is to avoid re-probing all devices which were
|
save.c | 179 fprintf(stderr, "error (%d) probing devices\n", ret);
|
/external/libchrome/crypto/ |
openssl_util.cc | 52 // stops BoringSSL from probing for NEON support via SIGILL in the case
|
/external/llvm/test/CodeGen/X86/ |
win_chkstk.ll | 12 ; The 64-bit version of __chkstk is only responsible for probing the stack. The 64-bit
|
/external/v8/src/compiler/ |
node-cache.cc | 78 // Search up to N entries after (linear probing).
|
/frameworks/base/services/net/java/android/net/ip/ |
IpReachabilityMonitor.java | 100 * - The forced probing is done holding a wakelock. The kernel may, 101 * however, initiate probing of a neighbor on its own, i.e. whenever 173 final String msgSnippet = "probing ip=" + ip.getHostAddress() + "%" + ifIndex; 192 // normal when probing a neighbor for which the kernel does
|
/system/connectivity/shill/ |
dns_server_tester.h | 90 // Flag indicating to continuously probing the DNS servers until it succeed.
|
/external/toybox/toys/pending/ |
modprobe.c | 57 // Current probing modules info 545 TT.dbg("probing by module name\n"); 557 TT.dbg("probing alias %s by realname %s\n", module->name, real);
|
/bootable/recovery/minzip/ |
Hash.c | 5 * happening very infrequently. We use probing, and don't worry much 343 * Evaluate the amount of probing required for the specified hash table.
|
Hash.h | 47 * a no-longer-used slot that must be stepped over during probing.
|
/external/dhcpcd-6.8.2/ |
arp.c | 286 "%s: ARP probing %s (%d of %d), next in %0.1f seconds", 303 logger(astate->iface->ctx, LOG_DEBUG, "%s: probing for %s",
|
/external/jmdns/src/javax/jmdns/impl/ |
DNSStatefulObject.java | 493 * Returns true, if this is a probing state. 495 * @return <code>true</code> if probing state, <code>false</code> otherwise
|
/external/kernel-headers/original/uapi/linux/ |
fd.h | 167 char read_track; /* use readtrack during probing? */ 172 * the disk, the next format is tried. This uses the variable 'probing'.
|
/external/skia/include/private/ |
SkTHash.h | 168 //return (index + 0 + 1) & (fCapacity-1); // Linear probing. 169 return (index + n + 1) & (fCapacity-1); // Quadratic probing.
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
HashBase.tcc | 126 // linear probing 167 // linear probing
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
fd.h | 167 char read_track; /* use readtrack during probing? */ 172 * the disk, the next format is tried. This uses the variable 'probing'.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
fd.h | 167 char read_track; /* use readtrack during probing? */ 172 * the disk, the next format is tried. This uses the variable 'probing'.
|
/art/runtime/ |
type_lookup_table.cc | 81 // occupied then delay the insertion of the element to the second stage to reduce probing
|
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/ |
ExternalStorageTest.java | 91 // Mount points could be multi-user aware, so try probing both
|
/external/autotest/server/site_tests/firmware_FwScreenPressPower/ |
firmware_FwScreenPressPower.py | 29 # While the firmware screen, the power button probing loop sleeps
|
/external/boringssl/src/crypto/ |
cpu-arm.c | 111 // defeat the point of probing for support at runtime.
|