HomeSort by relevance Sort by last modified time
    Searched refs:flags (Results 1276 - 1300 of 3921) sorted by null

<<51525354555657585960>>

  /system/core/libpixelflinger/tinyutils/
SharedBuffer.cpp 93 int32_t SharedBuffer::release(uint32_t flags) const
98 if ((flags & eKeepStorage) == 0) {
  /system/wlan/ti/wilink_6_1/platforms/os/linux/inc/
wbuf.h 78 TI_UINT8 flags; /* Some application flags, see Tx-Packet-Flags defs above. */ member in struct:__anon17425
99 #define WBUF_FLAGS(pWbuf) ( ((WBUF_PARAMS *)&(WBUF_CB(pWbuf)))->flags )
  /external/bluetooth/glib/gobject/
gparamspecs.c     [all...]
  /external/chromium/third_party/icu/source/common/
ubidi.c 78 * in a flags variable and later checking for whether there are
82 * If the (Xn) steps are performed, then the flags are re-evaluated,
85 * more bypassing may be possible than what the initial flags suggested.
99 * and are checked with a test of (flags&MASK_EMBEDDING) to
101 * the flags variable.
108 static const Flags flagLR[2]={ DIRPROP_FLAG(L), DIRPROP_FLAG(R) };
109 static const Flags flagE[2]={ DIRPROP_FLAG(LRE), DIRPROP_FLAG(RLE) };
110 static const Flags flagO[2]={ DIRPROP_FLAG(LRO), DIRPROP_FLAG(RLO) };
144 /* reset the object, all pointers NULL, all flags FALSE, all sizes 0 */
336 * calculate the flags bit-set, an
345 Flags flags=0; \/* collect all directionalities in the text *\/ local
496 Flags flags=pBiDi->flags; local
566 Flags flags=pBiDi->flags; \/* collect all directionalities in the text *\/ local
738 Flags flags=0; \/* collect all directionalities in the text *\/ local
    [all...]
  /external/freetype/src/autofit/
aflatin2.c 83 scaler->flags = 0;
387 blue->flags = 0;
389 blue->flags |= AF_LATIN_BLUE_TOP;
392 * The following flags is used later to adjust the y and x scales
397 blue->flags |= AF_LATIN_BLUE_ADJUSTMENT;
535 if ( vaxis->blues[nn].flags & AF_LATIN_BLUE_ADJUSTMENT )
599 blue->flags &= ~AF_LATIN_BLUE_ACTIVE;
631 blue->flags |= AF_LATIN_BLUE_ACTIVE;
676 seg0.flags = AF_EDGE_NORMAL;
793 AF_Flags f0 = (AF_Flags)(pt->flags & AF_FLAG_CONTROL)
    [all...]
  /external/icu4c/common/
ubidi.c 78 * in a flags variable and later checking for whether there are
82 * If the (Xn) steps are performed, then the flags are re-evaluated,
85 * more bypassing may be possible than what the initial flags suggested.
99 * and are checked with a test of (flags&MASK_EMBEDDING) to
101 * the flags variable.
108 static const Flags flagLR[2]={ DIRPROP_FLAG(L), DIRPROP_FLAG(R) };
109 static const Flags flagE[2]={ DIRPROP_FLAG(LRE), DIRPROP_FLAG(RLE) };
110 static const Flags flagO[2]={ DIRPROP_FLAG(LRO), DIRPROP_FLAG(RLO) };
144 /* reset the object, all pointers NULL, all flags FALSE, all sizes 0 */
336 * calculate the flags bit-set, an
345 Flags flags=0; \/* collect all directionalities in the text *\/ local
492 Flags flags=pBiDi->flags; local
562 Flags flags=pBiDi->flags; \/* collect all directionalities in the text *\/ local
734 Flags flags=0; \/* collect all directionalities in the text *\/ local
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
regex.h 171 * <p>All pattern match mode flags are set to their default values.</p>
191 * object using the specified match mode flags. These compile methods,
205 * @param flags The match mode flags to be used.
214 uint32_t flags,
221 * object using the specified match mode flags. These compile methods,
235 * @param flags The match mode flags to be used.
242 uint32_t flags,
247 * Get the match mode flags that were used when compiling this pattern
    [all...]
  /external/dhcpcd/
common.c 163 int flags; local
165 if ((flags = fcntl(fd, F_GETFD, 0)) == -1
166 || fcntl(fd, F_SETFD, flags | FD_CLOEXEC) == -1)
177 int flags; local
179 if ((flags = fcntl(fd, F_GETFL, 0)) == -1
180 || fcntl(fd, F_SETFL, flags | O_NONBLOCK) == -1)
  /external/dnsmasq/src/
log.c 124 int flags;
131 if (max_logs != 0 && (flags = fcntl(log_fd, F_GETFL)) != -1)
132 fcntl(log_fd, F_SETFL, flags | O_NONBLOCK);
417 int flags; local
418 if ((flags = fcntl(log_fd, F_GETFL)) != -1)
419 fcntl(log_fd, F_SETFL, flags & ~O_NONBLOCK);
  /external/iproute2/ip/
iplink_can.c 63 struct can_ctrlmode *cm, __u32 flags)
66 cm->flags |= flags;
73 cm->mask |= flags;
192 if (cm->flags)
193 print_ctrlmode(f, cm->flags);
  /external/openssl/crypto/asn1/
tasn_new.c 270 if (tt->flags & ASN1_TFLG_OPTIONAL)
277 if (tt->flags & ASN1_TFLG_ADB_MASK)
287 if (tt->flags & ASN1_TFLG_SK_MASK)
302 ret = asn1_item_ex_combine_new(pval, it, tt->flags & ASN1_TFLG_COMBINE);
314 if (tt->flags & (ASN1_TFLG_ADB_MASK|ASN1_TFLG_SK_MASK))
368 str->flags |= ASN1_STRING_FLAG_MSTRING;
  /external/openssl/crypto/dh/
dh_key.c 131 if (dh->flags & DH_FLAG_CACHE_MONT_P)
149 if ((dh->flags & DH_FLAG_NO_EXP_CONSTTIME) == 0)
199 if (dh->flags & DH_FLAG_CACHE_MONT_P)
203 if ((dh->flags & DH_FLAG_NO_EXP_CONSTTIME) == 0)
242 if (a->top == 1 && ((dh->flags & DH_FLAG_NO_EXP_CONSTTIME) != 0))
254 dh->flags |= DH_FLAG_CACHE_MONT_P;
  /external/openssl/crypto/ocsp/
ocsp_prn.c 135 int OCSP_REQUEST_print(BIO *bp, OCSP_REQUEST* o, unsigned long flags)
161 one->singleRequestExtensions, flags, 8))
165 inf->requestExtensions, flags, 4))
181 int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE* o, unsigned long flags)
272 single->singleExtensions, flags, 8))
277 rd->responseExtensions, flags, 4))
  /external/qemu/distrib/sdl-1.2.12/src/audio/paudio/
SDL_paudio.c 287 * paud.flags; * FIXED - fixed length data
296 * paud.flags; * PITCH - pitch is supported
311 * * CONFLICT - conflict with open's flags
332 paud_init.flags = TWOS_COMPLEMENT | FIXED;
338 paud_init.flags = SIGNED |
345 paud_init.flags = SIGNED |
352 paud_init.flags = BIG_ENDIAN |
360 paud_init.flags = TWOS_COMPLEMENT | FIXED;
366 paud_init.flags = BIG_ENDIAN |
437 SDL_SetError("Couldn't set audio format: conflict with open's flags");
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxmodes.c 217 SDL_Rect **CGX_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
220 if ( flags & SDL_FULLSCREEN ) {
264 saved_flags = this->screen->flags;
277 this->screen->flags = saved_flags;
279 CGX_CreateWindow(this,this->screen,real_w,real_h,GetCyberMapAttr(SDL_Display->RastPort.BitMap,CYBRMATTR_DEPTH),this->screen->flags);
311 CGX_CreateWindow(this,this->screen,this->screen->w,this->screen->h,GetCyberMapAttr(SDL_Display->RastPort.BitMap,CYBRMATTR_DEPTH),this->screen->flags);
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_modes.c 58 SDL_Rect **ph_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
252 if (screen->flags & SDL_ANYFORMAT)
293 settings.flags = 0;
312 if ((this->screen->flags & SDL_OPENGL)==SDL_OPENGL)
348 if ((this->screen) && ((this->screen->flags & SDL_OPENGL)==SDL_OPENGL))
376 oldmode_settings.flags = 0;
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11image.c 183 int X11_ResizeImage(_THIS, SDL_Surface *screen, Uint32 flags)
188 if ( flags & SDL_OPENGL ) { /* No image when using GL */
193 if ( flags & SDL_ASYNCBLIT ) {
200 screen->flags |= SDL_ASYNCBLIT;
247 if ( SDL_VideoSurface->flags & SDL_ASYNCBLIT ) {
269 if ( SDL_VideoSurface->flags & SDL_ASYNCBLIT ) {
  /external/quake/quake/src/QW/client/
cl_ents.c 29 int flags; member in struct:predicted_player
181 to->flags = bits;
478 if (model->flags & EF_ROTATE)
506 if (!model->flags)
527 if (model->flags & EF_ROCKET)
535 else if (model->flags & EF_GRENADE)
537 else if (model->flags & EF_GIB)
539 else if (model->flags & EF_ZOMGIB)
541 else if (model->flags & EF_TRACER)
543 else if (model->flags & EF_TRACER2)
660 int flags; local
    [all...]
  /external/webkit/JavaScriptCore/runtime/
RegExp.cpp 66 inline RegExp::RegExp(JSGlobalData* globalData, const UString& pattern, const UString& flags)
74 if (flags.find('g') != -1)
76 if (flags.find('i') != -1)
78 if (flags.find('m') != -1)
96 PassRefPtr<RegExp> RegExp::create(JSGlobalData* globalData, const UString& pattern, const UString& flags)
98 return adoptRef(new RegExp(globalData, pattern, flags));
  /external/webkit/WebCore/platform/graphics/qt/
FontQt.cpp 56 int flags = style.rtl() ? Qt::TextForceRightToLeft : Qt::TextForceLeftToRight; local
58 flags |= Qt::TextJustificationForced;
59 layout->setFlags(flags);
154 int flags = run.rtl() ? Qt::TextForceRightToLeft : Qt::TextForceLeftToRight; local
160 p->drawText(pt, string, flags, run.padding());
169 p->drawText(pt, string, flags, run.padding());
  /external/webkit/WebCore/platform/wx/wxcode/win/
scrollbar_render.cpp 109 int getTSStateForPart(wxScrollbarPart part, wxScrollbarPart focusPart, wxScrollbarPart hoverPart, int flags = 0)
112 if (flags & wxCONTROL_DISABLED)
123 const wxRect& rect, wxOrientation orient, int current, wxScrollbarPart focusPart, wxScrollbarPart hoverPart, int max, int step, int flags)
164 xpState = getTSStateForPart(wxSCROLLPART_BACKBTNSTART, focusPart, hoverPart, flags);
171 xpState = getTSStateForPart(wxSCROLLPART_FWDBTNEND, focusPart, hoverPart, flags);
195 xpState = getTSStateForPart(wxSCROLLPART_THUMB, focusPart, hoverPart, flags);
  /frameworks/base/libs/surfaceflinger_client/
ISurfaceComposerClient.cpp 92 uint32_t flags)
102 data.writeInt32(flags);
134 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
181 uint32_t flags = data.readInt32(); local
183 format, flags);
205 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/base/services/surfaceflinger/
LayerBase.h 75 uint8_t flags; member in struct:android::LayerBase::State
93 bool setFlags(uint8_t flags, uint8_t mask);
99 uint32_t getTransactionFlags(uint32_t flags);
100 uint32_t setTransactionFlags(uint32_t flags);
128 virtual void initStates(uint32_t w, uint32_t h, uint32_t flags);
208 enum { // flags for doTransaction()
300 Parcel* reply, uint32_t flags);
  /hardware/msm7k/libgralloc/
mapper.cpp 58 if (!(hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER)) {
83 if (!(hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER)) {
90 //LOGD("unmapping from %p, size=%d, flags=%08x", base, size, hnd->flags);
116 if (!(hnd->flags & private_handle_t::PRIV_FLAGS_USES_GPU)) {
152 if (hnd->flags & private_handle_t::PRIV_FLAGS_USES_PMEM) {
159 } else if (hnd->flags & private_handle_t::PRIV_FLAGS_USES_GPU) {
229 hnd->flags = private_handle_t::PRIV_FLAGS_USES_PMEM;
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleProfiling.java 94 * @param flags see startMethodTracing() docs; use 0 for default behavior
97 int flags) throws IOException {
104 buf.putInt(flags);
110 + "', size=" + bufferSize + ", flags=" + flags);
174 * @param flags see startMethodTracing() docs; use 0 for default behavior
177 int flags) throws IOException {
184 buf.putInt(flags);
188 + "', size=" + bufferSize + ", flags=" + flags);
    [all...]

Completed in 937 milliseconds

<<51525354555657585960>>