/dalvik/dx/tests/063-dex-empty-switch/ |
info.txt | 3 get converted reasonably.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
InMemoryRepresentable.java | 6 * Interface implemented by objects that can be converted from streaming to in-memory objects.
|
DERGraphicString.java | 17 * @param obj a DERGraphicString or an object that can be converted into one. 18 * @exception IllegalArgumentException if the object cannot be converted. 51 * be converted.
|
DERVideotexString.java | 17 * @param obj a DERVideotexString or an object that can be converted into one. 18 * @exception IllegalArgumentException if the object cannot be converted. 51 * be converted.
|
/external/clang/test/Lexer/ |
escape_newline.c | 3 // RUN: %clang_cc1 -E -ftrigraphs %s 2>&1 | grep 'trigraph converted'
|
/external/iproute2/man/man8/ |
rtpr.8 | 17 Undo oneline converted
|
/external/spirv-llvm/lib/SPIRV/runtime/ |
README.txt | 2 the LLVM module converted from SPIR-V by the SPIR-V/LLVM
|
/external/v8/tools/clang/rewrite_scoped_refptr/tests/ |
test5-expected.cc | 15 // Ensure that the correct cast (the user-defined cast) is converted.
|
test5-original.cc | 15 // Ensure that the correct cast (the user-defined cast) is converted.
|
test6-expected.cc | 16 // converted.
|
test6-original.cc | 16 // converted.
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/ |
local_label_elf.d | 7 # Check if relocations against local symbols are converted to
|
local_label_wince.d | 7 # Check if relocations against local symbols are converted to
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/ |
rodata-merge-map2.s | 4 @ would otherwise be converted in a symbol table entry with no
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/ |
jalbal.s | 1 # Test that jal gets converted to bal on the RM9000 when it is in range.
|
/external/mockito/src/main/java/org/mockito/internal/util/collections/ |
ListUtil.java | 30 LinkedList<To> converted = new LinkedList<To>(); local 32 converted.add(converter.convert(f)); 34 return converted;
|
/external/clang/test/SemaObjC/ |
arc-objcbridge-related-attribute.m | 22 foo(newColor); // expected-error {{'CGColorRef' (aka 'struct CGColor *') must be explicitly converted to 'NSColor *'; use '+colorWithCGColor:' method for this conversion}} 23 textField.backgroundColor = newColor; // expected-error {{'CGColorRef' (aka 'struct CGColor *') must be explicitly converted to 'NSColor *__strong'; use '+colorWithCGColor:' method for this conversion}} 24 return newColor; // expected-error {{'CGColorRef' (aka 'struct CGColor *') must be explicitly converted to 'NSColor *'; use '+colorWithCGColor:' method for this conversion}} 34 newColor = textField.backgroundColor; // expected-error {{'NSColor *' must be explicitly converted to 'CGColorRef' (aka 'struct CGColor *'); use '-CGColor' method for this conversion}} 35 return textField.backgroundColor; // expected-error {{'NSColor *' must be explicitly converted to 'CGColorRef' (aka 'struct CGColor *'); use '-CGColor' method for this conversion}}
|
/system/core/base/ |
utf8_test.cpp | 48 // Thus, we verify that the valid characters are converted, but we ignore the 133 // An empty std::wstring should be converted to an empty std::string, 172 std::wstring converted; local 176 &converted); 178 // The original test always compared expected and converted, but don't do 183 EXPECT_EQ(expected, converted); 190 std::wstring converted; local 191 EXPECT_TRUE(UTF8ToWide("\00Z\t", 3, &converted)); 192 ASSERT_EQ(3U, converted.length()); 193 EXPECT_EQ(static_cast<wchar_t>(0), converted[0]) 241 std::string converted; local 282 std::string converted; local 333 const std::string& converted = UTF16ToUTF8(multistring16); local [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
APSIntType.cpp | 19 // Negative numbers cannot be losslessly converted to unsigned type. 32 // Signed integers can be converted to signed integers of the same width 34 // Unsigned integers can be converted to unsigned integers of the same width
|
/external/libchrome/base/strings/ |
string16_unittest.cc | 29 // These should each get converted to the invalid character: EF BF BD. 35 // Old italic A = U+10300, will get converted to: F0 90 8C 80 'z'. 41 // Will get converted to the invalid char + 's': EF BF BD 's'.
|
/external/libcxx/test/libcxx/localization/locales/locale.convenience/conversions/conversions.string/ |
ctor_move.pass.cpp | 33 const auto old_converted = myconv.converted(); 34 assert(myconv.converted() == 4); 37 assert(myconv2.converted() == old_converted);
|
/external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/ |
SLF4JLocationAwareLog.java | 104 * the message to log. Converted to {@link String} 115 * the message to log. Converted to {@link String} 128 * the message to log. Converted to {@link String} 139 * the message to log. Converted to {@link String} 152 * the message to log. Converted to {@link String} 163 * the message to log. Converted to {@link String} 176 * the message to log. Converted to {@link String} 187 * the message to log. Converted to {@link String} 200 * the message to log. Converted to {@link String} 211 * the message to log. Converted to {@link String [all...] |
SLF4JLog.java | 101 * the message to log. Converted to {@link String} 112 * the message to log. Converted to {@link String} 125 * the message to log. Converted to {@link String} 136 * the message to log. Converted to {@link String} 149 * the message to log. Converted to {@link String} 160 * the message to log. Converted to {@link String} 173 * the message to log. Converted to {@link String} 184 * the message to log. Converted to {@link String} 197 * the message to log. Converted to {@link String} 208 * the message to log. Converted to {@link String [all...] |
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/localization/locales/locale.convenience/conversions/conversions.string/ |
ctor_move.pass.cpp | 33 const auto old_converted = myconv.converted(); 34 assert(myconv.converted() == 4); 37 assert(myconv2.converted() == old_converted);
|
/dalvik/dx/tests/034-dex-minimal/ |
info.txt | 9 converted file are not checked for correctness.
|