/external/clang/test/Index/ |
preamble.c | 8 int wibble(int); 22 // CHECK: preamble.c:8:5: FunctionDecl=wibble:8:5 Extent=[8:1 - 8:16] 32 // CHECK-CC: FunctionDecl:{ResultType int}{TypedText wibble}{LeftParen (}{Placeholder int}{RightParen )} (50)
|
annotate-tokens-pp.c | 4 #define WIBBLE(X, Y) X##Y 5 NOTHING(more,junk) float WIBBLE(int, float); 62 // CHECK: Identifier: "WIBBLE" [4:9 - 4:15] macro definition=WIBBLE 63 // CHECK: Punctuation: "(" [4:15 - 4:16] macro definition=WIBBLE 64 // CHECK: Identifier: "X" [4:16 - 4:17] macro definition=WIBBLE 65 // CHECK: Punctuation: "," [4:17 - 4:18] macro definition=WIBBLE 66 // CHECK: Identifier: "Y" [4:19 - 4:20] macro definition=WIBBLE 67 // CHECK: Punctuation: ")" [4:20 - 4:21] macro definition=WIBBLE 68 // CHECK: Identifier: "X" [4:22 - 4:23] macro definition=WIBBLE [all...] |
complete-recovery.m | 10 blarg * blah = wibble;
|
/external/chromium_org/v8/test/webkit/ |
string-trim-expected.txt | 179 PASS trim.call(({toString:function(){return 'wibble'}})) is 'wibble' 180 PASS trimLeft.call(({toString:function(){return 'wibble'}})) is 'wibble' 181 PASS trimRight.call(({toString:function(){return 'wibble'}})) is 'wibble'
|
string-trim.js | 89 var testValues = ["0", "Infinity", "NaN", "true", "false", "({})", "({toString:function(){return 'wibble'}})", "['an','array']"];
|
/external/clang/test/CodeCompletion/ |
macros.c | 38 // CC2: WIBBLE 45 // CC3: WIBBLE
|
/external/clang/test/SemaTemplate/ |
instantiation-default-1.cpp | 13 void wibble(); 20 d3->wibble();
|
overload-candidates.cpp | 124 void wibble() {} function in namespace:PR15673 125 void wobble() { wibble<int>(); } // expected-error {{no matching function for call to 'wibble'}}
|
class-template-spec.cpp | 110 template<template<class T> class Wibble> 111 class Wibble<int> { }; // expected-error{{cannot specialize a template template parameter}}
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_22.txt | 14 Content-Type: image/jpeg; name="wibble.JPG" 17 Content-Disposition: attachment; filename="wibble.JPG"
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_22.txt | 14 Content-Type: image/jpeg; name="wibble.JPG" 17 Content-Disposition: attachment; filename="wibble.JPG"
|
/external/clang/test/ASTMerge/Inputs/ |
interface1.m | 69 - (float)wibble:(int)a1 second:(int)a2;
|
interface2.m | 68 - (float)wibble:(int)a1 second:(int)a2;
|
/external/clang/test/SemaCXX/ |
address-of.cpp | 14 static void wibble() { function in class:c
|
attr-noreturn.cpp | 80 template<typename> void wibble() __attribute__((__noreturn__)); 81 template<typename> voidfn wibble; member in namespace:PR12948
|
/external/clang/test/FixIt/ |
typo.cpp | 39 namespace wibble = blarg; // expected-error{{no namespace named 'blarg'; did you mean 'blargh'?}} 84 wibble::yarn str5; // expected-error{{no type named 'yarn' in namespace 'otherstd'; did you mean 'nonstd::yarn'?}} 92 return wibble::narf; // expected-error{{no member named 'narf' in namespace 'otherstd'; did you mean 'nonstd::narf'?}}
|
typo.m | 23 float wibble;
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-extern-weak.ll | 42 define i32* @wibble() {
|
extern-weak.ll | 46 define i32* @wibble() {
|
/external/clang/test/Modules/ |
macros.c | 35 #__public_macro WIBBLE // expected-error{{no macro named 'WIBBLE'}}
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_textwrap.py | 313 self.check_split("the 'wibble-wobble' widget", 314 ['the', ' ', "'wibble-", "wobble'", ' ', 'widget']) 315 self.check_split('the "wibble-wobble" widget', 316 ['the', ' ', '"wibble-', 'wobble"', ' ', 'widget']) 317 self.check_split("the (wibble-wobble) widget", 318 ['the', ' ', "(wibble-", "wobble)", ' ', 'widget']) 319 self.check_split("the ['wibble-wobble'] widget", 320 ['the', ' ', "['wibble-", "wobble']", ' ', 'widget'])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_textwrap.py | 313 self.check_split("the 'wibble-wobble' widget", 314 ['the', ' ', "'wibble-", "wobble'", ' ', 'widget']) 315 self.check_split('the "wibble-wobble" widget', 316 ['the', ' ', '"wibble-', 'wobble"', ' ', 'widget']) 317 self.check_split("the (wibble-wobble) widget", 318 ['the', ' ', "(wibble-", "wobble)", ' ', 'widget']) 319 self.check_split("the ['wibble-wobble'] widget", 320 ['the', ' ', "['wibble-", "wobble']", ' ', 'widget'])
|
/external/clang/test/Sema/ |
designated-initializers.c | 179 union wibble { union 184 const union wibble wobble = { .arr2[0] = 0xffff, 188 const union wibble wobble2 = { .arr2 = {4, 5, 6}, 7 }; // expected-warning{{excess elements in union initializer}}
|
/external/clang/test/ARCMT/ |
objcmt-ns-macros.m | 17 typedef NSInteger wibble;
|
objcmt-ns-macros.m.result | 13 typedef NS_ENUM(NSInteger, wibble) {
|