HomeSort by relevance Sort by last modified time
    Searched refs:usable (Results 1 - 25 of 58) sorted by null

1 2 3

  /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 110 // Determine which servers are considered usable by the resolver.
133 cur_stats.usable = valid_servers[i];
226 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/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp 360 int32_t *usable = (int32_t *) raw; local
362 EXPECT_EQ(42, *usable);
374 int (*usable)() = (int (*)()) raw;
376 EXPECT_EQ(42, usable());
504 int (*usable)() = (int (*)()) raw;
506 EXPECT_EQ(42, usable());
  /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 64 // HACK (TODO issue 31585407) to wait for the network to actually be usable
74 public static void setAndWaitForVpn(Context context, String packageName, boolean usable) {
109 // Is it usable?
110 assertEquals(usable, vpnInfo.isConnected());
  /prebuilts/go/darwin-x86/src/runtime/
debug.go 37 // NumCPU returns the number of logical CPUs usable by the current process.
  /prebuilts/go/linux-x86/src/runtime/
debug.go 37 // 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/ltp/testcases/kernel/fs/fs_di/
fs_di 73 -S SIZE in Mb Size of usable partition (in MBs) on which the testing is carried out (needs to be passed
145 S) # Size of usable partition, which is used for creating creating the files
  /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/protobuf/csharp/src/Google.Protobuf/Reflection/
DescriptorUtil.cs 44 /// Equivalent to Func[TInput, int, TOutput] but usable in .NET 2.0. Only used to convert
  /packages/services/Car/car-support-lib/
Android.mk 41 # Otherwise the lib won't be usable on pre-N devices
  /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 34 // ErrInvalidPublicKey results when a public key is not usable by this code.
  /prebuilts/go/linux-x86/src/crypto/dsa/
dsa.go 34 // ErrInvalidPublicKey results when a public key is not usable by this code.
  /external/llvm/tools/lli/
lli.cpp 377 // usable by the JIT.
592 errs() << "Unable to find usable child executable: '" << ChildExecPath
  /frameworks/base/services/core/java/com/android/server/
StorageManagerService.java 213 * Our goal is for all Android devices to be usable as development devices,
3316 final long usable = path.getUsableSpace(); local
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/x509/
verify.go 230 // 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
  /prebuilts/go/linux-x86/src/crypto/x509/
verify.go 230 // country?s tax authority that was marked as only being usable for
  /prebuilts/go/linux-x86/src/encoding/json/
stream.go 65 // the connection is still usable since we read a complete JSON

Completed in 1251 milliseconds

1 2 3