Searched defs:stuff (Results 1 - 9 of 9) sorted by relevance

/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/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/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/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/icu4c/i18n/
H A Ducol_res.cpp188 /* we try to find stuff from keyword */
1025 const UChar *stuff = src.source+(src.parsedToken.charsOffset); local
1026 it.setSource(UnicodeString(stuff, src.parsedToken.charsLen), *status);
H A Ducol_tok.cpp811 inline void ucol_tok_addToExtraCurrent(UColTokenParser *src, const UChar *stuff, int32_t len, UErrorCode *status) { argument
812 if (stuff == NULL || len <= 0) {
815 UnicodeString tempStuff(FALSE, stuff, len);
818 if (stuff >= src->source && stuff <= src->end) {
819 // Copy the "stuff" contents into tempStuff's own buffer.

Completed in 2676 milliseconds