/external/v8/tools/oprofile/ |
dump | 3 # Source common stuff.
|
reset | 3 # Source common stuff.
|
shutdown | 3 # Source common stuff.
|
start | 3 # Source common stuff.
|
annotate | 3 # Source common stuff.
|
report | 3 # Source common stuff.
|
run | 3 # Source common stuff.
|
/dalvik/tests/024-illegal-access/src/ |
SemiPrivate.java | 7 /* not private */ static String mPrivvy = "stuff";
|
PublicAccess.java | 4 * Some stuff for access checks.
|
/dalvik/tests/024-illegal-access/src2/ |
SemiPrivate.java | 7 private static String mPrivvy = "stuff";
|
/external/kernel-headers/original/linux/ |
autoconf.h | 4 /* we're not using this to build kernel stuff, so a subset should do */
|
blkpg.h | 9 * Device number stuff: 15 * Partition stuff: 20 * Geometry stuff: 25 * For today, only the partition stuff - aeb, 990515
|
/dalvik/libcore/xml/src/test/resources/ |
SimpleParserTest.xml | 7 <t:stuff xmlns:t="http://www.foobar.org"> 17 </t:stuff>
|
SimpleBuilderTest.xml | 9 <t:stuff xmlns:t="http://www.foo.bar" xmlns:u="http://www.bar.foo"> 19 </t:stuff>
|
/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();
|
UnresTest2.java | 30 UnresStuff stuff = new UnresStuff(); local 46 checkCasts(stuff);
|
/dalvik/tests/008-instanceof/src/ |
Iface1.java | 4 * Test stuff.
|
/dalvik/tests/009-instanceof2/src/ |
Iface1.java | 4 * Test stuff.
|
/dalvik/tests/011-array-copy/src/ |
Iface1.java | 4 * Test stuff.
|
/dalvik/tests/022-interface/src/ |
Iface1.java | 4 * Test stuff.
|
/external/clearsilver/util/test/ |
net_test.c | 25 NEOERR *client_proc(int port, ULIST *stuff) 41 err = ne_net_write_int(nsock, uListLength(stuff)); 44 for (x = 0; x < uListLength(stuff); x++) 46 err = uListGet(stuff, x, (void *)&thing); 66 NEOERR *server_proc(int port, ULIST *stuff) 88 if (x != uListLength(stuff)) 90 err = nerr_raise(NERR_ASSERT, "Incoming length is not equal to expected length: %d != %d", x, uListLength(stuff)); 94 for (x = 0; x < uListLength(stuff); x++) 96 err = uListGet(stuff, x, (void *)&thing); 132 ULIST *stuff; local [all...] |
/external/stlport/test/eh/ |
test_algobase.cpp | 37 : stuff( new TestClass[kBufferSize] ), end_of_stuff(stuff + kBufferSize) { 41 ~test_uninitialized_copy() { delete[] stuff; } 45 EH_STD::uninitialized_copy((TestClass*)stuff, (TestClass*)end_of_stuff, buffer ); 46 EH_ASSERT( EH_STD::equal( (TestClass*)stuff, (TestClass*)end_of_stuff, buffer ) ); 51 TestClass * stuff; member in struct:test_uninitialized_copy
|
/external/openssl/crypto/threads/ |
README | 3 Since this stuff is very very platorm specific, this is not part of the 7 Solaris and Linux. The IRIX stuff is not finished.
|
/external/kernel-headers/original/linux/sunrpc/ |
types.h | 4 * Generic types and misc stuff for RPC.
|
/external/openssl/crypto/dsa/ |
README | 1 The stuff in here is based on patches supplied to me by
|