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

1 2 3 45 6 7 8 91011>>

  /external/libnfc-nxp/src/
phFriNfc_NdefRecord.h 86 * \brief These are the flags specifying the content, structure or purpose of a NDEF Record.
87 * \name NDEF Record Header Flags
89 * Flags of the first record byte, as defined by the NDEF specification.
133 * The flags control (or inform about) the structure of a record.
135 * \li \b Extraction: The component fills in the flags, extracted from the NDEF record.
136 * \li \b Composition: The caller has to specify the proper flags (OR'ing of the individual
139 * is responsible for applying the correct flags in order to mark the
142 uint8_t Flags;
182 * The length of the ID field. See \ref phFriNfc_NdefRecord_t::Flags .
445 * This is a sub function to the Generate Function. This function will get bit fields of the Flags Byt
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/Orc/
LazyEmittingLayer.h 53 JITSymbolFlags Flags = JITSymbolBase::flagsFromGlobalValue(*GV);
66 return JITSymbol(std::move(GetAddress), Flags);
  /external/llvm/include/llvm/Option/
OptTable.h 45 unsigned short Flags;
122 /// \param [in] FlagsToInclude - Only parse options with any of these flags.
123 /// Zero is the default which includes all flags.
146 /// \param FlagsToInclude - Only parse options with any of these flags.
147 /// Zero is the default which includes all flags.
162 /// of these flags set.
163 /// \param FlagsToExclude - Exclude options with any of these flags set.
  /external/llvm/lib/Fuzzer/
FuzzerDriver.cpp 1 //===- FuzzerDriver.cpp - FuzzerDriver function and flags -----------------===//
46 } Flags;
50 {#Name, Description, Default, &Flags.Name, nullptr, nullptr},
53 nullptr, nullptr, &Flags.Name},
55 {#Name, Description, 0, nullptr, &Flags.Name, nullptr},
102 Printf("WARNING: libFuzzer ignores flags that start with '--'\n");
113 if (Flags.verbosity >= 2)
119 if (Flags.verbosity >= 2)
124 if (Flags.verbosity >= 2)
169 if (Flags.verbosity
    [all...]
  /external/llvm/lib/Target/AMDGPU/
R600ExpandSpecialInstrs.cpp 102 uint64_t Flags = MI.getOperand(3).getImm();
111 if (Flags & MO_FLAG_PUSH) {
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCTargetDesc.cpp 124 unsigned Flags;
126 Flags = ELF::EF_HEXAGON_MACH_V5;
128 Flags = ELF::EF_HEXAGON_MACH_V4;
129 getStreamer().getAssembler().setELFHeaderEFlags(Flags);
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp 158 unsigned Flags = MCA.getELFHeaderEFlags();
159 Flags &= ~ELF::EF_PPC64_ABI;
160 Flags |= (AbiVersion & ELF::EF_PPC64_ABI);
161 MCA.setELFHeaderEFlags(Flags);
181 unsigned Flags = MCA.getELFHeaderEFlags();
182 if ((Flags & ELF::EF_PPC64_ABI) == 0)
183 MCA.setELFHeaderEFlags(Flags | 2);
  /external/skia/bench/
HairlinePathBench.cpp 16 enum Flags {
21 #define FLAGS00 Flags(0)
22 #define FLAGS01 Flags(kBig_Flag)
23 #define FLAGS10 Flags(kAA_Flag)
24 #define FLAGS11 Flags(kBig_Flag | kAA_Flag)
37 HairlinePathBench(Flags flags) : fFlags(flags) {
77 Flags fFlags;
83 LinePathBench(Flags flags) : INHERITED(flags) {
    [all...]
  /external/skia/experimental/ChromeUtils/
SkBorder.h 86 enum Flags {
  /external/skia/include/core/
SkFont.h 25 1. The Hinting enum in SkPaint is gone entirely, absorbed into SkFont's flags.
27 2. SkPaint Flags look like this today
29 enum Flags {
75 enum Flags {
120 static SkFont* Create(SkTypeface*, SkScalar size, MaskType, uint32_t flags);
122 MaskType, uint32_t flags);
155 SkFont(SkTypeface*, SkScalar size, SkScalar scaleX, SkScalar skewX, MaskType, uint32_t flags);
  /external/v8/src/compiler/
scheduler.h 8 #include "src/base/flags.h"
30 // Flags that control the mode of operation.
32 typedef base::Flags<Flag> Flags;
36 static Schedule* ComputeSchedule(Zone* zone, Graph* graph, Flags flags);
66 Flags flags_;
75 Scheduler(Zone* zone, Graph* graph, Schedule* schedule, Flags flags);
118 DEFINE_OPERATORS_FOR_FLAGS(Scheduler::Flags)
    [all...]
typer.h 8 #include "src/base/flags.h"
24 // Flags that control the mode of operation.
29 typedef base::Flags<Flag> Flags;
31 Typer(Isolate* isolate, Graph* graph, Flags flags = kNoFlags,
47 Flags flags() const { return flags_; } function in class:v8::internal::compiler::Typer
53 Flags const flags_;
70 DEFINE_OPERATORS_FOR_FLAGS(Typer::Flags)
    [all...]
  /external/webrtc/webrtc/base/
base64_unittest.cc     [all...]
winping.h 30 UCHAR Flags; // IP header flags
  /frameworks/av/include/media/stagefright/
MediaCodecList.h 68 enum Flags {
76 uint32_t flags,
  /packages/apps/Contacts/src/com/android/contacts/editor/
PhotoActionPopup.java 40 * Bitmask flags to specify which actions should be presented to the user.
42 public static final class Flags {
55 * Convenient combinations of commonly-used flags (see {@link Flags}).
59 Flags.TAKE_OR_PICK_PHOTO;
62 Flags.REMOVE_PHOTO |
63 Flags.TAKE_OR_PICK_PHOTO |
64 Flags.TAKE_OR_PICK_PHOTO_REPLACE_WORDING;
69 Flags.TAKE_OR_PICK_PHOTO |
70 Flags.TAKE_OR_PICK_PHOTO_REPLACE_WORDING
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wmilib.h 22 ULONG Flags;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
txfw32.h 25 ULONG Flags;
36 ULONG Flags;
48 ULONG Flags;
  /system/vold/
Disk.h 40 Disk(const std::string& eventPath, dev_t device, const std::string& nickname, int flags);
43 enum Flags {
104 /* Flags applicable to this disk */
  /external/avahi/avahi-sharp/
RecordBrowser.cs 33 LookupResultFlags flags, IntPtr userdata);
60 public LookupResultFlags Flags;
87 private LookupFlags flags; field in class:Avahi.RecordBrowser
96 LookupFlags flags, RecordBrowserCallback cb,
138 RecordType type, LookupFlags flags)
146 this.flags = flags;
168 (ushort) clazz, (ushort) type, flags, cb, IntPtr.Zero);
189 LookupResultFlags flags, IntPtr userdata)
197 info.Flags = flags
    [all...]
ServiceBrowser.cs 29 IntPtr name, IntPtr type, IntPtr domain, LookupResultFlags flags,
44 public LookupResultFlags Flags;
74 private LookupFlags flags; field in class:Avahi.ServiceBrowser
82 byte[] domain, LookupFlags flags,
127 public ServiceBrowser (Client client, int iface, Protocol proto, string type, string domain, LookupFlags flags)
134 this.flags = flags;
157 flags, cb, IntPtr.Zero);
177 IntPtr name, IntPtr type, IntPtr domain, LookupResultFlags flags,
191 info.Flags = flags
    [all...]
  /external/clang/include/clang/Basic/
TargetBuiltins.h 96 /// \brief Flags to identify the types for overloaded Neon builtins.
98 /// These must be kept in sync with the flags in utils/TableGen/NeonEmitter.h.
105 uint32_t Flags;
122 NeonTypeFlags(unsigned F) : Flags(F) {}
123 NeonTypeFlags(EltType ET, bool IsUnsigned, bool IsQuad) : Flags(ET) {
125 Flags |= UnsignedFlag;
127 Flags |= QuadFlag;
130 EltType getEltType() const { return (EltType)(Flags & EltTypeMask); }
135 bool isUnsigned() const { return (Flags & UnsignedFlag) != 0; }
136 bool isQuad() const { return (Flags & QuadFlag) != 0;
    [all...]
  /external/clang/lib/CodeGen/
CGCall.h 155 // Return value slot flags
156 enum Flags {
CGCleanup.h 36 /// The MS C++ ABI needs a pointer to RTTI data plus some flags to describe the
40 unsigned Flags;
  /external/deqp/modules/gles31/functional/
es31fMultisampleShaderRenderCase.hpp 68 enum Flags
74 MultisampleRenderCase (Context& context, const char* name, const char* desc, int numSamples, RenderTarget target, int renderSize, int flags = 0);

Completed in 1218 milliseconds

1 2 3 45 6 7 8 91011>>