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

<<919293949596979899100>>

  /external/elfutils/libelf/
ChangeLog 267 * elf_getdata.c (shtype_map): Convert to just Elf_Type[][].
285 convert the final word.
504 * common.h (CONVERT): Make sure all values are unsigned.
  /external/icu4c/samples/ustring/
ustring.cpp 43 * Convert to the "platform encoding". See notes in printUnicodeString().
542 * convert between char * and UChar * strings that
564 * C: convert and unescape a char * string with only invariant
  /external/icu4c/tools/toolutil/
xmlparser.cpp 269 // convert the file contents
275 // convert contents of bytes[bytesLength]
311 // reached end of file, convert once more to flush the converter
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
BatchNode.java 516 // convert to be in component units
562 // convert to be in component units
626 // convert to be in component units
  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
TextureAtlas.java 337 throw new UnsupportedOperationException("Cannot draw or convert textures with format " + source.getFormat());
355 clazz.getMethod("convert", Image.class, Image.class).invoke(clazz.newInstance(), source, newImage);
657 // convert to be in component units
  /external/jpeg/
jcparam.c 107 /* Convert a user-specified quality rating to a percentage scaling factor
112 /* Safety limit on quality factor. Convert 0 to 1 to avoid zero divide. */
139 /* Convert user 0-100 rating to percentage scaling */
jdcolor.c 128 * Convert some rows of samples to the output colorspace.
551 * Convert grayscale to RGB: just duplicate the graylevel three times.
683 * We convert YCbCr to R=1-C, G=1-M, and B=1-Y using the same
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
abap.php 148 'convert date',
149 'convert text',
150 'convert time stamp',
    [all...]
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 461 // should convert between MOVN and MOVZ to achieve our goals).
488 // should convert between MOVN and MOVZ to achieve our goals).
511 // we should convert between MOVN and MOVZ to achieve our goals).
  /external/openssl/crypto/asn1/
a_strex.c 291 /* Lookup table to convert tags to character widths,
359 * to convert to UTF8 then we just interpret
555 /* Utility function: convert any string type to UTF8, returns number of bytes
  /external/openssl/crypto/x509v3/
v3_utl.c 388 /* Give a string of hex digits convert to
571 /* Convert IP addresses both IPv4 and IPv6 into an
801 /* Convert a string of up to 4 hex digits into the corresponding
  /external/qemu/
Changelog 38 - convert more monitor commands to qmp (Luiz Capitulino)
58 - convert more monitor commands to QError (Markus Armbruster)
323 - vmdk2raw: convert VMware disk images to raw images
  /external/qemu/distrib/jpeg-6b/
jcparam.c 107 /* Convert a user-specified quality rating to a percentage scaling factor
112 /* Safety limit on quality factor. Convert 0 to 1 to avoid zero divide. */
139 /* Convert user 0-100 rating to percentage scaling */
jdcolor.c 128 * Convert some rows of samples to the output colorspace.
551 * Convert grayscale to RGB: just duplicate the graylevel three times.
683 * We convert YCbCr to R=1-C, G=1-M, and B=1-Y using the same
  /external/qemu/distrib/sdl-1.2.15/src/file/
SDL_rwops.c 97 SDL_SetError("Unable to convert filename to Unicode");
130 SDL_SetError("Unable to convert filename to Unicode");
157 SDL_SetError("Unable to convert filename to Unicode");
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios.c 898 /* Convert chunky to planar screen */
943 /* Convert chunky to planar screen */
992 SDL_Atari_C2pConvert4_pal(TT_palette); /* convert the lighting */
  /external/qemu/distrib/sdl-1.2.15/test/
testgl.c 264 /* Convert the image into an OpenGL texture */
323 /* Convert the image into an OpenGL texture */
396 /* Convert the image into the screen format */
  /external/qemu/telephony/
gsm.c 496 /* convert a UCS2 string into a UTF8 byte string, assumes 'buf' is correctly sized */
731 /* convert a GSM 7-bit message into a unicode character array
848 /* convert a utf8 string to a gsm7 byte string - return the number of septets written */
  /external/skia/legacy/src/animator/
SkAnimatorScript2.cpp 57 virtual bool convert(SkOperand2::OpType type, SkOperand2* operand) { function in class:SkAnimatorScript_Box
121 // still, caller of getParamTypes will attempt to convert param to string (I guess)
306 virtual bool convert(SkOperand2::OpType type, SkOperand2* operand) { function in class:SkAnimatorScript_Unbox
  /external/skia/src/animator/
SkAnimatorScript2.cpp 57 virtual bool convert(SkOperand2::OpType type, SkOperand2* operand) { function in class:SkAnimatorScript_Box
121 // still, caller of getParamTypes will attempt to convert param to string (I guess)
306 virtual bool convert(SkOperand2::OpType type, SkOperand2* operand) { function in class:SkAnimatorScript_Unbox
  /external/smack/src/org/xbill/DNS/
Name.java 59 /* Used to efficiently convert bytes to lowercase */
587 * Convert a Name to a String
628 * Convert the nth label in a Name to a String
  /external/v8/samples/
process.cc 330 // Convert a JavaScript string to a std::string. To not bother too
343 // Convert the JavaScript string to a std::string.
364 // Convert the key and value to std::strings.
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
crypto-aes.js 33 var output = new Array(4*Nb); // convert state to 1-d array before returning [§3.4]
213 // convert the nonce to a string to go on the front of the ciphertext
376 function byteArrayToHexStr(b) { // convert byte array to hex string for displaying test vectors
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
crypto-aes.js 33 var output = new Array(4*Nb); // convert state to 1-d array before returning [§3.4]
213 // convert the nonce to a string to go on the front of the ciphertext
376 function byteArrayToHexStr(b) { // convert byte array to hex string for displaying test vectors
  /external/webkit/Source/WebCore/bindings/v8/
V8Binding.cpp 158 // Does the value convert to nan or to an infinity?
198 // Does the value convert to nan or to an infinity?
418 // just bailout as we'll crash if attempt to convert empty handle into a string.

Completed in 724 milliseconds

<<919293949596979899100>>