/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
mapshort-elf.d | 24 0+00 l .data 00000000 wibble
|
thumb.s | 6 wibble/data:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_textwrap.py | 304 self.check_split("the 'wibble-wobble' widget",
305 ['the', ' ', "'wibble-", "wobble'", ' ', 'widget'])
306 self.check_split('the "wibble-wobble" widget',
307 ['the', ' ', '"wibble-', 'wobble"', ' ', 'widget'])
308 self.check_split("the (wibble-wobble) widget",
309 ['the', ' ', "(wibble-", "wobble)", ' ', 'widget'])
310 self.check_split("the ['wibble-wobble'] widget",
311 ['the', ' ', "['wibble-", "wobble']", ' ', 'widget'])
|
/external/python/cpython2/Lib/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/gdb/darwin-x86/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/gdb/linux-x86/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/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/Index/ |
complete-recovery.m | 10 blarg * blah = wibble;
|
/external/clang/test/Modules/ |
macros.c | 44 #__public_macro WIBBLE // expected-error{{no macro named 'WIBBLE'}}
|
/external/clang/test/SemaTemplate/ |
class-template-spec.cpp | 119 template<template<class T> class Wibble> 120 class Wibble<int> { }; // expected-error{{cannot specialize a template template parameter}}
|
/build/soong/cc/ |
test_gen_stub_libs.py | 494 wibble; 514 void wibble() {} 530 wibble;
|
/external/clang/test/SemaCXX/ |
attr-noreturn.cpp | 228 template<typename> void wibble() __attribute__((__noreturn__)); 229 template<typename> voidfn wibble; member in namespace:PR12948
|
/external/clang/test/FixIt/ |
typo.m | 23 float wibble;
|
/external/llvm/lib/Transforms/Utils/ |
MetaRenamer.cpp | 48 "wibble", "wobble", "widget", "wombat", "ham", "eggs", "pluto", "spam"
|
/external/clang/test/ARCMT/ |
objcmt-ns-macros.m | 26 typedef NSInteger wibble;
|
objcmt-ns-macros.m.result | 25 typedef NS_ENUM(NSInteger, wibble) {
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
Wap230WspContentTypeTest.java | 265 String testType = "application/wibble"; 445 String testType = "application/wibble"; 492 String testType = " application/wibble"; [all...] |
/prebuilts/go/darwin-x86/src/net/http/cgi/ |
host_test.go | 524 "PATH=/wibble"}, 530 "env-PATH": "/wibble",
|
/prebuilts/go/linux-x86/src/net/http/cgi/ |
host_test.go | 524 "PATH=/wibble"}, 530 "env-PATH": "/wibble",
|
/external/libmicrohttpd/src/testcurl/ |
test_post.c | 473 *unused = "wibble";
|
/external/valgrind/coregrind/m_debuginfo/ |
debuginfo.c | [all...] |
/external/clang/lib/Lex/ |
HeaderSearch.cpp | 366 // #include <Foo/Frameworks/Bar.framework/Headers/Wibble.h> 371 // #include <Bar/Wibble.h> [all...] |
/external/dnsmasq/ |
CHANGELOG.archive | 701 dhcp-host=<mac addr>,wibble 703 dhcp-host=wibble 705 wibble 1.2.3.4 [all...] |