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

123

/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DFieldWriter.java47 private 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 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( ClassWriter cw, byte[] code, int len, int maxStack, 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 DMethodWriter.java49 ClassWriter cw; field in class:MethodWriter
75 * the ClassReader associated to this writer in <code>cw.cr</code>. More
77 * <code>cw.cr.b</code>.
83 * the ClassReader associated to this writer in <code>cw.cr</code>. More
85 * <code>cw.cr.b</code>.
503 * @param cw the class writer in which the method must be added.
514 final ClassWriter cw,
522 if (cw.firstMethod == null) {
523 cw.firstMethod = this;
525 cw
513 MethodWriter( final ClassWriter cw, final int access, final String name, final String desc, final String signature, final String[] exceptions, final boolean computeMaxs) argument
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dlabeledwidget.rb9 cw = TkCanvas.new(lw.child_site, :relief=>:raised, :width=>200, :height=>200,
11 cw.pack(:padx=>10, :pady=>10)
/macosx-10.10.1/emacs-93/emacs/lwlib/
H A Dlwlib-utils.c76 CompositeWidget cw = (CompositeWidget) w; local
80 int nkids = cw->composite.num_children;
83 lwlib_bcopy ((char *) cw->composite.children, (char *) kids,
111 CompositeWidget cw = (CompositeWidget)w; local
113 for (i = 0; i < cw->composite.num_children; i++)
114 if (XtIsWidget (cw->composite.children [i])){
115 result = proc (cw->composite.children [i], arg);
118 result = XtApplyUntilToWidgets (cw->composite.children [i], proc,
136 CompositeWidget cw = (CompositeWidget)widget; local
146 n = cw
[all...]
/macosx-10.10.1/swig-12/Source/Swig/
H A Derror.c175 char *cw; local
182 cw = Char(wlist);
183 while (*cw != '\0') {
184 if (*cw != ' ') {
185 Putc(*cw, s);
187 ++cw;
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dtcp_newreno.c179 register u_int cw = tp->snd_cwnd; local
186 if (cw >= tp->snd_ssthresh) {
188 if (tp->t_bytes_acked >= cw) {
190 tp->t_bytes_acked -= cw;
218 if (cw >= tp->snd_ssthresh)
219 incr = max((incr * incr / cw), 1);
221 tp->snd_cwnd = min(cw+incr, TCP_MAXWIN<<tp->snd_scale);
H A Dtcp_ledbat.c255 register u_int cw = tp->snd_cwnd; local
261 if (cw >= tp->bg_ssthresh) {
263 if (tp->t_bytes_acked < cw) {
282 if (tp->t_bytes_acked >= cw)
283 tp->t_bytes_acked -= cw;
/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Dtcover-ses.el602 (cw "(ses-column-widths [7])\n")
629 (concat p&d cw "(x)\n(x)\n(x)\n(2 1 1)")
630 (concat p&d cw "(ses-column-printers)(x)\n(x)\n" p11)
631 (concat p&d cw cp "(x)\n(x)\n" p11)
632 (concat p&d cw cp "(ses-default-printer)(x)\n" p11)
633 (concat p&d cw cp dp "(x)\n" p11)
634 (concat p&d cw cp dp "(ses-header-row)" p11)
635 (concat p&d cw cp dp hr p11)
636 (concat p&d cw cp dp "\n" hr igp)))
/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DEnhanced3.java42 @KeyField(10) Character cw; field in class:Enhanced3
99 output.writeChar(cw.charValue());
125 cw = Character.valueOf(input.readChar());
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dpcomplete.c876 bind_compfunc_variables (line, ind, lwords, cw, exported)
880 int cw, exported;
903 value = inttostr (cw, ibuf, sizeof(ibuf));
980 gen_shell_function_matches (cs, text, line, ind, lwords, nw, cw)
986 int nw, cw;
1012 /* We pass cw - 1 because command_line_to_word_list returns indices that are
1014 bind_compfunc_variables (line, ind, lwords, cw - 1, 0);
1016 cmdlist = build_arg_list (funcname, text, lwords, cw);
1064 gen_command_matches (cs, text, line, ind, lwords, nw, cw)
1070 int nw, cw;
1168 int llen, nw, cw; local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/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...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Drgb2ycbcr.c169 cvtClump(unsigned char* op, uint32* raster, uint32 ch, uint32 cw, uint32 w) argument
174 * Convert ch-by-cw block of RGB
178 for (j = 0; j < cw; j++) {
198 *op++ = V2Code(Cb / (ch*cw), refBlackWhite[2], refBlackWhite[3], 127);
199 *op++ = V2Code(Cr / (ch*cw), refBlackWhite[4], refBlackWhite[5], 127);
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dscrollframe.tcl104 set modcw [Widget::hasChanged $path -constrainedwidth cw]
106 if { $modcw || (!$cw && $modw) } {
107 if { $cw } {
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Didlw-help.el388 module keyword cw mod1 mod2 mod3)
397 cw (nth 2 (idlwave-where))) ;what would we complete here?
411 ((and st-ass (not (memq cw '(function-keyword procedure-keyword))))
441 ((and (eq cw 'class)
487 ((and (memq cw '(function-keyword procedure-keyword))
548 (let* ((cw (selected-window))
566 (select-window cw)
703 (let ((cw (selected-window))
721 (select-window cw)))
782 (let* ((cw (selecte
[all...]
/macosx-10.10.1/text_cmds-88/column/
H A Dcolumn.c319 int w, cw; local
322 if ((cw = wcwidth(*wcs)) > 0)
323 w += cw;
/macosx-10.10.1/swig-12/Source/DOH/
H A Dfio.c469 char *cw; local
478 cw = buffer;
480 wret = Write(out, cw, nwrite);
484 cw += wret;
/macosx-10.10.1/system_cmds-643.1.1/login.tproj/
H A Dlogin.c980 const char *cw; local
982 cw = login_getcapstr(lc, "copyright", NULL, NULL);
983 if (cw == NULL || motd(cw) == -1)
988 cw = login_getcapstr(lc, "welcome", NULL, NULL);
989 if (cw != NULL && access(cw, F_OK) == 0)
990 motd(cw);
/macosx-10.10.1/vim-55/runtime/tutor/
H A Dtutor.el327 ** ��� �� �������� ����� � ��� �� ����, ������� cw . **
333 3. ������� cw ��� �� ����� ���� (���� ��������� ����, ������ 'ine'.)
344 ������������ ��� � cw ��� ���� ������������� �� ����, ���� ��� �������
383 ��� ��� ������ ����� �� ����� ��� �����������. �.�. ������ cw ��� ��
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dzle_thingy.c597 Widget w, cw; local
604 cw = t->widget;
606 if (!cw || !(cw->flags & ZLE_ISCOMP)) {
613 w->u.comp.fn = cw->u.fn;
/macosx-10.10.1/emacs-93/emacs/src/
H A Dwidget.c496 int cw; local
517 get_default_char_pixel_size (ew, &cw, &ch);
520 + (rounded_width - (char_width * cw)));
532 XtNwidthInc, (XtArgVal) cw,
534 XtNminWidth, (XtArgVal) (base_width + min_cols * cw),
/macosx-10.10.1/vim-55/src/
H A Dgui_beval.c34 win_T *cw; local
59 for (cw = firstwin; cw != wp; cw = cw->w_next)
/macosx-10.10.1/ruby-106/ruby/test/date/
H A Dtest_date_base.rb122 cy, cw, cd = Date.__send__(:jd_to_commercial, j, Date::GREGORIAN)
124 assert_equal(w, cw)
126 cj = Date.__send__(:commercial_to_jd, cy, cw, cd, Date::GREGORIAN)
/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkImage.c183 int cw = MIN(src.width, dr - x); local
186 Tk_RedrawImage(image, src.x, src.y, cw, ch, d, x, y);

Completed in 403 milliseconds

123