Searched refs:cw (Results 1 - 25 of 80) sorted by relevance

1234

/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DFieldWriter.java47 private final ClassWriter cw; field in class:FieldWriter
100 * @param cw the class writer to which this field must be added.
108 final ClassWriter cw,
115 if (cw.firstField == null) {
116 cw.firstField = this;
118 cw.lastField.next = this;
120 cw.lastField = this;
121 this.cw = cw;
123 this.name = cw
107 FieldWriter( final ClassWriter cw, final int access, final String name, final String desc, final String signature, final Object value) argument
[all...]
H A DAnnotationWriter.java43 private final ClassWriter cw; field in class:AnnotationWriter
93 * @param cw the class writer to which this annotation must be added.
101 final ClassWriter cw,
107 this.cw = cw;
121 bv.putShort(cw.newUTF8(name));
124 bv.put12('s', cw.newUTF8((String) value));
126 bv.put12('B', cw.newInteger(((Byte) value).byteValue()).index);
129 bv.put12('Z', cw.newInteger(v).index);
131 bv.put12('C', cw
100 AnnotationWriter( final ClassWriter cw, final boolean named, final ByteVector bv, final ByteVector parent, final int offset) argument
[all...]
H A DAttribute.java136 * @param cw the class to which this attribute must be added. This parameter
154 final ClassWriter cw,
184 * @param cw the class writer to be used to convert the attributes into byte
202 final ClassWriter cw,
211 cw.newUTF8(attr.type);
212 size += attr.write(cw, code, len, maxStack, maxLocals).length + 6;
222 * @param cw the class writer to be used to convert the attributes into byte
239 final ClassWriter cw,
248 ByteVector b = attr.write(cw, code, len, maxStack, maxLocals);
249 out.putShort(cw
153 write( final ClassWriter cw, final byte[] code, final int len, final int maxStack, final int maxLocals) argument
201 getSize( final ClassWriter cw, final byte[] code, final int len, final int maxStack, final int maxLocals) argument
238 put( final ClassWriter cw, final byte[] code, final int len, final int maxStack, final int maxLocals, final ByteVector out) argument
[all...]
H A DFrame.java585 * @param cw the ClassWriter to which this label belongs.
590 private void push(final ClassWriter cw, final String desc) { argument
591 int type = type(cw, desc);
603 * @param cw the ClassWriter to which this label belongs.
607 private static int type(final ClassWriter cw, final String desc) { argument
628 return OBJECT | cw.addType(t);
666 data = OBJECT | cw.addType(t);
746 * @param cw the ClassWriter to which this label belongs.
751 private int init(final ClassWriter cw, final int t) { argument
754 s = OBJECT | cw
786 initInputFrame( final ClassWriter cw, final int access, final Type[] args, final int maxLocals) argument
822 execute( final int opcode, final int arg, final ClassWriter cw, final Item item) argument
1247 merge(final ClassWriter cw, final Frame frame, final int edge) argument
1340 merge( final ClassWriter cw, int t, final int[] types, final int index) argument
[all...]
H A DMethodWriter.java127 final ClassWriter cw; field in class:MethodWriter
158 * the ClassReader associated to this writer in <code>cw.cr</code>. More
160 * <code>cw.cr.b</code>.
166 * the ClassReader associated to this writer in <code>cw.cr</code>. More
168 * <code>cw.cr.b</code>.
399 * @param cw the class writer in which the method must be added.
412 final ClassWriter cw,
421 if (cw.firstMethod == null) {
422 cw.firstMethod = this;
424 cw
411 MethodWriter( final ClassWriter cw, final int access, final String name, final String desc, final String signature, final String[] exceptions, final boolean computeMaxs, final boolean computeFrames) argument
[all...]
/external/chromium_org/ui/base/ime/
H A Dcandidate_window.cc26 bool CandidateWindow::IsEqual(const CandidateWindow& cw) const {
27 if (page_size() != cw.page_size() ||
28 cursor_position() != cw.cursor_position() ||
29 is_cursor_visible() != cw.is_cursor_visible() ||
30 orientation() != cw.orientation() ||
31 show_window_at_composition() != cw.show_window_at_composition() ||
32 is_auxiliary_text_visible() != cw.is_auxiliary_text_visible() ||
33 auxiliary_text() != cw.auxiliary_text() ||
34 candidates_.size() != cw.candidates_.size())
39 const Entry& right = cw
50 CopyFrom(const CandidateWindow& cw) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_clip_tmp.h62 const GLfloat cw = from[3]; local
66 mask = (((cw < cx) << CLIP_RIGHT_SHIFT));
67 mask |= (((cw < -cx) << CLIP_LEFT_SHIFT));
68 mask |= (((cw < cy) << CLIP_TOP_SHIFT));
69 mask |= (((cw < -cy) << CLIP_BOTTOM_SHIFT));
71 mask |= (((cw < cz) << CLIP_FAR_SHIFT));
72 mask |= (((cw < -cz) << CLIP_NEAR_SHIFT));
76 if (-cx + cw < 0) mask |= CLIP_RIGHT_BIT;
77 if ( cx + cw < 0) mask |= CLIP_LEFT_BIT;
78 if (-cy + cw <
142 const GLfloat cw = from[3]; local
[all...]
H A Dm_debug_clip.c85 const GLfloat cw = from[3]; local
87 if ( -cx + cw < 0 ) mask |= CLIP_RIGHT_BIT;
88 if ( cx + cw < 0 ) mask |= CLIP_LEFT_BIT;
89 if ( -cy + cw < 0 ) mask |= CLIP_TOP_BIT;
90 if ( cy + cw < 0 ) mask |= CLIP_BOTTOM_BIT;
92 if ( -cz + cw < 0 ) mask |= CLIP_FAR_BIT;
93 if ( cz + cw < 0 ) mask |= CLIP_NEAR_BIT;
105 GLfloat oow = 1.0F / cw;
/external/mesa3d/src/mesa/math/
H A Dm_clip_tmp.h62 const GLfloat cw = from[3]; local
66 mask = (((cw < cx) << CLIP_RIGHT_SHIFT));
67 mask |= (((cw < -cx) << CLIP_LEFT_SHIFT));
68 mask |= (((cw < cy) << CLIP_TOP_SHIFT));
69 mask |= (((cw < -cy) << CLIP_BOTTOM_SHIFT));
71 mask |= (((cw < cz) << CLIP_FAR_SHIFT));
72 mask |= (((cw < -cz) << CLIP_NEAR_SHIFT));
76 if (-cx + cw < 0) mask |= CLIP_RIGHT_BIT;
77 if ( cx + cw < 0) mask |= CLIP_LEFT_BIT;
78 if (-cy + cw <
142 const GLfloat cw = from[3]; local
[all...]
H A Dm_debug_clip.c85 const GLfloat cw = from[3]; local
87 if ( -cx + cw < 0 ) mask |= CLIP_RIGHT_BIT;
88 if ( cx + cw < 0 ) mask |= CLIP_LEFT_BIT;
89 if ( -cy + cw < 0 ) mask |= CLIP_TOP_BIT;
90 if ( cy + cw < 0 ) mask |= CLIP_BOTTOM_BIT;
92 if ( -cz + cw < 0 ) mask |= CLIP_FAR_BIT;
93 if ( cz + cw < 0 ) mask |= CLIP_NEAR_BIT;
105 GLfloat oow = 1.0F / cw;
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DDefaultGeneratorStrategy.java24 ClassWriter cw = getClassWriter();
25 transform(cg).generateClass(cw);
26 return transform(cw.toByteArray());
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/
H A DClassLoaderLocalMap.java155 ClassWriter cw = new ClassWriter(0);
158 cw.visit(V1_2, ACC_PUBLIC + ACC_SUPER, holderClassName, null, "java/lang/Object", null);
161 cw.visitField(
170 mv = cw.visitMethod(ACC_STATIC, "<clinit>", "()V", null, null);
181 mv = cw.visitMethod(ACC_PUBLIC, "<init>", "()V", null, null);
189 cw.visitEnd();
190 return cw.toByteArray();
/external/chromium_org/sandbox/linux/services/
H A Dandroid_i386_ucontext.h24 unsigned long cw; member in struct:_libc_fpstate
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dsigcontext32.h28 __u32 cw; member in struct:_fpstate_ia32
/external/kernel-headers/original/uapi/linux/dvb/
H A Dca.h73 unsigned char cw[8]; member in struct:ca_descr
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_state_rss.c150 int cw, ccw; local
158 cw = 1;
162 cw = 0;
170 EMIT_RS( svga, curr->stencil[cw].func, STENCILFUNC, fail );
171 EMIT_RS( svga, curr->stencil[cw].fail, STENCILFAIL, fail );
172 EMIT_RS( svga, curr->stencil[cw].zfail, STENCILZFAIL, fail );
173 EMIT_RS( svga, curr->stencil[cw].pass, STENCILPASS, fail );
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_rss.c150 int cw, ccw; local
158 cw = 1;
162 cw = 0;
170 EMIT_RS( svga, curr->stencil[cw].func, STENCILFUNC, fail );
171 EMIT_RS( svga, curr->stencil[cw].fail, STENCILFAIL, fail );
172 EMIT_RS( svga, curr->stencil[cw].zfail, STENCILZFAIL, fail );
173 EMIT_RS( svga, curr->stencil[cw].pass, STENCILPASS, fail );
/external/chromium_org/third_party/libwebp/dec/
H A Dbuffer.c173 const int cw = options->crop_width; local
177 if (x < 0 || y < 0 || cw <= 0 || ch <= 0 || x + cw > w || y + ch > h) {
180 w = cw;
/external/webp/src/dec/
H A Dbuffer.c173 const int cw = options->crop_width; local
177 if (x < 0 || y < 0 || cw <= 0 || ch <= 0 || x + cw > w || y + ch > h) {
180 w = cw;
/external/fio/
H A Dgfio.c499 struct connection_widgets *cw = data; local
509 ctext = gtk_combo_box_text_get_active_text(GTK_COMBO_BOX_TEXT(cw->combo));
515 text = gtk_entry_get_text(GTK_ENTRY(cw->hentry));
523 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(cw->button), 1);
524 gtk_widget_set_sensitive(cw->button, 1);
526 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(cw->button), 0);
527 gtk_widget_set_sensitive(cw->button, 0);
534 struct connection_widgets cw; local
556 cw.hentry = gtk_entry_new();
557 gtk_entry_set_text(GTK_ENTRY(cw
601 g_signal_connect(G_OBJECT(cw.hentry), "changed", G_CALLBACK(hostname_cb), &cw); local
602 g_signal_connect(G_OBJECT(cw.combo), "changed", G_CALLBACK(hostname_cb), &cw); local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dcollationtest.cpp86 void checkAllocWeights(CollationWeights &cw,
497 void CollationTest::checkAllocWeights(CollationWeights &cw, argument
500 if(!cw.allocWeights(lowerLimit, upperLimit, n)) {
508 uint32_t w = cw.nextWeight();
533 CollationWeights cw; local
537 cw.initForPrimary(FALSE);
539 checkAllocWeights(cw, 0x10000000, 0x13000000, 255, 1, 1);
540 checkAllocWeights(cw, 0x10000000, 0x13000000, 255, 2, 254);
542 checkAllocWeights(cw, 0x10fefe40, 0x12030300, 260, 2, 255);
544 checkAllocWeights(cw,
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_unfilled.c137 unsigned cw = header->det >= 0.0; local
138 unsigned mode = unfilled->mode[cw];
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_unfilled.c137 unsigned cw = header->det >= 0.0; local
138 unsigned mode = unfilled->mode[cw];
/external/compiler-rt/android/include/sys/
H A Ducontext.h55 unsigned long cw; member in struct:_libc_fpstate
/external/chromium_org/third_party/libjpeg_turbo/
H A Dturbojpeg.c554 int pw, ph, cw, ch; local
559 cw=pw*8/tjMCUWidth[subsamp]; ch=ph*8/tjMCUHeight[subsamp];
560 retval=PAD(pw, 4)*ph + (subsamp==TJSAMP_GRAY? 0:PAD(cw, 4)*ch*2);
680 int row, pw, ph, cw[MAX_COMPONENTS], ch[MAX_COMPONENTS]; local
787 cw[i]=pw*compptr->h_samp_factor/cinfo->max_h_samp_factor;
794 ptr+=PAD(cw[i], 4);
808 compptr->v_samp_factor, cw[i]);
1057 int cw[MAX_COMPONENTS], ch[MAX_COMPONENTS], iw[MAX_COMPONENTS], local
1094 cw[i]=PAD(dinfo->image_width, dinfo->max_h_samp_factor)
1098 if(iw[i]!=cw[
[all...]

Completed in 531 milliseconds

1234