/external/e2fsprogs/lib/ext2fs/ |
D | icount.c | 52 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/ |
D | IWebResourceLoadDelegate.idl | 51 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.
|
D | DOMHTML.idl | 447 - (BOOL)multiple; 449 HRESULT multiple([out, retval] BOOL* result); 452 - (void)setMultiple:(BOOL)multiple; 454 HRESULT setMultiple([in] BOOL multiple);
|
/external/iptables/extensions/ |
D | libipt_DNAT.man | 27 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
|
D | libipt_SNAT.man | 25 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
|
D | libipt_SAME.man | 7 multiple ranges.
|
/external/e2fsprogs/doc/ |
D | libblkid.txt | 5 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/ |
D | ga.txt | 58 // 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
|
D | mt.txt | 33 // 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)
|
D | en.txt | 45 // 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/ |
D | name | 1 blocks claimed by one file multiple times
|
/external/webkit/WebCore/html/ |
D | HTMLSelectElement.cpp | 163 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()
|
D | HTMLAttributeNames.in | 104 multiple
|
D | HTMLSelectElement.h | 71 bool multiple() const { return m_multiple; } in multiple() function
|
/external/libpng/ |
D | pngtest.c | 1442 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/ |
D | README | 6 which performs multiple tasks, to save disk space) 28 user. Beware of editors that split the key into multiple lines.
|
/external/qemu/android/build/ |
D | clear_vars.make | 16 # called multiple times to clear variables used to define a given 'module'
|
/external/dropbear/libtomcrypt/notes/ |
D | tech0001.txt | 54 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/ |
D | wml.css | 178 select[multiple], 179 select[size][multiple] { selector
|
/external/webkit/WebCore/rendering/ |
D | RenderListBox.cpp | 442 select->updateListBoxSelection(!select->multiple()); in panScroll() 474 if (!select->multiple()) in autoscroll() 478 select->updateListBoxSelection(!select->multiple()); in autoscroll()
|
/external/elfutils/ |
D | TODO | 150 specify another section. mcs can take multiple -n 151 options to allow for specification of multiple sec-
|
/external/opencore/tools_v2/build/make/ |
D | g++.mk | 17 SHARED_PRE_LDFLAGS ?= -shared -Wl,-Bsymbolic -Wl,--allow-multiple-definition -Wl,--whole-archive
|
/external/icu4c/test/cintltst/ |
D | utf16tst.c | 96 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()
|
D | utf8tst.c | 136 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/ |
D | TODO | 18 o multiple certificate payload handling. 128 o behavior to receive multiple auth method proposals and AND proposal
|