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

1 2 3 4 5

  /dalvik/tests/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
46 checkCasts(stuff);
  /external/clang/test/Frontend/
macros.c 8 void stuff(int,int,int);
9 #define memset(x,y,z) ({ stuff(x,y,z); x; })
  /external/valgrind/main/memcheck/tests/
bug287260.c 4 unsigned int stuff : 21; member in struct:__anon17248
wrap5.c 13 char stuff[999]; member in struct:_Lard
  /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
  /external/clang/test/Analysis/
malloc-annotations.c 22 struct stuff { struct
25 struct stuff myglobalstuff;
78 void af1_f(struct stuff *somestuff) {
83 void af1_g(struct stuff **pps) {
84 *pps = my_malloc(sizeof(struct stuff)); // no-warning
271 struct stuff mystuff;
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
  /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:__anon17087
  /packages/screensavers/WebView/src/com/android/dreams/web/
SetURL.java 31 public void onCreate(Bundle stuff) {
32 super.onCreate(stuff);
SetURLInteractive.java 31 public void onCreate(Bundle stuff) {
32 super.onCreate(stuff);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
TraceDebugEventListener.cs 63 #region Tree parsing stuff
82 #region AST stuff
BlankDebugEventListener.cs 100 #region Tree parsing stuff
110 #region AST Stuff
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
TraceDebugEventListener.cs 71 #region Tree parsing stuff
92 #region AST stuff
BlankDebugEventListener.cs 126 #region Tree parsing stuff
138 #region AST Stuff
  /external/valgrind/main/VEX/priv/
guest_s390_defs.h 86 ULong stuff);
88 ULong stuff);
  /frameworks/av/media/libstagefright/tests/
Android.mk 52 # team really wants is to build the stuff defined by this makefile.
  /frameworks/native/libs/gui/tests/
Android.mk 42 # team really wants is to build the stuff defined by this makefile.
  /frameworks/native/opengl/tests/EGLTest/
Android.mk 42 # team really wants is to build the stuff defined by this makefile.
  /frameworks/native/services/surfaceflinger/tests/
Android.mk 36 # team really wants is to build the stuff defined by this makefile.
  /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);
  /development/tools/apkcheck/
Android.mk 36 # the other stuff
  /frameworks/native/libs/binder/
Android.mk 15 # we have the common sources, plus some device-specific stuff
  /external/v8/test/mjsunit/
debug-stepout-scope.js 114 throw 'stuff';
147 "try { throw 'stuff' } catch (e) { e = 1; }",
148 "try { throw 'stuff' } catch (e) { e = 1; } ",
149 "try { throw 'stuff' } catch (e) { e = 1; };",
150 "try { throw 'stuff' } catch (e) { e = 1; }; " ];
192 throw 'stuff';

Completed in 1866 milliseconds

1 2 3 4 5