Home
last modified time | relevance | path

Searched defs:wrapper (Results 1 – 25 of 176) sorted by relevance

12345678

/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
DMidiPortSelector.java108 MidiPortWrapper wrapper = new MidiPortWrapper(info, mType, i); in onDeviceAdded() local
119 MidiPortWrapper wrapper = new MidiPortWrapper(info, mType, i); in onDeviceRemoved() local
144 MidiPortWrapper wrapper = new MidiPortWrapper(info, mType, i); in onDeviceStatusChanged() local
170 public abstract void onPortSelected(MidiPortWrapper wrapper); in onPortSelected()
DMidiInputPortSelector.java48 public void onPortSelected(final MidiPortWrapper wrapper) { in onPortSelected()
DMidiOutputPortSelector.java49 public void onPortSelected(final MidiPortWrapper wrapper) { in onPortSelected()
DMidiOutputPortConnectionSelector.java56 public void onPortSelected(final MidiPortWrapper wrapper) { in onPortSelected()
/third_party/python/Lib/importlib/metadata/
D_functools.py75 def wrapper(self, *args, **kwargs): function
100 def wrapper(param, *args, **kwargs): function
/third_party/skia/src/core/
DSkScan.cpp79 SkAAClipBlitterWrapper wrapper(clip, blitter); in FillIRect() local
94 SkAAClipBlitterWrapper wrapper(clip, blitter); in FillXRect() local
109 SkAAClipBlitterWrapper wrapper(clip, blitter); in FillRect() local
/third_party/vk-gl-cts/modules/egl/
DteglNegativePartialUpdateTests.cpp243 CallLogWrapper wrapper (egl, log); in iterate() local
284 CallLogWrapper wrapper (egl, log); in iterate() local
369 CallLogWrapper wrapper (egl, log); in iterate() local
402 CallLogWrapper wrapper (egl, log); in iterate() local
437 CallLogWrapper wrapper (egl, log); in iterate() local
468 CallLogWrapper wrapper (egl, log); in iterate() local
507 CallLogWrapper wrapper (egl, log); in iterate() local
/third_party/typescript/tests/cases/compiler/
DemitCapturingThisInTupleDestructuring1.ts1 declare function wrapper(x: any); function
/third_party/mesa3d/src/compiler/glsl/
Dstring_to_uint_map.h88 struct string_map_iterate_wrapper_closure *wrapper; in iterate() local
164 struct string_map_iterate_wrapper_closure *wrapper = in subtract_one_wrapper() local
/third_party/rust/crates/humantime/src/
Dlib.rs23 mod wrapper; module
/third_party/python/Lib/curses/
D__init__.py63 def wrapper(func, /, *args, **kwds): function
/third_party/python/Lib/test/support/
Dhashlib_helper.py39 def wrapper(*args, **kwargs): function
/third_party/mesa3d/src/intel/tools/tests/
Drun-test.py28 wrapper = os.environ.get('MESON_EXE_WRAPPER') variable
/third_party/node/test/cctest/
Dtest_inspector_socket_server.cc188 SocketWrapper* wrapper = in ClosedCallback() local
197 SocketWrapper* wrapper = in Connected_() local
204 SocketWrapper* wrapper = in ConnectionMustFail_() local
211 SocketWrapper* wrapper = in ReadCallback() local
224 SocketWrapper* wrapper = in WriteDone_() local
/third_party/python/Tools/peg_generator/scripts/
Dbenchmark.py40 def wrapper(*args): function
/third_party/python/Lib/
Dfunctools.py35 def update_wrapper(wrapper, argument
542 def wrapper(*args, **kwds): function
551 def wrapper(*args, **kwds): function
566 def wrapper(*args, **kwds): function
904 def wrapper(*args, **kw): function
Dsignal.py49 def decorator(wrapper): argument
/third_party/node/test/js-native-api/test_object/
Dtest.js129 const wrapper = {}; constant
137 const wrapper = {}; constant
148 const wrapper = {}; constant
/third_party/python/Lib/test/
Dtest_py_compile.py19 def wrapper(*args, **kwargs): function
29 def wrapper(*args, **kwargs): function
/third_party/jinja2/
Dasync_utils.py36 def wrapper(*args, **kwargs): # type: ignore function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DWrapMain.cpp87 Wrapper wrapper(symbolTable, idGen); in WrapMain() local
/third_party/rust/crates/clap/src/output/textwrap/
Dmod.rs15 let mut wrapper = wrap_algorithms::LineWrapper::new(hard_width); in wrap() localVariable
/third_party/typescript/src/loggedIO/
DloggedIO.ts426 const wrapper: PlaybackIO = {} as any; constant
443 const wrapper: PlaybackSystem = {} as any; constant
/third_party/python/Lib/test/test_importlib/import_/
Dtest_meta_path.py63 def wrapper(self, *args, **kwargs): function
/third_party/vixl/test/aarch32/config/
Dcond-rd-sp-operand-imm8-t32.json50 "wrapper": "Operand", string

12345678