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

<<11121314151617181920>>

  /external/icu4c/test/perf/convperf/
convperf_iml.pl 23 "title"=>"Conversion Performance: ICU".$ICULatestVersion." vs. WindowsXP IMultiLanguage Interface",
  /external/icu4c/test/testdata/
test3.ucm 8 # Test file for MBCS conversion with three-byte codepage data.
test4.ucm 8 # Test file for MBCS conversion with four-byte codepage data.
  /external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Water/
simple_water.vert 2 GLSL conversion of Michael Horsch water demo
  /external/jpeg/
jdpostct.c 9 * This controller manages the upsampling, color conversion, and color
11 * between upsample/color conversion and color quantization/reduction.
14 * work to do, and it just hands off to the upsample/color conversion code.
30 * the upsample/color conversion step to be passed to the quantizer.
  /external/libxml2/include/libxml/
encoding.h 2 * Summary: interface for the encoding conversion functions
3 * Description: interface for the encoding conversion functions needed for
133 UConverter *uconv; /* for conversion between an encoding and UTF-16 */
134 UConverter *utf8; /* for conversion between UTF-8 and UTF-16 */
  /external/qemu/distrib/jpeg-6b/
jdpostct.c 9 * This controller manages the upsampling, color conversion, and color
11 * between upsample/color conversion and color quantization/reduction.
14 * work to do, and it just hands off to the upsample/color conversion code.
30 * the upsample/color conversion step to be passed to the quantizer.
  /external/qemu/
keymaps.h 2 * QEMU keysym to keycode conversion using rdesktop keymaps
thunk.c 125 /* now we can define the main conversion functions */
189 #warning unsupported conversion
221 /* specific conversion is needed */
224 /* standard struct conversion */
  /external/sqlite/android/
PhonebookIndex.h 29 * and so does A with accents. Conversion rules differ from locale
  /external/v8/test/mjsunit/regress/
regress-1187524.js 28 // Make sure we don't die on conversion to Smi in string indexing
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
utilities.h 7 // utilities.h: Conversion functions and other utility routines.
  /external/webkit/Source/WebCore/platform/audio/
AudioDestination.h 52 // Sample-rate conversion may happen in AudioDestination to the hardware sample-rate
  /external/webkit/Source/WebCore/platform/graphics/
WOFFFileFormat.h 41 // if conversion ran out of memory). Otherwise returns true and writes the sfnt payload into sfnt.
  /external/webkit/Source/WebCore/webaudio/
RealtimeAnalyserNode.idl 33 // minDecibels / maxDecibels represent the range to scale the FFT analysis data for conversion to unsigned byte values.
  /external/webp/src/dec/
yuv.c 8 // YUV->RGB conversion function
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.h 61 * Data type for the output from the conversion process.
163 * @param[out] pOutput The output from the conversion process (initialized).
179 * @param[in,out] pOutput The output from the conversion process (allocated/reallocated).
203 * @param[in,out] pOutput The output from the conversion process (deallocated and overwritten).
  /frameworks/av/media/libstagefright/codecs/flac/enc/
SoftFlacEncoder.h 86 // FLAC takes samples aligned on 32bit boundaries, use this buffer for the conversion
  /frameworks/compile/libbcc/runtime/lib/ppc/
fixunstfdi.c 6 /* This file implements the PowerPC 128-bit double-double -> uint64_t conversion */
  /hardware/ti/wlan/wl1271/utils/
freq.h 35 * \brief frequency to channel (and vice versa) conversion
  /ndk/sources/host-tools/sed-4.2.1/lib/
mbsinit.c 1 /* Test for initial conversion state.
  /dalvik/dx/src/com/android/dx/ssa/
package-info.java 32 * <h3>Classes related to conversion and lifetime</h3>
75 * <h3>Conversion into SSA Form</h3>
78 * returns a fully-converted {@code SsaMethod}. The conversion process
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-var.cpp 57 Base &br5 = diamond; // expected-error{{ambiguous conversion from derived class 'Diamond' to base class 'Base':}}
116 const Derived &dr1 = create<Base>(); // expected-error{{no viable conversion}}
127 // Second bullet: const lvalue reference binds to the result of a conversion.
  /external/clang/test/SemaCXX/
overload-member-call.cpp 73 template <class T> void foo(T t, unsigned N); // expected-note {{candidate function [with T = int] not viable: no known conversion from 'const char [6]' to 'unsigned int' for 2nd argument}}
74 void foo(int n, char N); // expected-note {{candidate function not viable: no known conversion from 'const char [6]' to 'char' for 2nd argument}}
85 void baz(int i); // expected-note {{candidate function not viable: no known conversion from 'const test1::A' to 'int' for 1st argument}}
  /external/clang/test/SemaTemplate/
default-expr-arguments.cpp 10 template<typename T> void f1(T a, T b = 10) { } // expected-error{{no viable conversion}} \
29 F(T t = 10); // expected-error{{no viable conversion}} \
31 void f(T t = 10); // expected-error{{no viable conversion}} \

Completed in 1330 milliseconds

<<11121314151617181920>>