/external/ipsec-tools/src/racoon/contrib/ |
H A D | sp.pl | 6 $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/WebCore/platform/mac/ |
H A D | SchedulePairMac.mm | 35 SchedulePair::SchedulePair(NSRunLoop* runLoop, CFStringRef mode) 39 if (mode) 40 m_mode.adoptCF(CFStringCreateCopy(0, mode));
|
/external/kernel-headers/original/linux/netfilter/ |
H A D | xt_CONNSECMARK.h | 10 u_int8_t mode; member in struct:xt_connsecmark_target_info
|
H A D | xt_CONNMARK.h | 22 u_int8_t mode; member in struct:xt_connmark_target_info
|
H A D | xt_MARK.h | 18 u_int8_t mode; member in struct:xt_mark_target_info_v1
|
/external/webkit/WebCore/platform/cf/ |
H A D | SchedulePair.cpp | 34 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 D | addrcache.h | 63 // 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 D | instruction_map.h | 37 // 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/libvpx/vp8/common/arm/ |
H A D | reconintra_arm.c | 23 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/sonivox/jet_tools/JetCreator/ |
H A D | JetStatusEvent.py | 32 def __init__(self, mode, data):
35 self.mode = mode
|
/external/skia/src/effects/ |
H A D | SkPorterDuff.cpp | 8 #define MAKE_PAIR(mode) { SkPorterDuff::k##mode##_Mode, SkXfermode::k##mode##_Mode } 11 // with a porterduff mode. 48 SkXfermode::Mode SkPorterDuff::ToXfermodeMode(Mode mode) { argument 49 SkASSERT((unsigned)mode < SkPorterDuff::kModeCount); 50 const Pair& pair = gPairs[mode]; 51 SkASSERT(pair.fPD == mode); 55 SkXfermode* SkPorterDuff::CreateXfermode(SkPorterDuff::Mode mode) { argument 56 const Pair& pair = gPairs[mode]; 69 GetXfermodeProc(Mode mode) argument 73 GetXfermodeProc16(Mode mode, SkColor srcColor) argument [all...] |
/external/bluetooth/glib/glib/ |
H A D | gunicodeprivate.h | 31 GNormalizeMode mode);
|
H A D | gstdio.h | 51 int mode); 72 int mode); 75 int mode); 79 int mode); 82 int mode); 88 int mode); 105 const gchar *mode); 108 const gchar *mode,
|
/external/iptables/include/linux/netfilter_ipv4/ |
H A D | ipt_2ttl.h | 16 u_int8_t mode; member in struct:ipt_ttl_info
|
H A D | ipt_CONNMARK.h | 27 u_int8_t mode; member in struct:ipt_connmark_target_info
|
H A D | ipt_TTL.h | 16 u_int8_t mode; member in struct:ipt_TTL_info
|
/external/iptables/include/linux/netfilter_ipv6/ |
H A D | ip6t_HL.h | 17 u_int8_t mode; member in struct:ip6t_HL_info
|
H A D | ip6t_hl_.h | 17 u_int8_t mode; member in struct:ip6t_hl_info
|
/external/kernel-headers/original/linux/netfilter_ipv4/ |
H A D | ipt_TTL.h | 16 u_int8_t mode; member in struct:ipt_TTL_info
|
/external/kernel-headers/original/linux/netfilter_ipv6/ |
H A D | ip6t_HL.h | 17 u_int8_t mode; member in struct:ip6t_HL_info
|
H A D | ip6t_hl.h | 17 u_int8_t mode; member in struct:ip6t_hl_info
|
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
H A D | SDL_cgxwm_c.h | 30 extern SDL_GrabMode CGX_GrabInputNoLock(_THIS, SDL_GrabMode mode); 31 extern SDL_GrabMode CGX_GrabInput(_THIS, SDL_GrabMode mode);
|
/external/skia/include/effects/ |
H A D | SkPorterDuff.h | 59 /** Return an SkXfermode object for the specified mode. 61 static SkXfermode* CreateXfermode(Mode mode); 64 porter-duff transfer mode. 66 static SkXfermodeProc GetXfermodeProc(Mode mode); 69 porter-duff transfer mode and srcColor to a 16bit device color. Note, 70 if the mode+srcColor might return a non-opaque color, then there is not 73 static SkXfermodeProc16 GetXfermodeProc16(Mode mode, SkColor srcColor); 76 modes (via SkXfermode::Coeff), return true and if not null, set mode 77 to the corresponding porterduff mode. If it is not recognized as a one, 78 return false and ignore the mode paramete [all...] |
/external/astl/src/ |
H A D | sstream.cpp | 37 basic_stringbuf::basic_stringbuf(ios_base::openmode mode) : argument 38 mMode(mode) { } 40 basic_stringbuf::basic_stringbuf(const string& str, ios_base::openmode mode) : argument 41 mMode(mode), mString(str) { } 69 stringstream::stringstream(std::ios_base::openmode mode) argument 70 : mStringBuf(mode) { 75 std::ios_base::openmode mode) 76 : mStringBuf(str, mode) { 74 stringstream(const string& str, std::ios_base::openmode mode) argument
|
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/ |
H A D | SDL_syswm_c.h | 32 extern SDL_GrabMode BE_GrabInput(_THIS, SDL_GrabMode mode)
|