/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/ |
PxeBcSupport.h | 436 @param[in] Number Numeric value to be converted.
453 @param[in] Number Numeric value to be converted.
470 @param[out] Digit The converted UINT8 for output.
471 @param[in] Char The unicode hex number to be converted.
473 @retval EFI_SUCCESS Successfully converted the unicode hex.
|
/external/apache-http/src/org/apache/commons/codec/net/ |
QuotedPrintableCodec.java | 164 * Decodes an array quoted-printable characters into an array of original bytes. Escaped characters are converted 220 * Decodes an array of quoted-printable characters into an array of original bytes. Escaped characters are converted 268 * are converted back to their original representation. 289 * converted back to their original representation. 336 * Decodes a quoted-printable object into its original form. Escaped characters are converted back to their original
|
/external/guice/core/test/com/google/inject/ |
TypeConversionTest.java | 378 boolean converted = false; 380 if (converted) { 381 throw new AssertionFailedError("converted multiple times!"); 383 converted = true; 489 fail("Converted an unannotated String to an Integer");
|
/frameworks/base/core/java/com/android/internal/util/ |
Preconditions.java | 42 * be converted to a string using {@link String#valueOf(Object)} 56 * be converted to a string using {@link String#format(String, Object...)} 89 * be converted to a string using {@link String#valueOf(Object)} 122 * be converted to a string using {@link String#valueOf(Object)} 139 * be converted to a string using {@link String#format(String, Object...)}
|
/external/vulkan-validation-layers/libs/glm/gtc/ |
packing.hpp | 96 /// Then, each component is converted to a normalized floating-point value to generate the returned two-component vector. 125 /// Then, the value is converted to a normalized floating-point value to generate the returned scalar. 154 /// Then, each component is converted to a normalized floating-point value to generate the returned two-component vector. 183 /// Then, the value is converted to a normalized floating-point value to generate the returned scalar. 212 /// Then, each component is converted to a normalized floating-point value to generate the returned four-component vector. 241 /// Then, each component is converted to a normalized floating-point value to generate the returned scalar. 270 /// Then, each component is converted to a normalized floating-point value to generate the returned four-component vector. 400 /// Then, each component is converted to a normalized floating-point value to generate the returned four-component vector. 435 /// Then, each component is converted to a normalized floating-point value to generate the returned four-component vector. 463 /// Then, each component is converted to a normalized floating-point value to generate the returned three-component vector [all...] |
/prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtc/ |
packing.hpp | 96 /// Then, each component is converted to a normalized floating-point value to generate the returned two-component vector. 125 /// Then, the value is converted to a normalized floating-point value to generate the returned scalar. 154 /// Then, each component is converted to a normalized floating-point value to generate the returned two-component vector. 183 /// Then, the value is converted to a normalized floating-point value to generate the returned scalar. 212 /// Then, each component is converted to a normalized floating-point value to generate the returned four-component vector. 241 /// Then, each component is converted to a normalized floating-point value to generate the returned scalar. 270 /// Then, each component is converted to a normalized floating-point value to generate the returned four-component vector. 400 /// Then, each component is converted to a normalized floating-point value to generate the returned four-component vector. 435 /// Then, each component is converted to a normalized floating-point value to generate the returned four-component vector. 463 /// Then, each component is converted to a normalized floating-point value to generate the returned three-component vector [all...] |
/libcore/ojluni/src/main/java/java/lang/ |
AbstractStringBuilder.java | 415 * The overall effect is exactly as if the argument were converted 563 * The overall effect is exactly as if the argument were converted 589 * The overall effect is exactly as if the arguments were converted 615 * The overall effect is exactly as if the argument were converted 649 * The overall effect is exactly as if the argument were converted 669 * The overall effect is exactly as if the argument were converted 696 * The overall effect is exactly as if the argument were converted 723 * The overall effect is exactly as if the argument were converted 741 * The overall effect is exactly as if the argument were converted 794 * converted to a {@code char} array by the metho [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/ |
EfiCommonLib.h | 590 TRUE - Successfully converted
1253 Len - Length in bytes of the buffer to hold converted data.
1254 If routine return with EFI_SUCCESS, containing length of converted data.
1256 Str - String to be converted from.
1261 EFI_BUFFER_TOO_SMALL: The buffer is too small to hold converted data.
1285 Buf - Buffer to be converted from.
1286 Len - Length in bytes of the buffer to be converted.
|
/external/doclava/src/com/google/doclava/ |
Converter.java | 796 Object converted; local 799 converted = Converter.obtainType((Type) orig); 802 converted = Converter.obtainField((FieldDoc) orig); 805 converted = Converter.obtainAnnotationInstance((AnnotationDesc) orig); 812 converted = values; 814 converted = orig; 816 v.init(converted);
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXInferAddressSpaces.cpp | 78 // converting %y to addrspace(3) requires the compiler to know the converted 79 // %y2, but converting %y2 needs the converted %y. To address this complication, 81 // instruction `I` to a new address space, if its operand `Op` is not converted 265 // Returns a clone of `I` with its operands converted to those specified in 292 // Computes the converted pointer operands. 513 // pointer operands converted to the new address space. Since the pointer 514 // operands are converted, the clone is naturally in the new address space by
|
/external/icu/icu4c/source/extra/uconv/ |
uconv.cpp | 503 result = CNV_NO_FEFF; // an error occurred or U+FEFF cannot be converted 751 // character that was converted in the 'unibuf'. 752 // Also the 'cbufp' is positioned behind the last converted 755 // true so that we get all characters converted. 916 // Again 'bufp' will be placed behind the last converted character 917 // And 'unibufp' will be placed behind the last converted unicode character 919 // all characters left get converted [all...] |
/art/compiler/optimizing/ |
intrinsics.h | 257 // an intrinsic, and then always converted into HIR instructions before they reach any 262 << " should have been converted to HIR"; \ 266 << " should have been converted to HIR"; \
|
/device/linaro/bootloader/edk2/MdeModulePkg/Application/CapsuleApp/ |
AppSupport.c | 73 @retval EFI_SUCCESS The string was successfully converted to the buffer.
130 @param[out] Guid A pointer to the converted GUID value.
132 @retval EFI_SUCCESS The GUID string was successfully converted to the GUID value.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/RuntimeDxe/ |
Runtime.c | 11 converted from physical mode to virtual mode. Be very careful walking linked
118 @param DebugDisposition Supplies type information for the pointer being converted.
358 // have been converted to runtime.
|
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/ |
IScsiMisc.h | 151 @retval EFI_SUCCESS The binary data is converted to the hexadecimal string
172 @retval EFI_SUCCESS The hexadecimal string is converted into a binary
174 @retval EFI_BUFFER_TOO_SMALL The binary buffer is too small to hold the converted data.
|
/device/linaro/bootloader/edk2/StdLib/LibC/String/ |
Searching.c | 21 /** The memchr function locates the first occurrence of c (converted to an
34 /** The strchr function locates the first occurrence of c (converted to a char)
133 /** The strrchr function locates the last occurrence of c (converted to a char)
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemValueOf.java | 66 * is evaluated and the resulting object is converted to a 87 * is evaluated and the resulting object is converted to a 201 * is evaluated and the resulting object is converted to a string
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
ASN1GeneralizedTime.java | 30 * @param obj an ASN1GeneralizedTime or an object that can be converted into one. 32 * @throws IllegalArgumentException if the object cannot be converted. 65 * be converted.
|
ASN1ObjectIdentifier.java | 24 * @param obj an ASN1ObjectIdentifier or an object that can be converted into one. 26 * @throws IllegalArgumentException if the object cannot be converted. 65 * be converted.
|
/external/google-breakpad/src/tools/windows/converter/ |
ms_symbol_server_converter.h | 136 // symbol store used to hold downloaded and converted symbol files. This 167 // pdb file and to the converted symbol file are returned in 169 // |pe_file| are optional and may be NULL. If only the converted symbol file
|
/external/icu/icu4c/source/common/unicode/ |
strenum.h | 116 * converted to char* with the invariant converter. If the 117 * conversion fails (because a character cannot be converted) then 266 * @param s String to be converted to Unicode.
|
/external/icu/icu4c/source/io/unicode/ |
ustdio.h | 60 converted then check to see if it's whitespace or in the scanset. 442 * All Unicode data written to the UFILE will be converted to this codepage 596 * The ustring passed in will be converted to the UFILE's underlying 619 * @return The number of items successfully converted and assigned, or EOF 636 * @return The number of items successfully converted and assigned, or EOF 651 * @return The number of items successfully converted and assigned, or EOF 668 * @return The number of items successfully converted and assigned, or EOF 738 * Bytes will be converted from the UFILE's underlying codepage, with [all...] |
/external/smali/util/src/main/java/org/jf/util/ |
Utf8Utils.java | 83 * @return non-null; the converted string 176 * @return non-null; the converted string 189 * @return non-null; the converted string
|
/frameworks/av/media/libmedia/include/media/ |
Modulo.h | 33 // type is converted to its base non-Modulo type through the value() function. 63 // converted to the type of the operand with greater rank. 66 // integer type shall be converted to the type of the operand with unsigned integer type.
|
/frameworks/base/core/java/android/net/ |
IpPrefix.java | 64 * so for example {@code 192.0.2.1/24} is silently converted to {@code 192.0.2.0/24}. 80 * converted to {@code 192.0.2.0/24}. 97 * is silently converted to {@code 192.0.2.0/24}.
|