HomeSort by relevance Sort by last modified time
    Searched refs:prevent (Results 51 - 75 of 125) sorted by null

1 23 4 5

  /build/soong/java/
dex.go 106 // - prevent ProGuard stripping subclass in the support library that extends class added in the higher SDK version.
dexpreopt.go 36 // If false, prevent dexpreopting and stripping the dex file from the final jar. Defaults to
  /build/soong/ui/build/
build.go 24 // Ensures the out directory exists, and has the proper files to prevent kati
  /external/bcc/src/lua/bcc/vendor/
json.lua 40 It is difficult for Lua to return null as a value. In order to prevent the loss
  /external/boringssl/src/ssl/test/runner/ed25519/
ed25519.go 207 // the range [0, order) in order to prevent signature malleability.
  /external/grpc-grpc/src/csharp/Grpc.Core/Internal/
GrpcThreadPool.cs 200 // been finished to prevent terminating the continuations queued prematurely.
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
MetadataCredentialsTest.cs 44 // Disable SO_REUSEPORT to prevent https://github.com/grpc/grpc/issues/10755
  /external/libunwind/doc/
libunwind-ptrace.tex 63 up from \Var{\_UPT\_accessors}, but doing so would prevent static
  /external/syzkaller/vendor/cloud.google.com/go/storage/
doc.go 135 prevent race conditions in read-modify-write operations.
  /external/syzkaller/vendor/github.com/google/go-cmp/cmp/
path.go 154 // prevent overly verbose path printouts.
  /external/syzkaller/vendor/golang.org/x/net/http2/
client_conn_pool.go 241 // If we filtered it out, zero out the last item to prevent
writesched.go 174 wr.write = nil // prevent use (assume it's tainted after wr.done send)
write.go 58 // been intentionally nil'ed out to prevent use. Keep this
  /external/autotest/client/common_lib/cros/
arc.py 610 mode, and it will raise an |error.CmdError| exception. To prevent that, use
819 @param disable_play_store: Set this to True if you want to prevent
    [all...]
  /external/grpc-grpc/src/csharp/Grpc.Core/
GrpcEnvironment.cs 454 // to prevent a .NET core application from terminating, so no special handling
464 // - On Desktop .NET framework, we need to do a proper shutdown to prevent a crash
  /external/u-boot/drivers/usb/gadget/
f_mass_storage.c 122 * issue, but there may be some with hardware restrictions that prevent
173 * open reference to the backing file. This will prevent unmounting
175 * during system shutdown, for example. To prevent such problems, the
1327 int prevent; local
    [all...]
  /external/vixl/tools/
generate_tests.py 536 prevent this, you may specify a Python expression to filter the list.
  /bionic/docs/
fdsan.md 43 fdsan attempts to detect and/or prevent file descriptor mismanagement by enforcing file descriptor ownership. Like how most memory allocations can have their ownership handled by types such as `std::unique_ptr`, almost all file descriptors can be associated with a unique owner which is responsible for their closure. fdsan provides functions to associate a file descriptor with an owner; if someone tries to close a file descriptor that they don't own, depending on configuration, either a warning is emitted, or the process aborts.
  /build/soong/ui/logger/
logger.go 27 // and prevent the printing of the panic, call defer logger.Cleanup() at the
  /external/curl/packages/vms/
generate_config_vms_h_curl.com 196 $! Write the defines to prevent multiple includes.
  /external/syzkaller/vendor/github.com/golang/protobuf/proto/
message_set.go 235 // Keep the extensions map locked until we're done marshaling to prevent
  /external/syzkaller/vendor/golang.org/x/sys/unix/
syscall_unix.go 39 // errnoErr returns common boxed Errno values, to prevent
  /build/make/core/
java.mk 385 # - prevent ProGuard stripping subclass in the support library that extends class added in the higher SDK version.
  /build/soong/android/
namespace.go 383 // soong_namespace provides a scope to modules in an Android.bp file to prevent
  /build/soong/cc/
binary.go 49 // This does not completely prevent installation of the overridden binaries, but if both

Completed in 582 milliseconds

1 23 4 5