Home
last modified time | relevance | path

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

/external/harfbuzz_ng/util/
Dhelper-cairo.hh413 cairo_surface_t *(*constructor2) (cairo_write_func_t write_func, in helper_cairo_create_context() local
466 constructor2 = _cairo_ansi_surface_create_for_stream; in helper_cairo_create_context()
469 constructor2 = _cairo_png_surface_create_for_stream; in helper_cairo_create_context()
512 else if (constructor2) in helper_cairo_create_context()
513 surface = constructor2 (stdio_write_func, f, w, h, content, protocol); in helper_cairo_create_context()
/external/python/cpython3/Lib/test/
Dtest_set.py1774 constructor2 = None variable in TestOperationsMutating
1791 set2 = self.constructor2(Bad() for _ in range(randrange(50)))
1879 constructor2 = set variable in TestBinaryOpsMutating_Set_Set
1883 constructor2 = SetSubclass variable in TestBinaryOpsMutating_Subclass_Subclass
1887 constructor2 = SetSubclass variable in TestBinaryOpsMutating_Set_Subclass
1891 constructor2 = set variable in TestBinaryOpsMutating_Subclass_Set
1932 constructor2 = set variable in TestMethodsMutating_Set_Set
1936 constructor2 = SetSubclass variable in TestMethodsMutating_Subclass_Subclass
1940 constructor2 = SetSubclass variable in TestMethodsMutating_Set_Subclass
1944 constructor2 = set variable in TestMethodsMutating_Subclass_Set
[all …]