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

<<919293949596979899100>>

  /external/openssl/include/openssl/
evp.h 164 unsigned long flags; member in struct:env_md_st
203 /* DigestAlgorithmIdentifier flags... */
266 unsigned long flags; member in struct:env_md_ctx_st
274 /* values for EVP_MD_CTX flags */
306 unsigned long flags; /* Various flags */ member in struct:evp_cipher_st
319 /* Values for cipher flags */
382 unsigned long flags; /* Various flags */ member in struct:evp_cipher_ctx_st
510 void EVP_MD_CTX_set_flags(EVP_MD_CTX *ctx, int flags);
    [all...]
  /external/qemu/memcheck/
memcheck.c 36 * stdout. This variable holds a combinations of TRACE_LIBC_XXX flags. */
46 * has been disabled by -memcheck flags, there is no need to instrument mmu
302 // Parse -memcheck option params, converting them into tracing flags.
391 proc->flags |= PROC_FLAG_LIBC_INITIALIZED;
414 desc.flags = 0;
427 desc.flags |= MDESC_FLAG_TRANSITION_ENTRY;
  /external/tcpdump/
print-snmp.c 1709 u_char flags; local
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.h 204 AllocationFlags flags);
210 AllocationFlags flags);
258 // sets the flags and leaves the object type in the type_reg register.
270 // sets the flags and leaves the object type in the type_reg register. It
358 void InvokeBuiltin(Builtins::JavaScript id, InvokeJSFlags flags);
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver.h 324 unsigned int flags; member in struct:wpa_driver_capa
348 int flags; /* WPA_RATE_ flags */ member in struct:wpa_rate_data
829 * flags: Variable for returning hardware feature flags
838 u16 *flags);
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 365 public void hideSoftInput(int flags, ResultReceiver resultReceiver) {
383 public void showSoftInput(int flags, ResultReceiver resultReceiver) {
387 if (onShowInputRequested(flags, false)) {
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng_ni.cpp 359 if (supl_req->flags & RPC_LOC_NI_CLIENT_NAME_PRESENT)
375 if (supl_req->flags & RPC_LOC_NI_REQUESTOR_ID_PRESENT)
391 if (supl_req->flags & RPC_LOC_NI_ENCODING_TYPE_PRESENT)
  /hardware/qcom/media/mm-video/vidc/vdec/src/
frameparser.cpp 58 flags (0)
152 dest->nFlags = flags;
507 flags = flgs;
  /hardware/ti/wlan/wl1271/wpa_supplicant_lib/
driver_ti.c 126 private_cmd.flags = PRIVATE_CMD_SET_FLAG;
128 private_cmd.flags = PRIVATE_CMD_GET_FLAG;
140 iwr.u.data.flags = 0;
593 int ret = -1, prev_events, flags; local
611 if ((wpa_driver_wext_get_ifflags(drv->wext, &flags) == 0) &&
612 (flags & IFF_UP)) {
614 wpa_driver_wext_set_ifflags(drv->wext, flags & ~IFF_UP);
996 iwr.u.param.flags = idx & IW_AUTH_INDEX;
1294 int value, flags, ret = 0; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
GlobalProjectMonitor.java 216 int flags = delta.getFlags(); local
218 if ((flags & IResourceDelta.OPEN) != 0) {
242 if ((flags & IResourceDelta.MOVED_FROM) != 0) {
  /system/wlan/ti/wilink_6_1/wpa_supplicant_lib/
driver_ti.c 126 private_cmd.flags = PRIVATE_CMD_SET_FLAG;
128 private_cmd.flags = PRIVATE_CMD_GET_FLAG;
140 iwr.u.data.flags = 0;
593 int ret = -1, prev_events, flags; local
611 if ((wpa_driver_wext_get_ifflags(drv->wext, &flags) == 0) &&
612 (flags & IFF_UP)) {
614 wpa_driver_wext_set_ifflags(drv->wext, flags & ~IFF_UP);
996 iwr.u.param.flags = idx & IW_AUTH_INDEX;
1294 int value, flags, ret = 0; local
    [all...]
  /bionic/libc/kernel/common/linux/
dm-ioctl.h 31 uint32_t flags; member in struct:dm_ioctl
if_link.h 144 __u32 flags; member in struct:ifla_vlan_flags
interrupt.h 57 unsigned long flags; member in struct:irqaction
kd.h 157 unsigned int flags; member in struct:console_font_op
  /bionic/libc/kernel/common/linux/netfilter_arp/
arp_tables.h 50 u_int8_t flags; member in struct:arpt_arp
  /bionic/libc/kernel/common/mtd/
mtd-abi.h 55 uint32_t flags; member in struct:mtd_info_user
  /bionic/linker/
linker.c 217 if (info->flags & FLAG_EXE) {
237 if (info->flags & FLAG_EXE) {
541 if(si->flags & FLAG_ERROR)
973 * sure. This will also set the right flags on the region
    [all...]
linker.h 107 unsigned flags; member in struct:soinfo
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
ExperimentService.java 100 public int onStartCommand(Intent intent, int flags, int startId) {
  /dalvik/vm/
Misc.c 657 int flags; local
661 * value of the fd flags is probably unnecessary.
663 flags = fcntl(fd, F_GETFD);
664 if (flags < 0) {
665 LOGW("Unable to get fd flags for fd %d\n", fd);
668 if (fcntl(fd, F_SETFD, flags | FD_CLOEXEC) < 0) {
  /dalvik/vm/mterp/armv5te/
OP_FILLED_NEW_ARRAY.S 35 mov r2, #ALLOC_DONT_TRACK @ r2<- alloc flags
47 bl dvmAllocArrayByClass @ r0<- call(arClass, length, flags)
  /dalvik/vm/native/
dalvik_system_VMDebug.c 112 * or command-line flags.
332 * FileDescriptor fd, int bufferSize, int flags)
346 int flags = args[3]; local
377 fd, bufferSize, flags, (traceFileName == NULL && fd == -1));
588 * static void printLoadedClasses(int flags)
595 int flags = args[0]; local
597 dvmDumpAllClasses(flags);
  /development/apps/Development/src/com/android/development/
PackageSummary.java 111 if ((info.applicationInfo.flags&ApplicationInfo.FLAG_SYSTEM) == 0) {
114 if ((info.applicationInfo.flags&ApplicationInfo.FLAG_DEBUGGABLE) == 0) {
117 if ((info.applicationInfo.flags&ApplicationInfo.FLAG_HAS_CODE) != 0) {
120 if ((info.applicationInfo.flags&ApplicationInfo.FLAG_PERSISTENT) == 0) {
  /development/ndk/platforms/android-3/include/linux/
dm-ioctl.h 31 uint32_t flags; member in struct:dm_ioctl

Completed in 431 milliseconds

<<919293949596979899100>>