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

<<31323334353637383940>>

  /bionic/libc/kernel/common/linux/
xattr.h 40 size_t size, int flags);
  /bootable/bootloader/legacy/include/boot/
flash.h 43 unsigned flags; member in struct:ptentry
  /cts/tests/src/android/app/cts/
IBinderParcelable.java 33 public void writeToParcel(Parcel dest, int flags) {
  /dalvik/vm/mterp/x86/
OP_INVOKE_STATIC.S 30 movl %eax,OUT_ARG2(%esp) # arg2<- flags
32 call dvmResolveMethod # call(clazz,ref,flags)
  /development/host/windows/usb/api/
adb_helper_routines.h 32 flags. This parameter can be NULL.
69 @param[in] flags Flags to pass to SetupDiGetClassDevs to filter devices. See
70 SetupDiGetClassDevs() in SDK for more info on these flags.
81 ULONG flags,
  /development/ndk/platforms/android-3/include/linux/
android_power.h 21 int flags; member in struct:__anon834
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);
  /development/ndk/platforms/android-8/include/android/
bitmap.h 45 uint32_t flags; // 0 for now member in struct:__anon1230
  /development/ndk/platforms/android-9/include/android/
bitmap.h 44 uint32_t flags; // 0 for now member in struct:__anon1248
  /development/simulator/wrapsim/
DevVibrator.c 38 FakeDev* wsOpenDevVibrator(const char* pathName, int flags)
  /device/samsung/crespo/libaudio2/
aplay.c 56 unsigned flags = PCM_OUT; local
59 flags |= PCM_MONO;
61 flags |= PCM_STEREO;
63 pcm = pcm_open(flags);
  /device/samsung/crespo/libsensors/
LightSensor.cpp 81 int flags = en ? 1 : 0; local
84 if (flags != mEnabled) {
92 if (flags) {
99 mEnabled = flags;
ProximitySensor.cpp 68 int flags = en ? 1 : 0; local
69 if (flags != mEnabled) {
76 if (flags) {
83 mEnabled = flags;
  /external/bluetooth/glib/gio/
glocalfilemonitor.h 58 GFileMonitorFlags flags,
gvolume.h 126 GMountMountFlags flags,
135 GMountUnmountFlags flags,
164 GMountMountFlags flags,
173 GMountUnmountFlags flags,
  /external/bluetooth/glib/gobject/
gvaluecollector.h 75 * @flags: flags which are passed on to the collect_value() function of
84 #define G_VALUE_COLLECT(value, var_args, flags, __error) \
87 guint _flags = (flags); \
135 * @flags: flags which are passed on to the lcopy_value() function of
143 #define G_VALUE_LCOPY(value, var_args, flags, __error) \
146 guint _flags = (flags); \
  /external/bluetooth/glib/tests/
gio-ls.c 14 static void print_path (const gchar* path, guint32 flags);
60 guint32 flags)
68 if (flags & SHOW_LONG)
92 if (flags & SHOW_LONG)
  /external/clearsilver/util/
wdb.h 75 NEOERR * wdb_open (WDB **wdb, const char *name, int flags);
79 const char *key, ULIST *col_def, int flags);
104 NEOERR * wdbr_save (WDB *wdb, WDBRow *row, int flags);
110 NEOERR * wdbr_next (WDB *wdb, WDBCursor *cursor, WDBRow **row, int flags);
  /external/e2fsprogs/intl/
printf-parse.h 25 /* Flags */
41 int flags; member in struct:__anon3510
wprintf-parse.h 25 /* Flags */
41 int flags; member in struct:__anon3512
  /external/e2fsprogs/lib/ext2fs/
test_io.c 47 int flags; member in struct:test_private_data
57 static errcode_t test_open(const char *name, int flags, io_channel *channel);
100 * Test flags
164 static errcode_t test_open(const char *name, int flags, io_channel *channel)
198 retval = test_io_backing_manager->open(name, flags,
215 data->flags = 0;
217 data->flags = strtoul(value, NULL, 0);
280 if (data->flags & TEST_FLAG_SET_BLKSIZE)
303 if (data->flags & TEST_FLAG_READ)
308 if (data->flags & TEST_FLAG_DUMP
    [all...]
  /external/e2fsprogs/resize/
resize2fs.h 73 * Flags for the resizer; most are debugging flags only
96 int flags; member in struct:ext2_resize_struct
125 extern errcode_t resize_fs(ext2_filsys fs, blk_t *new_size, int flags,
147 blk_t *new_size, int flags);
153 __u32 maxdone, int flags);
sim_progress.c 25 int flags; member in struct:ext2_sim_progress
80 __u32 maxdone, int flags)
98 prog->flags = flags;

Completed in 608 milliseconds

<<31323334353637383940>>