HomeSort by relevance Sort by last modified time
    Searched refs:Flags (Results 376 - 400 of 4888) sorted by null

<<11121314151617181920>>

  /frameworks/compile/mclinker/include/mcld/LD/
ELFObjectReader.h 13 #include <mcld/ADT/Flags.h>
36 typedef Flags<ReadFlagType> ReadFlag;
  /external/chromium_org/net/disk_cache/simple/
simple_entry_format_history.h 45 enum Flags {
52 uint32 flags; member in struct:disk_cache::simplecache_v5::SimpleFileEOF
  /external/clang/lib/Driver/
Multilib.cpp 93 for (StringRef Flag : Flags) {
101 for (unsigned I = 0, N = Flags.size(); I != N; ++I) {
102 StringRef Flag(Flags[I]);
109 else if (Flags[I] != Flags[SI->getValue()])
116 // Check whether the flags sets match
119 for (const auto &Flag : Flags)
122 for (const auto &Flag : Other.Flags)
145 // Negate any '+' flags
146 for (StringRef Flag : M.flags()) {
    [all...]
  /external/llvm/include/llvm/Support/
ToolOutputFile.h 50 sys::fs::OpenFlags Flags);
  /external/llvm/lib/Target/R600/
R600Defines.h 16 // Operand Flags
26 /// \brief Helper for getting the operand index for the instruction flags
28 #define GET_FLAG_OPERAND_IDX(Flags) (((Flags) >> 7) & 0x3)
53 #define HAS_NATIVE_OPERANDS(Flags) ((Flags) & R600_InstFlag::NATIVE_OPERANDS)
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 27 Value *llvm::MapValue(const Value *V, ValueToValueMapTy &VM, RemapFlags Flags,
64 if (!MD->isFunctionLocal() && (Flags & RF_NoModuleLevelChanges))
75 Value *Mapped_OP = MapValue(OP, VM, Flags, TypeMapper, Materializer);
79 (Mapped_OP == nullptr && (Flags & RF_IgnoreMissingEntries)))
90 Value *Mapped_Op = MapValue(Op, VM, Flags, TypeMapper, Materializer);
93 if (Mapped_Op == nullptr && (Flags & RF_IgnoreMissingEntries))
120 cast<Function>(MapValue(BA->getFunction(), VM, Flags, TypeMapper, Materializer));
122 Flags, TypeMapper, Materializer));
132 Mapped = MapValue(Op, VM, Flags, TypeMapper, Materializer);
160 Flags, TypeMapper, Materializer))
    [all...]
  /external/llvm/test/MC/Mips/
elf_eflags_micromips.s 4 # CHECK: Flags [ (0x52001000)
elf_eflags_mips16.s 4 # CHECK: Flags [ (0x54001000)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adtgen.h 39 USHORT Flags;
46 USHORT Flags;
53 DWORD Flags;
76 DWORD Flags;
txfw32.h 25 ULONG Flags;
36 ULONG Flags;
48 ULONG Flags;
certadm.h 104 virtual HRESULT WINAPI SetCertificateExtension(const BSTR strConfig,LONG RequestId,const BSTR strExtensionName,LONG Type,LONG Flags,const VARIANT *pvarValue) = 0;
108 virtual HRESULT WINAPI GetCRL(const BSTR strConfig,LONG Flags,BSTR *pstrCRL) = 0;
109 virtual HRESULT WINAPI ImportCertificate(const BSTR strConfig,const BSTR strCertificate,LONG Flags,LONG *pRequestId) = 0;
125 HRESULT (WINAPI *SetCertificateExtension)(ICertAdmin *This,const BSTR strConfig,LONG RequestId,const BSTR strExtensionName,LONG Type,LONG Flags,const VARIANT *pvarValue);
129 HRESULT (WINAPI *GetCRL)(ICertAdmin *This,const BSTR strConfig,LONG Flags,BSTR *pstrCRL);
130 HRESULT (WINAPI *ImportCertificate)(ICertAdmin *This,const BSTR strConfig,const BSTR strCertificate,LONG Flags,LONG *pRequestId);
148 #define ICertAdmin_SetCertificateExtension(This,strConfig,RequestId,strExtensionName,Type,Flags,pvarValue) (This)->lpVtbl->SetCertificateExtension(This,strConfig,RequestId,strExtensionName,Type,Flags,pvarValue)
152 #define ICertAdmin_GetCRL(This,strConfig,Flags,pstrCRL) (This)->lpVtbl->GetCRL(This,strConfig,Flags,pstrCRL
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntstrsafe.h 105 IN DWORD Flags)
107 ASSERTMSG("We don't support Extended Flags yet!\n", Flags == 0);
120 IN DWORD Flags)
123 ASSERTMSG("We don't support Extended Flags yet!\n", Flags == 0);
257 IN DWORD Flags,
265 ASSERTMSG("We don't support Extended Flags yet!\n", Flags == 0);
271 Flags);
    [all...]
  /external/chromium_org/mojo/public/java/src/org/chromium/mojo/system/
