Searched refs:this (Results 176 - 182 of 182) sorted by relevance

12345678

/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_32.s13 # accompanied this code).
16 # 2 along with this work; if not, write to the Free Software Foundation,
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_32.s13 # accompanied this code).
16 # 2 along with this work; if not, write to the Free Software Foundation,
/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
118 ITEM_InitObject, /* "this" is init method, before call
305 unsigned protected:1; /* must accessor be a subclass of "this" */
315 #define FLAG_NEED_CONSTRUCTOR 0x02 /* must call this.<init> or super.<init> */
317 flag_type or_flags; /* true for at least one path to this inst */
318 #define FLAG_CONSTRUCTED 0x01 /* this.<init> or super.<init> called */
319 flag_type and_flags; /* true for all paths to this instructio
3485 struct CCpool *this = context->CCroot; local
[all...]
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dawt_ImagingLib.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
235 Java_sun_awt_image_ImagingLib_convolveBI(JNIEnv *env, jobject this, argument
476 Java_sun_awt_image_ImagingLib_convolveRaster(JNIEnv *env, jobject this, argument
736 Java_sun_awt_image_ImagingLib_transformBI(JNIEnv *env, jobject this, argument
785 * Very unlikely, however we should check for this:
944 Java_sun_awt_image_ImagingLib_transformRaster(JNIEnv *env, jobject this, argument
1001 * Very unlikely, however we should check for this
1498 Java_sun_awt_image_ImagingLib_lookupByteRaster(JNIEnv *env, jobject this, jobject jsrc, jobject jdst, jobjectArray jtableArrays) argument
[all...]
/openjdk7/make/scripts/
H A Dwebrev.ksh5 # The contents of this file are subject to the terms of the
7 # You may not use this file except in compliance with the License.
14 # When distributing Covered Code, include this CDDL HEADER in each
16 # If applicable, add the following below this CDDL HEADER, with the
253 # into something like this:
466 print "<a class=\"print\" href=\"javascript:print()\">Print this page</a>"
679 # this function would print "../../../../".
682 # and $2 is returned-- the result of this is that the resulting webrev
743 // storage for this value. setAncValue() will take care of
751 // Note that this coul
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Component.h7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
50 const UINT MAX_ACP_STR_LEN = 7; // ANSI CP identifiers are no longer than this
161 * Access to the various objects of this aggregate component
224 * Returns TRUE if this message will trigger native focus change, FALSE otherwise.
274 * methods on this component
358 AwtComponent* p = this;
709 // when this componen
[all...]
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXWindow.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
26 /* Note that the contents of this file were taken from canvas.c
111 * Note: this table must be kept in sorted order, since it is traversed
527 /* Called from handleKeyEvent. The purpose of this function is
533 * is irrelevant at this point. We set the keysym to zero
535 * this function call (in adjustKeySym) won't incorrectly act
623 * The purpose of this functio
1094 Java_sun_awt_X11_XWindow_getNativeColor(JNIEnv *env, jobject this, jobject color, jobject gc_object) argument
[all...]

Completed in 70 milliseconds

12345678