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

1 2

  /external/skia/src/core/
SkNinePatchIter.cpp 11 bool SkNinePatchIter::Valid(int width, int height, const SkIRect& center) {
  /bionic/libc/malloc_debug/
GuardData.cpp 83 bool FrontGuardData::Valid(DebugData& debug, const Header* header) {
84 return GuardData::Valid(debug.GetFrontGuard(header));
95 bool RearGuardData::Valid(DebugData& debug, const Header* header) {
96 return GuardData::Valid(debug.GetRearGuard(header));
GuardData.h 49 bool Valid(void* data) { return memcmp(data, cmp_mem_.data(), cmp_mem_.size()) == 0; }
66 bool Valid(DebugData& debug, const Header* header);
85 bool Valid(DebugData& debug, const Header* header);
  /art/runtime/utils/
dex_cache_arrays_layout.h 47 bool Valid() const {
  /external/webrtc/webrtc/system_wrappers/include/
ntp_time.h 45 bool Valid() const { return !(seconds_ == 0 && fractions_ == 0); }
  /external/skia/src/image/
SkSurface_Raster.cpp 18 static bool Valid(const SkImageInfo&, size_t rb = kIgnoreRowBytesValue);
42 bool SkSurface_Raster::Valid(const SkImageInfo& info, size_t rowBytes) {
178 if (!SkSurface_Raster::Valid(info, rb)) {
195 if (!SkSurface_Raster::Valid(info)) {
  /external/gptfdisk/
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()
  /prebuilts/go/darwin-x86/src/unicode/utf8/
utf8.go 17 MaxRune = '\U0010FFFF' // Maximum valid Unicode code point.
21 // Code points in the surrogate range are not valid for UTF-8.
319 // It returns -1 if the rune is not a valid value to encode in UTF-8.
396 // Valid reports whether p consists entirely of valid UTF-8-encoded runes.
397 func Valid(p []byte) bool {
405 // All valid runes of size 1 (those
416 // ValidString reports whether s consists entirely of valid UTF-8-encoded runes.
  /prebuilts/go/linux-x86/src/unicode/utf8/
utf8.go 17 MaxRune = '\U0010FFFF' // Maximum valid Unicode code point.
21 // Code points in the surrogate range are not valid for UTF-8.
319 // It returns -1 if the rune is not a valid value to encode in UTF-8.
396 // Valid reports whether p consists entirely of valid UTF-8-encoded runes.
397 func Valid(p []byte) bool {
405 // All valid runes of size 1 (those
416 // ValidString reports whether s consists entirely of valid UTF-8-encoded runes.
  /build/soong/common/
paths.go 134 // OptionalPath is a container that may or may not contain a valid Path.
136 valid bool
145 return OptionalPath{valid: true, path: path}
148 // Valid returns whether there is a valid path
149 func (p OptionalPath) Valid() bool {
150 return p.valid
154 // there is a valid path, since this method will panic if there is not.
156 if !p.valid {
162 // String returns the string version of the Path, or "" if it isn't valid
    [all...]
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 124 bool Valid = true;
132 Valid = false;
141 Valid = false;
147 Valid = false;
153 Valid = false;
156 assert(Valid && "Invalid use list");
TargetInstrInfo.cpp 477 bool Valid =
479 if (!Valid)
    [all...]
  /external/llvm/lib/Support/
Triple.cpp 674 // component movement when a component parses as (eg) both a valid arch and a
675 // valid os.
704 // positions by seeing if they parse as a valid architecture, and if so moving
715 // Does this component parse as valid for the target position?
716 bool Valid = false;
722 Valid = Arch != UnknownArch;
726 Valid = Vendor != UnknownVendor;
732 Valid = OS != UnknownOS || IsCygwin || IsMinGW32;
736 Valid = Environment != UnknownEnvironment;
737 if (!Valid) {
    [all...]
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonShuffler.h 76 // Flag whether the HVX resources are valid.
77 bool Valid;
86 bool isValid() const { return (Valid); };
  /external/aac/libAACdec/src/
channelinfo.h 159 UCHAR Valid;
378 return pIcsInfo->Valid;
  /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
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp 92 // *xtw is only valid for signed 64-bit operations.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
psapi.h 179 ULONG_PTR Valid :1;
poclass.h 329 UINT8 Valid;
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btGjkEpa2.cpp 156 Valid,
197 m_status = eStatus::Valid;
269 {/* Valid */
294 } while(m_status==eStatus::Valid);
298 case eStatus::Valid: m_distance=m_ray.length();break;
534 Valid,
607 m_status = eStatus::Valid;
634 m_status=eStatus::Valid;
641 bool valid=true; local
647 for(U j=0;(j<3)&&valid;++j
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopRerollPass.cpp 178 : Valid(false), Instructions(1, P) {
183 bool valid() const { function in struct:__anon19463::LoopReroll::SimpleLoopReduction
184 return Valid;
188 assert(Valid && "Using invalid reduction");
193 assert(Valid && "Using invalid reduction");
198 assert(Valid && "Using invalid reduction");
206 assert(Valid && "Using invalid reduction");
214 assert(Valid && "Using invalid reduction");
219 assert(Valid && "Using invalid reduction");
227 bool Valid;
    [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 315 // want. This is only valid on "opt" arguments, not on "list" arguments.
398 bool Valid;
406 OptionValueCopy() : Valid(false) {}
408 bool hasValue() const { return Valid; }
411 assert(Valid && "invalid option value");
416 Valid = true;
420 bool compare(const DataType &V) const { return Valid && (Value != V); }
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]

Completed in 599 milliseconds

1 2