HomeSort by relevance Sort by last modified time
    Searched full:work (Results 426 - 450 of 8916) sorted by null

<<11121314151617181920>>

  /prebuilt/darwin-x86/make/
NOTICE 64 0. This License applies to any program or other work which contains
67 refers to any such program or work, and a "work based on the Program"
68 means either the Program or any derivative work under copyright law:
69 that is to say, a work containing the Program or a portion of it,
77 is covered only if its contents constitute a work based on the
93 of it, thus forming a work based on the Program, and copy and
94 distribute such modifications or work under the terms of Section 1
100 b) You must cause any work that you distribute or publish, that in
113 does not normally print such an announcement, your work based o
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/
NOTICE 63 0. This License applies to any program or other work which contains
66 refers to any such program or work, and a "work based on the Program"
67 means either the Program or any derivative work under copyright law:
68 that is to say, a work containing the Program or a portion of it,
76 is covered only if its contents constitute a work based on the
92 of it, thus forming a work based on the Program, and copy and
93 distribute such modifications or work under the terms of Section 1
99 b) You must cause any work that you distribute or publish, that in
112 does not normally print such an announcement, your work based o
    [all...]
  /prebuilt/linux-x86/ccache/
NOTICE 63 0. This License applies to any program or other work which contains
66 refers to any such program or work, and a "work based on the Program"
67 means either the Program or any derivative work under copyright law:
68 that is to say, a work containing the Program or a portion of it,
76 is covered only if its contents constitute a work based on the
92 of it, thus forming a work based on the Program, and copy and
93 distribute such modifications or work under the terms of Section 1
99 b) You must cause any work that you distribute or publish, that in
112 does not normally print such an announcement, your work based o
    [all...]
  /prebuilt/linux-x86/emulator/
NOTICE 63 0. This License applies to any program or other work which contains
66 refers to any such program or work, and a "work based on the Program"
67 means either the Program or any derivative work under copyright law:
68 that is to say, a work containing the Program or a portion of it,
76 is covered only if its contents constitute a work based on the
92 of it, thus forming a work based on the Program, and copy and
93 distribute such modifications or work under the terms of Section 1
99 b) You must cause any work that you distribute or publish, that in
112 does not normally print such an announcement, your work based o
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/
NOTICE 63 0. This License applies to any program or other work which contains
66 refers to any such program or work, and a "work based on the Program"
67 means either the Program or any derivative work under copyright law:
68 that is to say, a work containing the Program or a portion of it,
76 is covered only if its contents constitute a work based on the
92 of it, thus forming a work based on the Program, and copy and
93 distribute such modifications or work under the terms of Section 1
99 b) You must cause any work that you distribute or publish, that in
112 does not normally print such an announcement, your work based o
    [all...]
  /prebuilt/windows/ccache/
NOTICE 63 0. This License applies to any program or other work which contains
66 refers to any such program or work, and a "work based on the Program"
67 means either the Program or any derivative work under copyright law:
68 that is to say, a work containing the Program or a portion of it,
76 is covered only if its contents constitute a work based on the
92 of it, thus forming a work based on the Program, and copy and
93 distribute such modifications or work under the terms of Section 1
99 b) You must cause any work that you distribute or publish, that in
112 does not normally print such an announcement, your work based o
    [all...]
  /external/elfutils/
config.log 7 $ ./configure --prefix /work/elfutils/google/linux-install-elfutils-0.97/ --no-create --no-recursion
40 PATH: /work/android/device/prebuilt/Linux/toolchain/bin/
42 PATH: /work/elfcopy
43 PATH: /work/aldd
44 PATH: /work/symchange
45 PATH: /work/lsd
46 PATH: /work/elfutils-0.97-install/bin/
49 PATH: /work/android/device/out/linux-arm-release/host/bin
50 PATH: /work/android/device/prebuilt/Linux/toolchain/arm-elf
51 PATH: /work/android/device/prebuilt/Linux/toolchain/bin
    [all...]
  /external/proguard/docs/
GPL.html 117 This License applies to any program or other work which contains
120 refers to any such program or work, and a "work based on the Program"
121 means either the Program or any derivative work under copyright law:
122 that is to say, a work containing the Program or a portion of it,
131 is covered only if its contents constitute a work based on the
153 of it, thus forming a work based on the Program, and copy and
154 distribute such modifications or work under the terms of Section 1
166 You must cause any work that you distribute or publish, that in
181 does not normally print such an announcement, your work based o
    [all...]
  /external/tremolo/Tremolo/
dsp.c 73 v->work=(ogg_int32_t **)_ogg_malloc(vi->channels*sizeof(*v->work));
76 v->work[i]=(ogg_int32_t *)_ogg_calloc(1,(ci->blocksizes[1]>>1)*
77 sizeof(*v->work[i]));
100 if(v->work){
102 if(v->work[i])_ogg_free(v->work[i]);
103 _ogg_free(v->work);
154 v->lW,v->W,v->work[i],v->mdctright[i],
229 mdct_shift_right(ci->blocksizes[vd->lW],vd->work[i],vd->mdctright[i])
    [all...]
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]);
  /dalvik/vm/compiler/
