Home
last modified time | relevance | path

Searched refs:constructor2 (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/util/
Dhelper-cairo.hh476 cairo_surface_t *(*constructor2) (cairo_write_func_t write_func, in helper_cairo_create_context() local
529 constructor2 = _cairo_ansi_surface_create_for_stream; in helper_cairo_create_context()
532 constructor2 = _cairo_png_surface_create_for_stream; in helper_cairo_create_context()
551 constructor2 = _cairo_script_surface_create_for_stream; in helper_cairo_create_context()
579 else if (constructor2) in helper_cairo_create_context()
580 surface = constructor2 (stdio_write_func, f, w, h, content, protocol); in helper_cairo_create_context()
/external/python/cpython3/Lib/test/
Dtest_set.py1833 constructor2 = None variable in TestOperationsMutating
1850 set2 = self.constructor2(Bad() for _ in range(randrange(50)))
1938 constructor2 = set variable in TestBinaryOpsMutating_Set_Set
1942 constructor2 = SetSubclass variable in TestBinaryOpsMutating_Subclass_Subclass
1946 constructor2 = SetSubclass variable in TestBinaryOpsMutating_Set_Subclass
1950 constructor2 = set variable in TestBinaryOpsMutating_Subclass_Set
1991 constructor2 = set variable in TestMethodsMutating_Set_Set
1995 constructor2 = SetSubclass variable in TestMethodsMutating_Subclass_Subclass
1999 constructor2 = SetSubclass variable in TestMethodsMutating_Set_Subclass
2003 constructor2 = set variable in TestMethodsMutating_Subclass_Set
[all …]
/external/sdv/vsomeip/third_party/boost/thread/doc/
Dmutex_concepts.qbk2553 [section:constructor2 `externally_locked(mutex_type&, T&&)`]