HomeSort by relevance Sort by last modified time
    Searched full:converted (Results 1 - 25 of 1343) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dx/tests/089-dex-define-object/
info.txt 2 fact be converted to a dex file. This test ensures that the conversion
3 runs without failure, though the contents of the converted file are
  /external/chromium/third_party/icu/source/io/
sscanf.c 39 int32_t converted; local
42 converted = u_vsscanf(buffer, patternSpecification, ap);
45 return converted;
54 int32_t converted; local
57 converted = u_vsscanf_u(buffer, patternSpecification, ap);
60 return converted;
68 int32_t converted; local
86 converted = u_vsscanf_u(buffer, pattern, ap);
93 return converted;
101 int32_t converted; local
    [all...]
uscanf.c 40 int32_t converted; local
43 converted = u_vfscanf(f, patternSpecification, ap);
46 return converted;
55 int32_t converted; local
58 converted = u_vfscanf_u(f, patternSpecification, ap);
61 return converted;
69 int32_t converted; local
87 converted = u_vfscanf_u(f, pattern, ap);
94 return converted;
  /external/icu4c/io/
sscanf.c 39 int32_t converted; local
42 converted = u_vsscanf(buffer, patternSpecification, ap);
45 return converted;
54 int32_t converted; local
57 converted = u_vsscanf_u(buffer, patternSpecification, ap);
60 return converted;
68 int32_t converted; local
86 converted = u_vsscanf_u(buffer, pattern, ap);
93 return converted;
101 int32_t converted; local
    [all...]
uscanf.c 40 int32_t converted; local
43 converted = u_vfscanf(f, patternSpecification, ap);
46 return converted;
55 int32_t converted; local
58 converted = u_vfscanf_u(f, patternSpecification, ap);
61 return converted;
69 int32_t converted; local
87 converted = u_vfscanf_u(f, pattern, ap);
94 return converted;
  /dalvik/dx/tests/040-dex-constructor/
info.txt 2 conversion runs without failure, though the contents of the converted
  /external/svox/pico/tts/
svox_ssml_parser.cpp 596 char* converted = NULL; local
599 converted = new char[4];
600 if (!converted)
605 strcpy(converted, SSML_PITCH_XLOW);
609 converted = new char[4];
610 if (!converted)
615 strcpy(converted, SSML_PITCH_LOW);
619 converted = new char[4];
620 if (!converted)
625 strcpy(converted, SSML_PITCH_MEDIUM)
666 char* converted = NULL; local
736 char* converted = NULL; local
816 char* converted = NULL; local
    [all...]
  /external/chromium/base/
utf_string_conversions_unittest.cc 78 // An empty std::wstring should be converted to an empty std::string,
116 std::wstring converted; local
120 &converted));
122 EXPECT_EQ(expected, converted);
126 std::wstring converted; local
127 EXPECT_TRUE(UTF8ToWide("\00Z\t", 3, &converted));
128 ASSERT_EQ(3U, converted.length());
129 EXPECT_EQ(static_cast<wchar_t>(0), converted[0]);
130 EXPECT_EQ('Z', converted[1]);
131 EXPECT_EQ('\t', converted[2])
161 std::string converted; local
194 std::string converted; local
224 const std::string& converted = WideToUTF8(wmultistring); local
    [all...]
  /dalvik/dx/tests/035-dex-instance-var/
info.txt 2 conversion runs without failure, though the contents of the converted
  /dalvik/dx/tests/036-dex-static-var/
info.txt 2 conversion runs without failure, though the contents of the converted
  /dalvik/dx/tests/037-dex-static-final-var/
info.txt 2 conversion runs without failure, though the contents of the converted
  /dalvik/dx/tests/038-dex-instance-method/
info.txt 2 conversion runs without failure, though the contents of the converted
  /dalvik/dx/tests/039-dex-static-method/
info.txt 2 conversion runs without failure, though the contents of the converted
  /dalvik/dx/tests/041-dex-abstract-method/
info.txt 2 conversion runs without failure, though the contents of the converted
  /dalvik/dx/tests/042-dex-ignore-result/
info.txt 2 conversion runs without failure, though the contents of the converted
  /dalvik/dx/tests/043-dex-two-classes/
info.txt 2 conversion runs without failure, though the contents of the converted
  /dalvik/dx/tests/044-dex-math-ops/
info.txt 2 simple uses of all the math ops end up getting converted reasonably.
  /dalvik/dx/tests/045-dex-switch-ops/
info.txt 2 both kinds of switch op get converted reasonably.
  /dalvik/dx/tests/046-dex-exceptions/
info.txt 2 a couple simple cases of exception handling get converted reasonably.
  /dalvik/dx/tests/048-dex-new-array/
info.txt 2 simple array construction expressions get converted reasonably.
  /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.

Completed in 299 milliseconds

1 2 3 4 5 6 7 8 91011>>