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

1 2 3

  /external/valgrind/main/memcheck/tests/
signal2.stdout.exp 2 doing bad 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...]
  /build/tools/droiddoc/templates-sdk/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/SemaCXX/
warn-missing-noreturn.cpp 115 template <typename T> void thingy(T thing) {
116 thing.wibble();
  /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/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.
set-href-attribute-hash.js 27 // IE8 converts null to "null", which is not the right thing to do.
set-href-attribute-hostname.js 26 // IE8 converts null to "null", which is not the right thing to do.
set-href-attribute-pathname.js 35 // IE8 converts null to "null", which is not the right thing to do.
  /external/webkit/LayoutTests/fast/url/script-tests/
standard-url.js 17 // Busted refs shouldn't make the whole thing fail.
ipv6.js 30 // get canonicalized to the same thing.
  /external/v8/test/mjsunit/
const.js 48 // Spidermonkey does not do this, but it seems like the right thing to
function-prototype.js 89 // be the last thing we do because this will clobber the optimizations
  /ndk/sources/host-tools/make-3.81/
configure.bat 23 rem in which case the values will be truncated and the whole thing
  /external/webkit/Tools/Scripts/webkitpy/tool/
mocktool.py 43 for thing in objects:
44 dictionary[thing["id"]] = thing
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js 69 var thing = ($("#jd-header").html().indexOf("package") != -1) ? "package" : "class";
70 $("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " + selectedLevel + ".</strong></p>"
71 + "<p>To use this " + thing + ", your application must specify API Level " + minLevel + " or higher in its manifest "
  /external/libpng/scripts/
makevms.com 50 $! Build the thing plain or with mms/mmk

Completed in 274 milliseconds

1 2 3