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

12 3 4 5 6 7 8 91011>>

  /dalvik/dx/tests/049-dex-instanceof/
info.txt 2 instanceof expressions get converted reasonably.
  /dalvik/dx/tests/050-dex-checkcast/
info.txt 2 checked cast expressions get converted reasonably.
  /dalvik/dx/tests/054-dex-high16/
info.txt 2 "high16" constants get converted properly.
  /dalvik/dx/tests/055-dex-explicit-throw/
info.txt 2 explicit use of "throw" gets converted reasonably.
  /dalvik/dx/tests/062-dex-synch-method/
info.txt 2 a couple cases of synchronized methods get converted reasonably.
  /dalvik/dx/tests/064-dex-array-access/
info.txt 2 a few cases of array access get converted reasonably.
  /dalvik/dx/tests/065-dex-new-array/
info.txt 2 a few cases of array construction get converted reasonably.
  /dalvik/dx/tests/070-dex-multianewarray/
info.txt 2 cases of multidimensional array construction get converted reasonably.
  /dalvik/dx/tests/072-dex-switch-edge-cases/
info.txt 2 a bunch of switch op edge cases get converted reasonably.
  /frameworks/base/media/libdrm/mobile1/include/objmng/
drm_i18n.h 65 * @param mbs Multibyte string to be converted.
66 * @param mbsLen Number of the bytes (in mbs) to be converted.
67 * @param wcsBuf Buffer for the converted unicode characters.
72 * converted. The value of *bytesConsumed is undefined
75 * @return Number of the successfully converted unicode characters if wcsBuf
88 * @param charset Charset of the multibyte string to be converted to.
89 * @param wcs Unicode string to be converted.
90 * @param wcsLen Number of the unicode characters (in wcs) to be converted.
91 * @param mbsBuf Buffer for converted multibyte characters.
96 * @return Number of the successfully converted bytes
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locales/locale.convenience/conversions/conversions.string/
converted.pass.cpp 14 // size_t converted() const;
25 assert(myconv.converted() == 0);
27 assert(myconv.converted() == 1);
29 assert(myconv.converted() == 2);
31 assert(myconv.converted() == 4);
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
UnicodeDialerKeyListener.java 34 final String converted = PhoneNumberUtils.convertKeypadLettersToDigits( local
38 CharSequence result = super.filter(converted, start, end, dest, dstart, dend);
40 if (source.equals(converted)) {
48 // result == null we return the unfiltered but converted numeric string instead.
49 return converted.subSequence(start, end);
  /libcore/luni/src/main/native/
NetworkUtilities.h 25 // Convert from InetAddress to sockaddr_storage. An InetUnixAddress will be converted to
26 // an AF_UNIX sockaddr_un. An Inet6Address will be converted to an AF_INET6 sockaddr_in6.
27 // An Inet4Address will be converted to an IPv4-mapped AF_INET6 sockaddr_in6. This is what
33 // Convert from InetAddress to sockaddr_storage. An InetUnixAddress will be converted to
34 // an AF_UNIX sockaddr_un. An Inet6Address will be converted to an AF_INET6 sockaddr_in6.
35 // An Inet4Address will be converted to a sockaddr_in. This is probably only useful for
  /dalvik/dx/tests/063-dex-empty-switch/
info.txt 3 get converted reasonably.
  /external/clang/test/Lexer/
escape_newline.c 3 // RUN: %clang_cc1 -E -trigraphs %s 2>&1 | grep 'trigraph converted'
  /external/icu4c/test/cintltst/
ccapitst.h 12 * Madhu Katragadda Converted to C
ccurrtst.h 12 * Madhu Katragadda Converted to C
  /external/chromium/base/
string16_unittest.cc 27 // These should each get converted to the invalid character: EF BF BD.
33 // Old italic A = U+10300, will get converted to: F0 90 8C 80 'z'.
39 // Will get converted to the invalid char + 's': EF BF BD 's'.
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_AudioCVT.3 43 Length of converted audio buffer in bytes (calculated)
61 .IP "\fBUint8 *\fP\fBbuf\fR" 10This points to the audio data that will be used in the conversion\&. It is both the source and the destination, which means the converted audio data overwrites the original data\&. It also means that the converted data may be larger than the original data (if you were converting from 8-bit to 16-bit, for instance), so you must ensure \fBbuf\fR is large enough\&. See below\&.
63 .IP "\fBint\fP \fBlen_mult\fR" 10As explained above, the audio buffer needs to be big enough to store the converted data, which may be bigger than the original audio data\&. The length of \fBbuf\fR should be \fBlen\fR*\fBlen_mult\fR\&.
64 .IP "\fBdouble\fP \fBlen_ratio\fR" 10When you have finished converting your audio data, you need to know how much of your audio buffer is valid\&. \fBlen\fR*\fBlen_ratio\fR is the size of the converted audio data in bytes\&. This is very similar to \fBlen_mult\fR, however when the convert audio data is shorter than the original \fBlen_mult\fR would be 1\&. \fBlen_ratio\fR, on the other hand, would be a fractional number between 0 and 1\&.
  /libcore/luni/src/main/java/java/lang/
AssertionError.java 51 * the object to be converted into the detail message and
66 * the value to be converted into the message.
77 * the value to be converted into the message.
88 * the value to be converted into the message.
99 * the value to be converted into the message.
110 * the value to be converted into the message.
121 * the value to be converted into the message.
  /external/clang/lib/StaticAnalyzer/Core/
APSIntType.cpp 17 // Negative numbers cannot be losslessly converted to unsigned type.
21 // Signed integers can be converted to signed integers of the same width
23 // Unsigned integers can be converted to unsigned integers of the same width
  /dalvik/dx/tests/034-dex-minimal/
info.txt 9 converted file are not checked for correctness.
  /external/clang/test/CXX/expr/expr.const/
p3-0x.cpp 3 // A converted constant expression of type T is a core constant expression,
15 // implicitly converted to a prvalue of type T, where the converted expression
84 using Int = A<1.0>; // expected-error {{conversion from 'double' to 'unsigned char' is not allowed in a converted constant expression}}
86 True = &a, // expected-error {{conversion from 'bool (*)(int)' to 'bool' is not allowed in a converted constant expression}}
87 False = nullptr // expected-error {{conversion from 'nullptr_t' to 'bool' is not allowed in a converted constant expression}}
92 case 0.0f: // expected-error {{conversion from 'float' to 'int' is not allowed in a converted constant expression}}
100 int n = Val<bool, &S::operator int>::value; // expected-error {{conversion from 'int (S::*)() const' to 'bool' is not allowed in a converted constant expression}}
107 // Under the FDIS, this is not a converted constant expression.
  /external/clang/test/CodeGenCXX/
m64-ptr.cpp 3 // Make sure pointers are passed as pointers, not converted to int.
  /external/clang/test/Preprocessor/
overflow.c 24 #if 0xFFFFFFFFFFFFFFFF- -1 // expected-warning {{converted from negative value}}

Completed in 9185 milliseconds

12 3 4 5 6 7 8 91011>>