SharedBufferHandle.java 15 * Flags for the shared buffer creation operation.
17 public static class CreateFlags extends Flags<CreateFlags> {
28 * @param flags initial value of the flags.
30 protected CreateFlags(int flags) {
31 super(flags);
35 * @return flags with no bit set.
50 * @return the flags
59 * Flags for the shared buffer duplication operation.
61 public static class DuplicateFlags extends Flags<DuplicateFlags>
    [all...]
  /external/chromium_org/third_party/skia/include/pdf/
SkPDFDocument.h 32 enum Flags {
43 explicit SK_API SkPDFDocument(Flags flags = (Flags)0);
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFCatalog.h 29 explicit SkPDFCatalog(SkPDFDocument::Flags flags);
59 /** Return the document flags in effect for this catalog/document.
61 SkPDFDocument::Flags getDocumentFlags() const { return fDocumentFlags; }
128 SkPDFDocument::Flags fDocumentFlags;
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_flags_test.cc 20 TEST(Flags, Basic) {
22 Flags f;
27 TEST(Flags, DefaultValues) {
28 Flags f;
127 void VerifyOptions1(Flags *f) {
172 void VerifyOptions2(Flags *f) {
222 TEST(Flags, ParseDefaultOptions) {
223 Flags f;
234 TEST(Flags, ParseEnvOptions) {
235 Flags f
    [all...]
  /external/llvm/include/llvm/MC/
MCSectionELF.h 38 /// Flags - This is the sh_flags field of a section, drawn from the enums.
40 unsigned Flags;
51 MCSectionELF(StringRef Section, unsigned type, unsigned flags,
53 : MCSection(SV_ELF, K), SectionName(Section), Type(type), Flags(flags),
77 unsigned getFlags() const { return Flags; }
  /external/skia/include/pdf/
SkPDFDocument.h 32 enum Flags {
43 explicit SK_API SkPDFDocument(Flags flags = (Flags)0);
  /external/skia/src/pdf/
SkPDFCatalog.h 29 explicit SkPDFCatalog(SkPDFDocument::Flags flags);
59 /** Return the document flags in effect for this catalog/document.
61 SkPDFDocument::Flags getDocumentFlags() const { return fDocumentFlags; }
128 SkPDFDocument::Flags fDocumentFlags;
  /external/clang/
Makefile 54 # Set common Clang build flags.
55 CPP.Flags += -I$(PROJ_SRC_DIR)/$(CLANG_LEVEL)/include -I$(PROJ_OBJ_DIR)/$(CLANG_LEVEL)/include
57 CPP.Flags += -DCLANG_VENDOR='"$(CLANG_VENDOR) "'
60 CPP.Flags += -DCLANG_REPOSITORY_STRING='"$(CLANG_REPOSITORY_STRING)"'
71 CXX.Flags += -fno-strict-aliasing
81 ClangTableGen = $(CLANG_TBLGEN) $(TableGen.Flags)
  /external/chromium_org/third_party/skia/bench/
HairlinePathBench.cpp 20 enum Flags {
25 #define FLAGS00 Flags(0)
26 #define FLAGS01 Flags(kBig_Flag)
27 #define FLAGS10 Flags(kAA_Flag)
28 #define FLAGS11 Flags(kBig_Flag | kAA_Flag)
41 HairlinePathBench(Flags flags) : fFlags(flags) {
80 Flags fFlags;
86 LinePathBench(Flags flags) : INHERITED(flags) {
    [all...]
  /external/skia/bench/
HairlinePathBench.cpp 20 enum Flags {
25 #define FLAGS00 Flags(0)
26 #define FLAGS01 Flags(kBig_Flag)
27 #define FLAGS10 Flags(kAA_Flag)
28 #define FLAGS11 Flags(kBig_Flag | kAA_Flag)
41 HairlinePathBench(Flags flags) : fFlags(flags) {
80 Flags fFlags;
86 LinePathBench(Flags flags) : INHERITED(flags) {
    [all...]
  /external/smack/src/org/xbill/DNS/
KEYRecord.java 81 public static class Flags {
83 * KEY flags identifiers.
86 private Flags() {}
103 /** Flags extension */
187 private static Mnemonic flags = new Mnemonic("KEY flags", field in class:KEYRecord.Flags
191 flags.setMaximum(0xFFFF);
192 flags.setNumericAllowed(false);
194 flags.add(NOCONF, "NOCONF");
195 flags.add(NOAUTH, "NOAUTH")
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.h 169 char Flags; // Specific flags to output
171 HashDataContents(const DIE *D, char Flags) : Die(D), Flags(Flags) {}
176 O << " Flags: " << Flags << "\n";
211 O << " Flags: " << C->Flags << "\n";
249 char Flags = 0)
    [all...]
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineProduct.h 33 LhsFlags = _LhsNested::Flags,
34 RhsFlags = _RhsNested::Flags,
48 Flags = (int(LhsFlags | RhsFlags) & HereditaryBits & RemovedBits)
128 LhsIsRowMajor = (_Lhs::Flags & RowMajorBit) == RowMajorBit,
129 LhsIsSelfAdjoint = (_Lhs::Flags & SelfAdjointBit) == SelfAdjointBit,
131 && (((_Lhs::Flags & (UpperTriangularBit | LowerTriangularBit)) == 0)
132 || ((_Lhs::Flags & UpperTriangularBit) && !LhsIsRowMajor)
133 || ((_Lhs::Flags & LowerTriangularBit) && LhsIsRowMajor)),
191 LhsIsRowMajor = (_Lhs::Flags & RowMajorBit) == RowMajorBit,
192 LhsIsSelfAdjoint = (_Lhs::Flags & SelfAdjointBit) == SelfAdjointBit
    [all...]

Completed in 1917 milliseconds

<<11121314151617181920>>