HomeSort by relevance Sort by last modified time
    Searched defs:Flags (Results 26 - 50 of 492) sorted by null

12 3 4 5 6 7 8 91011>>

  /system/update_engine/common/
subprocess.h 49 enum Flags {
74 uint32_t flags,
95 uint32_t flags,
  /external/clang/unittests/Driver/
MultilibTest.cpp 34 << "Conflicting flags should invalidate the Multilib";
64 ASSERT_FALSE(M1 == M2) << "Multilibs with conflicting flags are not the same";
66 << "Multilibs with conflicting flags are not the same (commuted)";
72 ASSERT_FALSE(M1 == M2) << "Flags make Multilibs different";
160 for (Multilib::flags_list::const_iterator I = M.flags().begin(),
161 E = M.flags().end();
170 for (Multilib::flags_list::const_iterator I = M.flags().begin(),
171 E = M.flags().end();
189 ASSERT_TRUE(I->flags()[0] == "+m64");
191 ASSERT_TRUE(I->flags()[0] == "-m64")
    [all...]
  /external/compiler-rt/lib/tsan/dd/
dd_rtl.h 21 typedef DDFlags Flags;
50 inline Flags* flags() { function in namespace:__dsan
51 static Flags flags; local
52 return &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
ArrayWrapper.h 34 Flags0 = traits<typename remove_all<typename ExpressionType::Nested>::type >::Flags,
35 Flags = Flags0 & ~NestByRefBit
159 Flags0 = traits<typename remove_all<typename ExpressionType::Nested>::type >::Flags,
160 Flags = Flags0 & ~NestByRefBit
CwiseUnaryOp.h 47 Flags = _XprTypeNested::Flags & (
CwiseUnaryView.h 40 Flags = (traits<_MatrixTypeNested>::Flags & (HereditaryBits | LvalueBit | LinearAccessBit | DirectAccessBit)),
  /external/eigen/unsupported/test/
sparse_extra.cpp 56 enum { Flags = SparseMatrixType::Flags };
78 if(internal::is_same<SparseMatrixType,SparseMatrix<Scalar,Flags> >::value)
  /external/llvm/include/llvm/ExecutionEngine/
JITSymbolFlags.h 1 //===------ JITSymbolFlags.h - Flags for symbols in the JIT -----*- C++ -*-===//
10 // Symbol flags for symbols in the JIT (e.g. weak, exported).
21 /// @brief Flags for symbols in the JIT.
53 JITSymbolBase(JITSymbolFlags Flags) : Flags(Flags) {}
55 JITSymbolFlags getFlags() const { return Flags; }
58 return (Flags & JITSymbolFlags::Weak) == JITSymbolFlags::Weak;
62 return (Flags & JITSymbolFlags::Exported) == JITSymbolFlags::Exported;
66 JITSymbolFlags Flags = JITSymbolFlags::None
    [all...]
  /external/llvm/include/llvm/MC/
MCSymbolMachO.h 17 /// lowest 16 bits of the implementation defined flags.
21 // Reference type flags.
30 // Other 'desc' flags.
97 /// \brief Get the encoded value of the flags as they will be emitted in to
100 uint16_t Flags = getFlags();
111 Flags = (Flags & SF_CommonAlignmentMask) |
116 return Flags;
  /external/v8/src/compiler/
js-global-object-specialization.h 8 #include "src/base/flags.h"
33 // Flags that control the mode of operation.
38 typedef base::Flags<Flag> Flags;
40 JSGlobalObjectSpecialization(Editor* editor, JSGraph* jsgraph, Flags flags,
64 Flags flags() const { return flags_; } function in class:v8::internal::compiler::final
69 Flags const flags_;
77 DEFINE_OPERATORS_FOR_FLAGS(JSGlobalObjectSpecialization::Flags)
    [all...]
js-native-context-specialization.h 8 #include "src/base/flags.h"
38 // Flags that control the mode of operation.
43 typedef base::Flags<Flag> Flags;
45 JSNativeContextSpecialization(Editor* editor, JSGraph* jsgraph, Flags flags,
95 Flags flags() const { return flags_; } function in class:v8::internal::compiler::final
101 Flags const flags_;
110 DEFINE_OPERATORS_FOR_FLAGS(JSNativeContextSpecialization::Flags)
    [all...]
  /external/webrtc/webrtc/sound/
soundsysteminterface.h 41 enum Flags {
54 // Misc flags. Should be taken from the Flags enum above.
55 int flags; member in struct:rtc::SoundSystemInterface::OpenParams
  /frameworks/av/include/media/stagefright/
MediaExtractor.h 44 size_t index, uint32_t flags = 0) = 0;
50 enum Flags {
59 virtual uint32_t flags() const;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
HTTPLiveSource.h 57 enum Flags {
  /frameworks/av/services/audioflinger/
AudioHwDevice.h 36 enum Flags {
44 Flags flags)
48 , mFlags(flags) { }
75 audio_output_flags_t flags,
83 const Flags mFlags;
  /frameworks/compile/mclinker/include/mcld/ADT/
Flags.h 1 //===- Flags.h ------------------------------------------------------------===//
15 class Flags {
20 Flags(const Flags& pOther) : m_Data(pOther.m_Data) {}
22 explicit Flags(Enum pFlag) : m_Data(pFlag) {}
24 explicit Flags(unsigned int pFlag = 0x0) : m_Data(pFlag) {}
30 Flags operator&(int pMask) const { return Flags(m_Data & pMask); }
32 Flags operator&(unsigned int pMask) const { return Flags(m_Data & pMask);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
drmk.h 12 DWORD Flags;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
midles.h 30 unsigned __LONG32 Flags;
  /art/runtime/lambda/
closure.h 109 enum Flags {
121 // Returns only the information requested in flags. All other fields are indeterminate.
122 template <VariableInfo::Flags flags>
  /build/kati/
flags.h 26 struct Flags {
57 extern Flags g_flags;
  /external/clang/include/clang/AST/
StmtIterator.h 33 Flags = 0x3 };
43 return (RawVAPtr & Flags) == DeclGroupMode;
47 return (RawVAPtr & Flags) == SizeOfTypeVAMode;
51 return (RawVAPtr & Flags) == StmtMode;
55 return reinterpret_cast<const VariableArrayType*>(RawVAPtr & ~Flags);
60 RawVAPtr = reinterpret_cast<uintptr_t>(P) | (RawVAPtr & Flags);
  /external/clang/lib/Driver/
Types.cpp 21 const char *Flags;
27 #define TYPE(NAME, ID, PP_TYPE, TEMP_SUFFIX, FLAGS) \
28 { NAME, FLAGS, TEMP_SUFFIX, TY_##PP_TYPE, },
58 return strchr(getInfo(Id).Flags, 'a');
62 return strchr(getInfo(Id).Flags, 'p');
66 return strchr(getInfo(Id).Flags, 'u');
70 return strchr(getInfo(Id).Flags, 'A');
  /external/deqp/executor/tools/
xeMergeTestLogs.cpp 44 enum Flags
52 : flags(0)
58 deUint32 flags; member in struct:CommandLine
64 LogHandler (xe::BatchResult* batchResult, deUint32 flags)
66 , m_flags (flags)
123 static void readLogFile (xe::BatchResult* dstResult, const char* filename, deUint32 flags)
126 LogHandler resultHandler (dstResult, flags);
153 readLogFile(&batchResult, filename->c_str(), cmdLine.flags);
183 cmdLine.flags &= ~FLAG_USE_LAST_INFO;
185 cmdLine.flags |= FLAG_USE_LAST_INFO
    [all...]

Completed in 450 milliseconds

12 3 4 5 6 7 8 91011>>