Home
last modified time | relevance | path

Searched refs:conversion (Results 1 – 25 of 35) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
Dstring_format.h639 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/
Dstring_format.h636 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/
Dstring.py557 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/
Dstring.py571 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/
DAndroid.mk24 LOCAL_CFLAGS := -Wconversion -Wall -Werror -Wno-sign-conversion
/device/google/bonito/audio/
DREADME4 CSPL config string conversion used for android system
/device/google/crosshatch/audio/
DREADME4 CSPL config string conversion used for android system
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_string.py151 def convert_field(self, value, conversion): argument
152 if conversion == 'x':
154 return super(XFormatter, self).convert_field(value, conversion)
Dfloating_points.txt1 # These numbers are used to test floating point binary-to-decimal conversion.
/device/google/contexthub/firmware/lib/builtins/
Dfp_extend_impl.inc1 //=-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/
DPatch-HOWTO.txt38 uncheck the WinZip smart CR/LF conversion option (WINZIP: Options -->
39 Configuration --> Miscellaneous --> "TAR file smart CR/LF conversion").
DOpensslLib.inf542 # 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/
DArithChk.inf3 # conversion library.
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/Library/UefiLanguageLib/
DUefiLanguageLib.inf4 # The Language Library implementation that provides functions for language conversion
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DUefiDevicePathLibOptionalDevicePathProtocol.uni6 // uses its internal conversion logic.
DUefiDevicePathLibOptionalDevicePathProtocol.inf6 # uses its internal conversion logic.
/device/linaro/bootloader/edk2/BaseTools/
DBuildNotes.txt40 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/
Dgdtoa.inf3 # and decimal -> binary conversion routines, for single-, double-,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/
DEdkCompatibilityPkg.dec30 ## @libraryclass Provides functions for language conversion between
/device/linaro/bootloader/edk2/StdLib/LibC/Time/
DTheory.txt69 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/
Dsoftfloat.txt200 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/
DBuildNotes2.txt142 be executed without Python interpreter. One of the conversion tools is called
/device/google/bonito/json-c/
DChangeLog209 Added cast and mask to suffice size_t v. unsigned int conversion
/device/google/crosshatch/json-c/
DChangeLog209 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/
DChangeLog62 - 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

12