HomeSort by relevance Sort by last modified time
    Searched refs:thing (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/clang/test/SemaCXX/
warn-static-function-inheader.h 1 static void thing(void) { // expected-warning {{'static' function 'thing' declared in header file should be declared 'static inline'}} function
no-warn-composite-pointer-type.cpp 5 void Foo(int **thing, const int **thingMax)
7 if ((thing + 3) > thingMax)
warn-static-function-inheader.cpp 10 thing();
member-init.cpp 84 struct thing {}; struct in namespace:PR14838
86 another() : r(thing()) {}
warn-missing-noreturn.cpp 115 template <typename T> void thingy(T thing) {
116 thing.wibble();
  /external/clang/test/Analysis/
region-store.c 11 int thing = (int []){0, 1}[index]; local
12 printf("thing: %i\n", thing);
20 int thing = (int [][3]){{0,0,0}, {1,1,1}, {2,2,2}}[index][index]; local
21 printf("thing: %i\n", thing);
  /external/valgrind/main/memcheck/tests/
signal2.stdout.exp 2 doing bad thing
  /dalvik/tests/093-serialization/src/
Main.java 98 public Character thing; field in class:Sub
100 public Sub(char thing) {
106 this.thing = thing;
113 + " thing=" + thing);
  /external/clang/test/SemaTemplate/
alias-templates.cpp 26 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<bool>>::alloc() { static bool b; return b;
    [all...]
current-instantiation.cpp 242 static const int thing = 0; member in struct:RebuildDependentScopeDeclRefExpr::X
243 N<thing> data();
244 N<thing> foo();
246 template<typename T> N<X<T>::thing> X<T>::data() {}
  /build/tools/droiddoc/templates-pdk/assets/
customizations.js 1 function showApiWarning(thing, selectedLevel, minLevel) {
3 $("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " + selectedLevel + ".</strong></p>"
4 + "<p>To use this " + thing + ", your application must specify API Level " + minLevel + " or higher in its manifest "
  /external/clang/test/SemaObjC/
foreach.m 44 for (id thing in collection) { }
  /external/icu4c/i18n/
nfrlist.h 63 void add(NFRule* thing) {
69 fStuff[fCount++] = thing;
  /external/valgrind/main/none/tests/x86/
bug126147-x86.c 121 check (int thing, int number)
123 if (!thing)
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
mock.py 191 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/
Ordered and unordered lists.text 113 Same thing but with paragraphs:
  /external/markdown/MarkdownTest/Tests_2007/
Ordered and unordered lists.text 113 Same thing but with paragraphs:
  /external/markdown/tests/markdown-test/
ordered-and-unordered-list.txt 113 Same thing but with paragraphs:
  /dalvik/tests/088-monitor-verification/src/
Main.java 94 Class thing = Thread.class; local
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
basic.rb 55 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
calc.rb 95 errors.should have( 1 ).thing
  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-search.js 36 // IE8 converts null to "null", which is not the right thing to do.
set-href-attribute-protocol.js 47 // IE8 converts null to "null", which is not the right thing to do.
  /external/v8/test/mjsunit/
const.js 48 // Spidermonkey does not do this, but it seems like the right thing to
  /external/webkit/LayoutTests/fast/url/script-tests/
ipv6.js 30 // get canonicalized to the same thing.

Completed in 566 milliseconds

1 2 3 4