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

12 3 4 5 6 7 8 91011>>

  /external/icu4c/io/
ufmt_cmn.h 72 * Convert a UChar in hex radix to an integer value.
73 * @param c The UChar to convert.
90 * Convert an int64_t to a UChar* in a specified radix
120 * Convert a UChar* in a specified radix to an int64_t.
133 * Convert a UChar* in a specified radix to a pointer,
145 * Convert a string from the default codepage to Unicode.
146 * @param s The string to convert, in the default codepage.
147 * @param sSize The size of s to convert.
148 * @param target The buffer to convert to.
  /frameworks/base/location/tests/locationtests/src/android/location/
LocationManagerTest.java 88 String loc1 = Location.convert(-80.075, Location.FORMAT_DEGREES);
92 String loc1b = Location.convert(-80.0, Location.FORMAT_DEGREES);
96 String loc2 = Location.convert(-80.085, Location.FORMAT_DEGREES);
100 String loc3 = Location.convert(-80.085, Location.FORMAT_MINUTES);
104 String loc4 = Location.convert(-80.085, Location.FORMAT_SECONDS);
108 String loc5 = Location.convert(5 + 0.5f / 60.0f, Location.FORMAT_MINUTES);
120 String loc6 = Location.convert(0.1, Location.FORMAT_DEGREES);
124 String loc7 = Location.convert(0.1, Location.FORMAT_MINUTES);
128 String loc8 = Location.convert(0.1, Location.FORMAT_SECONDS);
  /external/libvpx/libvpx/build/make/
ads2gas_apple.pl 16 # Convert ARM Developer Suite 1.0.1 syntax assembly source to GNU as format
55 # Convert :OR: to |
58 # Convert :AND: to &
61 # Convert :NOT: to ~
64 # Convert :SHL: to <<
67 # Convert :SHR: to >>
70 # Convert ELSE to .else
73 # Convert ENDIF to .endif
76 # Convert ELSEIF to .elseif
79 # Convert LTORG to .ltor
    [all...]
ads2gas.pl 16 # Convert ARM Developer Suite 1.0.1 syntax assembly source to GNU as format
48 # Convert :OR: to |
51 # Convert :AND: to &
54 # Convert :NOT: to ~
57 # Convert :SHL: to <<
60 # Convert :SHR: to >>
63 # Convert ELSE to .else
66 # Convert ENDIF to .endif
69 # Convert ELSEIF to .elseif
72 # Convert LTORG to .ltor
    [all...]
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/motors/
TranslationalLimitMotor.java 54 return Converter.convert(motor.lowerLimit);
58 Converter.convert(lowerLimit, motor.lowerLimit);
62 return Converter.convert(motor.upperLimit);
66 Converter.convert(upperLimit, motor.upperLimit);
70 return Converter.convert(motor.accumulatedImpulse);
74 Converter.convert(accumulatedImpulse, motor.accumulatedImpulse);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/threegpp26244/
LocationInformationBox.java 94 return 22 + Utf8.convert(name).length + Utf8.convert(astronomicalBody).length + Utf8.convert(additionalNotes).length;
115 byteBuffer.put(Utf8.convert(name));
121 byteBuffer.put(Utf8.convert(astronomicalBody));
123 byteBuffer.put(Utf8.convert(additionalNotes));
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_ataric2p_s.h 31 /* Convert a chunky screen to bitplane screen */
36 Uint32 width, /* Dimensions of screen to convert */
45 /* Convert a chunky screen to bitplane screen */
50 Uint32 width, /* Dimensions of screen to convert */
59 /* Convert a chunky screen to bitplane screen */
64 Uint32 width, /* Dimensions of screen to convert */
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
AppleNameBox.java 23 return 4 + Utf8.convert(name).length;
43 byteBuffer.put(Utf8.convert(name));
  /frameworks/av/drm/libdrmframework/plugins/common/util/include/
MimeTypeUtil.h 33 * May convert the mimetype if there is a well known
37 * @param mimeType - mimetype in lower case to convert.
  /external/libyuv/files/include/libyuv/
planar_functions.h 17 #include "libyuv/convert.h"
39 // Convert YUY2 to I422.
47 // Convert UYVY to I422.
54 // Convert I420 to I400. (calls CopyPlane ignoring u/v).
78 // Convert NV12 to RGB565.
85 // Convert NV21 to RGB565.
96 // Convert ARGB To RGBA.
102 // Convert ARGB To RGB24.
108 // Convert ARGB To RAW.
114 // Convert ARGB To RGB565
    [all...]
