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

1 2 3 4 5 6

  /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/valgrind/main/memcheck/tests/
signal2.stdout.exp 2 doing bad thing
  /external/clang/test/Analysis/
region-store.c 10 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/chromium_org/tools/json_schema_compiler/
json_schema.py 16 def HasKey(thing):
17 return json_parse.IsDict(thing) and thing.get(delete_key, False)
29 item[:] = [DeleteNodes(thing, delete_key)
30 for thing in item if not HasKey(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);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
contextlib.py 149 def __init__(self, thing):
150 self.thing = thing
152 return self.thing
154 self.thing.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
contextlib.py 149 def __init__(self, thing):
150 self.thing = thing
152 return self.thing
154 self.thing.close()
  /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...]
  /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 "
  /art/test/093-serialization/src/
Main.java 115 public Character thing; field in class:Sub
117 public Sub(char thing) {
123 this.thing = thing;
130 + " thing=" + thing);
  /external/chromium_org/third_party/icu/source/i18n/
nfrlist.h 63 void add(NFRule* thing) {
69 fStuff[fCount++] = thing;
  /external/llvm/test/MC/PowerPC/
ppc-machine.s 4 # For now, the only thing we check is that the .machine directive
  /external/clang/test/SemaObjC/
foreach.m 44 for (id thing in collection) { } /* expected-warning {{unused variable 'thing'}} */
  /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/chromium_org/third_party/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:
  /art/test/088-monitor-verification/src/
Main.java 92 Class thing = Thread.class; local
  /dalvik/tests/088-monitor-verification/src/
Main.java 94 Class thing = Thread.class; local

Completed in 666 milliseconds

1 2 3 4 5 6