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

<<71727374757677787980>>

  /external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 60 /** Convert the descriptor to its protocol message representation. */
256 // serialized form. So, if we convert it to bytes in ISO-8859-1, we
429 /** Convert the descriptor to its protocol message representation. */
640 /** Convert the descriptor to its protocol message representation. */
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_mixer.c 102 if ( current_audio->convert.needed ) {
103 format = current_audio->convert.src_format;
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macos/
SDL_syscdrom.c 69 return((value % 10) + (value / 10) * 0x10); /* Convert value to BCD */
74 return((value % 0x10) + (value / 0x10) * 10); /* Convert value from BCD */
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_bmp.c 413 /* Convert to 24 bits per pixel */
431 "Couldn't convert image to 24 bpp");
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosevents.c 295 /* Convert co-ordinates to workspace */
299 /* Convert OS units to pixels */
  /external/qemu/hw/
goldfish_audio.c 88 // true if we need to convert stereo -> mono
341 // we need to convert stereo to mono
  /external/skia/include/views/
SkView.h 209 /** Convert the specified point from global coordinates into view-local coordinates
218 /** Convert the specified x,y from global coordinates into view-local coordinates, returning
  /external/skia/legacy/include/views/
SkView.h 205 /** Convert the specified point from global coordinates into view-local coordinates
208 /** Convert the specified x,y from global coordinates into view-local coordinates, returning
  /external/skia/legacy/src/animator/
SkScriptRuntime.cpp 155 if (callBackBox->convert(type, &operand[0]) == false)
161 if (callBackUnbox->convert(SkOperand2::kObject, &operand[0]) == false)
  /external/skia/src/animator/
SkScriptRuntime.cpp 155 if (callBackBox->convert(type, &operand[0]) == false)
161 if (callBackUnbox->convert(SkOperand2::kObject, &operand[0]) == false)
  /external/skia/src/core/
SkScan_Hairline.cpp 65 // be missed after we convert to SkFDot6 (overflow)
208 // convert to whole pixel values (use ceiling to be conservative)
  /external/v8/src/arm/
codegen-arm.cc 187 // Convert and copy elements.
193 // Normal smi, convert to double and store.
  /external/v8/src/
conversions.cc 387 // Convert the integer part starting from the back. Always generate
400 // Convert the decimal part. Repeatedly multiply by the radix to
debug-agent.cc 192 // Convert UTF-8 to UTF-16.
432 // Convert the request to UTF-8 encoding.
  /external/v8/src/mips/
codegen-mips.cc 190 // Convert and copy elements.
197 // Normal smi, convert to double and store.
  /external/v8/tools/
push-to-trunk.sh 127 # Grep for "BUG=xxxx" lines in the commit message and convert them to
234 # Convert the ChangeLog entry to commit message format:
  /external/valgrind/main/VEX/priv/
host_s390_defs.h 131 S390_INSN_CC2BOOL,/* convert condition code to 0/1 */
336 /* Convert the condition code to a boolean value. */
  /external/valgrind/main/include/
pub_tool_libcbase.h 46 // Convert strings to numbers according to various bases. Leading
69 // Convert a string to a double. After leading whitespace is ignored, a
  /external/webkit/LayoutTests/platform/android/
test_expectations.txt 153 fast/forms/form-data-encoding-2.html FAIL // charset convert. #516936 ignore, won't fix
154 fast/forms/form-data-encoding.html FAIL // charset convert. #516936 ignore, won't fix
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/TypeConversion/
9.3.1-3.js 88 // Convert some large numbers to string
126 // convert some strings to large numbers
  /external/webkit/Source/JavaScriptCore/wtf/unicode/
UTF8.cpp 142 // If we have a surrogate pair, convert to UChar32 first.
147 // If it's a low surrogate, convert to UChar32.
  /external/webkit/Source/WebCore/bridge/jni/v8/
JNIUtilityPrivate.cpp 75 // Convert to null if the length property is not a number.
79 // Convert to null if the length property is out of bounds.
  /external/webkit/Source/WebCore/bridge/objc/
objc_instance.mm 313 // Get the return value and convert it to a JavaScript value. Length
368 // Get the return value and convert it to a JavaScript value. Length
  /external/webkit/Source/WebCore/icu/unicode/
uidna.h 182 * and then convert. This function does not offer that level of granularity. The options once
228 * and then convert. This function does not offer that level of granularity. The options once
  /external/webkit/Source/WebCore/platform/audio/
AudioBus.cpp 390 // First, mix to mono (if necessary) then sample-rate convert.
410 // Sample-rate convert each channel.

Completed in 1236 milliseconds

<<71727374757677787980>>