Searched refs:Get (Results 1 - 14 of 14) sorted by relevance

/openjdk10/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Pen.h38 * Get a GDI object from its respective cache. If it doesn't exist
41 static AwtPen* Get(COLORREF color);
H A Dawt_Brush.h38 * Get a GDI object from its respective cache. If it doesn't exist
41 static AwtBrush* Get(COLORREF color);
H A Dawt_Pen.cpp56 AwtPen* AwtPen::Get(COLORREF color) { function in class:AwtPen
H A Dawt_GDIObject.h81 * Get a GDI object from its respective cache. If it doesn't exist
84 static AwtGDIObject* Get(COLORREF color);
H A Dawt_Brush.cpp56 AwtBrush* AwtBrush::Get(COLORREF color) { function in class:AwtBrush
H A Dawt_Component.cpp457 //Get graphicsConfig object ref from Component
843 m_penForeground = AwtPen::Get(m_colorForeground);
872 AwtBrush::Get(c->GetBackgroundColor());
878 m_brushBackground = AwtBrush::Get(m_colorBackground);
2147 /* Get the rectangle that covers all update regions, if any exist. */
7140 /* Get target bounds. */
/openjdk10/jdk/test/javax/sound/midi/Gervill/SoftAudioBuffer/
H A DGet.java34 public class Get { class
/openjdk10/test/fmw/gtest/include/gtest/internal/
H A Dgtest-tuple.h137 template <int k> class Get;
207 template <int k> friend class gtest_internal::Get;
239 template <int k> friend class gtest_internal::Get;
282 template <int k> friend class gtest_internal::Get;
319 template <int k> friend class gtest_internal::Get;
360 template <int k> friend class gtest_internal::Get;
404 template <int k> friend class gtest_internal::Get;
451 template <int k> friend class gtest_internal::Get;
500 template <int k> friend class gtest_internal::Get;
552 template <int k> friend class gtest_internal::Get;
[all...]
/openjdk10/test/fmw/gtest/src/
H A Dgtest-death-test.cc645 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() };
669 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(),
673 ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE);
715 GTEST_DEATH_TEST_CHECK_(event_handle_.Get() != NULL);
728 "|" + StreamableToString(reinterpret_cast<size_t>(event_handle_.Get()));
1235 if (parent_process_handle.Get() == INVALID_HANDLE_VALUE) {
1251 if (!::DuplicateHandle(parent_process_handle.Get(), write_handle,
1266 if (!::DuplicateHandle(parent_process_handle.Get(), event_handle,
H A Dgtest-internal-inl.h980 HANDLE Get() const { return handle_; } function in class:testing::internal::AutoHandle
/openjdk10/jdk/test/java/util/Map/
H A DGet.java36 public class Get { class
/openjdk10/jdk/src/java.desktop/windows/native/libawt/java2d/windows/
H A DGDIWindowSurfaceData.cpp1149 info->brush = AwtBrush::Get(CheckGrayColor(wsdo, color));
1171 info->pen = AwtPen::Get(CheckGrayColor(wsdo, color));
/openjdk10/hotspot/src/share/vm/prims/
H A DjniCheck.cpp111 "Get/ReleasePrimitiveArrayCritical or Get/ReleaseStringCritical";
1193 ReturnType result = UNCHECKED()->Get##Result##Field(env,obj,fieldID); \
1678 ElementType *result = UNCHECKED()->Get##Result##ArrayElements(env, \
1735 UNCHECKED()->Get##Result##ArrayRegion(env,array,start,len,buf); \
H A Djni.cpp2104 DT_RETURN_MARK_DECL_FOR(Result, Get##Result##Field, Return \
2108 JNIWrapper("Get" XSTR(Result) "Field"); \
2112 DT_RETURN_MARK_FOR(Result, Get##Result##Field, Return, (const Return&)ret);\
2734 JNIWrapper("Get" XSTR(Result) "ArrayElements"); \
2836 DT_VOID_RETURN_MARK_DECL(Get##Result##ArrayRegion \
2842 JNIWrapper("Get" XSTR(Result) "ArrayRegion"); \
2844 DT_VOID_RETURN_MARK(Get##Result##ArrayRegion); \
3333 // Get needed field and method IDs
3783 // Replace Get<Primitive>Field with fast versions

Completed in 108 milliseconds