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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/v8/tools/gyp/
v8_nosnapshot.ia32.host.darwin-x86.mk 42 # Flags passed to both C and C++ files.
99 # Flags passed to only C++ (and not C) files.
107 # Flags passed to both C and C++ files.
162 # Flags passed to only C++ (and not C) files.
v8_nosnapshot.ia32.host.linux-x86.mk 42 # Flags passed to both C and C++ files.
99 # Flags passed to only C++ (and not C) files.
107 # Flags passed to both C and C++ files.
162 # Flags passed to only C++ (and not C) files.
v8_nosnapshot.mipsel.host.darwin-mips.mk 42 # Flags passed to both C and C++ files.
102 # Flags passed to only C++ (and not C) files.
110 # Flags passed to both C and C++ files.
166 # Flags passed to only C++ (and not C) files.
v8_nosnapshot.mipsel.host.linux-mips.mk 42 # Flags passed to both C and C++ files.
102 # Flags passed to only C++ (and not C) files.
110 # Flags passed to both C and C++ files.
166 # Flags passed to only C++ (and not C) files.
  /external/eigen/Eigen/src/Core/
CwiseUnaryOp.h 47 Flags = _XprTypeNested::Flags & (
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
  /external/eigen/Eigen/src/Eigen2Support/
Minor.h 46 Flags = _MatrixTypeNested::Flags & (HereditaryBits | LvalueBit),
  /external/llvm/lib/Target/SystemZ/
SystemZMCInstLower.cpp 27 // Return the VK_* enumeration for MachineOperand target flags Flags.
28 static MCSymbolRefExpr::VariantKind getVariantKind(unsigned Flags) {
29 switch (Flags & SystemZII::MO_SYMBOL_MODIFIER) {
  /external/llvm/test/MC/ARM/
elf-movt.s 21 @ OBJ-NEXT: Flags [ (0x6)
42 @ OBJ-NEXT: Flags [ (0x0)
  /external/llvm/test/MC/PowerPC/
ppc-llong.s 13 # CHECK-NEXT: Flags [
ppc-word.s 13 # CHECK-NEXT: Flags [
  /external/skia/tests/
AnnotationTest.cpp 45 SkPDFDocument::Flags flags; member in struct:testCase
61 testCase tests[] = {{(SkPDFDocument::Flags)0, true},
64 SkPDFDocument doc(tests[testNum].flags);
  /external/v8/src/
scopeinfo.cc 79 // Encode the flags.
80 int flags = TypeField::encode(scope->type()) | local
85 scope_info->SetFlags(flags);
157 return TypeField::decode(Flags());
162 return length() > 0 && CallsEvalField::decode(Flags());
167 return length() > 0 ? LanguageModeField::decode(Flags()) : CLASSIC_MODE;
179 FunctionVariableField::decode(Flags()) == STACK;
190 FunctionVariableField::decode(Flags()) == CONTEXT;
206 return NONE != FunctionVariableField::decode(Flags());
355 if (FunctionVariableField::decode(Flags()) == CONTEXT &
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
winping.h 46 UCHAR Flags; // IP header flags
  /external/chromium_org/net/dns/
mdns_client.h 26 // creation flags, see MDnsTransactionFlags). Network-based transactions will
51 enum Flags {
60 // Mask of all possible flags on MDnsTransaction.
149 // network, or both for records of type |rrtype| and name |name|. |flags| is
154 int flags,
  /external/chromium_org/sandbox/win/tests/common/
test_utils.cc 19 ULONG Flags;
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
double-conversion.h 55 enum Flags {
63 // Flags should be a bit-or combination of the possible Flags-enum.
64 // - NO_FLAGS: no special flags.
109 DoubleToStringConverter(int flags,
117 : flags_(flags),
129 ASSERT(((flags & EMIT_TRAILING_DECIMAL_POINT) != 0) ||
130 !((flags & EMIT_TRAILING_ZERO_AFTER_POINT) != 0));
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Token.h 58 enum Flags
65 Token() : type(0), flags(0) { }
72 bool atStartOfLine() const { return (flags & AT_START_OF_LINE) != 0; }
75 bool hasLeadingSpace() const { return (flags & HAS_LEADING_SPACE) != 0; }
78 bool expansionDisabled() const { return (flags & EXPANSION_DISABLED) != 0; }
88 unsigned int flags; member in struct:pp::Token
  /external/chromium_org/third_party/libjingle/source/talk/base/
winping.h 47 UCHAR Flags; // IP header flags
  /external/chromium_org/third_party/skia/include/effects/
SkGradientShader.h 22 enum Flags {
52 uint32_t flags = 0);
75 uint32_t flags = 0);
105 uint32_t flags = 0);
121 uint32_t flags = 0);
142 uint32_t flags = 0);
  /external/chromium_org/third_party/skia/include/gpu/
GrResource.h 122 enum Flags {
  /external/chromium_org/third_party/skia/include/pipe/
SkGPipe.h 104 enum Flags {
125 SkCanvas* startRecording(SkGPipeController*, uint32_t flags = 0,
  /external/chromium_org/third_party/skia/include/utils/
SkInterpolator.h 65 enum Flags {
  /external/chromium_org/third_party/skia/src/core/
SkDrawProcs.h 63 enum Flags {
SkFlattenableBuffers.cpp 99 fFlags = (Flags)0;

Completed in 828 milliseconds

1 2 3 4 5 6 7 8 91011>>