HomeSort by relevance Sort by last modified time
    Searched refs:stuff (Results 1 - 25 of 101) 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/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;
75 struct stuff mystuff;
84 void af1_f(struct stuff *somestuff) {
89 void af1_g(struct stuff **pps) {
90 *pps = my_malloc(sizeof(struct stuff)); // no-warning
misc-ps-region-store.cpp 400 int **stuff[100]; member in struct:TestAssignIntoSymbolicOffset
408 if (stuff[x])
410 if (!stuff[x]) {
411 stuff[x] = new int*[y+1];
413 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:__anon14151
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleProfiling.java 218 byte[] stuff = new byte[data.capacity()];
219 data.get(stuff, 0, stuff.length);
221 Log.d("ddm-prof", "got trace file, size: " + stuff.length + " bytes");
223 handler.onSuccess(stuff, client);
  /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
  /frameworks/av/media/libstagefright/tests/
Android.mk 50 # team really wants is to build the stuff defined by this makefile.
  /frameworks/native/libs/gui/tests/
Android.mk 38 # team really wants is to build the stuff defined by this makefile.
  /frameworks/native/opengl/tests/EGLTest/
Android.mk 39 # 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.
  /external/valgrind/main/memcheck/tests/
wrap5.c 13 char stuff[999]; member in struct:_Lard
wrap8.c 21 char stuff[999]; member in struct:_Lard
  /development/tools/apkcheck/
Android.mk 36 # the other stuff
  /external/clang/test/SemaCXX/
uninitialized.cpp 131 void stuff();
136 ~FooImpl() { stuff(); }
  /frameworks/native/libs/binder/
Android.mk 15 # we have the common sources, plus some device-specific stuff
  /frameworks/native/libs/ui/
Android.mk 45 # team really wants is to build the stuff defined by this makefile.
  /frameworks/native/libs/utils/
Android.mk 103 # we have the common sources, plus some device-specific stuff
133 # team really wants is to build the stuff defined by this makefile.
  /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';
  /build/tools/apicheck/
Android.mk 22 #TODO(dbort): add a template to do this stuff; share with jx

Completed in 829 milliseconds

1 2 3 4 5