Home
last modified time | relevance | path

Searched defs:make_frame (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/idlelib/
DSearchDialogBase.py109 def make_frame(self,labeltext=None): member in SearchDialogBase
/aosp_15_r20/external/python/cpython3/Lib/idlelib/
Dsearchbase.py120 def make_frame(self,labeltext=None): member in SearchDialogBase
/aosp_15_r20/frameworks/native/libs/bufferstreams/rust/src/
H A Dlib.rs193 fn make_frame() -> Frame { in make_frame() function
/aosp_15_r20/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_textview.py93 def make_frame(self, wrap=NONE, **kwargs): member in ScrollableTextFrameTest
/aosp_15_r20/external/skia/gm/
H A Dpathfill.cpp30 static PathDY make_frame() { in make_frame() function
/aosp_15_r20/external/scapy/scapy/
H A Dpacket.py564 def make_frame(lst): function