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

1 2 3 4 5 6 7 8 91011>>

  /external/markdown/tests/misc/
inside_html.txt 1 <a href="stuff"> __ok__? </a>
inside_html.html 1 <p><a href="stuff"> <strong>ok</strong>? </a></p
html.txt 4 Some inline <b>stuff<b>.
12 [this <script>link](<script>stuff</script>)
normalize.txt 2 [Link](http://www.stuff.com/q?x=1&y=2<>)
normalize.html 1 <p><a href="http://www.stuff.com/q?x=1&amp;y=2&lt;&gt;">Link</a></p
underscores.txt 9 Here is some __strong__ stuff.
html.html 3 <p>Some inline <b>stuff<b>.<br />
9 <p><a href="script&gt;stuff&lt;/script">this <script>link</a></p
  /external/chromium_org/v8/test/webkit/
dfg-constant-fold-logical-not-branch-expected.txt 29 PASS foo1(new Stuff()) is 43
30 PASS foo2(new Stuff()) is 58
31 PASS foo1(new Stuff()) is 43
32 PASS foo2(new Stuff()) is 58
33 PASS foo1(new Stuff()) is 43
34 PASS foo2(new Stuff()) is 58
35 PASS foo1(new Stuff()) is 43
36 PASS foo2(new Stuff()) is 58
37 PASS foo1(new Stuff()) is 43
38 PASS foo2(new Stuff()) is 5
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
string.h 4 /* We don't want strings.h stuff being user by user stuff by accident */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
string.h 4 /* We don't want strings.h stuff being user by user stuff by accident */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
string.h 4 /* We don't want strings.h stuff being user by user stuff by accident */
  /external/chromium_org/components/test/data/web_database/
OWNERS 4 # For sqlite stuff:
  /external/chromium_org/components/webdata/
OWNERS 4 # For sqlite stuff:
  /dalvik/tests/024-illegal-access/src/
SemiPrivate.java 7 /* not private */ static String mPrivvy = "stuff";
  /dalvik/tests/024-illegal-access/src2/
SemiPrivate.java 7 private static String mPrivvy = "stuff";
  /external/chromium_org/chrome/test/functional/
OWNERS 6 # for media stuff
  /external/chromium_org/ui/gfx/image/
OWNERS 3 # ImageSkia related classes except for _mac/_ios stuff
  /external/kernel-headers/original/linux/
autoconf.h 4 /* we're not using this to build kernel stuff, so a subset should do */
  /external/llvm/test/TableGen/
CStyleComment.td 12 stuff
  /external/chromium_org/tools/gyp/test/win/compiler-flags/
buffer-security.cc 9 char* stuff = reinterpret_cast<char*>(_alloca(256)); local
10 strcpy(stuff, "blah");
  /external/llvm/test/Feature/
NamedMDNode.ll 1 ; RUN: llvm-as < %s | llvm-dis | grep "llvm.stuff = "
6 !llvm.stuff = !{!0, !1}
  /external/llvm/test/Linker/
linknamedmdnode.ll 4 ; CHECK: !llvm.stuff = !{!0, !1}
7 !llvm.stuff = !{!0}
  /libcore/luni/src/test/resources/
SimpleParserTest.xml 7 <t:stuff xmlns:t="http://www.foobar.org">
17 </t:stuff>
  /art/test/003-omnibus-opcodes/src/
UnresTest1.java 8 UnresStuff stuff = new UnresStuff(); local
10 int x = stuff.instField;
16 int x = stuff.instField;
22 stuff.instField = 5;
29 double d = stuff.wideInstField;
35 stuff.wideInstField = 0.0;
68 stuff.virtualMethod();
  /dalvik/tests/003-omnibus-opcodes/src/
UnresTest1.java 8 UnresStuff stuff = new UnresStuff(); local
10 int x = stuff.instField;
16 int x = stuff.instField;
22 stuff.instField = 5;
29 double d = stuff.wideInstField;
35 stuff.wideInstField = 0.0;
68 stuff.virtualMethod();

Completed in 427 milliseconds

1 2 3 4 5 6 7 8 91011>>