Compiler.c 34 CompilerWorkOrder work = local
50 return work;
54 * Attempt to enqueue a work order, returning true if successful.
167 * Work around a CPU bug by keeping the 32-bit ARM handler code in its own
252 /* Lock the mutex to clean up the work queue */
255 /* Drain the work queue to free the work orders */
257 CompilerWorkOrder work = workDequeue(); local
258 free(work.info);
278 /* Reset the work queue *
578 CompilerWorkOrder work = workDequeue(); local
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/iget/
Test_iget.java 170 * @title iget shall not work for reference fields
184 * @title iget shall not work for short fields
198 * @title iget shall not work for boolean fields
212 * @title iget shall not work for char fields
226 * @title iget shall not work for byte fields
240 * @title iget shall not work for double fields
254 * @title iget shall not work for long fields
  /cts/tools/vm-tests/src/dot/junit/opcodes/iget_boolean/
Test_iget_boolean.java 163 * @title iget_boolean shall not work for reference fields
177 * @title iget_boolean shall not work for short fields
190 * @title iget_boolean shall not work for int fields
203 * @title iget_boolean shall not work for char fields
216 * @title iget_boolean shall not work for byte fields
229 * @title iget_boolean shall not work for double fields
242 * @title iget_boolean shall not work for long fields
  /cts/tools/vm-tests/src/dot/junit/opcodes/iget_byte/
Test_iget_byte.java 161 * @title iget_byte shall not work for reference fields
174 * @title iget_byte shall not work for short fields
187 * @title iget_byte shall not work for int fields
200 * @title iget_byte shall not work for char fields
213 * @title iget_byte shall not work for boolean fields
226 * @title iget_byte shall not work for double fields
239 * @title iget_byte shall not work for long fields
  /cts/tools/vm-tests/src/dot/junit/opcodes/iget_char/
Test_iget_char.java 164 * @title iget_char shall not work for reference fields
178 * @title iget_char shall not work for short fields
192 * @title iget_char shall not work for int fields
206 * @title iget_char shall not work for byte fields
220 * @title iget_char shall not work for boolean fields
233 * @title iget_char shall not work for double fields
246 * @title iget_char shall not work for long fields
  /cts/tools/vm-tests/src/dot/junit/opcodes/iget_object/
Test_iget_object.java 163 * @title iget_object shall not work for short fields
177 * @title iget_object shall not work for char fields
191 * @title iget_object shall not work for int fields
205 * @title iget_object shall not work for byte fields
219 * @title iget_object shall not work for boolean fields
233 * @title iget_object shall not work for double fields
247 * @title iget_object shall not work for long fields
  /cts/tools/vm-tests/src/dot/junit/opcodes/iget_short/
Test_iget_short.java 165 * @title iget_short shall not work for reference fields
179 * @title iget_short shall not work for char fields
193 * @title iget_short shall not work for int fields
207 * @title iget_short shall not work for byte fields
221 * @title iget_short shall not work for boolean fields
235 * @title iget_short shall not work for double fields
249 * @title iget_short shall not work for long fields
  /cts/tools/vm-tests/src/dot/junit/opcodes/iget_wide/
Test_iget_wide.java 171 * @title iget-wide shall not work for reference fields
185 * @title iget-wide shall not work for short fields
199 * @title iget-wide shall not work for boolean fields
213 * @title iget-wide shall not work for char fields
227 * @title iget-wide shall not work for byte fields
241 * @title iget-wide shall not work for float fields
255 * @title iget-wide shall not work for int fields
  /cts/tools/vm-tests/src/dot/junit/opcodes/iput_wide/
Test_iput_wide.java 228 * @title iput-wide shall not work for single-width numbers
242 * @title iput-wide shall not work for reference fields
256 * @title iput-wide shall not work for char fields
270 * @title iput-wide shall not work for int fields
284 * @title iput-wide shall not work for byte fields
298 * @title iput-wide shall not work for boolean fields
312 * @title iput-wide shall not work for short fields
  /cts/tools/vm-tests/src/dot/junit/opcodes/sget_object/
Test_sget_object.java 181 * @title sget_object shall not work for short fields
195 * @title sget_object shall not work for char fields
209 * @title sget_object shall not work for int fields
223 * @title sget_object shall not work for byte fields
237 * @title sget_object shall not work for boolean fields
251 * @title sget_object shall not work for double fields
265 * @title sget_object shall not work for long fields
  /cts/tools/vm-tests/src/dot/junit/opcodes/sget_wide/
Test_sget_wide.java 190 * @title sget-wide shall not work for reference fields
204 * @title sget-wide shall not work for short fields
218 * @title sget-wide shall not work for boolean fields
232 * @title sget-wide shall not work for char fields
246 * @title sget-wide shall not work for byte fields
260 * @title sget-wide shall not work for float fields
274 * @title sget-wide shall not work for int fields
  /cts/tools/vm-tests/src/dot/junit/opcodes/sput_wide/
Test_sput_wide.java 225 * @title sput-wide shall not work for single-width numbers
239 * @title sput-wide shall not work for reference fields
253 * @title sput-wide shall not work for char fields
267 * @title sput-wide shall not work for int fields
281 * @title sput-wide shall not work for byte fields
295 * @title sput-wide shall not work for boolean fields
309 * @title sput-wide shall not work for short fields
  /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;
178 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 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...]

Completed in 307 milliseconds

<<11121314151617181920>>