HomeSort by relevance Sort by last modified time
    Searched full:converted (Results 926 - 950 of 6909) sorted by null

<<31323334353637383940>>

  /external/apache-http/src/org/apache/commons/codec/net/
BCodec.java 136 * Decodes a Base64 string into its original form. Escaped characters are converted back to their original
181 * Decodes a Base64 object into its original form. Escaped characters are converted back to their original
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
SignedData.java 85 * @param o the object we want converted.
87 * @throws IllegalArgumentException if the object cannot be converted.
SignerInfo.java 96 * @param o the object we want converted.
97 * @exception IllegalArgumentException if the object cannot be converted.
Time.java 140 * @param obj the object we want converted.
141 * @exception IllegalArgumentException if the object cannot be converted.
  /external/chromium-trace/catapult/common/py_utils/py_utils/
discover.py 91 index_by_class_name: If True, use class name converted to
129 index_by_class_name: If True, use class name converted to
  /external/deqp/framework/delibs/debase/
deFloat16.h 40 * \return Converted 16-bit floating-point value.
49 * \return Converted 32-bit floating-point value.
  /external/google-breakpad/src/common/
string_conversion.cc 54 // Resize to be the size of the # of converted characters + NULL
98 // Resize to be the size of the # of converted characters + NULL
  /external/guava/guava/src/com/google/common/base/
Preconditions.java 54 * Performance-sensitive precondition checks can always be converted to the customary form:
116 * @param errorMessage the exception message to use if the check fails; will be converted to a
136 * are converted to strings using {@link String#valueOf(Object)}.
167 * @param errorMessage the exception message to use if the check fails; will be converted to a
188 * are converted to strings using {@link String#valueOf(Object)}.
219 * @param errorMessage the exception message to use if the check fails; will be converted to a
241 * are converted to strings using {@link String#valueOf(Object)}.
405 * @param args the arguments to be substituted into the message template. Arguments are converted
  /external/icu/icu4c/as_is/os390/
unpax-icu.sh 66 # When building in ASCII mode, text files are converted as ASCII
82 #Find a converted UTF-8 BOM
  /external/icu/icu4c/source/io/
ufmt_cmn.h 96 * @param value The value to be converted
152 * @return A pointer to a newly allocated converted version of s, or 0
  /external/icu/icu4c/source/test/intltest/
nptrans.h 77 * @param allowUnassigned Unassigned values can be converted to ASCII for query operations
98 * @param allowUnassigned Unassigned values can be converted to ASCII for query operations
  /external/libcups/cups/
string-private.h 129 _CUPS_INLINE int /* O - Converted character */
135 _CUPS_INLINE int /* O - Converted character */
  /external/libexif/libexif/
exif-entry.h 129 * format according to the EXIF specification, then it is converted to make it
134 * range, which could have the side effect that the converted data becomes
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/generate/
data_unittest.py 31 """Tests that a struct can be converted from data."""
48 """Tests that a union can be converted from data."""
  /external/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 245 /// Check if the given use (Instruction + OpIdx) of Cst should be converted into
247 /// A use should be converted if it is legal to do so.
302 /// Check if the given Cst should be converted into
304 /// A constant should be converted if it is likely that the materialization of
342 auto Converted = PromotionCache.insert(
344 if (Converted.second)
345 Converted.first->second.ShouldConvert = shouldConvertImpl(&C);
346 return Converted.first->second.ShouldConvert;
  /external/llvm/test/Transforms/InstCombine/
extractvalue.ll 52 ; The load + extractvalue should be converted
75 ; The load + extractvalues should be converted
minmax-fold.ll 20 ; Check this is converted into canonical form, as above.
101 ; Ensure this doesn't get converted to a min/max.
  /external/markdown/docs/extensions/
WikiLinks.txt 8 ``[[bracketed]]`` word is converted to a link.
30 You should also note that when a space is used, the space is converted to an
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_blit.h 16 /* Converted to a pipe->blit. */
194 /* return true for formats that can be converted among each other by NVC0_2D */
  /external/mesa3d/src/gallium/drivers/svga/
svga_draw_private.h 42 * handled by the svga device. Other types will be converted to
209 * converted to triangles. If we let the device draw the triangle
  /external/pdfium/third_party/bigint/
BigUnsignedInABase.hh 21 * from, and converted to, BigUnsigneds (requiring multiplication, mods, etc.)
94 * An exception is made for zero: it is converted to ``0'' and not the
  /external/python/cpython2/Include/
stringobject.h 132 If the codec returns a Unicode object, the object is converted
155 If the codec returns a Unicode object, the object is converted
  /external/python/cpython3/Doc/c-api/
conversion.rst 79 ``*endptr`` to point to the first character after the converted value.
115 The return value is a pointer to *buffer* with the converted string or
  /external/python/cpython3/Include/
pytime.h 51 For example, -1.2 is converted to (-2, 800000). */
60 For example, -1.2 is converted to (-2, 800000000). */
  /external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
extractvalue.ll 52 ; The load + extractvalue should be converted
75 ; The load + extractvalues should be converted

Completed in 434 milliseconds

<<31323334353637383940>>