Searched refs:flag (Results 1 - 14 of 14) sorted by relevance

/system/core/include/nativebridge/
H A Dnative_bridge.h58 void* NativeBridgeLoadLibrary(const char* libpath, int flag);
97 // flag [IN] the stardard RTLD_XXX defined in bionic dlfcn.h
100 void* (*loadLibrary)(const char* libpath, int flag);
/system/core/fs_mgr/
H A Dfs_mgr_fstab.c36 unsigned flag; member in struct:flag_list
84 /* initialize flag values. If we find a relevant flag, we'll
99 /* Look for the flag "p" in the flag list "fl"
104 f |= fl[i].flag;
105 if ((fl[i].flag == MF_CRYPT) && flag_vals) {
106 /* The encryptable flag is followed by an = and the
110 } else if ((fl[i].flag == MF_FORCECRYPT) && flag_vals) {
111 /* The forceencrypt flag i
[all...]
/system/vold/
H A Dcryptfs.h215 int cryptfs_enable(char *flag, int type, char *passwd, int allow_reboot);
217 int cryptfs_enable_default(char *flag, int allow_reboot);
/system/extras/tests/sdcard/
H A Dplot_sdcard.py315 for flag, val in optlist:
316 if flag in ('-i', '--iteration'):
320 elif flag in ('-t', '--time'):
324 elif flag in ('-p', '--profile'):
/system/core/libnativebridge/
H A Dnative_bridge.cc413 void* NativeBridgeLoadLibrary(const char* libpath, int flag) { argument
415 return callbacks->loadLibrary(libpath, flag);
/system/core/adf/libadf/
H A Dadf.c320 __u32 flag)
322 return !!(data->flags & flag);
325 ssize_t adf_interfaces_filter_by_flag(struct adf_device *dev, __u32 flag, argument
329 flag);
319 adf_interface_flags_filter(struct adf_interface_data *data, __u32 flag) argument
/system/core/adf/libadf/include/adf/
H A Dadf.h115 * Filters a list of interfaces by flag.
119 ssize_t adf_interfaces_filter_by_flag(struct adf_device *dev, __u32 flag,
/system/netd/server/
H A DCommandListener.cpp371 char *flag = argv[i]; local
372 if (!strcmp(flag, "up")) {
380 } else if (!strcmp(flag, "down")) {
388 } else if (!strcmp(flag, "broadcast")) {
390 } else if (!strcmp(flag, "multicast")) {
392 } else if (!strcmp(flag, "running")) {
394 } else if (!strcmp(flag, "loopback")) {
396 } else if (!strcmp(flag, "point-to-point")) {
/system/core/adb/
H A Dfile_sync_client.c575 int flag; member in struct:copyinfo
598 ci->flag = 0;
726 ci->flag = 1;
732 if(ci->flag == 0) {
929 if (ci->flag == 0) {
H A Dadb.c98 int flag; member in struct:__anon1
135 int flag = tags[tagn].flag; local
136 if (flag == 0) {
140 adb_trace_mask |= (1 << flag);
/system/core/libnetutils/
H A Dpacket.c44 int s, flag; local
/system/core/init/
H A Dbuiltins.c354 unsigned flag; member in struct:__anon147
389 flags |= mount_flags[i].flag;
397 /* if our last argument isn't a flag, wolf it up as an option string */
/system/core/include/pixelflinger/
H A Dpixelflinger.h281 void (*depthMask)(void* c, GGLboolean flag);
/system/core/libpixelflinger/
H A Dpixelflinger.cpp529 static void ggl_depthMask(void* con, GGLboolean flag) argument
532 if (c->state.mask.depth != flag?1:0) {
533 c->state.mask.depth = flag?1:0;

Completed in 2462 milliseconds