HomeSort by relevance Sort by last modified time
    Searched full:thing (Results 1 - 25 of 1934) 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.
  /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/tests/002-sleep/
info.txt 2 mostly meant as an easy thing to modify in order to test other things
  /external/clang/test/Frontend/
preprocessed-output-macro-first-token.c 1 // This is the first thing other than comments and preprocessor stuff in the
  /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 "
  /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.
  /external/llvm/test/CodeGen/CBackend/
2004-11-13-FunctionPointerCast.ll 3 ; thing. :(
  /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/libdex/
InstrUtils.h 39 kFmt20bc, // [opt] op AA, thing@BBBB
45 kFmt21c, // op vAA, thing@BBBB
50 kFmt22c, // op vA, vB, thing@CCCC
57 kFmt35c, // op {vC,vD,vE,vF,vG}, thing@BBBB
59 kFmt3rc, // op {vCCCC .. v(CCCC+AA-1)}, thing@BBBB
66 kFmt40sc, // [opt] exop AAAA, thing@BBBBBBBB
67 kFmt41c, // exop vAAAA, thing@BBBBBBBB
68 kFmt52c, // exop vAAAA, vBBBB, thing@CCCCCCCC
69 kFmt5rc, // exop {vCCCC .. v(CCCC+AAAA-1)}, thing@BBBBBBBB
  /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
  /external/clang/test/SemaObjC/
block-attr.m 4 @interface Thing {}
  /external/kernel-headers/original/linux/
err.h 13 * This should be a per-architecture thing, to allow different
  /external/proguard/examples/dictionaries/
shakespeare.txt 10 "This thing of darkness I acknowledge mine."
  /ndk/tests/device/test-basic-exceptions/
README 4 Normally, the only thing needed is adding -fexceptions to your LOCAL_CFLAGS
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_relops.h 77 * @param x A thing.
78 * @param y Another thing.
90 * @param x A thing.
91 * @param y Another thing.
103 * @param x A thing.
104 * @param y Another thing.
116 * @param x A thing.
117 * @param y Another thing.

Completed in 7964 milliseconds

1 2 3 4 5 6 7 8 91011>>