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

1 2 3 4 5 6 7 8 91011>>

  /external/markdown/tests/misc/
autolinks_with_asterisks.txt 1 <http://some.site/weird*url*thing>
autolinks_with_asterisks.html 1 <p><a href="http://some.site/weird*url*thing">http://some.site/weird*url*thing</a></p
  /external/valgrind/main/memcheck/tests/
signal2.stdout.exp 2 doing bad thing
signal2.c 15 printf ( "doing bad thing\n" );
calloc-overflow.c 8 // thing to do is return NULL, but old versions of Valgrind didn't (they
  /packages/experimental/RpcPerformance/src/com/android/rpc_performance/
LocalProvider.java 4 // Same thing. Just different name.
  /dalvik/tests/002-sleep/
info.txt 2 mostly meant as an easy thing to modify in order to test other things
  /dalvik/tests/093-serialization/
expected.txt 1 one=true two=2 three=three four=4.0 five=5.0 six=6 seven=7 eight=8 nine=9 thing=X
  /external/clang/test/Frontend/
preprocessed-output-macro-first-token.c 1 // This is the first thing other than comments and preprocessor stuff in the
  /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...]
  /dalvik/dx/
README.txt 1 Home of Dalvik eXchange, the thing that takes in class files and
  /external/llvm/test/Assembler/
2002-07-25-ReturnPtrFunction.ll 2 ; the right thing.
  /external/valgrind/main/massif/tests/
zero.c 2 // of 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/linux-tools-perf/util/
quote.h 7 /* Help to copy the thing properly quoted for the shell safety.
9 * is replaced with '\!', and the whole thing is enclosed in a
  /external/bison/tests/
actions.at 201 ]m4_ifval([$6], [%type <ival> '(' 'x' 'y' ')' ';' thing line input])[
208 input line thing 'x' 'y'
219 { printf ("Freeing nterm thing (%d@%d-%d)\n", $$, RANGE (@$)); }
220 thing
254 thing thing thing ';'
257 printf ("line (%d@%d-%d): thing (%d@%d-%d) thing (%d@%d-%d) thing (%d@%d-%d) ';' (%d@%d-%d)\n"
    [all...]
  /dalvik/vm/compiler/template/armv5te-vfp/
TEMPLATE_SQRT_DOUBLE_VFP.S 5 * the right thing.
  /external/chromium/chrome/browser/ui/cocoa/download/
download_shelf_view_unittest.mm 16 // This class only needs to do one thing: prevent mouse down events from moving
  /external/chromium/chrome/browser/ui/cocoa/
encoding_menu_controller_delegate_mac.h 15 // does that for us automagically, the only thing left to do is construct
  /external/chromium/chrome/browser/ui/cocoa/toolbar/
toolbar_view_unittest.mm 16 // This class only needs to do one thing: prevent mouse down events from moving