HomeSort by relevance Sort by last modified time
    Searched full:where (Results 1 - 25 of 6193) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clearsilver/cs/
test9.cs.gold 2 Test for bug where in certain cases we didn't find the ending cs tag if
test9.cs 1 Test for bug where in certain cases we didn't find the ending cs tag if
  /dalvik/tests/032-concrete-sub/
info.txt 2 where a concrete class and its abstract superclass were compiled with
  /dalvik/tests/076-boolean-put/
info.txt 1 This checks a case where javac generates code that stores a byte into a
  /external/skia/src/animator/
SkDisplayAdd.cpp 31 SK_MEMBER(where, Drawable)
37 // add onEndElement to turn where string into f_Where
39 // where="id", where="event-target" or not-specified
40 // offset="#" (implements before, after, and index if no 'where')
45 offset(SK_MaxS32), use(NULL), where(NULL) {
50 SkDrawable* saveWhere = where;
52 where = NULL;
55 copy->where = where = saveWhere
    [all...]
  /external/netperf/
netcpu_perfstat.c 81 fprintf(where,
84 fflush(where);
96 fprintf(where,
101 fflush(where);
145 fprintf(where,"enter calibrate_perfstat\n");
146 fflush(where);
158 fprintf(where,
161 fflush(where);
178 fprintf(where,
183 fflush(where);
    [all...]
netcpu_kstat.c 80 fprintf(where,"open_kstat: enter\n");
81 fflush(where);
101 fprintf(where,"open_kstat double open!\n");
102 fflush(where);
111 fprintf(where,"passing kcid_changed\n");
112 fflush(where);
128 fprintf(where,"kstat_lookup for unix/system_misc\n");
129 fflush(where);
167 fprintf(where,"cpu_ks[%d] getting %p\n",ncpu,ks);
168 fflush(where);
    [all...]
netcpu_kstat10.c 59 fprintf(where,"%s[%d]:\n",name,instance);
60 fprintf(where,
62 fprintf(where,
64 fprintf(where,
66 fprintf(where,
76 fprintf(where,
80 fflush(where);
103 fprintf(where,
105 fprintf(where,
112 fprintf(where,
    [all...]
netcpu_pstatnew.c 107 fprintf(where,
111 fflush(where);
116 fprintf(where,
120 fflush(where);
125 fprintf(where,
129 fflush(where);
134 fprintf(where,
138 fflush(where);
159 fprintf(where,"%s[%d]:\n",name,instance);
160 fprintf(where,
    [all...]
netcpu_pstat.c 80 fprintf(where,
85 fflush(where);
153 fprintf(where,"pstat_getprocessor failure errno %d\n",errno);
154 fflush(where);
172 fprintf(where, "Calibration for counter run: %d\n",i);
173 fprintf(where,"\tsec = %ld usec = %ld\n",sec,usec);
174 fprintf(where,"\telapsed time = %g\n",elapsed);
187 /* I know that there are situations where compilers know about */
189 fprintf(where,
203 fprintf(where,"\trate[%d] = %g\n",i,rate[i])
    [all...]
netcpu_ntperf.c 348 fprintf(where,"ActualDuration (ms): %d\n", duration/10);
353 fprintf(where, "%% CPU _Total");
358 fprintf(where, "\t CPU %i", i);
361 fprintf(where, "\n");
363 fprintf(where, "Busy %5.2f", tot_CPU_Util);
368 fprintf(where, "\t %5.2f",
372 fprintf(where, "\n");
374 fprintf(where, "Kernel %5.2f",
381 fprintf(where, "\t %5.2f",
385 fprintf(where, "\n")
    [all...]
  /external/jsr305/ri/src/main/java/javax/annotation/meta/
When.java 8 * used where a NEVER value is required, or if a NEVER or MAYBE value is used
9 * where an ALWAYS value is required.
  /frameworks/base/libs/utils/
VectorImpl.cpp 113 void* where = _grow(index, vector.size()); local
114 if (where) {
115 _do_copy(where, vector.arrayImpl(), vector.size());
117 return where ? index : (ssize_t)NO_MEMORY;
134 void* where = _grow(index, numItems); local
135 if (where) {
137 _do_splat(where, item, numItems);
139 _do_construct(where, numItems);
142 return where ? index : (ssize_t)NO_MEMORY;
335 void* VectorImpl::_grow(size_t where, size_t amount
    [all...]
  /system/core/libpixelflinger/tinyutils/
VectorImpl.cpp 114 void* where = _grow(index, vector.size()); local
115 if (where) {
116 _do_copy(where, vector.arrayImpl(), vector.size());
118 return where ? index : (ssize_t)NO_MEMORY;
135 void* where = _grow(index, numItems); local
136 if (where) {
138 _do_splat(where, item, numItems);
140 _do_construct(where, numItems);
143 return where ? index : (ssize_t)NO_MEMORY;
273 void* VectorImpl::_grow(size_t where, size_t amount
    [all...]
  /dalvik/dx/tests/042-dex-ignore-result/
info.txt 4 method call to a method which returns a value, where that value is
  /dalvik/dx/tests/066-dex-try-catch-rethrow/
info.txt 2 a try-catch where the exception handler rethrows.
  /dalvik/libcore/sql/src/main/java/java/sql/
package.html 5 packages offer a higher-performance alternative where source compatibility
  /development/testrunner/
Android.mk 5 # where to install the sample files on the device
  /external/openssl/crypto/0.9.9-dev/
README.android 6 to avoid assembler error messages where needed.
  /external/openssl/crypto/threads/
pthread2.sh 3 # build using pthreads where it's already built into the system
  /external/webkit/WebCore/manual-tests/
go-back-after-alert.html 3 This tests a bug where going back just before putting up an alert can lead to a crash.
  /external/gtest/test/
gtest_pred_impl_unittest.cc 166 // Tests a successful EXPECT_PRED1 where the
174 // Tests a successful EXPECT_PRED1 where the
182 // Tests a successful EXPECT_PRED1 where the
190 // Tests a successful EXPECT_PRED1 where the
198 // Tests a failed EXPECT_PRED1 where the
208 // Tests a failed EXPECT_PRED1 where the
218 // Tests a failed EXPECT_PRED1 where the
228 // Tests a failed EXPECT_PRED1 where the
238 // Tests a successful ASSERT_PRED1 where the
246 // Tests a successful ASSERT_PRED1 where th
    [all...]
  /frameworks/base/core/java/android/text/
PackedObjectVector.java 127 moveRowGapTo(int where)
129 if (where == mRowGapStart)
132 if (where > mRowGapStart)
134 int moving = where + mRowGapLength - (mRowGapStart + mRowGapLength);
148 else /* where < mRowGapStart */
150 int moving = mRowGapStart - where;
152 for (int i = where + moving - 1; i >= where; i--)
154 int destrow = i - where + mRowGapStart + mRowGapLength - moving;
165 mRowGapStart = where;
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
DropTarget.java 30 * @param source DragSource where the drag started
33 * @param xOffset Horizontal offset with the object being dragged where the original
35 * @param yOffset Vertical offset with the object being dragged where the original
58 * @param source DragSource where the drag started
61 * @param xOffset Horizontal offset with the object being dragged where the
63 * @param yOffset Vertical offset with the object being dragged where the
73 * Estimate the surface area where this object would land if dropped at the
76 * @param source DragSource where the drag started
79 * @param xOffset Horizontal offset with the object being dragged where the
81 * @param yOffset Vertical offset with the object being dragged where th
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_macmouse.c 117 Point where; local
121 where.h = x;
122 where.v = y;
123 LocalToGlobal(&where);
125 CursorDeviceMoveTo(cursordevice, where.h, where.v);

Completed in 444 milliseconds

1 2 3 4 5 6 7 8 91011>>