HomeSort by relevance Sort by last modified time
    Searched full:converted (Results 401 - 425 of 6909) sorted by null

<<11121314151617181920>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
OutputStreamWriterTest.java 586 String converted = new String(bout.toByteArray(), "ISO8859_1"); local
587 assertTrue("invalid conversion 1: " + converted, converted
596 converted = new String(bout.toByteArray(), "ISO8859_1");
597 assertTrue("invalid conversion 2: " + converted, converted
600 converted = new String(bout.toByteArray(), "ISO8859_1");
601 assertTrue("invalid conversion 3: " + converted, converted
  /libcore/luni/src/test/java/libcore/java/io/
OldOutputStreamWriterTest.java 210 String converted = new String(bout.toByteArray(), "ISO8859_1"); local
211 assertTrue("Test 4: Invalid conversion: " + converted,
212 converted.equals("a"));
220 converted = new String(bout.toByteArray(), "ISO8859_1");
221 assertTrue("Test 5: Invalid conversion: " + converted,
222 converted.equals("\u001b$B$("));
224 converted = new String(bout.toByteArray(), "ISO8859_1");
225 assertTrue("Test 6: Invalid conversion: " + converted,
226 converted.equals("\u001b$B$(\u001b(B"));
  /external/python/cpython2/Modules/_sqlite/
cursor.c 299 PyObject* converted; local
336 converted = Py_None;
342 converted = PyObject_CallFunction(converter, "O", item);
344 if (!converted) {
354 converted = Py_None;
356 converted = _pysqlite_long_from_int64(sqlite3_column_int64(self->statement->st, i));
358 converted = PyFloat_FromDouble(sqlite3_column_double(self->statement->st, i));
365 converted = pysqlite_unicode_from_string(val_str, nbytes,
368 if (!converted) {
378 converted = PyString_FromStringAndSize(val_str, nbytes)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DigitList_Android.java 29 * values. A <code>DigitList</code> value can be converted to a
346 // * @param source Value to be converted; must not be Inf, -Inf, Nan,
349 // * be converted.
359 * @param source Value to be converted; must not be Inf, -Inf, Nan,
362 * be converted.
364 * fractional digits to be converted. If false, total digits.
559 * @param source Value to be converted; must be >= 0 or ==
561 * @param maximumDigits The most digits which should be converted.
605 * @param source Value to be converted
606 * @param maximumDigits The most digits which should be converted
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DigitList_Android.java 28 * values. A <code>DigitList</code> value can be converted to a
344 // * @param source Value to be converted; must not be Inf, -Inf, Nan,
347 // * be converted.
357 * @param source Value to be converted; must not be Inf, -Inf, Nan,
360 * be converted.
362 * fractional digits to be converted. If false, total digits.
557 * @param source Value to be converted; must be >= 0 or ==
559 * @param maximumDigits The most digits which should be converted.
603 * @param source Value to be converted
604 * @param maximumDigits The most digits which should be converted
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
wchar.h 246 subsequent arguments are converted for output. If there are insufficient
262 * An optional minimum field width. If the converted value has fewer wide
284 must appear (in that order) before the argument (if any) to be converted.
293 sign. (It begins with a sign only when a negative value is converted
299 # The result is converted to an "alternative form". For o conversion,
322 value shall be converted to signed char or unsigned char before
328 value shall be converted to short int or unsigned short int before
360 d,i The int argument is converted to signed decimal in the
362 to appear; if the value being converted can be represented in fewer
366 o,u,x,X The unsigned int argument is converted to unsigned octal (o),
    [all...]
stdio.h 499 subsequent arguments are converted for output. If there are insufficient
517 - An optional minimum field width. If the converted value has fewer
539 appear (in that order) before the argument (if any) to be converted. A negative
548 converted if this flag is not specified.)
553 # The result is converted to an "alternative form".
576 its value shall be converted to signed char or unsigned char before
582 its value shall be converted to short int or unsigned short int
614 d,i The int argument is converted to signed decimal in the style
616 appear; if the value being converted can be represented in fewer
620 o,u,x,X The unsigned int argument is converted to unsigned octal (o),
    [all...]
  /external/curl/m4/
xc-translit.m4 29 dnl converted to the underscore '_' character.
54 dnl converted to the underscore '_' character.
82 dnl converted to the underscore '_' character and alnum
83 dnl characters are converted to uppercase.
113 dnl converted to the underscore '_' character and alnum
114 dnl characters are converted to uppercase.
  /external/tensorflow/tensorflow/contrib/py2tf/impl/
conversion.py 58 converted AST
60 their converted counterparts
85 'Calls to %s were converted using multiple names (%s). This is '
138 # Class members are converted with their objects, unless they're
139 # only converted partially.
254 * node: A Python ast node, representing the converted code.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_has_key.py 16 2) Cases like this will not be converted:
22 Only *calls* to has_key() are converted. While it is possible to
  /device/linaro/bootloader/edk2/BaseTools/Bin/CYGWIN_NT-5.1-i686/
armcc_wrapper.py 21 # anthing with the / will be converted via cygpath cygwin call or manually.
80 # call the real tool with the converted paths
  /device/linaro/bootloader/edk2/BaseTools/Scripts/
ConvertUni.py 91 # Write converted data back to file
97 print(source + ": converted, size", len(file_content), '=>', len(new_content))
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Metronome/
Metronome.c 8 is called, the number of ticks passed in is converted to either nanosecond or
74 // when TickNumber of converted to nanosecond units
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
FilePaths.c 18 like L"fs0:startup.nsh", it's converted to L"fs0:".
58 - Forward slashes L'/' are converted to backward slashes L'\'.
  /external/adhd/cras/src/server/
cras_fmt_conv.h 73 * out_buf - Converted samples are placed here.
77 * format conversion out_frames should be able to hold all the converted
  /external/apache-xml/src/main/java/org/apache/xalan/extensions/
ExpressionContext.java 57 * @param n Node to be converted to a number. May be null.
64 * @param n Node to be converted to a string. May be null.
  /external/clang/include/clang/Sema/
SemaFixItUtils.h 34 /// Performs a simple check to see if From type can be converted to To type.
58 /// type FromTy can be converted to ToTy. For example, one could check if
  /external/clang/lib/Sema/
SemaTemplate.cpp 730 TemplateArgument Converted;
732 CheckTemplateArgument(Param, Param->getType(), Default, Converted);
    [all...]
  /external/curl/docs/libcurl/opts/
CURLOPT_CONV_FROM_NETWORK_FUNCTION.3 42 The data to be converted is in a buffer pointed to by the \fIptr\fP parameter.
44 converted data overlays the input data in the buffer pointed to by the ptr
CURLOPT_CONV_FROM_UTF8_FUNCTION.3 42 The data to be converted is in a buffer pointed to by the \fIptr\fP parameter.
44 converted data overlays the input data in the buffer pointed to by the ptr
CURLOPT_CONV_TO_NETWORK_FUNCTION.3 42 The data to be converted is in a buffer pointed to by the \fIptr\fP parameter.
44 converted data overlays the input data in the buffer pointed to by the ptr
  /external/icu/icu4c/source/test/cintltst/
cintltst.h 56 * @param unichars UChars (null terminated) to be converted
65 * @param unichars UChars to be converted
  /external/libmojo/mojo/public/cpp/bindings/
map_traits_stl.h 23 // std::map<> is always converted to non-null mojom map.
68 // std::unordered_map<> is always converted to non-null mojom map.
  /external/ltp/testcases/kernel/device-drivers/v4l/user_space/doc/spec/
x6991.htm 94 Applications send data to be converted to the driver through a
101 > call, and receive the converted data through a
  /external/lzma/CPP/7zip/Common/
FilterCoder.h 102 UInt32 _convPos; // current pos in buffer for converted data
103 UInt32 _convSize; // size of converted data starting from _convPos

Completed in 504 milliseconds

<<11121314151617181920>>