HomeSort by relevance Sort by last modified time
    Searched defs:Valid (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /bionic/libc/malloc_debug/
GuardData.h 50 bool Valid(void* data) { return memcmp(data, cmp_mem_.data(), cmp_mem_.size()) == 0; }
67 bool Valid(const Header* header);
86 bool Valid(const Header* header);
GuardData.cpp 82 bool FrontGuardData::Valid(const Header* header) {
83 return GuardData::Valid(debug_->GetFrontGuard(header));
93 bool RearGuardData::Valid(const Header* header) {
94 return GuardData::Valid(debug_->GetRearGuard(header));
  /bootable/recovery/fuse_sideload/include/
fuse_provider.h 63 bool Valid() const {
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Marvell/Library/ComPhyLib/
ComPhyMux.c 46 UINTN Lane, Opt, Valid;
50 for (Opt = 0, Valid = 0; Opt < MuxData->MaxLaneValues; Opt++, PtrMuxOpt++) {
52 Valid = 1;
56 if (Valid == 0) {
127 /* Check if the configuration is valid */
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/AcpiLib/
AcpiLib.c 56 BOOLEAN Valid;
123 // Is the ACPI table valid?
125 Valid = CheckAcpiTableFunction ((EFI_ACPI_DESCRIPTION_HEADER *)AcpiTable);
127 Valid = TRUE;
131 if (Valid) {
  /external/syzkaller/vendor/golang.org/x/oauth2/
token.go 129 // Valid reports whether t is non-nil, has an AccessToken, and is not expired.
130 func (t *Token) Valid() bool {
  /external/syzkaller/vendor/google.golang.org/appengine/
appengine.go 90 // Valid returns whether a GeoPoint is within [-90, 90] latitude and [-180, 180] longitude.
91 func (g GeoPoint) Valid() bool {
  /external/webrtc/webrtc/system_wrappers/include/
ntp_time.h 45 bool Valid() const { return !(seconds_ == 0 && fractions_ == 0); }
  /art/runtime/utils/
dex_cache_arrays_layout.h 52 bool Valid() const {
  /art/libdexfile/dex/
type_lookup_table.h 60 // Returns whether the TypeLookupTable is valid.
61 bool Valid() const {
67 DCHECK(Valid());
77 DCHECK(Valid());
83 DCHECK(Valid());
  /external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
EDInst.h 39 bool Valid;
44 CachedResult() : Valid(false) { }
45 /// valid - Returns true if the result has been obtained by executing the
47 bool valid() { return Valid; } function in struct:llvm::CachedResult
49 /// valid() is false
51 /// setResult - Sets the result of the function and declares it valid
55 int setResult(int result) { Result = result; Valid = true; return result; }
  /external/syzkaller/vendor/golang.org/x/text/secure/bidirule/
bidirule.go 169 // Valid reports whether b conforms to the BiDi rule.
170 func Valid(b []byte) bool {
  /device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/
LegacyPlatform.h 83 UINTN Valid;
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
AuthService.c 49 BOOLEAN Valid;
98 Valid = IsValidVariableHeader (
105 ASSERT (Valid);
486 BOOLEAN Valid;
509 Valid = IsValidVariableHeader (
516 ASSERT (Valid);
626 BOOLEAN Valid;
642 Valid = IsValidVariableHeader (
649 ASSERT (Valid);
775 BOOLEAN Valid;
    [all...]
  /external/gptfdisk/
parttypes.cc 419 // Returns 1 if code is a valid extended MBR code, 0 if it's not
420 int PartType::Valid(uint16_t code) const {
431 } // PartType::Valid()
  /external/grpc-grpc/include/grpcpp/impl/codegen/
byte_buffer.h 134 /// Is this ByteBuffer valid?
135 bool Valid() const { return (buffer_ != nullptr); }
  /external/swiftshader/third_party/LLVM/lib/Support/
Triple.cpp 428 // component movement when a component parses as (eg) both a valid arch and a
429 // valid os.
452 // positions by seeing if they parse as a valid architecture, and if so moving
463 // Does this component parse as valid for the target position?
464 bool Valid = false;
471 Valid = Arch != UnknownArch;
475 Valid = Vendor != UnknownVendor;
479 Valid = OS != UnknownOS;
483 Valid = Environment != UnknownEnvironment;
486 if (!Valid)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
JSONTest.cpp 189 "valid": 1,
197 for (const char *Valid : {
202 EXPECT_TRUE(isUTF8(Valid)) << Valid;
203 EXPECT_EQ(fixUTF8(Valid), Valid);
  /external/tensorflow/tensorflow/core/util/tensor_bundle/
tensor_bundle.h 226 // REQUIRES: status().ok() && Valid()
254 bool Valid() const { return iter_->Valid(); }
257 // REQUIRES: status().ok() && Valid()
260 // REQUIRES: status().ok() && Valid()
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/
SmbiosMisc.h 149 UINT8 Valid;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
IdeControllerInit.h 128 BOOLEAN Valid; ///< TRUE if Mode is valid.
325 buffer pointer may not be valid when
377 the given device or call this function and set the Valid flag to FALSE for all
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Library/
MtrrLib.h 79 BOOLEAN Valid;
303 @param[in] MtrrValidBitsMask The mask for the valid bit of the MTRR
304 @param[in] MtrrValidAddressMask The valid address mask for MTRR since the base address in
305 MTRR must align to 4K, so valid address mask equal to
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 154 bool Valid = true;
162 Valid = false;
171 Valid = false;
177 Valid = false;
183 Valid = false;
186 assert(Valid && "Invalid use list");
  /external/skia/src/core/
SkLatticeIter.cpp 26 bool SkLatticeIter::Valid(int width, int height, const SkCanvas::Lattice& lattice) {
209 bool SkLatticeIter::Valid(int width, int height, const SkIRect& center) {
  /external/skia/src/image/
SkSurface_Gpu.cpp 284 bool SkSurface_Gpu::Valid(const SkImageInfo& info) {
288 bool SkSurface_Gpu::Valid(const GrCaps* caps, GrPixelConfig config, SkColorSpace* colorSpace) {
310 if (!SkSurface_Gpu::Valid(context->priv().caps(), c.config(), c.colorSpace())) {
364 if (!SkSurface_Gpu::Valid(info)) {
410 if (!SkSurface_Gpu::Valid(info)) {
423 // We don't require that the client gave us an exact valid sample cnt. However, it must be
455 if (!SkSurface_Gpu::Valid(context->priv().caps(), texCopy.config(), colorSpace.get())) {
487 if (!SkSurface_Gpu::Valid(info)) {
523 if (!SkSurface_Gpu::Valid(context->priv().caps(), rtCopy.config(), colorSpace.get())) {
566 if (!SkSurface_Gpu::Valid(context->priv().caps(), texCopy.config(), colorSpace.get()))
    [all...]

Completed in 299 milliseconds

1 2 3 4