Searched refs:thing (Results 1 - 25 of 37) sorted by relevance

12

/external/clang/test/SemaCXX/
H A Dwarn-static-function-inheader.h1 static void thing(void) { // expected-warning {{'static' function 'thing' declared in header file should be declared 'static inline'}} function
H A Dwarn-static-function-inheader.cpp10 thing();
H A Dwarn-missing-noreturn.cpp115 template <typename T> void thingy(T thing) { argument
116 thing.wibble();
/external/clang/test/Analysis/
H A Dregion-store.c10 int thing = (int []){0, 1}[index]; local
11 printf("thing: %i\n", thing);
19 int thing = (int [][3]){{0,0,0}, {1,1,1}, {2,2,2}}[index][index]; local
20 printf("thing: %i\n", thing);
/external/valgrind/main/memcheck/tests/
H A Dsignal2.stdout.exp2 doing bad thing
/external/clang/test/SemaTemplate/
H A Dalias-templates.cpp26 typedef T thing; typedef in struct:X::traits
27 typedef decltype(val(make<thing>())) inner_ptr;
29 template<typename U> using rebind_thing = typename thing::template rebind<U>;
41 template<typename T> struct thing { struct in namespace:X
44 typedef traits<thing<inner>> traits_type;
46 template<typename U> using rebind = thing<U>;
48 thing(traits_type &traits) : traits(traits), val(traits.alloc()) {} function in struct:X::thing
49 ~thing() { traits.free(static_cast<inner_ptr&&>(val)); }
54 friend inner_ptr val(const thing &t) { return t.val; }
60 template<> bool &traits<thing<boo
[all...]
/external/icu4c/i18n/
H A Dnfrlist.h63 void add(NFRule* thing) { argument
69 fStuff[fCount++] = thing;
/external/clang/test/SemaObjC/
H A Dforeach.m44 for (id thing in collection) { }
/external/valgrind/main/none/tests/x86/
H A Dbug126147-x86.c121 check (int thing, int number) argument
123 if (!thing)
/external/webkit/Tools/Scripts/webkitpy/thirdparty/
H A Dmock.py191 def _dot_lookup(thing, comp, import_path):
193 return getattr(thing, comp)
196 return getattr(thing, comp)
202 thing = __import__(import_path)
206 thing = _dot_lookup(thing, comp, import_path)
207 return thing
/external/markdown/MarkdownTest/Tests_2004/
H A DOrdered and unordered lists.text113 Same thing but with paragraphs:
/external/markdown/MarkdownTest/Tests_2007/
H A DOrdered and unordered lists.text113 Same thing but with paragraphs:
/external/markdown/tests/markdown-test/
H A Dordered-and-unordered-list.txt113 Same thing but with paragraphs:
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dbasic.rb55 parser.reported_errors.should have( 1 ).thing
136 parser.reported_errors.should have( 1 ).thing
146 parser.reported_errors.should have( 1 ).thing
272 parser.reported_errors.should have( 1 ).thing
H A Dcalc.rb95 errors.should have( 1 ).thing
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-reference.js71 var thing = ($("#jd-header").html().indexOf("package") != -1) ? "package" : "class";
72 $("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " + selectedLevel + ".</strong></p>"
73 + "<p>To use this " + thing + ", your application must specify API Level " + minLevel + " or higher in its manifest "
/external/webkit/Tools/Scripts/webkitpy/tool/
H A Dmocktool.py43 for thing in objects:
44 dictionary[thing["id"]] = thing
/external/libpng/scripts/
H A Dmakevms.com50 $! Build the thing plain or with mms/mmk
/external/llvm/utils/
H A Dcodegen-diff117 disassemble to the same thing. This puts a lot of trust in the
/external/v8/src/
H A Dprofile-generator.h810 HeapEntry* Map(HeapThing thing);
811 void Pair(HeapThing thing, HeapEntriesAllocator* allocator, HeapEntry* entry);
836 static uint32_t Hash(HeapThing thing) { argument
838 static_cast<uint32_t>(reinterpret_cast<uintptr_t>(thing)),
/external/mksh/src/
H A Dfuncs.c619 int thing = 0, field, base, optc; local
733 thing = '+';
737 thing = '-';
752 thing = wp[builtin_opt.optind][0];
833 if (thing == '-')
880 if (thing == 0 && flag == 0) {
944 if (thing == '-' && (vp->flag&ISSET)) {
2718 operand ::= <any thing>
2752 * our parser does the right thing for the omitted steps.
/external/srec/srec/Vocabulary/src/
H A DVocabularyImpl.c406 reassemble the parts and pass the whole thing to TTP
483 reassemble and get the TTP pron for the whole thing */
505 correspond the the thing after the quote ('s' or 't'). This keeps
/external/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl618 // does the right thing.
/external/littlemock/tests/com/google/testing/littlemock/
H A DLittleMockTest.java807 // call is that it is okay to verify the same thing twice - a verify doesn't "consume"
1595 // Plus, where's the upside in more than one way to do the same thing - it just gets confusing.
1679 for (T thing : things) {
1680 list.add(thing);
/external/bison/tests/
H A Dtestsuite6933 input line thing 'x' 'y'
6944 { printf ("Freeing nterm thing (%d@%d-%d)\n", $$, RANGE (@$)); }
6945 thing
6979 thing thing thing ';'
6982 printf ("line (%d@%d-%d): thing (%d@%d-%d) thing (%d@%d-%d) thing (%d@%d-%d) ';' (%d@%d-%d)\n",
6986 | '(' thing thin
[all...]

Completed in 490 milliseconds

12