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

123

/external/clang/test/Frontend/
H A Dmacros.c7 void stuff(int,int,int);
8 #define memset(x,y,z) ({ stuff(x,y,z); x; })
/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/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:__anon13953
/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
H A DDebugEventRepeater.cs123 #region Tree parsing stuff
H A DDebugEventHub.cs227 #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
H A DDebugEventRepeater.cs149 #region Tree parsing stuff
H A DDebugEventHub.cs276 #region Tree parsing stuff
/external/valgrind/main/memcheck/tests/
H A Dwrap5.c13 char stuff[999]; member in struct:_Lard
H A Dwrap8.c21 char stuff[999]; member in struct:_Lard
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DGZipStream.cs112 #region Destructor & IDispose stuff
237 #region Position & length stuff
H A DCodecBase.cs118 #region Destructor & IDisposable stuff
H A DDotZLib.cs226 #region Private stuff
/external/libvpx/examples/includes/geshi/geshi/
H A Dsas.php22 * * Check highlighting stuff works
H A Dxml.php25 * * Check regexps work and correctly highlight XML stuff and nothing else
H A Dxpp.php309 4 => array( // X++ SQL stuff
/external/clang/test/SemaCXX/
H A Duninitialized.cpp200 void stuff();
205 ~FooImpl() { stuff(); }
/external/jpeg/
H A Djerror.h201 /* Macros to simplify using the error and trace message stuff */
235 #define MAKESTMT(stuff) do { stuff } while (0)
/external/qemu/distrib/jpeg-6b/
H A Djerror.h201 /* Macros to simplify using the error and trace message stuff */
235 #define MAKESTMT(stuff) do { stuff } while (0)

Completed in 476 milliseconds

123