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

<<919293949596979899100>>

  /external/webkit/Source/WebKit/qt/docs/
qtwebkit-bridge.qdoc 284 will automatically convert the value to a string (if it is not already a string), using the
307 the QtWebKit bridge tries to convert a JavaScript array into that type, converting each of
376 the QtWebKit bridge would convert the pixmap assigned to that image element into a \l{QPixmap} or a \l{QImage}.
  /external/webkit/Source/WebKit2/UIProcess/win/
WebPopupMenuProxyWin.cpp 281 // These mouse messages use client coordinates so we need to convert them.
364 // Convert the rect (which is in view cooridates) into screen coordinates.
588 // Since we know that the virtual key is ASCII printable, it's OK to convert this to
  /frameworks/av/drm/libdrmframework/plugins/common/include/
DrmEngineBase.h 324 * @param[in] convertId Handle for the convert session
337 * @param[in] convertId Handle for the convert session
354 * @param[in] convertId Handle for the convert session
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_ImgConv.c 186 OMX_U8 *pv1, *pv2,*pu1, *pu2; /* Pointers to 444 U and V buffers for to convert in 420 */
311 yKey = (OMX_U8)((77*(OMX_S32)(iRKey) + 150*(OMX_S32)(iGKey) + 29*(OMX_S32)(iBKey))>>8); /* convert RGB color key in YUV space */
565 /* Convert buffer YUV420W planar to TI propietary file for overlaying post-processing
  /prebuilts/devtools/tools/lib/
ninepatch.jar 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
netdb.h 614 # define NI_NUMERICSERV 2 /* Don't convert port number to name. */
619 # define NI_IDN 32 /* Convert name from IDN format. */
639 /* Convert error return from getaddrinfo() to a string. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
netdb.h 614 # define NI_NUMERICSERV 2 /* Don't convert port number to name. */
619 # define NI_IDN 32 /* Convert name from IDN format. */
639 /* Convert error return from getaddrinfo() to a string. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
netdb.h 614 # define NI_NUMERICSERV 2 /* Don't convert port number to name. */
619 # define NI_IDN 32 /* Convert name from IDN format. */
639 /* Convert error return from getaddrinfo() to a string. */
  /prebuilts/tools/common/m2/internal/xom/xom/1.0/
