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

1 2

  /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/chromium_org/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");
deprecated.cpp 18 void stuff() { function
constant-expression-cxx1y.cpp 170 char stuff[100] = "foobarfoo"; local
172 reverse(stuff, stuff + n); // expected-note {{cannot refer to element 101 of array of 100 elements}}
173 return equal(stuff, stuff + n, stuff2, stuff2 + n);
  /external/valgrind/main/memcheck/tests/
bug287260.c 4 unsigned int stuff : 21; member in struct:__anon30106
wrap5.c 13 char stuff[999]; member in struct:_Lard
wrap8.c 21 char stuff[999]; member in struct:_Lard
  /dalvik/tests/003-omnibus-opcodes/src/
UnresTest2.java 30 UnresStuff stuff = new UnresStuff(); local
46 checkCasts(stuff);
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();
  /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/BlocksRuntime/tests/
structmember.c 21 struct stuff { struct
  /external/valgrind/main/helgrind/tests/
tc04_free_lock.c 9 typedef struct { int stuff[2000]; member in struct:__anon29945
  /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
  /packages/apps/Gallery2/jni/filters/
redEyeMath.c 104 void stuff(int r, int g, int b, unsigned char *img, int off) { function
155 stuff(r / 2, g / 2, b / 2, dest, p);
157 stuff((2 * r) / 3, (2 * g) / 3, (2 * b) / 3, dest, p);
161 stuff(r, g, b, dest, p);
  /external/clang/test/Analysis/
malloc-annotations.c 22 struct stuff { struct
25 struct stuff myglobalstuff;
74 struct stuff mystuff;
83 void af1_f(struct stuff *somestuff) {
88 void af1_g(struct stuff **pps) {
89 *pps = my_malloc(sizeof(struct stuff)); // no-warning
misc-ps-region-store.cpp 414 int **stuff[100]; member in struct:TestAssignIntoSymbolicOffset
422 if (stuff[x])
424 if (!stuff[x]) {
425 stuff[x] = new int*[y+1];
427 stuff[x][y] = 0; // no-warning
  /libcore/luni/src/test/java/tests/api/java/lang/
ProcessManagerTest.java 162 stuff(); method
165 private static void stuff() { method in class:ProcessManagerTest
  /external/valgrind/main/none/tests/ppc32/
test_dfp4.c 29 typedef union stuff { union
test_dfp5.c 29 typedef union stuff { union
  /external/valgrind/main/none/tests/ppc64/
test_dfp4.c 29 typedef union stuff { union
test_dfp5.c 29 typedef union stuff { union
  /external/chromium_org/third_party/icu/source/i18n/
ucol_res.cpp 186 /* we try to find stuff from keyword */
1011 const UChar *stuff = src.source+(src.parsedToken.charsOffset); local
    [all...]

Completed in 711 milliseconds

1 2