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

1 2 3 4 5 6 7 8 910

  /external/skia/include/core/
SkColorFilter.h 76 enum Flags {
87 /** Returns the flags for this filter. Override in subclasses to return
88 custom flags.
SkAnnotation.h 24 enum Flags {
29 SkAnnotation(SkDataSet*, uint32_t flags);
SkColorTable.h 35 enum Flags {
41 /** Set the flags for the color table. See the Flags enum for possible values.
43 void setFlags(unsigned flags);
SkFlattenableBuffers.h 40 enum Flags {
46 void setFlags(uint32_t flags) { fFlags = flags; }
155 enum Flags {
160 void setFlags(uint32_t flags) { fFlags = flags; }
  /external/llvm/include/llvm/MC/
MCFixupKindInfo.h 37 /// Flags describing additional information on this fixup kind.
38 unsigned Flags;
MCSectionELF.h 37 /// Flags - This is the sh_flags field of a section, drawn from the enums.
39 unsigned Flags;
50 MCSectionELF(StringRef Section, unsigned type, unsigned flags,
52 : MCSection(SV_ELF, K), SectionName(Section), Type(type), Flags(flags),
68 unsigned getFlags() const { return Flags; }
  /external/webkit/Source/JavaScriptGlue/
JSRun.cpp 36 JSGlueGlobalObject::JSGlueGlobalObject(JSGlobalData& globalData, Structure* structure, JSFlags flags)
38 , m_flags(flags)
55 JSFlags JSRun::Flags() const
JSRun.h 40 JSFlags Flags() const { return m_flags; }
57 JSFlags Flags() const;
  /external/compiler-rt/lib/msan/
msan_flags.h 19 // Flags.
20 struct Flags {
35 Flags *flags();
  /external/llvm/lib/Target/R600/
SIInstrInfo.h 85 enum Flags {
  /external/llvm/unittests/Support/
MemoryTest.cpp 23 Flags = GetParam();
28 // Adds RW flags to permit testing of the resulting memory
55 unsigned Flags;
61 MemoryBlock M1 = Memory::allocateMappedMemory(sizeof(int), 0, Flags, EC);
72 MemoryBlock M1 = Memory::allocateMappedMemory(16, 0, Flags, EC);
74 MemoryBlock M2 = Memory::allocateMappedMemory(64, 0, Flags, EC);
76 MemoryBlock M3 = Memory::allocateMappedMemory(32, 0, Flags, EC);
92 MemoryBlock M4 = Memory::allocateMappedMemory(16, 0, Flags, EC);
102 if (Flags &&
103 !((Flags & Memory::MF_READ) && (Flags & Memory::MF_WRITE))
    [all...]
  /external/skia/include/pdf/
SkPDFDocument.h 31 enum Flags {
39 explicit SK_API SkPDFDocument(Flags flags = (Flags)0);
  /external/skia/legacy/include/core/
SkColorFilter.h 70 enum Flags {
81 /** Returns the flags for this filter. Override in subclasses to return
82 custom flags.
  /external/smack/src/org/xbill/DNS/
DNSKEYRecord.java 26 public static class Flags {
27 private Flags() {}
50 * @param flags Flags describing the key's properties
56 DNSKEYRecord(Name name, int dclass, long ttl, int flags, int proto, int alg,
59 super(name, Type.DNSKEY, dclass, ttl, flags, proto, alg, key);
64 * @param flags Flags describing the key's properties
72 DNSKEYRecord(Name name, int dclass, long ttl, int flags, int proto, int alg,
75 super(name, Type.DNSKEY, dclass, ttl, flags, proto, alg
    [all...]
Flags.java 6 * Constants and functions relating to flags in the DNS header.
11 public final class Flags {
13 private static Mnemonic flags = new Mnemonic("DNS Header Flag", field in class:Flags
41 flags.setMaximum(0xF);
42 flags.setPrefix("FLAG");
43 flags.setNumericAllowed(true);
45 flags.add(QR, "qr");
46 flags.add(AA, "aa");
47 flags.add(TC, "tc");
48 flags.add(RD, "rd")
    [all...]
  /frameworks/av/include/media/stagefright/
MediaExtractor.h 41 size_t index, uint32_t flags = 0) = 0;
47 enum Flags {
56 virtual uint32_t flags() const;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
HTTPLiveSource.h 55 enum Flags {
  /frameworks/av/media/libstagefright/rtsp/
ARTPConnection.h 31 enum Flags {
35 ARTPConnection(uint32_t flags = 0);
  /frameworks/base/core/jni/
android_nfc.h 37 uint8_t Flags;
  /external/eigen/Eigen/src/Core/
Flagged.h 18 * \brief Expression with modified flags
20 * \param ExpressionType the type of the object of which we are modifying the flags
21 * \param Added the flags added to the expression
22 * \param Removed the flags removed from the expression (has priority over Added).
24 * This class represents an expression whose flags have been modified.
35 enum { Flags = (ExpressionType::Flags | Added) & ~Removed };
124 /** \returns an expression of *this with added and removed flags
ReturnByValue.h 31 Flags = (traits<typename traits<Derived>::ReturnType>::Flags
  /external/llvm/lib/CodeGen/
CallingConvLower.cpp 73 ISD::ArgFlagsTy ArgFlags = Ins[i].Flags;
91 ISD::ArgFlagsTy ArgFlags = Outs[i].Flags;
105 ISD::ArgFlagsTy ArgFlags = Outs[i].Flags;
123 ISD::ArgFlagsTy ArgFlags = Outs[i].Flags;
135 /// and argument flags.
137 SmallVectorImpl<ISD::ArgFlagsTy> &Flags,
142 ISD::ArgFlagsTy ArgFlags = Flags[i];
159 ISD::ArgFlagsTy Flags = Ins[i].Flags;
160 if (Fn(i, VT, VT, CCValAssign::Full, Flags, *this))
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCallingConvLower.cpp 82 ISD::ArgFlagsTy ArgFlags = Ins[i].Flags;
118 ISD::ArgFlagsTy ArgFlags = Outs[i].Flags;
148 ISD::ArgFlagsTy ArgFlags = Outs[i].Flags;
159 /// and argument flags.
162 SmallVectorImpl<ISD::ArgFlagsTy> &Flags,
167 ISD::ArgFlagsTy ArgFlags = Flags[i];
186 ISD::ArgFlagsTy Flags = ISD::ArgFlagsTy();
187 if (Fn(i, VT, VT, CCValAssign::Full, Flags, *this, -1, -1, false)) {
  /external/skia/include/gpu/
GrResource.h 109 enum Flags {
  /external/skia/legacy/include/pipe/
SkGPipe.h 78 enum Flags {
82 SkCanvas* startRecording(SkGPipeController*, uint32_t flags = 0);

Completed in 1683 milliseconds

1 2 3 4 5 6 7 8 910