xom-1.0.jar 
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 101 /// EmitConversionToBool - Convert the specified expression value to a
527 /// EmitConversionToBool - Convert the specified expression value to a
539 "Unknown scalar type to convert");
617 if (MinSrc.convert(SrcSema, APFloat::rmTowardZero, &IsInexact) &
622 if (MaxSrc.convert(SrcSema, APFloat::rmTowardZero, &IsInexact) &
627 // If we're converting from __half, convert the range to float to match
633 MinSrc.convert(Sema, APFloat::rmTowardZero, &IsInexact);
634 MaxSrc.convert(Sema, APFloat::rmTowardZero, &IsInexact);
693 // First, convert to the correct width so that we control the kind of
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 155 // Convert an integer to a pointer, if necessary.
555 FV.convert(*TypeToFloatSemantics(Ty->getScalarType()),
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 244 * @param method {@code non-null;} method to convert
248 public static RopMethod convert(ConcreteMethod method, method in class:Ropper
263 * {@link #convert}.
265 * @param method {@code non-null;} method to convert
    [all...]
  /external/aac/libAACenc/src/
metadata_compressor.cpp 407 f = scaleValue(f, e_res-METADATA_INT_BITS); /* convert to METADATA_FRACT */
411 product = scaleValue(product, e_res+METADATA_INT_BITS); /* convert to METADATA_FRACT */
415 exponent = scaleValue(exponent, e_res-METADATA_INT_BITS); /* convert to METADATA_FRACT */
745 * Convert to dBFS, apply dialnorm
    [all...]
  /external/bison/lib/
vasnprintf.c 41 DCHAR_CONV_FROM_ENCODING A function to convert from char[] to DCHAR[].
839 /* Convert a bignum a >= 0, multiplied with 10^extra_zeroes, to decimal
918 /* Convert the mantissa (y * 2^LDBL_MANT_BIT) to a sequence of limbs.
    [all...]
  /external/chromium/base/third_party/nspr/
prtime.cc 115 // Convert to FILETIME.
117 NOTREACHED() << "Unable to convert time";
123 // Convert from Windows epoch to NSPR epoch, and 100-nanoseconds units
127 // Adjust for time zone and dst. Convert from seconds to microseconds.
143 // convert to microseconds which is what PRTime expects.
    [all...]
  /external/v8/src/x64/
regexp-macro-assembler-x64.cc 61 * - r8 : code object pointer. Used to convert between absolute and
376 __ or_(rax, Immediate(0x20)); // Convert match character to lower-case.
377 __ or_(rdx, Immediate(0x20)); // Convert capture character to lower-case.
861 __ addq(rax, rcx); // Convert to index from start, not end.
863 __ sar(rax, Immediate(1)); // Convert byte index to character index.
    [all...]
  /external/valgrind/main/none/tests/ppc32/
round.c 1195 status |= test_dbl_to_float_convert("test denormalized convert", &denorm_small);
1196 status |= test_dbl_to_float_convert("test normalized convert", &norm_small);
1197 status |= test_int_to_float_convert("test (float)int convert");
1198 status |= test_int_to_float_convert("test (float)int convert");
1201 status |= test_long_to_double_convert("test (double)long convert");
  /external/valgrind/main/none/tests/ppc64/
round.c 1195 status |= test_dbl_to_float_convert("test denormalized convert", &denorm_small);
1196 status |= test_dbl_to_float_convert("test normalized convert", &norm_small);
1197 status |= test_int_to_float_convert("test (float)int convert");
1198 status |= test_int_to_float_convert("test (float)int convert");
1201 status |= test_long_to_double_convert("test (double)long convert");
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 218 point.xy + [width, height, width, height, ...], so we have to convert
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 652 # Convert an unversioned package name into a .deb package URL
1140 # convert /lib/libfoo.so.<n> into 'libfoo.so.<n>' for the target
1142 # convert libfoo.so.<n> into libfoo.so for the source
1153 # convert /lib/libfoo.so.<n> into 'libfoo.so.<n>' for the target
1155 # convert libfoo.so.<n> into libfoo.so for the source
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
GsmAlphabet.java 138 * @param c the character to convert
157 * @param c the character to convert
190 * @param c the character to convert
215 * @param gsmChar the GSM 7 bit table index to convert
237 * @param gsmChar the GSM 7 bit extended table index to convert
368 * @param data the text to convert to septets
444 * Convert a GSM alphabet 7 bit packed string (SMS string) into a
460 * Convert a GSM alphabet 7 bit packed string (SMS string) into a
547 * Convert a GSM alphabet string that's stored in 8-bit unpacked
564 * Convert a GSM alphabet string that's stored in 8-bit unpacke
    [all...]
  /external/icu4c/i18n/
vtzone.cpp 186 * Convert date/time to RFC2445 Date-Time form #1 DATE WITH LOCAL TIME
212 * Convert date/time to RFC2445 Date-Time form #2 DATE WITH UTC TIME
286 * Convert RFC2445 utc-offset string to milliseconds
332 * Convert milliseconds to RFC2445 utc-offset string
799 * Convert the rule to its equivalent rule using WALL_TIME mode.
832 // Convert to DOW_GEW_DOM or DOW_LEQ_DOM rule first
    [all...]
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/gradle/wrapper/
gradle-wrapper.jar 
  /developers/samples/android/connectivity/network/BasicNetworkDemo/gradle/wrapper/
gradle-wrapper.jar 
  /developers/samples/android/connectivity/network/NetworkConnect/gradle/wrapper/
gradle-wrapper.jar 

Completed in 1259 milliseconds

<<919293949596979899100>>