HomeSort by relevance Sort by last modified time
    Searched refs:Valid (Results 26 - 50 of 297) sorted by null

12 3 4 5 6 7 8 91011>>

  /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/tensorflow/tensorflow/core/lib/io/
iterator.h 41 // not valid. This method returns true iff the iterator is valid.
42 virtual bool Valid() const = 0;
44 // Position at the first key in the source. The iterator is Valid()
49 // The iterator is Valid() after this call iff the source contains
53 // Moves to the next entry in the source. After this call, Valid() is
55 // REQUIRES: Valid()
59 // the returned slice is valid only until the next modification of
61 // REQUIRES: Valid()
65 // the returned slice is valid only until the next modification o
    [all...]
table.cc 135 if (iiter->Valid()) {
139 if (block_iter->Valid()) {
156 if (index_iter->Valid()) {
block.cc 94 // current_ is offset in data_ of current entry. >= restarts_ if !Valid
135 bool Valid() const override { return current_ < restarts_; }
138 assert(Valid());
142 assert(Valid());
147 assert(Valid());
iterator.cc 57 bool Valid() const override { return false; }
  /external/skia/src/core/
SkLatticeIter.h 24 static bool Valid(int imageWidth, int imageHeight, const SkCanvas::Lattice& lattice);
28 static bool Valid(int imageWidth, int imageHeight, const SkIRect& center);
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug307.go 7 // Valid program, gccgo reported an error.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug307.go 7 // Valid program, gccgo reported an error.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
armv7-a+idiv.d 1 #name: Valid v7-A+IDIV
armv8-a-barrier-arm.d 1 #name: Valid v8-A barrier (ARM)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
pcrel-4-64.d 2 #name: Valid cross-section PC-relative references (n64)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DecParserMisc.py 145 Valid = True
156 Valid, Cause = IsValidLogicalExpr(Token, True)
159 if not Valid:
191 # check Array is valid
223 # check PcdDatum is valid
231 Valid = True
250 Valid, Cause = IsValidStringTest(Value, True)
251 if not Valid:
252 Valid, Cause = IsValidFeatureFlagExp(Value, True)
253 if not Valid:
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mce.h 33 ULONG Valid:1;
51 ULONG Valid:1;
72 ULONG Valid:1;
203 UCHAR Valid;
214 ERROR_RECORD_VALID Valid;
227 UCHAR Valid:1;
260 ULONGLONG Valid;
558 ERROR_MODINFO_VALID Valid;
567 ULONGLONG Valid;
670 ULONGLONG Valid;
    [all...]
  /frameworks/rs/script_api/
rs_value_types.spec 67 v2 = v4.xx; // Valid<br/>
68 v3 = v4.zxw; // Valid<br/>
69 v3 = v4.bba; // Valid<br/>
70 v3 = v4.s032; // Valid<br/>
71 v3.s120 = v4.S233; // Valid<br/>
72 v4.yz = v3.rg; // Valid<br/>
  /external/gptfdisk/
parttypes.h 64 int Valid(uint16_t code) const;
  /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/capstone/arch/AArch64/
AArch64BaseInfo.c 31 char *A64NamedImmMapper_toString(A64NamedImmMapper *N, uint32_t Value, bool *Valid)
36 *Valid = true;
41 *Valid = false;
60 uint32_t A64NamedImmMapper_fromString(A64NamedImmMapper *N, char *Name, bool *Valid)
65 *Valid = true;
70 *Valid = false;
630 void A64SysRegMapper_toString(A64SysRegMapper *S, uint32_t Bits, bool *Valid, char *result)
640 *Valid = true;
651 *Valid = true;
662 *Valid = true
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
EDDisassembler.h 127 bool Valid;
192 /// valid - reports whether there was a failure in the constructor.
193 bool valid() { function in struct:llvm::EDDisassembler
194 return Valid;
  /device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/
LegacyPlatform.h 83 UINTN Valid;
  /external/tensorflow/tensorflow/core/kernels/
initializable_lookup_table.h 93 // Then the iterator is exhausted, valid returns false and status returns
104 // Returns true if keys and values point to valid tensors.
105 virtual bool Valid() const = 0;
lookup_util.h 74 bool Valid() const override { return valid_; }
  /external/webrtc/webrtc/system_wrappers/include/
ntp_time.h 45 bool Valid() const { return !(seconds_ == 0 && fractions_ == 0); }
  /external/guice/core/test/com/google/inject/
ImplicitBindingTest.java 125 bind(Valid.class);
131 Binding v1 = injector.getBinding(Valid.class);
148 // Validate we didn't do anything to the valid explicit bindings.
149 assertSame(v1, injector.getBinding(Valid.class));
152 // Validate that we didn't erase the valid JIT bindings
177 @Inject Valid a;
221 static class Valid { @Inject Valid2 a; }
304 * We also throw in a valid JIT binding, E, to guarantee that if
344 // Valid JITable binding
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SataControllerDxe/
SataController.c 92 // See whether Identify Data word 64 - 70 are valid
156 // Identify Data word 64 - 70 are not valid
204 // Check whether the WORD 88 (supported UltraDMA by drive) is valid
711 buffer pointer may not be valid when
763 // Make a local copy of device's IdentifyData and mark the valid flag
793 the given device or call this function and set the Valid flag to FALSE for all
    [all...]
  /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");

Completed in 629 milliseconds

12 3 4 5 6 7 8 91011>>