Home
last modified time | relevance | path

Searched refs:blah (Results 1 – 25 of 85) sorted by relevance

1234

/external/markdown/tests/misc/
Dlists3.txt1 * blah blah blah
Dlists2.txt1 * blah blah blah
Dmulti-test.txt7 Blah blah blah <http://www.slashdot.org>
/external/clang/test/SemaObjCXX/
Dconversion-to-objc-pointer-2.mm44 - (void) setBlah: (id<TFooProtocol>)blah;
53 - (void) setBlah: (id<TFooProtocol>)blah
63 - (void) setBlah: (id)blah;
71 - (void) setBlah: (id)blah
/external/llvm/test/Transforms/LICM/
D2007-09-17-PromoteValue.ll10 br label %blah.i
12 blah.i: ; preds = %cond_true.i, %entry
16 cond_true.i: ; preds = %blah.i
19 br label %blah.i
21 clear_modes.exit: ; preds = %blah.i
/external/valgrind/main/memcheck/tests/
Dvarinfo4.stderr.exp3 by 0x........: blah (varinfo4.c:47)
10 by 0x........: blah (varinfo4.c:48)
17 by 0x........: blah (varinfo4.c:49)
Dvarinfo4.stderr.exp-ppc643 by 0x........: blah (varinfo4.c:47)
10 by 0x........: blah (varinfo4.c:48)
17 by 0x........: blah (varinfo4.c:49)
Dvarinfo4.c43 int blah ( int x, int y ) in blah() function
56 printf("answer is %d\n", blah(3,7) ); in main()
/external/llvm/test/Linker/
Dtestlink2.ll33 define i32 @foo(i32 %blah) {
34 store i32 %blah, i32* @MyVar
38 %fzo = add i32 %ack, %blah
/external/dbus/test/data/auth/
Dinvalid-command.auth-script5 SEND 'NONEXISTENT_COMMAND foo bar baz blah blah'
Dinvalid-command-client.auth-script6 SEND 'NONEXISTENT_COMMAND foo bar baz blah blah'
/external/clang/test/Parser/
Dmissing-end-3.m3 @interface blah { // expected-note {{class started here}} interface
8 @interface blah // expected-error {{missing '@end'}}
/external/llvm/test/Feature/
Dprototype.ll7 define i32 @foo(i32 %blah) {
8 %xx = call i32 @bar( i32 %blah ) ; <i32> [#uses=1]
Dglobalvars.ll12 define i32 @foo(i32 %blah) {
16 ret i32 %blah
/external/clang/test/Index/
Dannotate-tokens.m124 - (int)blah:(int)arg, ... { return arg; }
127 int result = [self blah:5, x];
136 @property (readonly, nonatomic) Foo *blah; property
520 // CHECK-INSIDE_BLOCK: Punctuation: "[" [127:18 - 127:19] ObjCMessageExpr=blah::124:8
522 // CHECK-INSIDE_BLOCK: Identifier: "blah" [127:24 - 127:28] ObjCMessageExpr=blah::124:8
523 // CHECK-INSIDE_BLOCK: Punctuation: ":" [127:28 - 127:29] ObjCMessageExpr=blah::124:8
525 // CHECK-INSIDE_BLOCK: Punctuation: "," [127:30 - 127:31] ObjCMessageExpr=blah::124:8
527 // CHECK-INSIDE_BLOCK: Punctuation: "]" [127:33 - 127:34] ObjCMessageExpr=blah::124:8
546 // CHECK-PROP-AFTER-METHOD: Punctuation: "@" [136:1 - 136:2] ObjCPropertyDecl=blah:136:38
547 // CHECK-PROP-AFTER-METHOD: Keyword: "property" [136:2 - 136:10] ObjCPropertyDecl=blah:136:38
[all …]
Dprint-typekind.m4 -(int) mymethod2:(int)x blah:(float)y;
10 // CHECK: ObjCInstanceMethodDecl=mymethod2:blah::4:8 typekind=Invalid [result=Int] [args= Int Float]
Dcomplete-driver-errors.c1 int *blah = 1; variable
/external/clang/test/SemaCXX/
Dattr-noreturn.cpp51 int blah() __attribute__((noreturn));
54 int xpto::blah() { in blah() function in xpto
/external/openssh/regress/
Denvpass.sh17 _TEST_ENV=blah ${SSH} -oSendEnv="*" -F $OBJ/ssh_proxy_envpass otherhost \
39 _XXX_TEST=blah ${SSH} -oSendEnv="_XXX_TEST" -F $OBJ/ssh_proxy_envpass \
/external/llvm/test/Transforms/LowerInvoke/
Dbasictest.ll16 define i32 @bar(i32 %blah) {
20 %B2 = add i32 %blah, 1 ; <i32> [#uses=1]
/external/clang/test/CodeGenObjC/
D2010-03-17-StructRef.m32 BOOL blah = (BOOL)1;
36 _isUsingICE = blah;
Dblocks.m79 // Then we initialize the block, blah blah blah.
/external/clang/test/ASTMerge/
Dcategory.m9 // CHECK: category2.m:48:1: error: instance method 'blah' has incompatible result types in differen…
10 // CHECK: category1.m:46:1: note: instance method 'blah' also declared here
/external/clang/test/SemaObjC/
Dobjc-array-literal.m39 const char *blah;
40 …NSArray *array2 = @[blah]; // expected-error{{collection element of type 'const char *' is not an …
/external/openssl/crypto/dso/
DREADME18 and if so, convert "blah" into "blah32.dll" (the default is
19 otherwise to make it "blah.dll").

1234