/external/icu4c/common/ |
D | uprops.c | 150 u_hasBinaryProperty(UChar32 c, UProperty which) { in u_hasBinaryProperty() argument 152 if(which<UCHAR_BINARY_START || UCHAR_BINARY_LIMIT<=which) { in u_hasBinaryProperty() 155 uint32_t mask=binProps[which].mask; in u_hasBinaryProperty() 156 int32_t column=binProps[which].column; in u_hasBinaryProperty() 162 return ucase_hasBinaryProperty(c, which); in u_hasBinaryProperty() 166 switch(which) { in u_hasBinaryProperty() 173 … return unorm_isNFSkippable(c, (UNormalizationMode)(which-UCHAR_NFD_INERT+UNORM_NFD)); in u_hasBinaryProperty() 184 switch(which) { in u_hasBinaryProperty() 197 switch(which) { in u_hasBinaryProperty() 210 switch(which) { in u_hasBinaryProperty() [all …]
|
D | unisetspan.cpp | 202 uint32_t which) in UnicodeSetStringSpan() argument 207 all((UBool)(which==ALL)) { in UnicodeSetStringSpan() 209 if(which&NOT_CONTAINED) { in UnicodeSetStringSpan() 237 if((which&UTF16) && length16>maxLength16) { in UnicodeSetStringSpan() 240 if((which&UTF8) && (thisRelevant || (which&CONTAINED))) { in UnicodeSetStringSpan() 270 if(which&UTF8) { in UnicodeSetStringSpan() 294 if(which&UTF8) { in UnicodeSetStringSpan() 312 if(which&UTF16) { in UnicodeSetStringSpan() 313 if(which&CONTAINED) { in UnicodeSetStringSpan() 314 if(which&FWD) { in UnicodeSetStringSpan() [all …]
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/ |
D | vms-code.c | 24 int i, oargc, punct, which, append, alt_rfm; local 63 which = (p[1] == '&' ? ERR_FD : OUT_FD); 64 if (which == ERR_FD) ++p; 65 mode[which] = append ? "a" : "w"; 66 rfm[which] = alt_rfm ? "rfm=var" : "rfm=stmlf"; 67 name[which] = ++p; 69 name[which] = (*iargv)[++i];
|
/external/qemu/distrib/sdl-1.2.12/include/ |
D | SDL_events.h | 121 Uint8 which; /* The keyboard device index */ member 129 Uint8 which; /* The mouse device index */ member 139 Uint8 which; /* The mouse device index */ member 148 Uint8 which; /* The joystick device index */ member 156 Uint8 which; /* The joystick device index */ member 165 Uint8 which; /* The joystick device index */ member 178 Uint8 which; /* The joystick device index */ member
|
/external/e2fsprogs/lib/et/ |
D | com_err.texinfo | 12 @c run ``tex com_err.texinfo'' which will load in texinfo.tex, 93 a library and associated utilities which allows a more uniform way for 146 deal with a number of libraries, each of which can use a different 153 needed to determine which table to look at. Sometimes no text messages are 154 supplied at all, and the programmer must supply them at any point at which 174 error codes accidentally returned before making the table known, which is 181 Error codes themselves are 32 bit (signed) integers, of which the high 182 order 24 bits are an identifier of which error table the error code is 186 on systems which support wider values. 200 Any variable which is to contain an error code should be declared @t{long}. [all …]
|
/external/dropbear/libtomcrypt/src/pk/rsa/ |
D | rsa_exptmod.c | 31 unsigned char *out, unsigned long *outlen, int which, in rsa_exptmod() argument 44 if (which == PK_PRIVATE && (key->type != PK_PRIVATE)) { in rsa_exptmod() 49 if (which != PK_PRIVATE && which != PK_PUBLIC) { in rsa_exptmod() 64 if (which == PK_PRIVATE) { in rsa_exptmod()
|
/external/e2fsprogs/po/ |
D | Makevars | 23 # This is the email address or URL to which the translators shall report 25 # - Strings which are not entire sentences, see the maintainer guidelines 27 # - Strings which use unclear terms or require additional context to be 29 # - Strings which make invalid assumptions about notation of date, time or 36 # which the translators can contact you. 39 # This is the list of locale categories, beyond LC_MESSAGES, for which the
|
/external/dropbear/libtomcrypt/src/pk/katja/ |
D | katja_exptmod.c | 31 unsigned char *out, unsigned long *outlen, int which, in katja_exptmod() argument 44 if (which == PK_PRIVATE && (key->type != PK_PRIVATE)) { in katja_exptmod() 49 if (which != PK_PRIVATE && which != PK_PUBLIC) { in katja_exptmod() 64 if (which == PK_PRIVATE) { in katja_exptmod()
|
/external/icu4c/ |
D | runConfigureICU | 127 CC=`which xlc_r`; export CC 128 CXX=`which xlC_r`; export CXX 141 CC=`which cc`; export CC 142 CXX=`which CC`; export CXX 157 CC=`which cc`; export CC 158 CXX=`which CC`; export CXX 191 CC=`which icc`; export CC 192 CXX=`which icpc`; export CXX 199 CC=`which xlc_r`; export CC 200 CXX=`which xlC_r`; export CXX
|
/external/e2fsprogs/lib/blkid/ |
D | devname.c | 473 int which = 0, last = 0; in probe_all() local 499 last = which; in probe_all() 500 which ^= 1; in probe_all() 501 ptname = ptnames[which]; in probe_all() 506 devs[which] = makedev(ma, mi); in probe_all() 522 lens[which] = strlen(ptname); in probe_all() 525 if (isdigit(ptname[lens[which] - 1])) { in probe_all() 528 ptname, (unsigned int) devs[which])); in probe_all() 531 probe_one(cache, ptname, devs[which], 0, in probe_all() 533 lens[which] = 0; /* mark as checked */ in probe_all() [all …]
|
/external/dropbear/libtommath/ |
D | changes.txt | 3 -- Fixed bug in fast_s_mp_mul_high_digs() which overflowed (line 83), thanks Valgrind! 38 -- [Wolfgang Ehrhardt] Suggested a fix for mp_reduce() which avoided underruns. ;-) 48 … -- Added mp_to_(un)signed_bin_n() functions which do bounds checking for ya [and report the size] 58 v0.33 -- Fixed "small" variant for mp_div() which would munge with negative dividends... 59 -- Fixed bug in mp_prime_random_ex() which would set the most significant byte to zero when 71 -- Wrote SC_RSA_1 which will enable close to the minimum required to perform 73 -- Merged in the small/slower mp_div replacement. You can now toggle which 91 v0.30 -- Added "mp_toradix_n" which stores upto "n-1" least significant digits of an mp_int 97 -- Added mp_prime_random_ex() which is a more versatile prime generator accurate to 98 exact bit lengths (unlike the deprecated but still available mp_prime_random() which [all …]
|
/external/iptables/extensions/ |
D | libip6t_REJECT.man | 10 chains, and user-defined chains which are only called from those 26 which return the appropriate ICMPv6 error message (\fBport-unreach\fP is 29 can be used on rules which only match the TCP protocol: this causes a 32 (113/tcp) probes which frequently occur when sending mail to broken mail 33 hosts (which won't accept your mail otherwise).
|
D | libipt_REJECT.man | 10 chains, and user-defined chains which are only called from those 25 which return the appropriate ICMP error message (\fBport-unreachable\fP is 28 can be used on rules which only match the TCP protocol: this causes a 31 (113/tcp) probes which frequently occur when sending mail to broken mail 32 hosts (which won't accept your mail otherwise).
|
D | libipt_state.man | 8 meaning that the packet could not be identified for some reason which 9 includes running out of memory and ICMP errors which don't correspond to any 12 meaning that the packet is associated with a connection which has seen 16 associated with a connection which has not seen packets in both
|
D | libipt_physdev.man | 7 Name of a bridge port via which a packet is received (only for 14 interface which begins with this name will match. If the packet didn't arrive 18 Name of a bridge port via which a packet is going to be sent (for packets 25 interface which begins with this name will match. Note that in the
|
D | libip6t_physdev.man | 7 Name of a bridge port via which a packet is received (only for 14 interface which begins with this name will match. If the packet didn't arrive 18 Name of a bridge port via which a packet is going to be sent (for packets 25 interface which begins with this name will match. Note that in the
|
D | libip6t_ipv6header.man | 4 Matches the packet which EXACTLY includes all specified headers. The headers 21 (No Next header) which matches 59 in the 'Next Header field' of IPv6 header or any IPv6 extension h… 23 which matches any upper layer protocol header. A protocol name from /etc/protocols and numeric valu…
|
/external/bluetooth/bluez/test/ |
D | hsplay | 3 MPG123=`which mpg123` 4 SOX=`which sox` 5 HSTEST=`which hstest`
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 4 Fixed e2image -I so it works on image files which are larger than 2GB. 42 ext2fs_dblist_drop_last(), which allows the caller to examine the last 58 depreciate the -s option, since it can result in filesystems which 95 Fix bug which could cause libblkid to seg fault if a device mapper 105 option sytax has been changed to one which is can be more portable 106 supported and which is consistent with the format for extended options 124 Add support for the -M option to fsck, which causes it to ignore 144 Add new flag EXT2_FLAG_NONFREE_ON_ERROR ext2fs_open2() which returns a 148 Add a new function e2p_edit_feature2() which allows the caller to 149 specify which feature flags are OK to set or clear, and which returns [all …]
|
/external/ppp/pppd/plugins/radius/etc/ |
D | radiusclient.conf.in | 3 # specify which authentication comes first respectively which 17 # name of the nologin file which when it exists disables logins. 18 # it may be extended by the ttyname which will result in 33 # optionally you can specify a the port number on which is remote 56 # file which holds sequence number for communication with the 60 # file which specifies mapping between ttyname and NAS-Port attribute
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/ |
D | MVS.mail | 16 I've built a context diff file which is ~850 lines. 29 your RCSID lines, which with the full path name were too long. 33 a separate file 'fixit.l', which is not included in the diffs.) 35 o There are several places where there are tests for 'isascii' (which I 37 which I changed to 'isupper'. 41 initscan) are 'isolable' as separate files which would have to be
|
/external/dropbear/ |
D | scpmisc.c | 167 replacearg(arglist *args, u_int which, char *fmt, ...) in replacearg() argument 179 if (which >= args->num) in replacearg() 181 which, args->num); in replacearg() 182 xfree(args->list[which]); in replacearg() 183 args->list[which] = cp; in replacearg()
|
/external/qemu/docs/ |
D | AUDIO.TXT | 46 - A 'rpos' offset into the circular buffer which tells where to read the next samples 74 (Similarly, all input backends have a 'read' methods which simply calls 'audio_pcm_sw_read') 81 - a 'total_hw_samples_mixed' which correspond to the number of samples that have 84 stereo buffer, not emulated hardware sound samples, which can have different 108 - a 'ratio' value, which is the ratio of the target HWVoiceOut's frequency by 128 | callback which is itself called on each audio timer 133 | (sent through HWVoiceOut's 'clip' function, which is 158 - takes a 'free' parameter which is the number of stereo sound samples that can 163 samples, and their 'count', which must be <= the 'free' parameter. 166 HWVoiceOut, which in turns calls the function audio_pcm_sw_write() which does
|
/external/libpcap/ |
D | TODO | 22 problems at the first glance which needs fixing: 25 should be a way for the application to get a file descriptor which it 26 has to monitor and a callback in pcap which has to be called on 31 + too many functions. There are a lot of functions for everything which
|
/external/expat/ |
D | README | 9 structures for which you may register handlers. 11 Windows users should use the expat_win32bin package, which includes 41 There are many options which you may provide to configure (which you 61 the directories into which things will be installed. 88 3. Run "make buildlib" (which builds the library only). 90 4. Run "make installlib" (which installs the library only). 93 "/usr/ccs/bin", which is not in the default PATH. You will need to
|