/external/webkit/WebCore/bindings/js/ |
D | JSSVGPODListCustom.h | 109 typename JSSVGPODListTraits<PODType>::ConversionCallback conversion) in initialize() argument 114 … listImp->initialize(JSSVGPODListTraits<PODType>::PODListItem::copy(conversion(args.at(0))), ec)); in initialize() 136 … typename JSSVGPODListTraits<PODType>::ConversionCallback conversion) in insertItemBefore() argument 148 …stImp->insertItemBefore(JSSVGPODListTraits<PODType>::PODListItem::copy(conversion(args.at(0))), in… in insertItemBefore() 153 typename JSSVGPODListTraits<PODType>::ConversionCallback conversion) in replaceItem() argument 165 …listImp->replaceItem(JSSVGPODListTraits<PODType>::PODListItem::copy(conversion(args.at(0))), index… in replaceItem() 187 typename JSSVGPODListTraits<PODType>::ConversionCallback conversion) in appendItem() argument 192 … listImp->appendItem(JSSVGPODListTraits<PODType>::PODListItem::copy(conversion(args.at(0))), ec)); in appendItem()
|
/external/icu4c/extra/uconv/ |
D | README | 3 The uconv command is an iconv(1)-like conversion / transcoding 11 <jonas.utterstrom@vittran.norrnod.se>, and offered simple conversion and 13 moved to the main ICU distribution and converted to the C conversion
|
/external/bluetooth/glib/glib/gnulib/ |
D | vasnprintf.c | 85 char conversion, in print_long_long() argument 111 switch (conversion) in print_long_long() 339 if (dp->conversion == '%') in vasnprintf() 352 if (dp->conversion == 'n') in vasnprintf() 438 switch (dp->conversion) in vasnprintf() 697 *p = dp->conversion; in vasnprintf() 899 dp->conversion, in vasnprintf() 905 dp->conversion, in vasnprintf()
|
D | printf-parse.h | 47 char conversion; /* d i o u x X f e E g G c s p n U % but not C S */ member
|
/external/webkit/WebKitTools/Scripts/webkitpy/ |
D | diff_parser.py | 57 for pattern, conversion in conversion_patterns: 60 return conversion(matched)
|
/external/icu4c/samples/ucnv/ |
D | readme.txt | 4 convsamp: a sample program which demonstrates using ICU conversion 9 Writing a custom conversion callback function
|
/external/icu4c/samples/ |
D | readme.txt | 11 case - demonstrates how to do Unicode case conversion in C and C++. 33 ucnv - demonstrates the use of ICU codepage conversion
|
/external/e2fsprogs/intl/ |
D | vasnprintf.c | 222 if (dp->conversion == '%') in VASNPRINTF() 238 if (dp->conversion == 'n') in VASNPRINTF() 325 switch (dp->conversion) in VASNPRINTF() 556 *p = dp->conversion; in VASNPRINTF()
|
D | printf-parse.h | 48 char conversion; /* d i o u x X f e E g G c s p n U % but not C S */ member
|
D | wprintf-parse.h | 48 wchar_t conversion; /* d i o u x X f e E g G c s p n U % but not C S */ member
|
/external/icu4c/extra/uconv/resources/ |
D | fr.txt | 100 …//problemCvtToU { "La conversion d''Unicode vers l''encodage de destination a échoué à la position… 101 …//problemCvtFromU { "La conversion de l''encodage original vers Unicode a échoué à la position {0}… 102 …//problemCvtFromUOut { "La conversion de l''encodage original vers Unicode a échoué à la position …
|
/external/icu4c/test/testdata/ |
D | test4x.ucm | 8 # Test file for MBCS conversion extension with four-byte codepage data.
|
D | test5.ucm | 8 # Test file for MBCS conversion with three-byte codepage data.
|
D | test1.ucm | 8 # Test file for MBCS conversion with single-byte codepage data.
|
D | test1bmp.ucm | 8 # Test file for MBCS conversion with single-byte codepage data.
|
/external/chromium/third_party/icu/source/test/testdata/ |
D | test4x.ucm | 8 # Test file for MBCS conversion extension with four-byte codepage data.
|
D | test1.ucm | 8 # Test file for MBCS conversion with single-byte codepage data.
|
D | test1bmp.ucm | 8 # Test file for MBCS conversion with single-byte codepage data.
|
D | testdata.mak | 31 …a.dat" : $(TEST_RES_FILES) "$(TESTDATABLD)\casing.res" "$(TESTDATABLD)\conversion.res" "$(TESTDATA… 38 conversion.res
|
/external/jpeg/ |
D | filelist.doc | 12 "jpegtran" uses the library to do lossless conversion between different 69 jccolor.c Color space conversion. 96 jdcolor.c Color space conversion. 97 jdmerge.c Merged upsampling/color conversion (faster, lower quality).
|
/external/qemu/docs/ |
D | AUDIO.TXT | 42 - A target conversion function, called 'clip()' that is used to read from the stereo 47 from the stereo buffer for the next conversion through 'clip'. 167 standard rate/volume adjustment before mixing the conversion into the target
|
/external/genext2fs/m4/ |
D | ac_func_scanf_can_malloc.m4 | 51 …AC_DEFINE([SCANF_CAN_MALLOC], 1, [Define to 1 if the scanf %a conversion format mallocs a buffer. …
|
/external/libxml2/patches/ |
D | 0001-Add-ICU-support-for-libxml.patch | 184 + * ICU based generic conversion functions * 253 * The real API used by libxml for on-the-fly conversion * 440 + UConverter *uconv; /* for conversion between an encoding and UTF-16 */ 441 + UConverter *utf8; /* for conversion between UTF-8 and UTF-16 */
|
/external/openssl/crypto/dso/ |
D | README | 11 There is now a callback scheme in place where filename conversion can
|
/external/libpng/ |
D | TODO | 19 Text conversion between different code pages (Latin-1 -> Mac and DOS).
|