HomeSort by relevance Sort by last modified time
    Searched full:wibble (Results 26 - 50 of 61) sorted by null

12 3

  /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();
class-template-spec.cpp 110 template<template<class T> class Wibble>
111 class Wibble<int> { }; // expected-error{{cannot specialize a template template parameter}}
overload-candidates.cpp 124 void wibble() {} function in namespace:PR15673
125 void wobble() { wibble<int>(); } // expected-error {{no matching function for call to 'wibble'}}
  /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/Index/
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/clang/test/ARCMT/
objcmt-ns-macros.m 16 typedef NSInteger wibble;
objcmt-ns-macros.m.result 12 typedef NS_ENUM(NSInteger, wibble) {
  /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/clang/test/Sema/
designated-initializers.c 180 union wibble { union
185 const union wibble wobble = { .arr2[0] = 0xffff,
189 const union wibble wobble2 = { .arr2 = {4, 5, 6}, 7 }; // expected-warning{{excess elements in union initializer}}
  /external/llvm/test/CodeGen/AArch64/
extern-weak.ll 45 define i32* @wibble() {
  /external/clang/test/Modules/
macros.c 37 #__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/chromium_org/v8/test/mjsunit/third_party/
string-trim.js 100 ({toString:function(){return 'wibble'}})
  /external/chromium_org/v8/test/webkit/
string-trim.js 89 var testValues = ["0", "Infinity", "NaN", "true", "false", "({})", "({toString:function(){return 'wibble'}})", "['an','array']"];
  /external/llvm/lib/Transforms/Utils/
MetaRenamer.cpp 59 "wibble", "wobble", "widget", "wombat", "ham", "eggs", "pluto", "spam"
  /external/v8/test/mjsunit/third_party/
string-trim.js 100 ({toString:function(){return 'wibble'}})

Completed in 1351 milliseconds

12 3