HomeSort by relevance Sort by last modified time
    Searched full:work (Results 476 - 500 of 9324) sorted by null

<<11121314151617181920>>

  /cts/tools/vm-tests/src/dot/junit/opcodes/iget_char/
Test_iget_char.java 167 * @title iget_char shall not work for reference fields
181 * @title iget_char shall not work for short fields
195 * @title iget_char shall not work for int fields
209 * @title iget_char shall not work for byte fields
223 * @title iget_char shall not work for boolean fields
236 * @title iget_char shall not work for double fields
249 * @title iget_char shall not work for long fields
  /cts/tools/vm-tests/src/dot/junit/opcodes/iget_object/
Test_iget_object.java 167 * @title iget_object shall not work for short fields
181 * @title iget_object shall not work for char fields
195 * @title iget_object shall not work for int fields
209 * @title iget_object shall not work for byte fields
223 * @title iget_object shall not work for boolean fields
237 * @title iget_object shall not work for double fields
251 * @title iget_object shall not work for long fields
  /cts/tools/vm-tests/src/dot/junit/opcodes/iget_short/
Test_iget_short.java 168 * @title iget_short shall not work for reference fields
182 * @title iget_short shall not work for char fields
196 * @title iget_short shall not work for int fields
210 * @title iget_short shall not work for byte fields
224 * @title iget_short shall not work for boolean fields
238 * @title iget_short shall not work for double fields
252 * @title iget_short shall not work for long fields
  /cts/tools/vm-tests/src/dot/junit/opcodes/iget_wide/
Test_iget_wide.java 174 * @title iget-wide shall not work for reference fields
188 * @title iget-wide shall not work for short fields
202 * @title iget-wide shall not work for boolean fields
216 * @title iget-wide shall not work for char fields
230 * @title iget-wide shall not work for byte fields
244 * @title iget-wide shall not work for float fields
258 * @title iget-wide shall not work for int fields
  /cts/tools/vm-tests/src/dot/junit/opcodes/iput_wide/
Test_iput_wide.java 223 * @title iput-wide shall not work for single-width numbers
237 * @title iput-wide shall not work for reference fields
251 * @title iput-wide shall not work for char fields
265 * @title iput-wide shall not work for int fields
279 * @title iput-wide shall not work for byte fields
293 * @title iput-wide shall not work for boolean fields
307 * @title iput-wide shall not work for short fields
  /cts/tools/vm-tests/src/dot/junit/opcodes/sput_wide/
Test_sput_wide.java 228 * @title sput-wide shall not work for single-width numbers
242 * @title sput-wide shall not work for reference fields
256 * @title sput-wide shall not work for char fields
270 * @title sput-wide shall not work for int fields
284 * @title sput-wide shall not work for byte fields
298 * @title sput-wide shall not work for boolean fields
312 * @title sput-wide shall not work for short fields
  /external/tremolo/Tremolo/
mapping0.c 166 memset(vd->work[i],0,sizeof(*vd->work[i])*n/2);
187 pcmbundle[ch_in_bundle++]=vd->work[j];
200 ogg_int32_t *pcmM=vd->work[info->coupling[i].mag];
201 ogg_int32_t *pcmA=vd->work[info->coupling[i].ang];
231 ogg_int32_t *pcm=vd->work[i];
254 mdct_backward(n,vd->work[i]);
  /external/chromium/third_party/zlib/
