HomeSort by relevance Sort by last modified time
    Searched defs:mode (Results 76 - 100 of 2712) sorted by null

1 2 34 5 6 7 8 91011>>

  /bionic/libc/kernel/common/linux/netfilter/
xt_MARK.h 34 u_int8_t mode; member in struct:xt_mark_target_info_v1
xt_SECMARK.h 30 u_int8_t mode; member in struct:xt_secmark_target_info
  /bionic/libc/kernel/common/linux/netfilter_ipv4/
ipt_TTL.h 30 u_int8_t mode; member in struct:ipt_TTL_info
  /bionic/libc/kernel/common/linux/netfilter_ipv6/
ip6t_HL.h 30 u_int8_t mode; member in struct:ip6t_HL_info
ip6t_hl.h 30 u_int8_t mode; member in struct:ip6t_hl_info
  /cts/suite/audio_quality/lib/src/audio/
AudioProtocol.cpp 105 * param2 u32 mono / stereo(MSB) | mode
115 uint32_t mode = param.mStereo ? 0x80000000 : 0; local
116 mode |= param.mMode;
117 mBuffer[4] = htonl(mode);
127 * param1 u32 mono / stereo(MSB) | mode
136 uint32_t mode = param.mStereo ? 0x80000000 : 0; local
137 mode |= param.mMode;
138 mBuffer[3] = htonl(mode);
  /cts/tests/tests/graphics/src/android/graphics/cts/
AvoidXfermode_ModeTest.java 19 import android.graphics.AvoidXfermode.Mode;
25 assertEquals(Mode.AVOID, Mode.valueOf("AVOID"));
26 assertEquals(Mode.TARGET, Mode.valueOf("TARGET"));
30 Mode[] mode = Mode.values(); local
32 assertEquals(2, mode.length);
33 assertEquals(Mode.AVOID, mode[0])
    [all...]
  /development/ndk/platforms/android-3/include/linux/netfilter/
xt_SECMARK.h 24 u_int8_t mode; member in struct:xt_secmark_target_info
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
ipt_TTL.h 24 u_int8_t mode; member in struct:ipt_TTL_info
  /development/ndk/sources/android/libportable/arch-mips/
open.c 78 mode_t mode = 0; local
92 mode = (mode_t) va_arg(args, int);
98 fd = __open(pathname, native_flags, mode);
101 ALOGV("%s: fd = %d = __open(pathname:%p, native_flags:0x%x, mode:0x%x);", __func__,
102 fd, pathname, native_flags, mode);
119 mode_t mode = 0; local
133 mode = (mode_t) va_arg(args, int);
139 fd = __openat(dirfd, pathname, native_flags, mode);
142 ALOGV("%s: fd = %d = __open(pathname:0x%p, native_flags:0x%x, mode:0x%d);", __func__,
143 fd, pathname, native_flags, mode);
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRHashMap.h 46 NSInteger mode; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRHashMap.h 46 NSInteger mode; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRHashMap.h 46 NSInteger mode; variable
  /external/bison/lib/
open.c 31 orig_open (const char *filename, int flags, mode_t mode)
33 return open (filename, flags, mode);
55 mode_t mode; local
58 mode = 0;
66 mode = va_arg (arg, PROMOTED_MODE_T);
118 fd = orig_open (filename, flags, mode);
135 fd = open ("/dev/null", flags, mode);
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_window_manager.cc 25 // Caching the current multi profile mode to avoid expensive detection
40 ash::MultiProfileUMA::SessionMode mode = local
48 mode = ash::MultiProfileUMA::SESSION_SEPARATE_DESKTOP_MODE;
50 // The side by side mode is using the Single user window manager since all
53 mode = ash::MultiProfileUMA::SESSION_SIDE_BY_SIDE_MODE;
55 ash::MultiProfileUMA::RecordSessionMode(mode);
80 MultiProfileMode mode) {
84 multi_user_mode_ = mode;
  /external/chromium_org/third_party/skia/src/animator/
SkDrawTextBox.h 32 int /*SkTextBox::Mode*/ mode; member in class:SkDrawTextBox
  /external/chromium_org/ui/gfx/win/
scoped_set_map_mode.h 15 // Helper class for setting and restore the map mode on a DC.
27 const int mode = SetMapMode(hdc_, old_map_mode_); local
28 DCHECK_NE(mode, 0);
  /external/iptables/include/linux/netfilter_ipv4/
ipt_TTL.h 16 u_int8_t mode; member in struct:ipt_TTL_info
ipt_ttl.h 16 u_int8_t mode; member in struct:ipt_ttl_info
  /external/iptables/include/linux/netfilter_ipv6/
ip6t_HL.h 17 u_int8_t mode; member in struct:ip6t_HL_info
ip6t_hl.h 17 u_int8_t mode; member in struct:ip6t_hl_info
  /external/kernel-headers/original/linux/netfilter/
xt_CONNMARK.h 22 u_int8_t mode; member in struct:xt_connmark_target_info
xt_MARK.h 18 u_int8_t mode; member in struct:xt_mark_target_info_v1
xt_SECMARK.h 8 * 'mode' refers to the specific security subsystem which the
20 u_int8_t mode; member in struct:xt_secmark_target_info
  /external/kernel-headers/original/linux/netfilter_ipv4/
ipt_TTL.h 16 u_int8_t mode; member in struct:ipt_TTL_info

Completed in 2057 milliseconds

1 2 34 5 6 7 8 91011>>