Searched refs:stuff (Results 1 - 25 of 86) sorted by relevance

1234

/external/chromium_org/tools/gyp/test/win/compiler-flags/
H A Dbuffer-security.cc9 char* stuff = reinterpret_cast<char*>(_alloca(256)); local
10 strcpy(stuff, "blah");
/external/clang/test/SemaCXX/
H A Dconstexpr-duffs-device.cpp20 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");
H A Ddeprecated.cpp18 void stuff() { function
/external/chromium_org/v8/test/webkit/
H A Ddfg-put-by-id-prototype-check.js38 var stuff; variable
42 Foo.prototype.__defineSetter__("f", function(value) { stuff = value; });
47 shouldBe("stuff", "" + i);
H A Ddfg-cfg-simplify-phantom-get-local-on-same-block-set-local.js33 function stuff(z) { } function
39 stuff(z); // Force a Flush, and then a Phantom on the GetLocal of x.
H A Ddfg-intrinsic-unused-this-method-check.js33 return o.stuff(a, b);
45 object.stuff = functionToCall;
H A Ddfg-inline-unused-this-method-check.js37 return o.stuff(a, b);
49 object.stuff = functionToCall;
H A Ddfg-inline-unused-this.js37 return o.stuff(a, b);
52 object.stuff = functionToCall;
H A Ddfg-intrinsic-unused-this.js33 return o.stuff(a, b);
48 object.stuff = functionToCall;
/external/clang/test/Frontend/
H A Dmacros.c8 void stuff(int,int,int);
9 #define memset(x,y,z) ({ stuff(x,y,z); x; })
/external/valgrind/main/memcheck/tests/
H A Dbug287260.c4 unsigned int stuff : 21; member in struct:__anon28635
H A Dwrap5.c13 char stuff[999]; member in struct:_Lard
/external/stlport/test/eh/
H A Dtest_algobase.cpp37 : 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/chromium_org/chrome/browser/resources/options/
H A Dclear_browser_data_overlay.css33 #some-stuff-remains-footer > p {
37 #some-stuff-remains-footer button {
/external/clang/test/Analysis/
H A Dmalloc-annotations.c22 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
H A Dmisc-ps-region-store.cpp414 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
/external/compiler-rt/BlocksRuntime/tests/
H A Dstructmember.c21 struct stuff { struct
/external/valgrind/main/helgrind/tests/
H A Dtc04_free_lock.c9 typedef struct { int stuff[2000]; member in struct:__anon28474
/external/chromium_org/tools/gyp/test/assembly/src/
H A Doverride_asm.asm8 Bad stuff that shouldn't assemble.
/external/stlport/
H A Dlibstlport.mk4 # keep the RTTI stuff in abi/cpp/include in front of our STL headers.
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DTraceDebugEventListener.cs63 #region Tree parsing stuff
82 #region AST stuff
H A DBlankDebugEventListener.cs100 #region Tree parsing stuff
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DTraceDebugEventListener.cs71 #region Tree parsing stuff
92 #region AST stuff
H A DBlankDebugEventListener.cs126 #region Tree parsing stuff
/external/valgrind/main/VEX/priv/
H A Dguest_s390_defs.h86 ULong stuff);
88 ULong stuff);

Completed in 1922 milliseconds

1234