Home
last modified time | relevance | path

Searched refs:multiple (Results 1 – 25 of 197) sorted by relevance

12345678

/external/e2fsprogs/lib/ext2fs/
Dicount.c52 ext2fs_inode_bitmap multiple; member
73 if (icount->multiple) in ext2fs_free_icount()
74 ext2fs_free_inode_bitmap(icount->multiple); in ext2fs_free_icount()
103 &icount->multiple); in alloc_icount()
107 icount->multiple = 0; in alloc_icount()
495 if (icount->multiple && in ext2fs_icount_fetch()
496 !ext2fs_test_inode_bitmap(icount->multiple, ino)) { in ext2fs_icount_fetch()
523 } else if (icount->multiple) { in ext2fs_icount_increment()
529 if (ext2fs_test_inode_bitmap(icount->multiple, ino)) { in ext2fs_icount_increment()
554 if (icount->multiple) in ext2fs_icount_increment()
[all …]
/external/webkit/WebKit/win/Interfaces/
DIWebResourceLoadDelegate.idl51 resource. For example, a single resource may generate multiple
86 multiple call backs.
122 multiple call backs.
125 @discussion In some rare cases, multiple responses may be received for a single load.
138 multiple call backs.
150 multiple call backs.
161 multiple call backs.
DDOMHTML.idl447 - (BOOL)multiple;
449 HRESULT multiple([out, retval] BOOL* result);
452 - (void)setMultiple:(BOOL)multiple;
454 HRESULT setMultiple([in] BOOL multiple);
/external/iptables/extensions/
Dlibipt_DNAT.man27 address range or multiple --to-destination options, a simple round-robin (one
29 Later Kernels (>= 2.6.11-rc1) don't have the ability to NAT to multiple ranges
Dlibipt_SNAT.man25 range or multiple --to-source options, a simple round-robin (one after another
27 Later Kernels (>= 2.6.11-rc1) don't have the ability to NAT to multiple ranges
Dlibipt_SAME.man7 multiple ranges.
/external/e2fsprogs/doc/
Dlibblkid.txt5 For cases where a program wants information about multiple devices, or
6 expects to be doing multiple token searches, the program should
60 If a program needs to call multiple blkid functions, then passing in a
/external/icu4c/data/rbnf/
Dga.txt58 // Put in "is" after céad when a multiple of 10
105 // Put in "is" after míle when a multiple of 10
155 // Put in "is" after milliún when a multiple of 10
187 // Put in "is" after billiún when a multiple of 10
236 // Put in "is" after trilliún when a multiple of 10
Dmt.txt33 // we only need a new rule at every multiple of 10. Text in
35 // even multiple of 10.
45 // the result of formatting the multiple of 100 is to be
55 // being formatted is an even multiple of the rule's divisor
56 // (in this case, an even multiple of 100)
Den.txt45 // we only need a new rule at every multiple of 10. Text in
47 // even multiple of 10.
57 // the result of formatting the multiple of 100 is to be
67 // being formatted is an even multiple of the rule's divisor
68 // (in this case, an even multiple of 100)
/external/e2fsprogs/tests/f_dup3/
Dname1 blocks claimed by one file multiple times
/external/webkit/WebCore/html/
DHTMLSelectElement.cpp163 if (!multiple()) in setSelectedIndex()
402 if (!renderer() || !multiple()) in selectAll()
735 bool shiftSelect = multiple() && mEvt->shiftKey(); in listBoxDefaultEventHandler()
736 bool multiSelect = multiple() && multiSelectKeyPressed && !mEvt->shiftKey(); in listBoxDefaultEventHandler()
808 bool deselectOthers = !multiple() || !static_cast<KeyboardEvent*>(evt)->shiftKey(); in listBoxDefaultEventHandler()
1048 void HTMLSelectElement::setMultiple(bool multiple) in setMultiple() argument
1050 setAttribute(multipleAttr, multiple ? "" : 0); in setMultiple()
DHTMLAttributeNames.in104 multiple
DHTMLSelectElement.h71 bool multiple() const { return m_multiple; } in multiple() function
/external/libpng/
Dpngtest.c1442 int multiple = 0; in main() local
1484 multiple = 1; in main()
1490 multiple = 1; in main()
1507 if (!multiple && argc == 3 + verbose) in main()
1510 if ((!multiple && argc > 3 + verbose) || (multiple && argc < 2)) in main()
1522 if (multiple) in main()
/external/dropbear/
DREADME6 which performs multiple tasks, to save disk space)
28 user. Beware of editors that split the key into multiple lines.
/external/qemu/android/build/
Dclear_vars.make16 # called multiple times to clear variables used to define a given 'module'
/external/dropbear/libtomcrypt/notes/
Dtech0001.txt54 multiple sources. If you have a network adapter and other sources of events (keyboard, mouse, etc.…
71 safe either. This means if you have multiple threads or processes that read from it you will have …
/external/webkit/WebCore/css/
Dwml.css178 select[multiple],
179 select[size][multiple] { selector
/external/webkit/WebCore/rendering/
DRenderListBox.cpp442 select->updateListBoxSelection(!select->multiple()); in panScroll()
474 if (!select->multiple()) in autoscroll()
478 select->updateListBoxSelection(!select->multiple()); in autoscroll()
/external/elfutils/
DTODO150 specify another section. mcs can take multiple -n
151 options to allow for specification of multiple sec-
/external/opencore/tools_v2/build/make/
Dg++.mk17 SHARED_PRE_LDFLAGS ?= -shared -Wl,-Bsymbolic -Wl,--allow-multiple-definition -Wl,--whole-archive
/external/icu4c/test/cintltst/
Dutf16tst.c96 UBool multiple; in TestCharLength() local
104 multiple=(UBool)(codepoint[i] == 1 ? FALSE : TRUE); in TestCharLength()
105 if(UTF16_NEED_MULTIPLE_UCHAR(c) != multiple){ in TestCharLength()
Dutf8tst.c136 UBool multiple; in TestCharLength() local
144 multiple=(UBool)(codepoint[i] == 1 ? FALSE : TRUE); in TestCharLength()
145 if(UTF8_NEED_MULTIPLE_UCHAR(c) != multiple){ in TestCharLength()
/external/ipsec-tools/src/racoon/
DTODO18 o multiple certificate payload handling.
128 o behavior to receive multiple auth method proposals and AND proposal

12345678