HomeSort by relevance Sort by last modified time
    Searched full:conversion (Results 376 - 400 of 3269) sorted by null

<<11121314151617181920>>

  /external/compiler-rt/lib/ppc/
fixtfdi.c 6 * This file implements the PowerPC 128-bit double-double -> int64_t conversion
23 /* Do an unsigned conversion of the absolute value, then restore the sign. */
  /external/guava/guava/src/com/google/common/base/
CaseFormat.java 79 /* optimize cases where no camel conversion is required */
107 // otherwise, deal with camel conversion
  /external/icu4c/samples/
readme.txt 11 case - demonstrates how to do Unicode case conversion in C and C++.
35 ucnv - demonstrates the use of ICU codepage conversion
  /external/icu4c/test/perf/
README 20 There are 3 folders in here: collation, conversion, and udr.
46 (e.g. convperf (Conversion tests)). Go to each directory and execute the perl script for each test
  /external/iptables/iptables/
iptables-xml.1 43 iptables-xml does a mechanistic conversion to a very expressive xml
76 Conversion from XML to iptables-save format may be done using the
  /external/jpeg/
jdsample.c 36 /* Color conversion buffer. When using separate upsampling and color
37 * conversion steps, this buffer holds one upsampled row group until it
73 /* Mark the conversion buffer empty */
81 * Control routine to do upsampling (and color conversion).
84 * We upsample one row group into the conversion buffer, then apply
85 * color conversion a row at a time.
100 /* Fill the conversion buffer, if it's empty */
166 * These components will not be referenced by color conversion.
  /external/qemu/distrib/jpeg-6b/
jdsample.c 36 /* Color conversion buffer. When using separate upsampling and color
37 * conversion steps, this buffer holds one upsampled row group until it
73 /* Mark the conversion buffer empty */
81 * Control routine to do upsampling (and color conversion).
84 * We upsample one row group into the conversion buffer, then apply
85 * color conversion a row at a time.
100 /* Fill the conversion buffer, if it's empty */
166 * These components will not be referenced by color conversion.
  /external/stlport/stlport/stl/config/
_warnings_off.h 18 # pragma warning( disable : 4244 ) // implicit conversion: possible loss of data
38 # pragma warning( disable : 4245 ) // conversion from 'enum ' to 'unsigned int', signed/unsigned mismatch
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uconfig.h 34 * It does not turn off legacy conversion because that is necessary
83 * Turning off legacy conversion is not possible on EBCDIC platforms
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/TypeConversion/
9.3-1.js 24 ECMA Section: 9.3 Type Conversion: ToNumber
31 Number the argument ( no conversion )
9.3.1-2.js 24 ECMA Section: 9.3 Type Conversion: ToNumber
31 Number the argument ( no conversion )
9.3.js 24 ECMA Section: 9.3 Type Conversion: ToNumber
31 Number the argument ( no conversion )
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regexp/
RegExp_object.js 64 // testing conversion to String
68 // testing conversion to int
  /external/webkit/Source/JavaScriptCore/wtf/gobject/
GOwnPtr.h 91 // This conversion operator allows implicit conversion to bool but not to other integer types.
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
uconfig.h 34 * It does not turn off legacy conversion because that is necessary
83 * Turning off legacy conversion is not possible on EBCDIC platforms
  /external/webkit/Source/WebCore/bridge/jni/
JavaType.h 41 // The type conversion logic used here needs improving and this enum will likely
60 // However, at conversion time we cannot assume that the mechanism used to
  /external/webkit/Source/WebCore/icu/unicode/
uconfig.h 34 * It does not turn off legacy conversion because that is necessary
83 * Turning off legacy conversion is not possible on EBCDIC platforms
  /external/webkit/Source/WebCore/loader/cache/
CachedResourceHandle.h 40 // This conversion operator allows implicit conversion to bool but not to other integer types.
  /external/webkit/Source/WebKit/mac/icu/unicode/
uconfig.h 34 * It does not turn off legacy conversion because that is necessary
83 * Turning off legacy conversion is not possible on EBCDIC platforms
  /frameworks/av/libvideoeditor/vss/inc/
M4xVSS_Internal.h 49 /*Size of the UTF temporary conversion buffer keep in the VA internal context and
394 * @brief Internal UTF conversion context
395 * @note This structure contains the UTF conversion informations
401 /*Function pointer on an external text conversion function */
403 /*Function pointer on an external text conversion function */
405 /*Temporary buffer that contains the result of each conversion*/
480 /*UTF Conversion support*/
481 M4xVSS_UTFConversionContext UTFConversionContext; /*UTF conversion context structure*/
  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
VectorArithmetic.h 124 AUDIO FORMAT CONVERSION FUNCTIONS
159 DATA TYPE CONVERSION FUNCTIONS
  /frameworks/compile/libbcc/runtime/lib/ppc/
fixtfdi.c 6 * This file implements the PowerPC 128-bit double-double -> int64_t conversion
23 /* Do an unsigned conversion of the absolute value, then restore the sign. */
  /frameworks/native/include/media/editor/
II420ColorConverter.h 33 * If it is I420 (OMX_COLOR_FormatYUV420Planar), no conversion is needed,
60 * If it is I420 (OMX_COLOR_FormatYUV420Planar), no conversion is needed,
  /hardware/ril/mock-ril/src/cpp/
util.cpp 25 return *value ? *value : "<string conversion failed>";
30 return *value ? *value : "<string conversion failed>";
  /libcore/luni/src/main/java/java/util/concurrent/
TimeUnit.java 121 // Handy constants for conversion methods
163 * or <tt>Long.MIN_VALUE</tt> if conversion would negatively
174 * or <tt>Long.MIN_VALUE</tt> if conversion would negatively
186 * or <tt>Long.MIN_VALUE</tt> if conversion would negatively
198 * or <tt>Long.MIN_VALUE</tt> if conversion would negatively
210 * or <tt>Long.MIN_VALUE</tt> if conversion would negatively
222 * or <tt>Long.MIN_VALUE</tt> if conversion would negatively
235 * or <tt>Long.MIN_VALUE</tt> if conversion would negatively

Completed in 317 milliseconds

<<11121314151617181920>>