Searched refs:mode (Results 1 - 25 of 1991) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A Dpr13168.c5 void PR_OpenFile(int mode) { argument
6 _open64(0, mode);
/external/chromium/chrome/browser/prefs/
H A Dproxy_prefs_unittest.cc12 ProxyPrefs::ProxyMode mode; local
13 EXPECT_TRUE(ProxyPrefs::StringToProxyMode("direct", &mode));
14 EXPECT_EQ(ProxyPrefs::MODE_DIRECT, mode);
15 EXPECT_TRUE(ProxyPrefs::StringToProxyMode("auto_detect", &mode));
16 EXPECT_EQ(ProxyPrefs::MODE_AUTO_DETECT, mode);
17 EXPECT_TRUE(ProxyPrefs::StringToProxyMode("pac_script", &mode));
18 EXPECT_EQ(ProxyPrefs::MODE_PAC_SCRIPT, mode);
19 EXPECT_TRUE(ProxyPrefs::StringToProxyMode("system", &mode));
20 EXPECT_EQ(ProxyPrefs::MODE_SYSTEM, mode);
21 EXPECT_TRUE(ProxyPrefs::StringToProxyMode("fixed_servers", &mode));
36 ProxyPrefs::ProxyMode mode; local
[all...]
/external/ipsec-tools/src/racoon/contrib/
H A Dsp.pl6 $mode = 'transport';
8 $mode = $ARGV[2];
12 if ($mode eq 'transport') {
13 print STDERR "install esp transport mode: $src -> $dst\n";
16 } elsif ($mode eq 'delete') {
/external/webkit/Source/WebCore/platform/mac/
H A DSchedulePairMac.mm35 SchedulePair::SchedulePair(NSRunLoop* runLoop, CFStringRef mode)
39 if (mode)
40 m_mode.adoptCF(CFStringCreateCopy(0, mode));
/external/kernel-headers/original/linux/netfilter/
H A Dxt_CONNSECMARK.h10 u_int8_t mode; member in struct:xt_connsecmark_target_info
H A Dxt_CONNMARK.h22 u_int8_t mode; member in struct:xt_connmark_target_info
/external/webkit/Source/WebCore/platform/cf/
H A DSchedulePair.cpp34 SchedulePair::SchedulePair(CFRunLoopRef runLoop, CFStringRef mode) argument
37 if (mode)
38 m_mode.adoptCF(CFStringCreateCopy(0, mode));
45 CFStringRef thisMode = mode();
46 CFStringRef otherMode = other.mode();
/external/chromium/sdch/open-vcdiff/src/
H A Daddrcache.h63 // Returns the first mode number that represents one of the NEAR modes.
64 // The number of NEAR modes is near_cache_size. Each NEAR mode refers to
72 // Returns the first mode number that represents one of the SAME modes.
73 // The number of SAME modes is same_cache_size. Each SAME mode refers to
82 // Returns the maximum valid mode number, which happens to be
83 // the last SAME mode.
96 // each address mode type (SELF, HERE, NEAR, and SAME).
97 static bool IsSelfMode(unsigned char mode) { argument
98 return mode == VCD_SELF_MODE;
101 static bool IsHereMode(unsigned char mode) { argument
122 DecodeNearAddress(unsigned char mode, int32_t encoded_address) const argument
127 DecodeSameAddress(unsigned char mode, unsigned char encoded_address) const argument
[all...]
H A Dinstruction_map.h37 // inst (also known as instruction type), size, and mode and arriving at
47 // max_mode is the maximum value for the mode of a COPY instruction.
54 // Finds an opcode that has the given inst, size, and mode for its first
65 // of expressing all combinations of inst and mode with size=0.
69 unsigned char mode) const {
70 return first_instruction_map_.Lookup(inst, size, mode);
75 // the first opcode, and has the given inst, size, and mode for its second
85 unsigned char mode) const {
86 return second_instruction_map_.Lookup(first_opcode, inst, size, mode);
99 unsigned char mode,
97 Add(unsigned char inst, unsigned char size, unsigned char mode, unsigned char opcode) argument
[all...]
/external/chromium/chrome/browser/resources/keyboard/
H A Dmain.js27 * Transition the mode according to the given transition.
93 * @param {string} mode The mode for the key.
97 getPadding: function(mode, height) {
103 * @param {string} mode The mode to be sized.
107 sizeElement: function(mode, height) {
108 var padding = this.getPadding(mode, height);
116 this.modeElements_[mode].style.width = (width - extraWidth) + 'px';
117 this.modeElements_[mode]
[all...]
/external/libvpx/vp8/common/arm/
H A Dreconintra_arm.c23 int mode,
32 int mode = x->mode_info_context->mbmi.mode; local
36 vp8_build_intra_predictors_mby_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
46 int mode,
55 int mode = x->mode_info_context->mbmi.mode; local
59 vp8_build_intra_predictors_mby_s_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
/external/iptables/include/linux/netfilter/
H A Dxt_CONNSECMARK.h12 __u8 mode; member in struct:xt_connsecmark_target_info
/external/sonivox/jet_tools/JetCreator/
H A DJetStatusEvent.py32 def __init__(self, mode, data):
35 self.mode = mode
/external/openssh/openbsd-compat/
H A Dstrmode.c40 /* XXX mode should be mode_t */
43 strmode(int mode, char *p) argument
46 switch (mode & S_IFMT) {
77 if (mode & S_IRUSR)
81 if (mode & S_IWUSR)
85 switch (mode & (S_IXUSR | S_ISUID)) {
100 if (mode & S_IRGRP)
104 if (mode & S_IWGRP)
108 switch (mode & (S_IXGRP | S_ISGID)) {
123 if (mode
[all...]
/external/skia/src/effects/
H A DSkPorterDuff.cpp17 #define MAKE_PAIR(mode) { SkPorterDuff::k##mode##_Mode, SkXfermode::k##mode##_Mode }
20 // with a porterduff mode.
60 SkXfermode::Mode SkPorterDuff::ToXfermodeMode(Mode mode) { argument
61 SkASSERT((unsigned)mode < SkPorterDuff::kModeCount);
62 const Pair& pair = gPairs[mode];
63 SkASSERT(pair.fPD == mode);
67 SkXfermode* SkPorterDuff::CreateXfermode(SkPorterDuff::Mode mode) { argument
68 const Pair& pair = gPairs[mode];
81 GetXfermodeProc(Mode mode) argument
85 GetXfermodeProc16(Mode mode, SkColor srcColor) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Dant.cmd21 parse arg mode envarg '::' antarg
23 if mode\='.' & mode\='..' & mode\='/' then do
24 envarg = mode envarg
25 mode = ''
39 if mode = '' then mode = _getenv_('ANT_MODE' '..')
40 if mode \= '/' then do
43 if mode
[all...]
/external/webkit/Source/WebCore/svg/
H A DSVGPathByteStreamBuilder.cpp37 void SVGPathByteStreamBuilder::moveTo(const FloatPoint& targetPoint, bool, PathCoordinateMode mode) argument
40 writeSegmentType(mode == RelativeCoordinates ? PathSegMoveToRel : PathSegMoveToAbs);
44 void SVGPathByteStreamBuilder::lineTo(const FloatPoint& targetPoint, PathCoordinateMode mode) argument
47 writeSegmentType(mode == RelativeCoordinates ? PathSegLineToRel : PathSegLineToAbs);
51 void SVGPathByteStreamBuilder::lineToHorizontal(float x, PathCoordinateMode mode) argument
54 writeSegmentType(mode == RelativeCoordinates ? PathSegLineToHorizontalRel : PathSegLineToHorizontalAbs);
58 void SVGPathByteStreamBuilder::lineToVertical(float y, PathCoordinateMode mode) argument
61 writeSegmentType(mode == RelativeCoordinates ? PathSegLineToVerticalRel : PathSegLineToVerticalAbs);
65 void SVGPathByteStreamBuilder::curveToCubic(const FloatPoint& point1, const FloatPoint& point2, const FloatPoint& targetPoint, PathCoordinateMode mode) argument
68 writeSegmentType(mode
74 curveToCubicSmooth(const FloatPoint& point2, const FloatPoint& targetPoint, PathCoordinateMode mode) argument
82 curveToQuadratic(const FloatPoint& point1, const FloatPoint& targetPoint, PathCoordinateMode mode) argument
90 curveToQuadraticSmooth(const FloatPoint& targetPoint, PathCoordinateMode mode) argument
97 arcTo(float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, const FloatPoint& targetPoint, PathCoordinateMode mode) argument
[all...]
/external/iproute2/ip/
H A Diplink_macvlan.c26 "Usage: ... macvlan mode { private | vepa | bridge }\n"
32 fprintf(stderr, "Error: argument of \"mode\" must be \"private\", "
41 if (matches(*argv, "mode") == 0) {
42 __u32 mode = 0; local
46 mode = MACVLAN_MODE_PRIVATE;
48 mode = MACVLAN_MODE_VEPA;
50 mode = MACVLAN_MODE_BRIDGE;
54 addattr32(n, 1024, IFLA_MACVLAN_MODE, mode);
71 __u32 mode; local
80 mode
[all...]
/external/skia/tests/
H A DXfermodeTest.cpp19 for (int mode = 0; mode <= SkXfermode::kLastMode; mode++) {
20 SkXfermode* xfer = SkXfermode::Create((SkXfermode::Mode) mode);
23 REPORTER_ASSERT(reporter, reportedMode != mode);
27 REPORTER_ASSERT(reporter, reportedMode == mode);
33 REPORTER_ASSERT(reporter, reportedMode == mode);
36 REPORTER_ASSERT(reporter, SkXfermode::kSrcOver_Mode == mode);
54 SkXfermode::Mode mode = (SkXfermode::Mode)i; local
56 SkXfermode* xfer = SkXfermode::Create(mode);
[all...]
/external/aac/libAACenc/src/
H A Dchannel_map.h107 /* Element mode */
115 AAC_ENCODER_ERROR FDKaacEnc_DetermineEncoderMode(CHANNEL_MODE* mode,
118 AAC_ENCODER_ERROR FDKaacEnc_InitChannelMapping(CHANNEL_MODE mode,
128 ELEMENT_MODE FDKaacEnc_GetMonoStereoMode(const CHANNEL_MODE mode);
130 const CHANNEL_MODE_CONFIG_TAB* FDKaacEnc_GetChannelModeConfiguration(const CHANNEL_MODE mode);
/external/iptables/include/linux/netfilter_ipv4/
H A Dipt_TTL.h16 u_int8_t mode; member in struct:ipt_TTL_info
H A Dipt_ttl.h16 u_int8_t mode; member in struct:ipt_ttl_info
/external/iptables/include/linux/netfilter_ipv6/
H A Dip6t_HL.h17 u_int8_t mode; member in struct:ip6t_HL_info
H A Dip6t_hl.h17 u_int8_t mode; member in struct:ip6t_hl_info
/external/kernel-headers/original/linux/
H A Dmsm_rmnet.h17 /* Bitmap macros for RmNET driver operation mode. */
26 #define RMNET_IS_MODE_QOS(mode) \
27 ((mode & RMNET_MODE_QOS) == RMNET_MODE_QOS)
28 #define RMNET_IS_MODE_IP(mode) \
29 ((mode & RMNET_MODE_LLP_IP) == RMNET_MODE_LLP_IP)
40 RMNET_IOCTL_GET_OPMODE = 0x000089F7, /* Get operation mode */

Completed in 482 milliseconds

1234567891011>>