/external/webkit/Source/WebCore/platform/ |
H A D | DragData.cpp | 34 DragOperation sourceOperationMask, DragApplicationFlags flags) 39 , m_applicationFlags(flags) 44 DragOperation sourceOperationMask, DragApplicationFlags flags) 49 , m_applicationFlags(flags) 33 DragData(DragDataRef data, const IntPoint& clientPosition, const IntPoint& globalPosition, DragOperation sourceOperationMask, DragApplicationFlags flags) argument 43 DragData(const String&, const IntPoint& clientPosition, const IntPoint& globalPosition, DragOperation sourceOperationMask, DragApplicationFlags flags) argument
|
/external/webkit/Source/WebKit/android/nav/ |
H A D | ParseCanvas.h | 42 virtual int saveLayer(const SkRect* , const SkPaint* , SaveFlags flags) { argument 43 return INHERITED::save(flags);
|
/external/aac/libAACdec/src/ |
H A D | channelinfo.cpp | 127 const UINT flags) 133 if (flags & AC_ELD){ 138 if ( !(flags & (AC_USAC|AC_RSVD50)) ) { 143 if (flags & AC_LD) { 151 if ( (flags & (AC_ELD|AC_LD)) && pIcsInfo->WindowSequence != OnlyLongSequence) { 164 if ( !(flags & (AC_ELD|AC_SCALABLE|AC_BSAC|AC_USAC|AC_RSVD50)) ) /* If not ELD nor Scalable nor BSAC nor USAC syntax then ... */ 124 IcsRead(HANDLE_FDK_BITSTREAM bs, CIcsInfo *pIcsInfo, const SamplingRateInfo* pSamplingRateInfo, const UINT flags) argument
|
/external/chromium/crypto/ |
H A D | capi_util.cc | 44 DWORD flags) { 46 return CryptAcquireContext(prov, container, provider, prov_type, flags); 40 CryptAcquireContextLocked(HCRYPTPROV* prov, LPCWSTR container, LPCWSTR provider, DWORD prov_type, DWORD flags) argument
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
H A D | checker.py | 22 import gflags as flags namespace 31 flags.DEFINE_list('limited_doc_files', ['dummy.js', 'externs.js'], 36 flags.DEFINE_list('closurized_namespaces', '', 39 flags.DEFINE_list('ignored_extra_namespaces', '', 54 if flags.FLAGS.closurized_namespaces: 57 flags.FLAGS.closurized_namespaces, 58 flags.FLAGS.ignored_extra_namespaces)) 67 limited_doc_files=flags.FLAGS.limited_doc_files)
|
H A D | error_check.py | 22 import gflags as flags namespace 24 FLAGS = flags.FLAGS 52 flags.DEFINE_boolean('strict', False, 55 flags.DEFINE_multistring('jslint_error', [], 78 Computes different flags (strict, jslint_error, jslint_noerror) to find out if 85 True if the rule should be checked according to the flags, otherwise False.
|
H A D | full_test.py | 31 import gflags as flags namespace 41 flags.FLAGS.strict = True 42 flags.FLAGS.custom_jsdoc_tags = ('customtag', 'requires') 43 flags.FLAGS.closurized_namespaces = ('goog', 'dummy') 44 flags.FLAGS.limited_doc_files = ('externs.js', 'dummy.js', 46 flags.FLAGS.jslint_error = error_check.Rule.ALL
|
H A D | not_strict_test.py | 28 import gflags as flags namespace 37 flags.FLAGS.strict = False 38 flags.FLAGS.custom_jsdoc_tags = ('customtag', 'requires') 39 flags.FLAGS.closurized_namespaces = ('goog', 'dummy') 40 flags.FLAGS.limited_doc_files = ('externs.js', 'dummy.js',
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/ |
H A D | simplefileflags.py | 26 import gflags as flags namespace 29 FLAGS = flags.FLAGS 31 flags.DEFINE_multistring( 36 flags.DEFINE_list( 42 flags.DEFINE_list( 123 A list of all files specified directly or indirectly (via flags) on the 177 """Parse the flags and return the list of files to check.
|
/external/clang/tools/libclang/ |
H A D | Index_Internal.h | 35 int flags; member in struct:_CXCursorAndRangeVisitorBlock
|
/external/dropbear/libtomcrypt/src/pk/ecc/ |
H A D | ecc_import.c | 97 unsigned char flags[1]; local 111 LTC_ASN1_BIT_STRING, 1UL, &flags, 117 if (flags[0] == 1) { 121 LTC_ASN1_BIT_STRING, 1UL, flags, 133 LTC_ASN1_BIT_STRING, 1UL, flags,
|
/external/dropbear/libtommath/ |
H A D | bn_mp_prime_random_ex.c | 34 int mp_prime_random_ex(mp_int *a, int t, int size, int flags, ltm_prime_callback cb, void *dat) argument 45 if (flags & LTM_PRIME_SAFE) { 46 flags |= LTM_PRIME_BBS; 64 if (flags & LTM_PRIME_2MSB_ON) { 70 if (flags & LTM_PRIME_BBS) { 98 if (flags & LTM_PRIME_SAFE) { 108 if (flags & LTM_PRIME_SAFE) {
|
/external/e2fsprogs/lib/e2p/ |
H A D | pf.c | 54 void print_flags (FILE * f, unsigned long flags, unsigned options) argument 61 if (flags & fp->flag) {
|
/external/elfutils/backends/ |
H A D | ia64_symbol.c | 82 /* Check whether machine flags are valid. */ 84 ia64_machine_flag_check (GElf_Word flags) argument 86 return ((flags &~ EF_IA_64_ABI64) == 0); 89 /* Check whether SHF_MASKPROC flags are valid. */
|
/external/grub/netboot/ |
H A D | nic.h | 23 int flags; /* driver specific flags */ member in struct:nic
|
/external/icu4c/i18n/ |
H A D | rbt_rule.h | 130 int8_t flags; member in class:TransliterationRule
|
/external/iproute2/include/linux/tc_act/ |
H A D | tc_nat.h | 24 __u32 flags; member in struct:tc_nat
|
/external/iproute2/include/linux/tc_ematch/ |
H A D | tc_em_cmp.h | 12 __u8 flags:4; member in struct:tcf_em_cmp
|
/external/iptables/include/linux/netfilter/ |
H A D | xt_NFLOG.h | 15 __u16 flags; member in struct:xt_nflog_info
|
H A D | xt_connlimit.h | 25 __u32 flags; member in union:xt_connlimit_info::__anon6469
|
H A D | xt_dccp.h | 17 __u16 flags; member in struct:xt_dccp_info
|
H A D | xt_devgroup.h | 14 __u32 flags; member in struct:xt_devgroup_info
|
H A D | xt_iprange.h | 16 __u8 flags; member in struct:xt_iprange_mtinfo
|
H A D | xt_multiport.h | 16 __u8 flags; /* Type of comparison */ member in struct:xt_multiport 22 __u8 flags; /* Type of comparison */ member in struct:xt_multiport_v1 25 __u8 pflags[XT_MULTI_PORTS]; /* Port flags */
|
H A D | xt_quota2.h | 16 u_int8_t flags; member in struct:xt_quota_mtinfo2
|