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

<<31323334353637383940>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
if_tun.h 40 unsigned short flags; member in struct:tun_pi
xattr.h 40 size_t size, int flags);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/android/
bitmap.h 45 uint32_t flags; // 0 for now member in struct:__anon15360
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
android_power.h 21 int flags; member in struct:__anon15453
bio.h 165 #define bvec_kmap_irq(bvec, flags) (page_address((bvec)->bv_page) + (bvec)->bv_offset)
166 #define bvec_kunmap_irq(buf, flags) do { *(flags) = 0; } while (0)
168 #define __bio_kunmap_irq(buf, flags) bvec_kunmap_irq(buf, flags)
169 #define bio_kmap_irq(bio, flags) __bio_kmap_irq((bio), (bio)->bi_idx, (flags))
170 #define bio_kunmap_irq(buf,flags) __bio_kunmap_irq(buf, flags)
if_tun.h 40 unsigned short flags; member in struct:tun_pi
xattr.h 40 size_t size, int flags);
  /sdk/emulator/qtools/
check_stack.cpp 130 int flags = method_record.flags; local
131 if (flags == kMethodEnter || flags == kNativeEnter) {
134 method_record.flags == kNativeEnter);
197 if (eFrames[ii].flags & CallStackType::frame_type::kInterpreted) {
219 if ((eFrames[ii].flags & CallStackType::frame_type::kInterpreted) == 0)
260 if (eFrames[ii].flags & CallStackType::frame_type::kInterpreted) {
267 marker, ii, eFrames[ii].time, eFrames[ii].flags, addr,
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/inc/
os_trans.h 38 S32 os_sockRecv (THandle socket_id, PU8 pBuffer, U32 bufferSize, TI_SIZE_T flags);
  /external/iproute2/ip/
iplink.c 319 static int iplink_modify(int cmd, unsigned int flags, int argc, char **argv)
333 req.n.nlmsg_flags = NLM_F_REQUEST|flags;
369 } else if (flags & NLM_F_CREATE) {
375 if (!(flags & NLM_F_CREATE)) {
441 static int do_chflags(const char *dev, __u32 flags, __u32 mask)
457 if ((ifr.ifr_flags^flags)&mask) {
459 ifr.ifr_flags |= mask&flags;
614 __u32 flags = 0; local
626 flags |= IFF_UP;
629 flags &= ~IFF_UP
    [all...]
  /external/openssl/crypto/ui/
ui_lib.c 93 ret->flags=0;
100 if (uis->flags & OUT_STRING_FREEABLE)
157 ret->flags=prompt_freeable ? OUT_STRING_FREEABLE : 0;
243 int UI_add_input_string(UI *ui, const char *prompt, int flags,
247 UIT_PROMPT, flags, result_buf, minsize, maxsize, NULL);
251 int UI_dup_input_string(UI *ui, const char *prompt, int flags,
267 UIT_PROMPT, flags, result_buf, minsize, maxsize, NULL);
270 int UI_add_verify_string(UI *ui, const char *prompt, int flags,
274 UIT_VERIFY, flags, result_buf, minsize, maxsize, test_buf);
277 int UI_dup_verify_string(UI *ui, const char *prompt, int flags,
    [all...]
  /external/libffi/src/powerpc/
ffi.c 39 /* The assembly depends on these exact flags. */
93 const unsigned flags = ecif->cif->flags; local
149 copy_space.c = ((flags & FLAG_FP_ARGUMENTS) ? fpr_base.c : gpr_base.c);
160 if (flags & FLAG_RETVAL_REFERENCE)
187 FFI_ASSERT (flags & FLAG_FP_ARGUMENTS);
210 FFI_ASSERT (flags & FLAG_FP_ARGUMENTS);
276 FFI_ASSERT (flags & FLAG_FP_ARGUMENTS);
326 FFI_ASSERT (flags & FLAG_ARG_NEEDS_COPY);
365 FFI_ASSERT (flags & FLAG_4_GPR_ARGUMENTS || intarg_count <= 4)
413 const unsigned long flags = ecif->cif->flags; local
596 unsigned flags = 0; local
    [all...]
  /frameworks/base/services/java/com/android/server/
DropBoxManagerService.java 159 int flags = entry.getFlags(); local
160 if ((flags & DropBoxManager.IS_EMPTY) != 0) throw new IllegalArgumentException();
189 if (read == buffer.length && ((flags & DropBoxManager.IS_GZIPPED) == 0)) {
191 flags = flags | DropBoxManager.IS_GZIPPED;
221 createEntry(temp, tag, flags);
255 if ((entry.flags & DropBoxManager.IS_EMPTY) != 0) {
260 entry.tag, entry.timestampMillis, entry.file, entry.flags);
329 } else if ((entry.flags & DropBoxManager.IS_EMPTY) != 0) {
334 if ((entry.flags & DropBoxManager.IS_GZIPPED) != 0) out.append("compressed ")
417 public final int flags; field in class:DropBoxManagerService.EntryFile
495 int flags = 0; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/macrom/
SDL_romvideo.c 57 static SDL_Rect **ROM_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
58 static SDL_Surface *ROM_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
259 static SDL_Rect **ROM_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
262 if ( (flags & SDL_FULLSCREEN) == SDL_FULLSCREEN ) {
468 if ( (current->flags & SDL_FULLSCREEN) == SDL_FULLSCREEN ) {
478 current->flags &= ~(SDL_HWSURFACE|SDL_FULLSCREEN);
482 int width, int height, int bpp, Uint32 flags)
493 current->flags = 0; /* Clear flags */
513 flags &= ~SDL_FULLSCREEN
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c 154 static SDL_Rect **DSp_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
155 static SDL_Surface *DSp_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
607 static SDL_Rect **DSp_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
729 if ( current->flags & SDL_OPENGL ) {
756 current->flags = 0;
760 SDL_Surface *current, int width, int height, int bpp, Uint32 flags)
781 double_buf = (flags & SDL_DOUBLEBUF) != 0;
782 hw_surface = (flags & SDL_HWSURFACE) != 0;
785 current->flags |= SDL_FULLSCREEN;
880 current->flags |= SDL_HWSURFACE
    [all...]
  /external/iptables/extensions/
libip6t_policy.c 168 static int parse(int c, char **argv, int invert, unsigned int *flags,
183 if (info->flags & (IP6T_POLICY_MATCH_IN|IP6T_POLICY_MATCH_OUT))
190 info->flags |= parse_direction(argv[optind-1]);
197 info->flags |= parse_policy(argv[optind-1]);
200 if (info->flags & IP6T_POLICY_MATCH_STRICT)
208 info->flags |= IP6T_POLICY_MATCH_STRICT;
298 static void final_check(unsigned int flags)
308 if (!(info->flags & (IP6T_POLICY_MATCH_IN|IP6T_POLICY_MATCH_OUT)))
312 if (info->flags & IP6T_POLICY_MATCH_NONE) {
313 if (info->flags & IP6T_POLICY_MATCH_STRICT
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxvideo.c 44 static SDL_Surface * NX_SetVideoMode (_THIS, SDL_Surface * current, int width, int height, int bpp, Uint32 flags) ;
171 props.flags = GR_WM_FLAGS_PROPS ;
280 if (screen && (screen -> flags & SDL_FULLSCREEN)) {
281 screen -> flags &= ~ SDL_FULLSCREEN ;
301 int w, int h, int bpp, Uint32 flags)
345 if (flags & SDL_FULLSCREEN) {
346 screen -> flags |= SDL_FULLSCREEN ;
349 screen -> flags &= ~ SDL_FULLSCREEN ;
364 int width, int height, int bpp, Uint32 flags)
372 if (NX_CreateWindow (this, current, width, height, bpp, flags) < 0)
    [all...]
  /external/strace/
util.c 266 * Interpret `xlat' as an array of flags
267 * print the entries whose bits are on in `flags'
268 * return # of flags printed.
271 addflags(xlat, flags)
273 int flags;
278 if (xlat->val && (flags & xlat->val) == xlat->val) {
280 flags &= ~xlat->val;
284 if (flags) {
285 tprintf("|%#x", flags);
292 printflags(xlat, flags, dflt
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_wsc.c 170 u8 flags; local
177 flags = 0;
181 flags |= WSC_FLAGS_MF;
183 flags |= WSC_FLAGS_LF;
188 if (flags & WSC_FLAGS_LF)
196 wpabuf_put_u8(resp, flags); /* Flags */
197 if (flags & WSC_FLAGS_LF)
261 u8 id, u8 flags, u8 op_code,
266 if (data->in_buf == NULL && !(flags & WSC_FLAGS_LF))
301 u8 op_code, flags, id; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_wsc.c 166 wpabuf_put_u8(req, 0); /* Flags */
175 u8 flags; local
178 flags = 0;
182 flags |= WSC_FLAGS_MF;
184 flags |= WSC_FLAGS_LF;
189 if (flags & WSC_FLAGS_LF)
200 wpabuf_put_u8(req, flags); /* Flags */
201 if (flags & WSC_FLAGS_LF)
304 u8 flags, u8 op_code, u16 message_length
340 u8 op_code, flags; local
    [all...]
  /frameworks/base/services/surfaceflinger/
SurfaceFlinger.h 81 uint32_t flags);
113 uint32_t flags);
182 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags);
193 virtual status_t freezeDisplay(DisplayID dpy, uint32_t flags);
194 virtual status_t unfreezeDisplay(DisplayID dpy, uint32_t flags);
195 virtual int setOrientation(DisplayID dpy, int orientation, uint32_t flags);
232 uint32_t flags);
236 uint32_t w, uint32_t h, uint32_t flags,
241 uint32_t w, uint32_t h, uint32_t flags);
245 uint32_t w, uint32_t h, uint32_t flags);
    [all...]
  /system/core/libpixelflinger/codeflinger/
load_store.cpp 28 void GGLAssembler::store(const pointer_t& addr, const pixel_t& s, uint32_t flags)
31 const int inc = (flags & WRITE_BACK)?1:0;
45 if (!(s.flags & CORRUPTIBLE)) {
62 void GGLAssembler::load(const pointer_t& addr, const pixel_t& s, uint32_t flags)
68 const int inc = (flags & WRITE_BACK)?1:0;
149 integer_t r(d.reg, 32, d.flags);
160 if (s.l || (s.flags & CLEAR_HI)) {
164 expand(d, integer_t(s.reg, s.size(), s.flags), dbits);
170 integer_t r(d.reg, 32, d.flags);
185 dst.flags = 0
    [all...]
  /frameworks/base/libs/binder/
BpBinder.cpp 160 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
165 mHandle, code, data, reply, flags);
174 const sp<DeathRecipient>& recipient, void* cookie, uint32_t flags)
179 ob.flags = flags;
208 const wp<DeathRecipient>& recipient, void* cookie, uint32_t flags,
222 && obit.flags == flags) {
223 const uint32_t allFlags = obit.flags|flags;
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 130 int flags; field in class:PackageParser.ParseComponentArgs
187 * @param flags indicating which optional information is included.
190 int gids[], int flags, long firstInstallTime, long lastUpdateTime) {
202 if ((flags&PackageManager.GET_GIDS) != 0) {
205 if ((flags&PackageManager.GET_CONFIGURATIONS) != 0) {
217 if ((flags&PackageManager.GET_ACTIVITIES) != 0) {
220 if ((flags&PackageManager.GET_DISABLED_COMPONENTS) != 0) {
232 || (flags&PackageManager.GET_DISABLED_COMPONENTS) != 0) {
233 pi.activities[j++] = generateActivityInfo(p.activities.get(i), flags);
238 if ((flags&PackageManager.GET_RECEIVERS) != 0)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgavideo.c 53 static SDL_Rect **DGA_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
54 static SDL_Surface *DGA_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
264 if ( mode->flags & XDGAConcurrentAccess )
266 if ( mode->flags & XDGASolidFillRect )
268 if ( mode->flags & XDGABlitRect )
270 if ( mode->flags & XDGABlitTransRect )
272 if ( mode->flags & XDGAPixmap )
274 if ( mode->flags & XDGAInterlaced )
276 if ( mode->flags & XDGADoublescan )
316 if ( mode->flags & XDGABlitRect )
    [all...]

Completed in 734 milliseconds

<<31323334353637383940>>