HomeSort by relevance Sort by last modified time
    Searched full:convert (Results 626 - 650 of 5560) sorted by null

<<21222324252627282930>>

  /external/clang/docs/
LibASTMatchersTutorial.rst 100 mkdir tools/extra/loop-convert
101 echo 'add_subdirectory(loop-convert)' >> tools/extra/CMakeLists.txt
102 vim tools/extra/loop-convert/CMakeLists.txt
111 add_clang_executable(loop-convert
114 target_link_libraries(loop-convert
122 ``tools/extra/loop-convert/LoopConvert.cpp``. A detailed explanation of
167 bin/loop-convert test.cpp --
305 ninja loop-convert
307 bin/loop-convert ~/test-files/simple-loops.cc
404 previous iteration of loop-convert, shows us the answer
    [all...]
  /external/freetype/src/sfnt/
sfobjs.c 48 /* convert a UTF-16 name entry to ASCII */
79 /* convert an Apple Roman or symbol name entry to ASCII */
152 TT_NameEntry_ConvertFunc convert; local
228 convert = NULL;
237 convert = tt_name_entry_ascii_from_utf16;
246 convert = tt_name_entry_ascii_from_utf16;
256 convert = tt_name_entry_ascii_from_other;
261 convert = tt_name_entry_ascii_from_utf16;
264 if ( rec && convert )
282 result = convert( rec, memory )
    [all...]
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/
PhysicsSpace.java 157 // broadphase = new AxisSweep3(Converter.convert(worldMin), Converter.convert(worldMax));
160 // broadphase = new AxisSweep3_32(Converter.convert(worldMin), Converter.convert(worldMax));
645 // dynamicsWorld.setGravity(Converter.convert(gravity));
740 // results.add(new PhysicsRayTestResult(obj, Converter.convert(lrr.hitNormalLocal), lrr.hitFraction, bln));
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x.cpp 35 struct Convert {
36 constexpr Convert(T v) : v(v) {}
40 template<typename T> Convert<T> ConvertVar();
58 Agg<char> ce1 = { Convert<float>(1.0) }; // expected-error {{type 'float' cannot be narrowed to 'char'}} expected-note {{override}}
104 Agg<float> ce1 = { Convert<double>(1e300) }; // expected-error {{constant expression evaluates to 1.000000e+300 which cannot be narrowed to type 'float'}} expected-note {{override}}
125 Agg<float> ce1 = { Convert<int>(123456789) }; // expected-error {{constant expression evaluates to 123456789 which cannot be narrowed to type 'float'}} expected-note {{override}}
168 Agg<short> ce1 = { Convert<int>(100000) }; // expected-error {{constant expression evaluates to 100000 which cannot be narrowed to type 'short'}} expected-note {{override}} expected-warning {{changes value from 100000 to -31072}}
  /external/jmonkeyengine/engine/src/desktop/jme3tools/converters/
ImageToAwt.java 203 * Convert an AWT image to jME image.
205 public static void convert(BufferedImage image, Format format, ByteBuffer buf){ method in class:ImageToAwt
243 // Convert color to luminance if target
246 // convert RGB to luminance
294 * Convert the image from the given format to the output format.
301 public static void convert(Image input, Image output){ method in class:ImageToAwt
367 public static BufferedImage convert(Image image, boolean do16bit, boolean fullalpha, int mipLevel){ method in class:ImageToAwt
  /external/llvm/test/Transforms/ObjCARC/
rv.ll 214 ; Convert objc_retainAutoreleasedReturnValue to objc_retain if its
225 ; Don't convert objc_retainAutoreleasedReturnValue to objc_retain if its
238 ; Convert objc_retain to objc_retainAutoreleasedReturnValue if its
251 ; Don't convert objc_retain to objc_retainAutoreleasedReturnValue if its
262 ; Don't Convert objc_retain to objc_retainAutoreleasedReturnValue if it
323 ; Convert autoreleaseRV to autorelease.
333 ; Don't convert autoreleaseRV to autorelease if the result is returned,
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWM.m 149 /* Convert Cocoa screen coordinate to Cocoa window coordinate */
157 /* Convert Cocoa window coordinate to Cocoa screen coordinate */
164 /* Convert SDL coordinate to Cocoa coordinate */
178 /* Convert Cocoa coordinate to SDL coordinate */
192 /* Convert SDL coordinate to window server (CoreGraphics) coordinate */
215 /* Convert window server (CoreGraphics) coordinate to SDL coordinate */
222 /* Convert CG Global to Cocoa Global */
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCharacteristic.java 621 * Convert a signed byte to an unsigned int.
628 * Convert signed bytes to a 16-bit unsigned int.
635 * Convert signed bytes to a 32-bit unsigned int.
643 * Convert signed bytes to a 16-bit short float value.
653 * Convert signed bytes to a 32-bit short float value.
663 * Convert an unsigned integer value to a two's-complement encoded
674 * Convert an integer into the signed bits of a given length.
  /frameworks/base/graphics/java/android/graphics/
Color.java 229 * Convert HSB components to an ARGB color. Alpha set to 0xFF.
244 * Convert HSB components to an ARGB color. Alpha set to 0xFF.
310 * Convert RGB components to HSV.
327 * Convert the argb color to its HSV components.
331 * @param color the argb color to convert. The alpha component is ignored.
339 * Convert HSV components to an ARGB color. Alpha set to 0xFF.
352 * Convert HSV components to an ARGB color. The alpha component is passed
  /external/icu4c/samples/ucnv/
convsamp.cpp 162 Very simple C sample to convert the word 'Moscow' in Russian in Unicode,
213 // convert to koi8-r
325 // Convert bytes to unicode
440 // Convert bytes to unicode
536 // convert to Unicode
555 C: Convert from codepage to Unicode one at a time.
630 /* First, convert from UTF8 to unicode */
643 /* Now, convert to windows-1252 */
731 /* First, convert from UTF8 to unicode */
744 /* Now, convert to windows-1252 *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_facets.h 61 // Convert string to numeric value of type _Tv and store results.
215 * @brief Convert to uppercase.
221 * @param c The char_type to convert.
229 * @brief Convert array to uppercase.
244 * @brief Convert to lowercase.
250 * @param c The char_type to convert.
258 * @brief Convert array to lowercase.
282 * @param c The char to convert.
319 * @param c The char_type to convert.
432 * @brief Convert to uppercase
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_facets.h 63 // Convert string to numeric value of type _Tp and store results.
216 * @brief Convert to uppercase.
222 * @param c The char_type to convert.
230 * @brief Convert array to uppercase.
245 * @brief Convert to lowercase.
251 * @param c The char_type to convert.
259 * @brief Convert array to lowercase.
283 * @param c The char to convert.
320 * @param c The char_type to convert.
433 * @brief Convert to uppercase
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
locale_facets.h 63 // Convert string to numeric value of type _Tp and store results.
216 * @brief Convert to uppercase.
222 * @param c The char_type to convert.
230 * @brief Convert array to uppercase.
245 * @brief Convert to lowercase.
251 * @param c The char_type to convert.
259 * @brief Convert array to lowercase.
283 * @param c The char to convert.
320 * @param c The char_type to convert.
433 * @brief Convert to uppercase
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 61 // Convert string to numeric value of type _Tv and store results.
215 * @brief Convert to uppercase.
221 * @param c The char_type to convert.
229 * @brief Convert array to uppercase.
244 * @brief Convert to lowercase.
250 * @param c The char_type to convert.
258 * @brief Convert array to lowercase.
282 * @param c The char to convert.
319 * @param c The char_type to convert.
432 * @brief Convert to uppercase
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 61 // Convert string to numeric value of type _Tv and store results.
215 * @brief Convert to uppercase.
221 * @param c The char_type to convert.
229 * @brief Convert array to uppercase.
244 * @brief Convert to lowercase.
250 * @param c The char_type to convert.
258 * @brief Convert array to lowercase.
282 * @param c The char to convert.
319 * @param c The char_type to convert.
432 * @brief Convert to uppercase
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 61 // Convert string to numeric value of type _Tv and store results.
215 * @brief Convert to uppercase.
221 * @param c The char_type to convert.
229 * @brief Convert array to uppercase.
244 * @brief Convert to lowercase.
250 * @param c The char_type to convert.
258 * @brief Convert array to lowercase.
282 * @param c The char to convert.
319 * @param c The char_type to convert.
432 * @brief Convert to uppercase
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_facets.h 61 // Convert string to numeric value of type _Tv and store results.
215 * @brief Convert to uppercase.
221 * @param c The char_type to convert.
229 * @brief Convert array to uppercase.
244 * @brief Convert to lowercase.
250 * @param c The char_type to convert.
258 * @brief Convert array to lowercase.
282 * @param c The char to convert.
319 * @param c The char_type to convert.
432 * @brief Convert to uppercase
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets.h 63 // Convert string to numeric value of type _Tp and store results.
216 * @brief Convert to uppercase.
222 * @param c The char_type to convert.
230 * @brief Convert array to uppercase.
245 * @brief Convert to lowercase.
251 * @param c The char_type to convert.
259 * @brief Convert array to lowercase.
283 * @param c The char to convert.
320 * @param c The char_type to convert.
433 * @brief Convert to uppercase
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets.h 63 // Convert string to numeric value of type _Tp and store results.
217 * @brief Convert to uppercase.
223 * @param __c The char_type to convert.
231 * @brief Convert array to uppercase.
246 * @brief Convert to lowercase.
252 * @param __c The char_type to convert.
260 * @brief Convert array to lowercase.
284 * @param __c The char to convert.
321 * @param __c The char_type to convert.
434 * @brief Convert to uppercase
    [all...]
  /external/libyuv/files/source/
planar_functions.cc 58 // Convert I420 to I400.
108 // Convert YUY2 to I422.
170 // Convert UYVY to I422.
349 // Convert ARGB to I400.
431 // Convert I422 to BGRA.
483 // Convert I422 to ABGR.
535 // Convert I422 to RGBA.
587 // Convert ARGB to RGBA.
626 // Convert ARGB To RGB24.
672 // Convert ARGB To RAW
    [all...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
xmmintrin.h 618 /* Convert the lower SPFP value to a 32-bit integer according to the current
637 /* Convert the lower SPFP value to a 32-bit integer according to the
659 /* Convert the two lower SPFP values to 32-bit integers according to the
734 /* Convert B to a SPFP value and insert it as element zero in A. */
752 /* Convert B to a SPFP value and insert it as element zero in A. */
773 /* Convert the two 32-bit values in B to SPFP form and insert them
791 /* Convert the four signed 16-bit values in A to SPFP form. */
806 /* Convert the four words to doublewords. */
810 /* Convert the doublewords to floating point two at a time. */
819 /* Convert the four unsigned 16-bit values in A to SPFP form. *
    [all...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
xmmintrin.h 618 /* Convert the lower SPFP value to a 32-bit integer according to the current
637 /* Convert the lower SPFP value to a 32-bit integer according to the
659 /* Convert the two lower SPFP values to 32-bit integers according to the
734 /* Convert B to a SPFP value and insert it as element zero in A. */
752 /* Convert B to a SPFP value and insert it as element zero in A. */
773 /* Convert the two 32-bit values in B to SPFP form and insert them
791 /* Convert the four signed 16-bit values in A to SPFP form. */
806 /* Convert the four words to doublewords. */
810 /* Convert the doublewords to floating point two at a time. */
819 /* Convert the four unsigned 16-bit values in A to SPFP form. *
    [all...]
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
keymaster_grouper.cpp 218 * Convert from OpenSSL's BIGNUM format to TEE's Big Integer format.
353 * Convert our unsigned 64-bit integer to the TEE Big Integer class. It's
446 ALOGW("Could not convert modulus to array");
452 ALOGW("Could not convert publicExponent to array");
492 ALOGW("Could not convert private exponent");
558 ALOGW("Could not convert prime1");
566 ALOGW("Could not convert prime2");
574 ALOGW("Could not convert exponent 1");
582 ALOGW("Could not convert exponent 2");
590 ALOGW("Could not convert coefficient")
    [all...]
  /device/samsung/tuna/keymaster/
keymaster_tuna.cpp 214 * Convert from OpenSSL's BIGNUM format to TEE's Big Integer format.
349 * Convert our unsigned 64-bit integer to the TEE Big Integer class. It's
442 ALOGW("Could not convert modulus to array");
448 ALOGW("Could not convert publicExponent to array");
488 ALOGW("Could not convert private exponent");
554 ALOGW("Could not convert prime1");
562 ALOGW("Could not convert prime2");
570 ALOGW("Could not convert exponent 1");
578 ALOGW("Could not convert exponent 2");
586 ALOGW("Could not convert coefficient")
    [all...]
  /external/srec/shared/include/
ESR_Session.h 265 * Convert the specified argument to int.
271 * Convert the specified argument to asr_uint16_t.
278 * Convert the specified argument to size_t.
285 * Convert the specified argument to float.
292 * Convert the specified argument to bool.
563 * Convert the specified argument to int.
572 * Convert the specified argument to int.
581 * Convert the specified argument to size_t.
590 * Convert the specified argument to float.
599 * Convert the specified argument to bool
    [all...]

Completed in 1209 milliseconds

<<21222324252627282930>>