/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/ |
D | string_format.h | 639 STRINGLIB_CHAR *conversion) in parse_field() argument 648 *conversion = '\0'; in parse_field() 683 *conversion = *(format_spec->ptr++); in parse_field() 728 SubString *format_spec, STRINGLIB_CHAR *conversion, in MarkupIterator_next() argument 742 *conversion = '\0'; in MarkupIterator_next() 828 if (parse_field(&s, field_name, format_spec, conversion) == 0) in MarkupIterator_next() 846 do_conversion(PyObject *obj, STRINGLIB_CHAR conversion) in do_conversion() argument 850 switch (conversion) { in do_conversion() 856 if (conversion > 32 && conversion < 127) { in do_conversion() 862 (char)conversion); in do_conversion() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/ |
D | string_format.h | 636 STRINGLIB_CHAR *conversion) in parse_field() argument 645 *conversion = '\0'; in parse_field() 680 *conversion = *(format_spec->ptr++); in parse_field() 725 SubString *format_spec, STRINGLIB_CHAR *conversion, in MarkupIterator_next() argument 739 *conversion = '\0'; in MarkupIterator_next() 825 if (parse_field(&s, field_name, format_spec, conversion) == 0) in MarkupIterator_next() 843 do_conversion(PyObject *obj, STRINGLIB_CHAR conversion) in do_conversion() argument 847 switch (conversion) { in do_conversion() 853 if (conversion > 32 && conversion < 127) { in do_conversion() 859 (char)conversion); in do_conversion() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | string.py | 557 for literal_text, field_name, format_spec, conversion in \ 575 obj = self.convert_field(obj, conversion) 602 def convert_field(self, value, conversion): argument 604 if conversion == 'r': 606 elif conversion == 's': 608 elif conversion is None: 610 raise ValueError("Unknown conversion specifier {0!s}".format(conversion))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | string.py | 571 for literal_text, field_name, format_spec, conversion in \ 589 obj = self.convert_field(obj, conversion) 616 def convert_field(self, value, conversion): argument 618 if conversion is None: 620 elif conversion == 's': 622 elif conversion == 'r': 624 raise ValueError("Unknown conversion specifier {0!s}".format(conversion))
|
/device/linaro/hikey/libmemtrack/ |
D | Android.mk | 24 LOCAL_CFLAGS := -Wconversion -Wall -Werror -Wno-sign-conversion
|
/device/google/bonito/audio/ |
D | README | 4 CSPL config string conversion used for android system
|
/device/google/crosshatch/audio/ |
D | README | 4 CSPL config string conversion used for android system
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_string.py | 151 def convert_field(self, value, conversion): argument 152 if conversion == 'x': 154 return super(XFormatter, self).convert_field(value, conversion)
|
D | floating_points.txt | 1 # These numbers are used to test floating point binary-to-decimal conversion.
|
/device/google/contexthub/firmware/lib/builtins/ |
D | fp_extend_impl.inc | 1 //=-lib/fp_extend_impl.inc - low precision -> high precision conversion -*-- -// 10 // This file implements a fairly generic conversion from a narrower to a wider 12 // includes below parameterize the conversion.
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/ |
D | Patch-HOWTO.txt | 38 uncheck the WinZip smart CR/LF conversion option (WINZIP: Options --> 39 Configuration --> Miscellaneous --> "TAR file smart CR/LF conversion").
|
D | OpensslLib.inf | 542 # C4244: conversion from type1 to type2, possible loss of data 546 # C4245: conversion from type1 to type2, signed/unsigned mismatch 547 # C4267: conversion from size_t to type, possible loss of data 549 # C4306: conversion from type1 to type2 of greater size 572 # 68: integer conversion resulted in a change of sign ("if (Status == -1)")
|
/device/linaro/bootloader/edk2/AppPkg/Applications/ArithChk/ |
D | ArithChk.inf | 3 # conversion library.
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/Library/UefiLanguageLib/ |
D | UefiLanguageLib.inf | 4 # The Language Library implementation that provides functions for language conversion
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/ |
D | UefiDevicePathLibOptionalDevicePathProtocol.uni | 6 // uses its internal conversion logic.
|
D | UefiDevicePathLibOptionalDevicePathProtocol.inf | 6 # uses its internal conversion logic.
|
/device/linaro/bootloader/edk2/BaseTools/ |
D | BuildNotes.txt | 40 For Windows and Linux, the conversion tool package is called cx_Freeze, its 62 * Execute tools written in Python without conversion
|
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
D | gdtoa.inf | 3 # and decimal -> binary conversion routines, for single-, double-,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/ |
D | EdkCompatibilityPkg.dec | 30 ## @libraryclass Provides functions for language conversion between
|
/device/linaro/bootloader/edk2/StdLib/LibC/Time/ |
D | Theory.txt | 69 that does time conversion. This means that when US time conversion 71 do time conversion must be recompiled to ensure proper results. 116 conversion, the "daylight" and "timezone" variables are no longer 162 * In SVR2, time conversion fails for near-minimum or near-maximum 172 Other time conversion proposals, in particular the one developed by folks at 178 acceptability. If more powerful time conversion functions can be standardized,
|
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/ |
D | softfloat.txt | 200 integers. The complete set of conversion functions is: 217 Each conversion function takes one operand of the appropriate type and 227 positive integer is returned. Otherwise, if the conversion overflows, the
|
/device/linaro/bootloader/edk2/ |
D | BuildNotes2.txt | 142 be executed without Python interpreter. One of the conversion tools is called
|
/device/google/bonito/json-c/ |
D | ChangeLog | 209 Added cast and mask to suffice size_t v. unsigned int conversion
|
/device/google/crosshatch/json-c/ |
D | ChangeLog | 209 Added cast and mask to suffice size_t v. unsigned int conversion
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | ChangeLog | 62 - Add casts and consts to ease user conversion to C++ 253 - Use u4 type for crc_table to avoid conversion warnings 254 - Apply casts in zlib.h to avoid conversion warnings 886 - Attempt to avoid warnings in crc32.c for pointer-int conversion
|