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

/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/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.
/external/valgrind/main/memcheck/tests/
H A Dbug287260.c4 unsigned int stuff : 21; member in struct:__anon27750
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/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
H A Dconstant-expression-cxx1y.cpp170 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/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:__anon27589
/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/valgrind/main/none/tests/ppc32/
H A Dtest_dfp4.c29 typedef union stuff { union
H A Dtest_dfp5.c29 typedef union stuff { union
/external/valgrind/main/none/tests/ppc64/
H A Dtest_dfp4.c29 typedef union stuff { union
H A Dtest_dfp5.c29 typedef union stuff { union
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_res.cpp186 /* we try to find stuff from keyword */
1011 const UChar *stuff = src.source+(src.parsedToken.charsOffset); local
1012 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.
/external/icu4c/i18n/
H A Ducol_res.cpp188 /* we try to find stuff from keyword */
1027 const UChar *stuff = src.source+(src.parsedToken.charsOffset); local
1028 it.setSource(UnicodeString(stuff, src.parsedToken.charsLen), *status);
H A Ducol_tok.cpp805 inline void ucol_tok_addToExtraCurrent(UColTokenParser *src, const UChar *stuff, int32_t len, UErrorCode *status) { argument
806 if (stuff == NULL || len <= 0) {
809 UnicodeString tempStuff(FALSE, stuff, len);
812 if (stuff >= src->source && stuff <= src->end) {
813 // Copy the "stuff" contents into tempStuff's own buffer.
/external/valgrind/main/VEX/priv/
H A Dguest_s390_helpers.c655 ULong stuff, Bool is_cu12)
657 UInt num_src_bytes = stuff >> 1, etf3_and_m3_is_1 = stuff & 0x1;
787 ULong stuff)
789 return s390_do_cu12_cu14_helper2(byte1, byte2, byte3, byte4, stuff,
795 ULong stuff)
797 return s390_do_cu12_cu14_helper2(byte1, byte2, byte3, byte4, stuff,
654 s390_do_cu12_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4, ULong stuff, Bool is_cu12) argument
786 s390_do_cu12_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4, ULong stuff) argument
794 s390_do_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4, ULong stuff) argument
H A Dguest_s390_toIR.c11583 IRExpr *byte4, IRExpr *stuff)
11586 args = mkIRExprVec_5(byte1, byte2, byte3, byte4, stuff);
11598 IRExpr *byte4, IRExpr *stuff)
11601 args = mkIRExprVec_5(byte1, byte2, byte3, byte4, stuff);
11670 IRExpr *stuff = binop(Iop_Or64, local
11677 byte4, stuff));
11680 byte4, stuff));
11582 s390_call_cu12_helper2(IRExpr *byte1, IRExpr *byte2, IRExpr *byte3, IRExpr *byte4, IRExpr *stuff) argument
11597 s390_call_cu14_helper2(IRExpr *byte1, IRExpr *byte2, IRExpr *byte3, IRExpr *byte4, IRExpr *stuff) argument
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 564 milliseconds