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

<<11121314151617181920>>

  /ndk/sources/host-tools/sed-4.2.1/lib/
wchar.in.h 104 /* Convert a single-byte character to a wide character. */
122 /* Convert a wide character to a single-byte character. */
159 /* Convert a multibyte character to a wide character. */
195 /* Convert a string to a wide string. */
213 /* Convert a string to a wide string. */
231 /* Convert a wide character to a multibyte character. */
249 /* Convert a wide string to a string. */
267 /* Convert a wide string to a string. */
  /packages/apps/Contacts/src/com/android/contacts/util/
ContactLoaderUtils.java 67 // Legacy Style? Convert to RawContact
70 // Legacy Format. Convert to RawContact-Uri and then lookup the contact
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
FmActivityToLayoutMethod.java 31 * Method invoked by FreeMarker to convert an Activity class name into
58 // Convert CamelCase convention used in activity class names to underlined convention
  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_objects_PhysicsRigidBody.cpp 97 // jmeBulletUtil::convert(env, value, &trans->getOrigin());
122 // jmeBulletUtil::convert(env, value, &trans->getBasis());
165 jmeBulletUtil::convert(env, &body->getWorldTransform().getOrigin(), value);
197 jmeBulletUtil::convert(env, &body->getWorldTransform().getBasis(), value);
355 jmeBulletUtil::convert(env, &body->getGravity(), value);
372 jmeBulletUtil::convert(env, value, &vec);
517 jmeBulletUtil::convert(env, &body->getAngularVelocity(), value);
534 jmeBulletUtil::convert(env, value, &vec);
551 jmeBulletUtil::convert(env, &body->getLinearVelocity(), value);
568 jmeBulletUtil::convert(env, value, &vec)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_surface.c 789 * Convert a surface into the specified pixel format.
794 SDL_Surface *convert; local
824 convert = SDL_CreateRGBSurface(flags,
827 if ( convert == NULL ) {
832 if ( format->palette && convert->format->palette ) {
833 SDL_memcpy(convert->format->palette->colors,
836 convert->format->palette->ncolors = format->palette->ncolors;
842 /* Convert colourkeyed surfaces to RGBA if requested */
866 SDL_LowerBlit(surface, &bounds, convert, &bounds);
869 if ( convert != NULL )
    [all...]
  /external/libyuv/files/source/
convert_argb.cc 50 // Convert I444 to ARGB.
95 // Convert I422 to ARGB.
147 // Convert I411 to ARGB.
193 // Convert I400 to ARGB.
227 // Convert I400 to ARGB.
261 // Convert BGRA to ARGB.
295 // Convert ABGR to ARGB.
329 // Convert RGBA to ARGB.
363 // Convert RAW to ARGB.
396 // Convert RGB24 to ARGB
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
microtemplate.js 21 // Convert the template into pure JavaScript
  /cts/tools/signature-tools/test/signature/converter/
ConvertEnumTest.java 53 IApi api = convert(new CompilationUnit("test.A",
89 IApi api = convert(new CompilationUnit("test.A",
114 IApi api = convert(new CompilationUnit("test.A",
157 IApi api = convert(new CompilationUnit("test.A",
  /cts/tools/signature-tools/test/signature/converter/dex/
DexTestConverter.java 35 public IApi convert(Visibility visibility, Set<CompilationUnit> units) throws IOException { method in class:DexTestConverter
  /dalvik/vm/mterp/armv5te/
OP_GOTO_32.S 11 * we need the V bit set, we'll use an adds to convert from Dalvik
bincmp.S 19 adds r2, r1, r1 @ convert to bytes, check sign
zcmp.S 16 adds r1, r1, r1 @ convert to bytes & set flags
  /dalvik/vm/mterp/armv6t2/
bincmp.S 18 adds r2, r1, r1 @ convert to bytes, check sign
  /dalvik/vm/mterp/mips/
bincmp.S 21 addu a2, a1, a1 # convert to bytes
zcmp.S 19 addu a1, a1, a1 # convert to bytes
  /device/samsung/tuna/libsensors/
LightSensor.cpp 40 // Convert adc value to lux assuming:
  /external/bison/lib/
itold.c 26 /* Convert from 'int' to 'double', then from 'double' to 'long double'. */
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/jcajce/
JcaCertStore.java 17 * The class will convert X509Certificate objects into X509CertificateHolder objects.
  /external/chromium/base/
foundation_utils_mac.h 18 // This function should only be used to convert a concrete CFTypeRef type to
value_conversions.cc 16 // |Value| internally stores strings in UTF-8, so we have to convert from the
  /external/chromium/base/third_party/dmg_fp/
dmg_fp.h 16 // Convert double to ASCII string. For meaning of parameters
  /external/chromium/chrome/browser/extensions/
extension_proxy_api.h 21 // Class to convert between the representation of proxy settings used
  /external/chromium/chrome/browser/
idle_win.cc 25 // Convert from ms to seconds.
  /external/chromium/chrome/browser/ui/tests/
ui_gfx_image_unittest.mm 26 // while NSReadPixel returns a color in the device color space. Convert back
  /external/chromium/chrome/common/net/gaia/
gaia_constants.cc 15 // Service name for Gaia. Used to convert to cookie auth.

Completed in 2902 milliseconds

<<11121314151617181920>>