Home
last modified time | relevance | path

Searched refs:decorated (Results 1 - 16 of 16) sorted by relevance

/third_party/glfw/src/
H A Dnull_window.c100 window->null.decorated = wndconfig->decorated; in createNativeWindow()
298 if (window->null.decorated && !window->monitor) in _glfwGetWindowFrameSizeNull()
399 window->null.decorated = enabled; in _glfwSetWindowDecoratedNull()
H A Dwindow.c230 window->decorated = wndconfig.decorated; in glfwCreateWindow()
271 _glfw.hints.window.decorated = GLFW_TRUE; in glfwDefaultWindowHints()
353 _glfw.hints.window.decorated = value ? GLFW_TRUE : GLFW_FALSE; in glfwWindowHint()
908 return window->decorated; in glfwGetWindowAttrib()
965 window->decorated = value; in glfwSetWindowAttrib()
H A Dwin32_window.c51 if (window->decorated) in getWindowStyle()
505 if (window->decorated) in maximizeWindowManually()
1124 if (!window->decorated) in windowProc()
1159 if (!window->decorated) in windowProc()
1468 if (wndconfig->maximized && !wndconfig->decorated) in createNativeWindow()
1892 if (window->decorated) in _glfwSetWindowMonitorWin32()
1918 if (window->decorated) in _glfwSetWindowMonitorWin32()
H A Dnull_platform.h182 GLFWbool decorated; member
H A Dinternal.h408 GLFWbool decorated; member
536 GLFWbool decorated; member
H A Dwl_window.c288 if (window->decorated && !window->monitor) in xdgDecorationHandleConfigure()
534 if (window->decorated) in releaseMonitor()
860 if (!window->decorated) in createLibdecorFrame()
967 if (window->decorated) in createXdgShellObjects()
976 if (window->decorated && !window->monitor) in createXdgShellObjects()
H A Dx11_window.c630 if (!wndconfig->decorated) in createNativeWindow()
2251 if (window->monitor || !window->decorated) in _glfwGetWindowFrameSizeX11()
2497 _glfwSetWindowDecoratedX11(window, window->decorated); in _glfwSetWindowMonitorX11()
/third_party/glfw/tests/
H A Dwindow.c419 int decorated = glfwGetWindowAttrib(window, GLFW_DECORATED); in main() local
420 if (nk_checkbox_label(nk, "Decorated", &decorated)) in main()
421 glfwSetWindowAttrib(window, GLFW_DECORATED, decorated); in main()
/third_party/node/src/
H A Dnode_errors.cc42 Local<Value> decorated; in IsExceptionDecorated() local
43 return maybe_value.ToLocal(&decorated) && decorated->IsTrue(); in IsExceptionDecorated()
379 bool decorated = IsExceptionDecorated(env, error); in ReportFatalException() local
429 if (arrow.IsEmpty() || !arrow->IsString() || decorated) { in ReportFatalException()
463 if (arrow.IsEmpty() || !arrow->IsString() || decorated) { in ReportFatalException()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_sim_common.c1240 const u8 *decorated; in eap_sim_anonymous_username() local
1254 /* RFC 7542 decorated username, for example: in eap_sim_anonymous_username()
1256 decorated = get_last_char(id, id_len, '!'); in eap_sim_anonymous_username()
1257 if (decorated) { in eap_sim_anonymous_username()
1258 decorated++; in eap_sim_anonymous_username()
1259 return eap_sim_anonymous_username(decorated, in eap_sim_anonymous_username()
1260 id + id_len - decorated); in eap_sim_anonymous_username()
/third_party/python/Lib/test/
H A Dtest_sys_settrace.py1803 decorated=False):
1808 self.firstLine = None if decorated else self.code.co_firstlineno
1815 # 'function' is decorated and the decorator may be written using
1871 event='line', decorated=False):
1872 tracer = JumpTracer(func, jumpFrom, jumpTo, event, decorated)
1884 event='line', decorated=False):
1885 tracer = JumpTracer(func, jumpFrom, jumpTo, event, decorated)
1905 error=error, event=event, decorated=True)
1917 error=error, event=event, decorated=True)
H A Dtest_tempfile.py489 # but an arg with embedded spaces should be decorated with double
492 decorated = '"%s"' % sys.executable
495 decorated = sys.executable
497 retval = os.spawnl(os.P_WAIT, sys.executable, decorated, tester, v, fd)
H A Dtest_typing.py8148 decorated = dataclass_transform(kw_only_default=True, order_default=False)(create_model)
8153 self.assertIs(decorated, create_model)
8155 decorated.__dataclass_transform__,
8165 decorated(frozen=True, kw_only=False)(CustomerModel),
/third_party/typescript/tests/baselines/reference/
H A DthisTypeInFunctionsNegative.js172 function decorated(@deco() this: C): number { return this.n; }
324 function decorated() { return this.n; } function
/third_party/python/Lib/lib2to3/tests/data/
H A Dpy2_test_grammar.py797 # decorated: decorators (classdef | funcdef)
799 x.decorated = True
804 self.assertEqual(G.decorated, True)
/third_party/python/Lib/unittest/
H A Dmock.py105 # Use the original decorated method to extract the correct function signature
1656 mocks for you. In this case the created mocks are passed into a decorated
1709 decorated function. If `patch` is used as a context manager the created
1715 calling `patch` from. The target is imported when the decorated function
1853 decorated = decorator(attr_value)
1854 setattr(klass, attr, decorated)

Completed in 43 milliseconds