convert_argb.h 20 // TODO(fbarchard): This set of functions should exactly match convert.h
22 // TODO(fbarchard): Add tests. Create random content of right size and convert
40 // Convert I420 to ARGB.
48 // Convert I422 to ARGB.
56 // Convert I444 to ARGB.
64 // Convert I411 to ARGB.
72 // Convert I400 (grey) to ARGB.
78 // Convert I400 to ARGB. Reverse of ARGBToI400.
84 // Convert NV12 to ARGB.
91 // Convert NV21 to ARGB
    [all...]
  /cts/tools/signature-tools/test/signature/comparator/
AnnotationCompareTest.java 51 IApi fromApi = convert(A0, A1, AnnotBDefault);
52 IApi toApi = convert(A0, A1, AnnotB);
68 IApi fromApi = convert(A0);
69 IApi toApi = convert(A1);
  /dalvik/dx/tests/073-dex-null-array-refs/
info.txt 2 a bunch of cases convert reasonably, where necessarily or possibly
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1Choice.java 5 * own object any attempt to tag the object implicitly will convert the tag to
  /external/clang/test/SemaCXX/
vector-no-lax.cpp 7 b += a; // expected-error{{can't convert between vector values}}
  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_joints_SixDofSpringJoint.cpp 82 jmeBulletUtil::convert(env, pivotA, &transA.getOrigin());
83 jmeBulletUtil::convert(env, rotA, &transA.getBasis());
85 jmeBulletUtil::convert(env, pivotB, &transB.getOrigin());
86 jmeBulletUtil::convert(env, rotB, &transB.getBasis());
  /external/llvm/test/CodeGen/X86/
widen_conv-2.ll 7 define void @convert(<2 x i32>* %dst.addr, <2 x i16> %src) nounwind {
widen_conv-3.ll 6 define void @convert(<2 x float>* %dst.addr, <2 x i16> %src) nounwind {
widen_conv-4.ll 6 define void @convert(<7 x float>* %dst.addr, <7 x i16> %src) nounwind {
  /external/qemu/distrib/sdl-1.2.15/src/audio/nds/
SDL_ndsaudio.c 60 // //if (sdl_nds_audiodevice->convert.needed) {
63 // // if (sdl_nds_audiodevice->convert.src_format == AUDIO_U8 ) {
68 // // memset(sdl_nds_audiodevice->convert.buf, silence, sdl_nds_audiodevice->convert.len);
70 // // (Uint8 *)sdl_nds_audiodevice->convert.buf,sdl_nds_audiodevice->convert.len);
71 // // SDL_ConvertAudio(&sdl_nds_audiodevice->convert);
72 // // memcpy(buffer, sdl_nds_audiodevice->convert.buf, sdl_nds_audiodevice->convert.len_cvt);
128 if ( audio->convert.needed )
    [all...]
  /external/valgrind/main/none/tests/s390x/
fold_And16.c 8 /* Load "hi\n\0" into P; then convert the 'i' into an 'h' */
  /external/webkit/LayoutTests/fast/dom/Node/
default-namespace-empty-argument.html 1 <p>Test for a <href="https://bugs.webkit.org/show_bug.cgi?id=30992">bug 30992</a>: Node.isDefaultNamespace doesn't convert empty strings to null.</p>
  /dalvik/vm/mterp/armv5te/
OP_FLOAT_TO_INT.S 9 * Convert the float in r0 to an int in r0.
13 * to modest integer. The EABI convert function isn't doing this for us.
38 bl __aeabi_f2iz @ convert float to int
OP_FLOAT_TO_LONG.S 7 * Convert the float in r0 to a long in r0/r1.
11 * to modest integer. The EABI convert function isn't doing this for us.
39 bl __aeabi_f2lz @ convert float to long
  /dalvik/vm/mterp/armv6t2/
OP_FLOAT_TO_INT.S 9 * Convert the float in r0 to an int in r0.
13 * to modest integer. The EABI convert function isn't doing this for us.
38 bl __aeabi_f2iz @ convert float to int

Completed in 2055 milliseconds

12 3 4 5 6 7 8 91011>>