HomeSort by relevance Sort by last modified time
    Searched refs:Flags (Results 126 - 150 of 2851) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/eigen/test/
vectorization_logic.cpp 91 typedef Matrix<Scalar,(Matrix11::Flags&RowMajorBit)?16:4*PacketSize,(Matrix11::Flags&RowMajorBit)?4*PacketSize:16> Matrix44;
92 typedef Matrix<Scalar,(Matrix11::Flags&RowMajorBit)?16:4*PacketSize,(Matrix11::Flags&RowMajorBit)?4*PacketSize:16,DontAlign|EIGEN_DEFAULT_MATRIX_STORAGE_ORDER_OPTION> Matrix44u;
104 DontAlign|((Matrix1::Flags&RowMajorBit)?RowMajor:ColMajor)> Matrix1u;
108 (PacketSize==8 ? 4 : PacketSize==4 ? 6 : PacketSize==2 ? ((Matrix11::Flags&RowMajorBit)?2:3) : /*PacketSize==1 ?*/ 1),
109 (PacketSize==8 ? 6 : PacketSize==4 ? 2 : PacketSize==2 ? ((Matrix11::Flags&RowMajorBit)?3:2) : /*PacketSize==1 ?*/ 3)
169 VERIFY(test_redux(Matrix44().template block<(Matrix1::Flags&RowMajorBit)?4:PacketSize,(Matrix1::Flags&RowMajorBit)?PacketSize:4>(1,2),
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineUtil.h 58 enum { Flags = Eigen::internal::traits<Derived>::Flags, };
78 _Flags = traits<T>::Flags
  /external/llvm/include/llvm/
DIBuilder.h 98 /// @param Flags This string lists command line options. This string is
107 bool isOptimized, StringRef Flags,
174 /// @param Flags Flags to describe inheritance attribute,
177 uint64_t BaseOffset, unsigned Flags);
187 /// @param Flags Flags to encode member attribute, e.g. private
192 uint64_t OffsetInBits, unsigned Flags, DIType Ty);
201 /// @param Flags Flags to encode member attribute, e.g. private
    [all...]
  /external/llvm/include/llvm/DebugInfo/
DIContext.h 84 const uint32_t Flags; // Or'ed flags that set the info we want to fetch.
92 DILineInfoSpecifier(uint32_t flags = FileLineInfo) : Flags(flags) {}
94 return (Flags & spec) > 0;
  /external/chromium_org/third_party/libjingle/source/talk/sound/
soundsysteminterface.h 58 enum Flags {
71 // Misc flags. Should be taken from the Flags enum above.
72 int flags; member in struct:cricket::SoundSystemInterface::OpenParams
  /external/chromium_org/third_party/skia/include/core/
SkColorFilter.h 84 enum Flags {
95 /** Returns the flags for this filter. Override in subclasses to return
96 custom flags.
  /external/clang/include/clang/Sema/
Scope.h 60 /// the FnScope and DeclScope flags set as well.
105 /// Flags - This contains a set of ScopeFlags, which indicates how the scope
107 unsigned short Flags;
164 /// getFlags - Return the flags for this scope.
166 unsigned getFlags() const { return Flags; }
167 void setFlags(unsigned F) { Flags = F; }
170 bool isBlockScope() const { return Flags & BlockScope; }
337 void Init(Scope *parent, unsigned flags);
  /external/clang/lib/Sema/
Scope.cpp 19 void Scope::Init(Scope *parent, unsigned flags) {
21 Flags = flags;
23 if (parent && !(flags & FnScope)) {
48 if (flags & FnScope) FnParent = this;
49 if (flags & BreakScope) BreakParent = this;
50 if (flags & ContinueScope) ContinueParent = this;
51 if (flags & BlockScope) BlockParent = this;
52 if (flags & TemplateParamScope) TemplateParamParent = this;
55 if (flags & FunctionPrototypeScope) PrototypeDepth++
    [all...]
  /external/eigen/Eigen/src/SparseCore/
CoreIterators.h 32 enum { IsRowMajor = (Derived::Flags&RowMajorBit)==RowMajorBit };
  /external/libppp/src/
chap.h 70 char Flags;
  /external/llvm/include/llvm/Support/
FileOutputBuffer.h 45 unsigned Flags = 0);
  /external/llvm/lib/Support/
Regex.cpp 22 Regex::Regex(StringRef regex, unsigned Flags) {
23 unsigned flags = 0; local
26 if (Flags & IgnoreCase)
27 flags |= REG_ICASE;
28 if (Flags & Newline)
29 flags |= REG_NEWLINE;
30 if (!(Flags & BasicRegex))
31 flags |= REG_EXTENDED;
32 error = llvm_regcomp(preg, regex.data(), flags|REG_PEND);
  /external/llvm/lib/Target/X86/
X86InstrBuilder.h 153 unsigned Flags = 0;
155 Flags |= MachineMemOperand::MOLoad;
157 Flags |= MachineMemOperand::MOStore;
160 Flags, MFI.getObjectSize(FI),
  /external/llvm/unittests/ExecutionEngine/JIT/
Makefile 43 LD.Flags += $(RDYNAMIC)
  /external/skia/include/core/
SkColorFilter.h 84 enum Flags {
95 /** Returns the flags for this filter. Override in subclasses to return
96 custom flags.
  /external/v8/src/arm/
codegen-arm.h 49 // Printing of AST, etc. as requested by flags.
54 Code::Flags flags,
  /external/v8/src/ia32/
codegen-ia32.h 45 // Printing of AST, etc. as requested by flags.
50 Code::Flags flags,
  /external/v8/src/mips/
codegen-mips.h 51 // Printing of AST, etc. as requested by flags.
56 Code::Flags flags,
  /external/v8/src/x64/
codegen-x64.h 50 // Printing of AST, etc. as requested by flags.
55 Code::Flags flags,
  /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/libstagefright/include/
SDPLoader.h 30 enum Flags {
37 SDPLoader(const sp<AMessage> &notify, uint32_t flags = 0, bool uidValid = false, uid_t uid = 0);
  /frameworks/base/core/jni/
android_nfc.h 37 uint8_t Flags;
  /external/chromium_org/third_party/icu/
icudata.host.darwin-arm.mk 29 # Flags passed to both C and C++ files.
80 # Flags passed to only C++ (and not C) files.
88 # Flags passed to both C and C++ files.
139 # Flags passed to only C++ (and not C) files.
icudata.host.darwin-mips.mk 29 # Flags passed to both C and C++ files.
81 # Flags passed to only C++ (and not C) files.
89 # Flags passed to both C and C++ files.
141 # Flags passed to only C++ (and not C) files.
icudata.host.darwin-x86.mk 29 # Flags passed to both C and C++ files.
80 # Flags passed to only C++ (and not C) files.
88 # Flags passed to both C and C++ files.
141 # Flags passed to only C++ (and not C) files.

Completed in 479 milliseconds

1 2 3 4 56 7 8 91011>>