/external/clang/test/CodeGenObjC/ |
terminate.m | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.8 -emit-llvm -fexceptions -fobjc-exceptions -o - %s | FileCheck %s -check-prefix=CHECK-WITH 12 // CHECK-WITH: define void @test0() 13 // CHECK-WITH: [[PTR:%.*]] = alloca i8*, 14 // CHECK-WITH: call void @destroy(i8** [[PTR]]) 15 // CHECK-WITH-NEXT: ret void 16 // CHECK-WITH: invoke void @destroy(i8** [[PTR]]) 17 // CHECK-WITH: landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__gcc_personality_v0 to i8*) 18 // CHECK-WITH-NEXT: catch i8* null 19 // CHECK-WITH-NEXT: call void @objc_terminate()
|
/external/harfbuzz_ng/src/ |
hb-ot-shape-complex-arabic-table.hh | 7 * on files with these headers: 55 JOINING_TYPE_D, /* 0620; DOTLESS YEH WITH SEPARATE RING BELOW; D; YEH */ 57 JOINING_TYPE_R, /* 0622; ALEF WITH MADDA ABOVE; R; ALEF */ 58 JOINING_TYPE_R, /* 0623; ALEF WITH HAMZA ABOVE; R; ALEF */ 59 JOINING_TYPE_R, /* 0624; WAW WITH HAMZA ABOVE; R; WAW */ 60 JOINING_TYPE_R, /* 0625; ALEF WITH HAMZA BELOW; R; ALEF */ 61 JOINING_TYPE_D, /* 0626; DOTLESS YEH WITH HAMZA ABOVE; D; YEH */ 65 JOINING_TYPE_D, /* 062A; DOTLESS BEH WITH 2 DOTS ABOVE; D; BEH */ 66 JOINING_TYPE_D, /* 062B; DOTLESS BEH WITH 3 DOTS ABOVE; D; BEH */ 67 JOINING_TYPE_D, /* 062C; HAH WITH DOT BELOW; D; HAH * [all...] |
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
CMSSignatureEncryptionAlgorithmFinder.java | 7 * are associated with a particular signature algorithm. 12 * Return the encryption algorithm identifier associated with the passed in signatureAlgorithm 14 * @return the algorithm identifier to be associated with the encryption algorithm used in signature creation.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
CryptoException.java | 19 * create a CryptoException with the given message. 21 * @param message the message to be carried with the exception. 30 * Create a CryptoException with the given message and underlying cause.
|
/external/clang/test/ASTMerge/Inputs/ |
category1.m | 27 // Category with implementation 34 // Category with implementation 41 // Category with mismatched implementation
|
category2.m | 29 // Category with implementation 36 // Category with implementation 43 // Category with mismatched implementation
|
/external/clang/test/Headers/ |
ms-null-ms-header-vs-stddef.cpp | 10 // __null is used as a type annotation in MS headers, with __null defined to 11 // nothing in regular builds. This should continue to work even with stddef.h 15 // NULL should work fine even with __null defined to nothing.
|
/external/clang/test/Parser/ |
check-syntax-1.m | 3 int @interface bla ; // expected-error {{cannot combine with previous 'int' declaration specifier}} 14 (void) x; // expected-error {{method type specifier must start with '-' or '+'}} 15 (int)im; // expected-error {{method type specifier must start with '-' or '+'}} \
|
placeholder-recovery.m | 3 // FIXME: We could do much better with this, if we recognized 4 // placeholders somehow. However, we're content with not generating 5 // bogus 'archaic' warnings with bad location info.
|
/external/clang/test/SemaObjC/ |
NSString-type.m | 5 void (^block)(void) = @"help"; // expected-error {{initializing 'void (^)(void)' with an expression of incompatible type 'NSString *'}} 7 void (^block2)(void) = @"help"; // expected-error {{initializing 'void (^)(void)' with an expression of incompatible type 'NSString *'}} 8 void (^block3)(void) = @"help"; // expected-error {{initializing 'void (^)(void)' with an expression of incompatible type 'NSString *'}}
|
/external/markdown/MarkdownTest/Tests_2004/ |
Yuri-Links-in-Headers.text | 10 # A header with a [link](http://www.link.com) 12 First with a hash 14 Another with a [link][a]
|
Yuri-Links-in-Headers.text-out | 13 <h1>A header with a <a href="http://www.link.com">link</a></h1> 14 <p>First with a hash</p> 15 <h2>Another with a <a href="http://www.link.com/">link</a></h2>
|
Yuri-Links-in-Headers.text-res | 13 <h1>A header with a <a href="http://www.link.com">link</a></h1> 14 <p>First with a hash</p> 15 <h2>Another with a <a href="http://www.link.com/">link</a></h2>
|
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
removeEOL.pl | 5 # Redistribution and use in source and binary forms, with or without 13 # in the documentation and/or other materials provided with the 43 $title = "removeEOL: Line with Windows line ending."; 44 ok(removeEOL("This line ends with a Windows line ending.\r\n") eq "This line ends with a Windows line ending.", $title); 47 $title = "removeEOL: Line with Unix line ending."; 48 ok(removeEOL("This line ends with a Unix line ending.\n") eq "This line ends with a Unix line ending.", $title); 51 $title = "removeEOL: Line with Mac line ending."; 52 ok(removeEOL("This line ends with a Mac line ending.\r") eq "This line ends with a Mac line ending.", $title) [all...] |
/frameworks/base/libs/usb/tests/AccessoryChat/ |
README.txt | 3 AccessoryChat - A Java app with a chat-like UI that sends and receives strings 6 accessorychat - A C command-line program that communicates with AccessoryChat. 10 android device with USB host support
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_framestitching.h | 5 * you may not use this file except in compliance with the License. 51 4.5 microseconds with 3 points 52 4.7 microseconds with 4 points 53 5.0 microseconds with 5 points 54 5.2 microseconds with 6 points 55 5.8 microseconds with 10 points 56 20 microseconds with 100 points 57 205 microseconds with 1000 points 58 2.9 milliseconds with 10000 points 59 50 milliseconds with 100000 point [all...] |
/packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/ |
db_framestitching.h | 5 * you may not use this file except in compliance with the License. 51 4.5 microseconds with 3 points 52 4.7 microseconds with 4 points 53 5.0 microseconds with 5 points 54 5.2 microseconds with 6 points 55 5.8 microseconds with 10 points 56 20 microseconds with 100 points 57 205 microseconds with 1000 points 58 2.9 milliseconds with 10000 points 59 50 milliseconds with 100000 point [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_framestitching.h | 5 * you may not use this file except in compliance with the License. 51 4.5 microseconds with 3 points 52 4.7 microseconds with 4 points 53 5.0 microseconds with 5 points 54 5.2 microseconds with 6 points 55 5.8 microseconds with 10 points 56 20 microseconds with 100 points 57 205 microseconds with 1000 points 58 2.9 milliseconds with 10000 points 59 50 milliseconds with 100000 point [all...] |
/packages/inputmethods/LatinIME/tools/maketext/res/values-hr/ |
donottranslate-more-keys.xml | 8 ** you may not use this file except in compliance with the License. 21 <!-- U+0161: "?" LATIN SMALL LETTER S WITH CARON 22 U+015B: "?" LATIN SMALL LETTER S WITH ACUTE 25 <!-- U+00F1: "ñ" LATIN SMALL LETTER N WITH TILDE 26 U+0144: "?" LATIN SMALL LETTER N WITH ACUTE --> 28 <!-- U+017E: "?" LATIN SMALL LETTER Z WITH CARON 29 U+017A: "?" LATIN SMALL LETTER Z WITH ACUTE 30 U+017C: "?" LATIN SMALL LETTER Z WITH DOT ABOVE --> 32 <!-- U+010D: "?" LATIN SMALL LETTER C WITH CARON 33 U+0107: "?" LATIN SMALL LETTER C WITH ACUT [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SimpleAttributeTest.java | 5 * you may not use this file except in compliance with the License. 30 a = new SimpleAttribute(SdkConstants.NS_RESOURCES, "name", "value = with space "); 36 assertEquals("value = with space ", a.getValue()); 48 assertEquals("value = with space ", a.getValue()); 53 "@name:" + SdkConstants.NS_RESOURCES + "=value = with space \n", 58 String s = "@name:" + SdkConstants.NS_RESOURCES + "=value = with space \n"; 70 "value = with space "))); 76 assertFalse(a.equals(new SimpleAttribute("uri", "name", "value = with space "))); 82 "value = with space "))); 94 "value = with space ").hashCode()) [all...] |
/external/icu4c/data/unidata/norm2/ |
uts46.txt | 85 00C0 >00E0 # 1.1 LATIN CAPITAL LETTER A WITH GRAVE 86 00C1 >00E1 # 1.1 LATIN CAPITAL LETTER A WITH ACUTE 87 00C2 >00E2 # 1.1 LATIN CAPITAL LETTER A WITH CIRCUMFLEX 88 00C3 >00E3 # 1.1 LATIN CAPITAL LETTER A WITH TILDE 89 00C4 >00E4 # 1.1 LATIN CAPITAL LETTER A WITH DIAERESIS 90 00C5 >00E5 # 1.1 LATIN CAPITAL LETTER A WITH RING ABOVE 92 00C7 >00E7 # 1.1 LATIN CAPITAL LETTER C WITH CEDILLA 93 00C8 >00E8 # 1.1 LATIN CAPITAL LETTER E WITH GRAVE 94 00C9 >00E9 # 1.1 LATIN CAPITAL LETTER E WITH ACUTE 95 00CA >00EA # 1.1 LATIN CAPITAL LETTER E WITH CIRCUMFLE [all...] |
/external/icu4c/data/unidata/ |
SpecialCasing.txt | 39 # A language ID is defined by BCP 47, with '-' and '_' treated equivalently. 46 # Parsers of this file must be prepared to deal with future additions to this format: 62 # Preserve canonical equivalence for I with dot. Turkic is handled below. 64 0130; 0069 0307; 0130; 0130; # LATIN CAPITAL LETTER I WITH DOT ABOVE 86 0390; 0390; 0399 0308 0301; 0399 0308 0301; # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS 87 03B0; 03B0; 03A5 0308 0301; 03A5 0308 0301; # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS 88 01F0; 01F0; 004A 030C; 004A 030C; # LATIN SMALL LETTER J WITH CARON 89 1E96; 1E96; 0048 0331; 0048 0331; # LATIN SMALL LETTER H WITH LINE BELOW 90 1E97; 1E97; 0054 0308; 0054 0308; # LATIN SMALL LETTER T WITH DIAERESIS 91 1E98; 1E98; 0057 030A; 0057 030A; # LATIN SMALL LETTER W WITH RING ABOV [all...] |
/dalvik/dx/tests/040-dex-constructor/ |
info.txt | 3 file are not checked for correctness. This test is of a classfile with
|
/dalvik/tests/024-illegal-access/ |
info.txt | 2 error. Also try to access a non-public class in a different package with
|
/dalvik/tests/032-concrete-sub/ |
info.txt | 2 where a concrete class and its abstract superclass were compiled with
|