HomeSort by relevance Sort by last modified time
    Searched defs:Flags (Results 1 - 25 of 42) sorted by null

1 2

  /external/webkit/JavaScriptGlue/
JSRun.cpp 36 JSGlueGlobalObject::JSGlueGlobalObject(PassRefPtr<Structure> structure, JSFlags flags)
39 d()->flags = flags;
60 JSFlags JSRun::Flags() const
JSRun.h 39 JSFlags Flags() const { return d()->flags; }
50 JSFlags flags; member in struct:JSGlueGlobalObject::Data
67 JSFlags Flags() const;
  /external/skia/include/core/
SkColorFilter.h 45 enum Flags {
56 /** Returns the flags for this filter. Override in subclasses to return
57 custom flags.
SkFlattenable.h 183 enum Flags {
186 Flags getFlags() const { return fFlags; }
187 void setFlags(Flags flags) { fFlags = flags; }
198 Flags fFlags;
SkShader.h 63 enum Flags {
135 /** Helper to check the flags to know if it is legal to call shadeSpan16()
137 static bool CanCallShadeSpan16(uint32_t flags) {
138 return (flags & kHasSpan16_Flag) != 0;
SkBitmap.h 464 enum Flags {
501 enum Flags {
507 /** Set the flags for the color table. See the Flags enum for possible values.
509 void setFlags(unsigned flags);
SkScalerContext.h 148 enum Flags {
151 kGammaForBlack_Flag = 0x04, // illegal to set both Gamma flags
152 kGammaForWhite_Flag = 0x08, // illegal to set both Gamma flags
153 // together, these two flags resulting in a two bit value which matches
SkPaint.h 99 /** Specifies the bit values that are stored in the paint's flags.
101 enum Flags {
113 // when adding extra flags, note that the fFlags member is specified
119 /** Return the paint's flags. Use the Flag enum to test flag values.
120 @return the paint's flags (see enums ending in _Flag for bit masks)
124 /** Set the paint's flags. Use the Flag enum to specific flag values.
125 @param flags The new flag bits for the paint (see Flags enum)
127 void setFlags(uint32_t flags);
130 @return true if the antialias bit is set in the paint's flags
    [all...]
  /frameworks/base/core/jni/
android_nfc.h 37 uint8_t Flags;
  /frameworks/base/include/media/stagefright/
DataSource.h 36 enum Flags {
58 virtual uint32_t flags() { function in class:android::DataSource
MediaExtractor.h 41 size_t index, uint32_t flags = 0) = 0;
47 enum Flags {
56 virtual uint32_t flags() const;
  /frameworks/base/media/libstagefright/rtsp/
ARTPConnection.h 31 enum Flags {
36 ARTPConnection(uint32_t flags = 0);
  /external/ppp/pppd/
chap_ms.h 80 u_char Flags[1]; /* Must be zero */
  /external/skia/include/utils/
SkInterpolator.h 72 enum Flags {
SkLayer.h 117 enum Flags {
  /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/e2fsprogs/lib/ext2fs/
nt_io.c 161 #define BooleanFlagOn(Flags,SingleFlag) ((BOOLEAN)((((Flags) & (SingleFlag)) != 0)))
209 int Flags;
223 static errcode_t nt_open(const char *name, int flags, io_channel *channel);
1076 nt_open(const char *name, int flags, io_channel *channel)
1153 if(!_Ext2OpenDevice(name, (BOOLEAN)!BooleanFlagOn(flags, EXT2_FLAG_RW), &NtData->Handle, &NtData->OpenedReadonly, &Errno))
  /external/webkit/JavaScriptCore/assembler/
AbstractMacroAssembler.h 295 enum Flags {
307 Call(JmpSrc jmp, Flags flags)
309 , m_flags(flags)
313 bool isFlagSet(Flags flag)
325 Flags m_flags;
  /external/chromium/base/
histogram.h 225 enum Flags {
284 Sample minimum, Sample maximum, size_t bucket_count, Flags flags);
287 Flags flags);
313 void SetFlags(Flags flags) { flags_ = static_cast<Flags> (flags_ | flags); }
314 void ClearFlags(Flags flags) { flags_ = static_cast<Flags>(flags_ & ~flags);
315 int flags() const { return flags_; } function in class:Histogram
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.h 74 } Flags;
90 void SetFlags(int32 flags) { flags_ = flags; }
  /system/wlan/ti/wilink_6_1/platforms/os/linux/inc/
windows_types.h 148 TI_UINT32 Flags;
  /external/chromium/third_party/icu/source/common/
ubidiimp.h 30 typedef uint32_t Flags;
140 insertRemove; /* if >0, flags for inserting LRM/RLM before/after run,
266 /* flags is a bit set for which directional properties are in the text */
267 Flags flags; member in struct:UBiDi
  /external/freetype/include/freetype/
tttables.h 71 FT_UShort Flags;
    [all...]
  /external/icu4c/common/
ubidiimp.h 30 typedef uint32_t Flags;
140 insertRemove; /* if >0, flags for inserting LRM/RLM before/after run,
266 /* flags is a bit set for which directional properties are in the text */
267 Flags flags; member in struct:UBiDi
  /hardware/ti/wlan/wl1271/platforms/os/linux/inc/
windows_types.h 148 TI_UINT32 Flags;

Completed in 2279 milliseconds

1 2