/bionic/libc/dns/resolv/ |
res_stats.c | 171 bool usable = _res_stats_usable_server(params, &stats[ns]); local 172 if (usable) { 175 usable_servers[ns] = usable; 177 // If there are no usable servers, consider all of them usable.
|
/system/netd/server/ |
ResolverStats.h | 37 STATS_USABLE, // whether the server is considered usable 47 bool usable {false}; 75 cur[STATS_USABLE] = usable; 90 usable = cur[STATS_USABLE];
|
ResolverController.cpp | 107 // Determine which servers are considered usable by the resolver. 130 cur_stats.usable = valid_servers[i]; 223 s.rtt_avg, time_delta, s.usable ? "" : " BROKEN");
|
/external/vboot_reference/scripts/image_signing/ |
convert_recovery_to_full_ssd.sh | 7 # Script to convert a recovery image into an SSD image usable by factory. 19 Converts <signed_recovery_image> into a full SSD image usable by factory. Uses
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
html.py | 346 usable = False 352 usable = False 354 usable = True 356 usable = False 358 usable = False 360 if usable:
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
MCJITCAPITest.cpp | 362 int32_t *usable = (int32_t *) raw; local 364 EXPECT_EQ(42, *usable); 376 int (*usable)() = (int (*)()) raw; 378 EXPECT_EQ(42, usable()); 506 int (*usable)() = (int (*)()) raw; 508 EXPECT_EQ(42, usable());
|
/external/v8/test/mjsunit/es6/ |
typedarray-set-length.js | 24 // ToLength should convert these to usable lengths.
|
block-let-contextual-sloppy.js | 8 // let is usable as a variable with var or legacy const, not let or ES6 const
|
/external/mesa3d/src/glx/ |
glxextensions.c | 550 * Calculate the list of application usable extensions. The resulting 565 unsigned char usable[8]; local 611 usable[i] = (client_glx_support[i] & client_glx_only[i]) 620 usable[i] = (client_glx_support[i] & client_glx_only[i]) 632 CLR_BIT(usable, EXT_create_context_es2_profile_bit); 636 usable); 641 * Calculate the list of application usable extensions. The resulting 656 unsigned char usable[__GL_EXT_BYTES]; local 688 usable[i] = (client_gl_support[i] & client_gl_only[i]) 693 __glXGetStringFromTable(known_gl_extensions, usable); [all...] |
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/vpn/ |
VpnTestHelper.java | 72 public static void setAndWaitForVpn(Context context, String packageName, boolean usable) { 108 // Is it usable? 109 assertEquals(usable, vpnInfo.isConnected());
|
/prebuilts/go/darwin-x86/src/runtime/ |
debug.go | 34 // NumCPU returns the number of logical CPUs usable by the current process.
|
/prebuilts/go/linux-x86/src/runtime/ |
debug.go | 34 // NumCPU returns the number of logical CPUs usable by the current process.
|
/toolchain/binutils/binutils-2.25/config/ |
depstand.m4 | 21 # honor --disable-dependency-checking, and failure to detect a usable 117 then AC_MSG_ERROR([no usable dependency style found])
|
/external/mesa3d/docs/ |
MESA_drm_image.spec | 96 should be usable as a scanout buffer with the DRM kernel 100 requests that the image must be usable as a cursor with KMS. When
|
MESA_multithread_makecurrent.spec | 123 but the context remains usable by threads that have the context
|
/external/avahi/avahi-core/ |
iface.c | 229 AvahiInterfaceAddress *a, *usable = NULL, *found = NULL; local 239 if (a->global_scope && !usable) 240 usable = a; 253 if (found && !usable)
|
/external/libweave/third_party/chromium/base/time/ |
time_posix.cc | 85 #error No usable tick clock function on this platform.
|
/build/blueprint/bootstrap/ |
doc.go | 92 // script to create a usable Ninja file. It can be created by running the 102 // the template file to produce a usable build.ninja file.
|
/external/libchrome/base/time/ |
time_posix.cc | 105 #error No usable tick clock function on this platform.
|
/prebuilts/go/darwin-x86/src/crypto/dsa/ |
dsa.go | 32 // ErrInvalidPublicKey results when a public key is not usable by this code.
|
/prebuilts/go/linux-x86/src/crypto/dsa/ |
dsa.go | 32 // ErrInvalidPublicKey results when a public key is not usable by this code.
|
/build/soong/common/ |
paths.go | 321 // will return a usable, but invalid SourcePath, and report a ModuleError. 468 // does not escape the build dir. On error, it will return a usable, but invalid
|
/external/llvm/tools/lli/ |
lli.cpp | 392 // usable by the JIT. 648 errs() << "Unable to find usable child executable: '" << ChildExecPath
|
/prebuilts/go/darwin-x86/src/crypto/x509/ |
verify.go | 179 // country?s tax authority that was marked as only being usable for
|
/prebuilts/go/darwin-x86/src/encoding/json/ |
stream.go | 65 // the connection is still usable since we read a complete JSON
|