/external/webkit/Source/WebCore/bindings/v8/ |
V8Binding.h | 61 // Convert v8 types to a WTF::String. If the V8 string is not already 71 // Convert v8 types to a WTF::AtomicString. 104 // Convert a string to a V8 string. 111 // all the calls (both to convert WTF::String to v8::String and to GC the handle) 115 // Convert a value to a 32-bit integer. The conversion fails if the 119 // Convert a value to a 32-bit integer assuming the conversion cannot fail. 126 // Convert a value to a 32-bit unsigned integer. The conversion fails if the 130 // Convert a value to a 32-bit unsigned integer assuming the conversion cannot fail. 241 // just bailout as we'll crash if attempt to convert empty handle into a string.
|
/external/apache-http/src/org/apache/commons/codec/net/ |
BCodec.java | 94 * string to convert to Base64 form 117 * string to convert to Base64 form 135 * Base64 string to convert into its original form 157 * object to convert to Base64 form 180 * Base64 object to convert into its original form
|
/external/guava/guava/src/com/google/common/base/ |
Stopwatch.java | 157 return desiredUnit.convert(elapsedNanos(), NANOSECONDS); 189 double value = (double) nanos / NANOSECONDS.convert(1, unit); 197 if (SECONDS.convert(nanos, NANOSECONDS) > 0) { 200 if (MILLISECONDS.convert(nanos, NANOSECONDS) > 0) { 203 if (MICROSECONDS.convert(nanos, NANOSECONDS) > 0) {
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/infos/ |
RigidBodyMotionState.java | 51 private Transform motionStateTrans = new Transform(Converter.convert(new Matrix3f())); 88 Converter.convert(worldTrans.origin, worldLocation); 89 Converter.convert(worldTrans.basis, worldRotation); 188 // Converter.convert(worldLocation, motionStateTrans.origin); 189 // Converter.convert(worldRotation, motionStateTrans.basis);
|
/external/kernel-headers/original/linux/ |
time.h | 30 /* Parameters used to convert the timespec values: */ 123 * timespec_to_ns - Convert timespec to nanoseconds 135 * timeval_to_ns - Convert timeval to nanoseconds 148 * ns_to_timespec - Convert nanoseconds to timespec 156 * ns_to_timeval - Convert nanoseconds to timeval
|
/external/skia/include/core/ |
SkColor.h | 93 /** Convert RGB components to HSV. 104 /** Convert the argb color to its HSV components. 108 @param color the argb color to convert. Note: the alpha component is ignored. 116 /** Convert HSV components to an ARGB color. The alpha component is passed through unchanged. 127 /** Convert HSV components to an ARGB color. The alpha component set to 0xFF.
|
/external/skia/legacy/include/core/ |
SkColor.h | 91 /** Convert RGB components to HSV. 102 /** Convert the argb color to its HSV components. 106 @param color the argb color to convert. Note: the alpha component is ignored. 114 /** Convert HSV components to an ARGB color. The alpha component is passed through unchanged. 125 /** Convert HSV components to an ARGB color. The alpha component set to 0xFF.
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
string-base64.js | 41 /* Convert data (an array of integers) to a Base64 string. */ 49 // Convert every three bytes to 4 ascii characters. 57 // Convert the remaining 1 or 2 bytes, pad out to 4 characters. 74 /* Convert Base64 data to a string */ 91 // Convert one by one.
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
string-base64.js | 41 /* Convert data (an array of integers) to a Base64 string. */ 49 // Convert every three bytes to 4 ascii characters. 57 // Convert the remaining 1 or 2 bytes, pad out to 4 characters. 74 /* Convert Base64 data to a string */ 91 // Convert one by one.
|
/external/netperf/ |
netsh.c | 346 convert that into one of the AF_mumble values - AF_INET, AF_INET6, 501 local_send_align = convert(arg1); 504 local_recv_align = convert(arg2); 510 remote_send_align = convert(arg1); 513 remote_recv_align = convert(arg2); 549 demo_units = convert(arg2); 570 iteration_max = convert(arg1); 573 iteration_min = convert(arg2); 589 confidence_level = convert(arg1); 596 interval = (double) convert(arg2)/100 [all...] |
/external/elfutils/libelf/ |
elf_begin.c | 138 CONVERT (ehdr_mem.e32.e_shnum); 139 CONVERT (ehdr_mem.e32.e_shoff); 154 CONVERT (ehdr_mem.e64.e_shnum); 155 CONVERT (ehdr_mem.e64.e_shoff); 197 CONVERT (size); 244 CONVERT (size); 362 CONVERT (elf->state.elf32.ehdr_mem.e_type); 363 CONVERT (elf->state.elf32.ehdr_mem.e_machine); 364 CONVERT (elf->state.elf32.ehdr_mem.e_version); 365 CONVERT (elf->state.elf32.ehdr_mem.e_entry) [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
APSIntType.h | 33 /// \brief Convert a given APSInt, in place, to match this type. 44 /// Convert and return a new APSInt with the given value, but this 48 llvm::APSInt convert(const llvm::APSInt &Value) const LLVM_READONLY {
|
/external/icu4c/test/cintltst/ |
cintltst.h | 51 * Convert a char string into a UChar string, with unescaping 57 * Convert a const UChar* into a char* 66 * Convert a const UChar* into an escaped char*
|
/external/libyuv/files/include/libyuv/ |
format_conversion.h | 21 // Convert Bayer RGB formats to I420. 62 // Convert I420 to Bayer RGB formats. 103 // Convert Bayer RGB formats to ARGB.
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
XMPUtils.java | 247 * Convert from string to Boolean. 266 throw new XMPException("Empty convert-string", XMPError.BADVALUE); 287 * Convert from boolean to string. 317 throw new XMPException("Empty convert-string", XMPError.BADVALUE); 336 * Convert from int to string. 364 throw new XMPException("Empty convert-string", XMPError.BADVALUE); 383 * Convert from long to string. 411 throw new XMPException("Empty convert-string", XMPError.BADVALUE); 426 * Convert from long to string. 452 throw new XMPException("Empty convert-string", XMPError.BADVALUE) [all...] |
/frameworks/av/media/libeffects/lvm/lib/Eq/src/ |
LVEQNB_Process.c | 98 * Convert from 16-bit to 32-bit 155 * Convert from 32-bit to 16- bit and saturate 175 * Convert from 32-bit to 16- bit and saturate
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/ |
AdbUtils.java | 38 * Convert integer format IP into xxx.xxx.xxx.xxx format 43 public static String convert(int host) { method in class:AdbUtils 116 String cmd = "tcp:" + remotePort + ":" + convert(remoteAddress);
|
/hardware/ti/omap4xxx/libtiutils/ |
ErrorUtils.cpp | 23 @brief Method to convert from POSIX to Android errors 64 @brief Method to convert from TI OSAL to Android errors 86 @brief Method to convert from OMX to Android errors
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
ImageUtils.h | 53 * Convert image from BGR (interlaced) to YVU (non-interlaced) 67 * Convert image from YVU (non-interlaced) to BGR (interlaced) 80 * Convert image from BGR to grayscale
|
/packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/ |
ImageUtils.h | 53 * Convert image from BGR (interlaced) to YVU (non-interlaced) 67 * Convert image from YVU (non-interlaced) to BGR (interlaced) 80 * Convert image from BGR to grayscale
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
ImageUtils.h | 53 * Convert image from BGR (interlaced) to YVU (non-interlaced) 67 * Convert image from YVU (non-interlaced) to BGR (interlaced) 80 * Convert image from BGR to grayscale
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
fixed-value.h | 63 /* Convert to a fixed-point mode from an integer. */ 67 /* Convert to a fixed-point mode from a real. */ 71 /* Convert to a real mode from a fixed-point. */
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
fixed-value.h | 63 /* Convert to a fixed-point mode from an integer. */ 67 /* Convert to a fixed-point mode from a real. */ 71 /* Convert to a real mode from a fixed-point. */
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
fixed-value.h | 63 /* Convert to a fixed-point mode from an integer. */ 67 /* Convert to a fixed-point mode from a real. */ 71 /* Convert to a real mode from a fixed-point. */
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
fixed-value.h | 63 /* Convert to a fixed-point mode from an integer. */ 67 /* Convert to a fixed-point mode from a real. */ 71 /* Convert to a real mode from a fixed-point. */
|