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

1 2 3

  /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/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;
parttypes.cc 417 // Returns 1 if code is a valid extended MBR code, 0 if it's not
418 int PartType::Valid(uint16_t code) const {
429 } // PartType::Valid()
  /external/skia/src/image/
SkSurface_Raster.cpp 18 static bool Valid(const SkImageInfo&, size_t rb = kIgnoreRowBytesValue);
40 bool SkSurface_Raster::Valid(const SkImageInfo& info, size_t rowBytes) {
152 if (!SkSurface_Raster::Valid(info, rb)) {
168 if (!SkSurface_Raster::Valid(info)) {
  /art/compiler/dex/
reg_storage.h 54 * Physical register number of the high register (valid only for register pair).
59 * 1 -> Valid
102 // TODO: deprecate use of kInvalidRegVal and speed up GetReg(). Rely on valid bit instead.
142 constexpr bool Valid() const {
168 DCHECK_CONSTEXPR(Valid(), , false)
174 DCHECK_CONSTEXPR(Valid(), , false)
180 DCHECK_CONSTEXPR(Valid(), , false)
211 return Valid() ? (reg_ & kRegValMask) : kInvalidRegVal;
216 DCHECK(Valid());
  /external/aac/libAACdec/src/
channelinfo.cpp 131 pIcsInfo->Valid = 0;
208 pIcsInfo->Valid = 1;
channelinfo.h 159 UCHAR Valid;
378 return pIcsInfo->Valid;
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.cpp 22 bool &Valid) const {
25 Valid = true;
30 Valid = false;
35 bool &Valid) const {
39 Valid = true;
44 Valid = false;
808 bool &Valid) const {
814 Valid = true;
823 Valid = true;
833 Valid = false
    [all...]
  /art/compiler/utils/
dex_cache_arrays_layout.h 42 bool Valid() const {
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 123 bool Valid = true;
131 Valid = false;
140 Valid = false;
146 Valid = false;
152 Valid = false;
155 assert(Valid && "Invalid use list");
  /external/llvm/lib/Transforms/Scalar/
LoopRerollPass.cpp 174 : Valid(false), Instructions(1, P) {
179 bool valid() const { function in struct:__anon15348::LoopReroll::SimpleLoopReduction
180 return Valid;
184 assert(Valid && "Using invalid reduction");
189 assert(Valid && "Using invalid reduction");
194 assert(Valid && "Using invalid reduction");
202 assert(Valid && "Using invalid reduction");
210 assert(Valid && "Using invalid reduction");
215 assert(Valid && "Using invalid reduction");
223 bool Valid;
    [all...]
  /external/llvm/lib/Support/
Triple.cpp 537 // component movement when a component parses as (eg) both a valid arch and a
538 // valid os.
567 // positions by seeing if they parse as a valid architecture, and if so moving
578 // Does this component parse as valid for the target position?
579 bool Valid = false;
585 Valid = Arch != UnknownArch;
589 Valid = Vendor != UnknownVendor;
595 Valid = OS != UnknownOS || IsCygwin || IsMinGW32;
599 Valid = Environment != UnknownEnvironment;
600 if (!Valid) {
    [all...]
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp 92 // *xtw is only valid for signed 64-bit operations.
    [all...]
  /art/compiler/dex/quick/
ralloc_util.cc 58 used_storage_ = r.Valid() ? ~storage_mask_ : storage_mask_;
477 if (!reg.Valid() && ((reg_class == kAnyReg) || (reg_class == kFPReg))) {
480 if (!reg.Valid() && (reg_class != kFPReg)) {
488 if (reg.Valid()) {
492 if (high_reg.Valid()) {
500 if (reg.Valid() && (wide != GetRegInfo(reg)->IsWide())) {
505 if (reg.Valid()) {
998 if (reg.Valid()) {
    [all...]
mir_to_lir.cc 110 if (reg_arg.Valid()) {
138 if (reg_arg.Valid() && wide && (reg_arg.GetWideKind() == kNotWide)) {
145 if (!reg_arg.Valid()) {
188 if (reg_arg.Valid() && rl_dest.wide && (reg_arg.GetWideKind() == kNotWide)) {
195 if (!reg_arg.Valid()) {
210 if (reg_arg.Valid()) {
222 if (reg_arg.Valid()) {
    [all...]
  /art/compiler/dex/quick/arm/
fp_arm.cc 173 DCHECK(src_low.Valid());
175 DCHECK(src_high.Valid());
197 DCHECK(src_low.Valid());
199 DCHECK(src_high.Valid());
int_arm.cc     [all...]
  /external/lldb/include/lldb/Symbol/
ClangASTImporter.h 145 return origin.Valid();
231 Valid ()
  /external/lldb/source/Symbol/
ClangASTImporter.cpp 226 if (!decl_origin.Valid())
271 if (!decl_origin.Valid())
319 if (decl_origin.Valid())
  /external/llvm/include/llvm/Support/
CommandLine.h 313 // want. This is only valid on "opt" arguments, not on "list" arguments.
396 bool Valid;
404 OptionValueCopy() : Valid(false) {}
406 bool hasValue() const { return Valid; }
409 assert(Valid && "invalid option value");
414 Valid = true;
418 bool compare(const DataType &V) const { return Valid && (Value != V); }
    [all...]
  /external/v8/test/mjsunit/
json.js 170 // JavaScript number literals not valid in JSON.
187 // JavaScript string literals not valid in JSON.
188 TestInvalid("'single quote'"); // Valid JavaScript
190 TestInvalid('"\\v invalid escape"'); // Valid JavaScript
191 TestInvalid('"\\\' invalid escape"'); // Valid JavaScript
192 TestInvalid('"\\x42 invalid escape"'); // Valid JavaScript
  /external/lldb/examples/python/
types.py 83 parser.add_option('-p', '--platform', type='string', metavar='platform', dest='platform', help='Specify the platform to use when creating the debug target. Valid values include "localhost", "darwin-kernel", "ios-simulator", "remote-freebsd", "remote-macosx", "remote-ios", "remote-linux".')
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
psapi.h 179 ULONG_PTR Valid :1;
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp     [all...]

Completed in 3790 milliseconds

1 2 3