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

1 2 3 4 5 6

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips16-dwarf2.s 10 stuff: label
mips16e.s 5 stuff: label
mips4010.s 3 stuff: label
4 .ent stuff
21 .end stuff
mips4100.s 3 stuff: label
4 .ent stuff
9 .end stuff
mips4650.s 3 stuff: label
4 .ent stuff
9 .end stuff
r5900-full.s 3 stuff: label
4 .ent stuff
443 .end stuff
r5900-nollsc.s 3 stuff: label
4 .ent stuff
18 .end stuff
smartmips.s 4 stuff: label
vr5400.s 3 stuff: label
4 .ent stuff
125 .end stuff
vr5500.s 3 stuff: label
4 .ent stuff
80 .end stuff
r5900.s 3 stuff: label
4 .ent stuff
135 .end stuff
mips16-hilo.s 19 stuff: label
  /external/v8/tools/gyp/test/win/compiler-flags/
buffer-security.cc 9 char* stuff = reinterpret_cast<char*>(_alloca(256)); local
10 strcpy(stuff, "blah");
  /external/v8/test/webkit/
dfg-put-by-id-prototype-check.js 38 var stuff; variable
42 Foo.prototype.__defineSetter__("f", function(value) { stuff = value; });
47 shouldBe("stuff", "" + i);
dfg-cfg-simplify-phantom-get-local-on-same-block-set-local.js 33 function stuff(z) { } function
39 stuff(z); // Force a Flush, and then a Phantom on the GetLocal of x.
  /external/clang/test/SemaCXX/
constexpr-duffs-device.cpp 20 char stuff[14]; member in struct:S
21 constexpr S() : stuff{} {
22 copy("Hello, world!", 14, stuff);
31 static_assert(streq(S().stuff, "Hello, world!"), "should be same");
32 static_assert(!streq(S().stuff, "Something else"), "should be different");
  /external/valgrind/memcheck/tests/
bug287260.c 4 unsigned int stuff : 21; member in struct:__anon25706
  /external/autotest/client/deps/fakegudev/src/
fakesyscalls-exercise.c 18 const char *stuff = "stuff"; local
19 const int stuff_len = strlen(stuff) + 1;
33 if (write (f, stuff, stuff_len) < stuff_len) {
50 } else if (strncmp (stuff, read_back, stuff_len) != 0) {
54 stuff, read_back);
  /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();
UnresTest2.java 30 UnresStuff stuff = new UnresStuff(); local
56 checkCasts(stuff);
  /external/compiler-rt/test/BlocksRuntime/
structmember.c 21 struct stuff { struct
  /external/valgrind/helgrind/tests/
tc04_free_lock.c 9 typedef struct { int stuff[2000]; member in struct:__anon25472
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
aix-ref-1.s 10 LC01: .tc stuff[TC],stuff[RW]
55 .csect stuff[rw]
56 stuff: label
  /art/tools/ahat/test/
TestDump.java 67 Instance stuff = null; local
69 if ("stuff".equals(fields.getKey().getName())) {
70 stuff = (Instance) fields.getValue();
73 return InstanceUtils.getField(stuff, name);
  /external/toybox/toys/lsb/
su.c 73 char *stuff[] = {snapshot_env("TERM"), snapshot_env("DISPLAY"), local
77 for (i=0; i < ARRAY_LEN(stuff); i++) if (stuff[i]) putenv(stuff[i]);

Completed in 1405 milliseconds

1 2 3 4 5 6