inftrees.c 23 whose indices are 0..2^bits-1. work is a writable array of at least
24 lens shorts, which is used as a work area. type is the type of code
32 int inflate_table(type, lens, codes, table, bits, work)
38 unsigned short FAR *work;
96 table. The sorted table is work[], with that space being provided by
147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
184 base = extra = work; /* dummy value--not used */
219 if ((int)(work[sym]) < end) {
221 this.val = work[sym];
223 else if ((int)(work[sym]) > end)
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
inftrees.c 23 whose indices are 0..2^bits-1. work is a writable array of at least
24 lens shorts, which is used as a work area. type is the type of code
32 int inflate_table(type, lens, codes, table, bits, work)
38 unsigned short FAR *work;
96 table. The sorted table is work[], with that space being provided by
147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
184 base = extra = work; /* dummy value--not used */
219 if ((int)(work[sym]) < end) {
221 this.val = work[sym];
223 else if ((int)(work[sym]) > end)
    [all...]
  /external/zlib/contrib/infback9/
inftree9.c 23 whose indices are 0..2^bits-1. work is a writable array of at least
24 lens shorts, which is used as a work area. type is the type of code
32 int inflate_table9(type, lens, codes, table, bits, work)
38 unsigned short FAR *work;
98 table. The sorted table is work[], with that space being provided by
141 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
177 base = extra = work; /* dummy value--not used */
213 if ((int)(work[sym]) < end) {
215 this.val = work[sym];
217 else if ((int)(work[sym]) > end)
    [all...]
  /external/zlib/
inftrees.c 23 whose indices are 0..2^bits-1. work is a writable array of at least
24 lens shorts, which is used as a work area. type is the type of code
32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work)
38 unsigned short FAR *work;
96 table. The sorted table is work[], with that space being provided by
147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
183 base = extra = work; /* dummy value--not used */
219 if ((int)(work[sym]) < end) {
221 here.val = work[sym];
223 else if ((int)(work[sym]) > end)
    [all...]
  /development/pdk/docs/about/
philosophy.jd 44 <h2>How We Work</h2>
45 <p>We know that quality does not come without hard work. Along with many
54 <li>Device builders and Contributors work with the current
59 goals. Some of the work from the current latest tree will promoted into these
65 shipping devices on older (obsolete) Android builds. However, active work will
  /external/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio_it.S 73 /* Reenable interrupts, so other interrupts can work */
76 /* Clear service bit, so other MFP interrupts can work */
147 /* Reenable interrupts, so other interrupts can work */
150 /* Clear service bit, so other MFP interrupts can work */
226 /* Reenable interrupts, so other interrupts can work */
  /external/quake/quake/src/WinQuake/docs/
readme.squake 8 - libc 5.2.18 or later (5.0.9 will not work, /lib/libc.so.5.2.18)
12 - SVGALib supported mouse (usually if it works with X, it'll work with
97 It should work with SCSI CDROMs, but is untested.
104 distribution will work, 'cept for stuff with vid modes and stuff.
121 Greg Alexander <galexand@sietch.bloomington.in.us> for initial work in SVGALib
  /frameworks/base/core/jni/
android_app_NativeActivity.cpp 74 ActivityWork work; local
75 work.cmd = cmd;
76 work.arg1 = arg1;
77 work.arg2 = arg2;
82 int res = write(fd, &work, sizeof(work));
87 if (res == sizeof(work)) return;
89 if (res < 0) LOGW("Failed writing to work fd: %s", strerror(errno));
90 else LOGW("Truncated writing to work fd: %d", res);
98 if (res < 0) LOGW("Failed reading work fd: %s", strerror(errno))
567 ActivityWork work; local
    [all...]
  /dalvik/tests/070-nio-buffer/src/
Main.java 47 shortBuf.put(myShorts, 0, 32); // should work
49 shortBuf.put(myShorts, 16, 16); // should work
78 * BufferOverflowException, floats work.
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlarmService_Service.java 36 * response to an alarm, allowing us to move long duration work out of an
73 // Normally we would do some work here... for our sample, we will
85 // Done with our work... stop the service!
  /external/bluetooth/glib/
README.commits 3 GLib. This is a good thing, in that it encourages many people to work
36 advisable to work in a branch in your own cloned GLib repository.
51 the commit and terminate by two newlines (it will work without the
  /external/chromium/base/
worker_pool_linux.h 14 // LinuxDynamicThreadPool for work and eventually clean themselves up. The
61 // work from the thread pool. Returns NULL if no work is available.
  /external/dhcpcd/
README 18 If you're building for an MMU-less system where fork() does not work, you
30 Most distros patch linux headers so this should work fine.
33 set CSTD=gnu99 to work around this.
  /external/dnsmasq/contrib/wrt/
README 8 so the normal leasefile will not work. They do, however have NV
48 This needs dnsmasq-2.33 or later to work.
50 This technique will work with, or without, compilation with
  /external/ipsec-tools/src/racoon/
prsa_par.h 23 /* As a special exception, you may create a larger work that contains
24 part or all of the Bison parser skeleton and distribute that work
25 under terms of your choice, so long as that work isn't itself a
  /external/qemu/distrib/sdl-1.2.12/
CREDITS 21 * Martin Donlon for his work on the SDL Documentation Project
31 * Eric Wing, Max Horn, and Darrell Walisser for unflagging work on the Mac OS X port
53 * Eugenia Loli, for endless work on porting SDL games to BeOS
  /frameworks/base/core/java/android/app/
QueuedWork.java 24 * Internal utility class to keep track of process-global work that's
63 * a scratch set for callers doing async work to keep updated with
83 * etc. (so async work is never lost)
  /libcore/luni/src/main/java/org/apache/harmony/luni/platform/
OSFileSystem.java 4 * this work for additional information regarding copyright ownership.
91 * Direct read/write APIs work on addresses.
98 * Indirect read/writes work on byte[]'s

Completed in 656 milliseconds

<<11121314151617181920>>