Home
last modified time | relevance | path

Searched defs:mode (Results 3576 - 3600 of 10540) sorted by relevance

1...<<141142143144145146147148149150>>...422

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DBufferTests.cpp546 const void* MapAsyncAndWait(const wgpu::Buffer& buffer, wgpu::MapMode mode, size_t size) { in MapAsyncAndWait() argument
22 MapAsyncAndWait(const wgpu::Buffer& buffer, wgpu::MapMode mode, size_t offset, size_t size) MapAsyncAndWait() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DSwapChainD3D12.cpp29 uint32_t PresentModeToBufferCount(wgpu::PresentMode mode) { in PresentModeToBufferCount() argument
39 uint32_t PresentModeToSwapInterval(wgpu::PresentMode mode) { in PresentModeToSwapInterval() argument
49 UINT PresentModeToSwapChainFlags(wgpu::PresentMode mode) { in PresentModeToSwapChainFlags() argument
/third_party/pcre2/pcre2/
H A DRunTest.bat158 set mode= variable
205 set mode=-16 variable
210 set mode=-32 variable
[all...]
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dinfutil.h31 inflate_block_mode mode; /* current inflate_block mode */ member
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-blob.cc69 hb_blob_create(const char *data, unsigned int length, hb_memory_mode_t mode, void *user_data, hb_destroy_func_t destroy) hb_blob_create() argument
107 hb_blob_create_or_fail(const char *data, unsigned int length, hb_memory_mode_t mode, void *user_data, hb_destroy_func_t destroy) hb_blob_create_or_fail() argument
[all...]
/third_party/python/Modules/_io/
H A D_iomodule.c196 _io_open_impl(PyObject *module, PyObject *file, const char *mode, int buffering, const char *encoding, const char *errors, const char *newline, int closefd, PyObject *opener) _io_open_impl() argument
[all...]
/third_party/python/Modules/
H A D_dbmmodule.c72 newdbmobject(_dbm_state *state, const char *file, int flags, int mode) in newdbmobject() argument
458 dbmopen_impl(PyObject *module, PyObject *filename, const char *flags, int mode) dbmopen_impl() argument
H A Dtermios.c84 struct termios mode; in termios_tcgetattr_impl() local
176 struct termios mode; termios_tcsetattr_impl() local
[all...]
/third_party/python/Modules/_io/clinic/
H A Dfileio.c.h59 const char *mode = "r"; in _io_FileIO___init__() local
[all...]
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Diowin32.c56 static void win32_translate_open_mode(int mode, in win32_translate_open_mode() argument
101 voidpf ZCALLBACK win32_open64_file_func (voidpf opaque,const void* filename,int mode) in win32_open64_file_func() argument
130 voidpf ZCALLBACK win32_open64_file_funcA (voidpf opaque,const void* filename,int mode) in win32_open64_file_funcA() argument
154 voidpf ZCALLBACK win32_open64_file_funcW (voidpf opaque,const void* filename,int mode) in win32_open64_file_funcW() argument
174 win32_open_file_func(voidpf opaque,const char* filename,int mode) win32_open_file_func() argument
[all...]
/third_party/skia/third_party/externals/zlib/
H A Dgzguts.h177 int mode; /* see gzip modes above */ member
/third_party/skia/tools/sk_app/
H A DVulkanWindowContext.cpp270 VkPresentModeKHR mode = VK_PRESENT_MODE_FIFO_KHR; in createSwapchain() local
/third_party/skia/tools/skiaserve/
H A DRequest.cpp172 bool Request::setColorMode(int mode) { in setColorMode() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dloadednormalizer2impl.cpp343 Normalizer2Factory::getInstance(UNormalizationMode mode, UErrorCode &errorCode) { in getInstance() argument
405 unorm_getQuickCheck(UChar32 c, UNormalizationMode mode) { in unorm_getQuickCheck() argument
265 getInstance(const char *packageName, const char *name, UNormalization2Mode mode, UErrorCode &errorCode) getInstance() argument
397 unorm2_getInstance(const char *packageName, const char *name, UNormalization2Mode mode, UErrorCode *pErrorCode) unorm2_getInstance() argument
[all...]
H A Dnormlzr.cpp40 Normalizer::Normalizer(const UnicodeString& str, UNormalizationMode mode) : in Normalizer() argument
49 Normalizer::Normalizer(ConstChar16Ptr str, int32_t length, UNormalizationMode mode) : in Normalizer() argument
58 Normalizer::Normalizer(const CharacterIterator& iter, UNormalizationMode mode) : in Normalizer() argument
128 normalize(const UnicodeString& source, UNormalizationMode mode, int32_t options, UnicodeString& result, UErrorCode &status) normalize() argument
179 quickCheck(const UnicodeString& source, UNormalizationMode mode, int32_t options, UErrorCode &status) quickCheck() argument
196 isNormalized(const UnicodeString& source, UNormalizationMode mode, int32_t options, UErrorCode &status) isNormalized() argument
213 concatenate(const UnicodeString &left, const UnicodeString &right, UnicodeString &result, UNormalizationMode mode, int32_t options, UErrorCode &errorCode) concatenate() argument
[all...]
/third_party/toybox/toys/other/
H A Di2ctools.c290 char *mode = toys.optargs[toys.optc-1]; in i2cset_main() local
/third_party/python/PC/
H A Dmsvcrtmodule.c115 msvcrt_locking_impl(PyObject *module, int fd, int mode, long nbytes) in msvcrt_locking_impl() argument
432 msvcrt_CrtSetReportMode_impl(PyObject *module, int type, int mode) msvcrt_CrtSetReportMode_impl() argument
457 msvcrt_set_error_mode_impl(PyObject *module, int mode) msvcrt_set_error_mode_impl() argument
499 msvcrt_SetErrorMode_impl(PyObject *module, unsigned int mode) msvcrt_SetErrorMode_impl() argument
[all...]
/third_party/python/Modules/_sqlite/
H A Dmodule.c548 int mode = sqlite3_threadsafe(); in get_threadsafety() local
[all...]
/third_party/python/PC/clinic/
H A Dmsvcrtmodule.c.h50 int mode; in msvcrt_locking() local
528 int mode; msvcrt_CrtSetReportMode() local
574 int mode; msvcrt_set_error_mode() local
627 unsigned int mode; msvcrt_SetErrorMode() local
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dmodule.c424 void pa_module_update_proplist(pa_module *m, pa_update_mode_t mode, pa_proplist *p) { in pa_module_update_proplist() argument
/third_party/python/Modules/clinic/
H A Dzlibmodule.c.h479 int mode = Z_FINISH; in zlib_Compress_flush() local
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
H A Dusage.cc449 void SetFlagsHelpMode(HelpMode mode) { in SetFlagsHelpMode() argument
/third_party/skia/modules/skottie/src/text/
H A DRangeSelector.cpp75 CoverageProcessor(const TextAnimator::DomainMaps& maps, RangeSelector::Domain domain, RangeSelector::Mode mode, TextAnimator::ModulatorBuffer& dst) CoverageProcessor() argument
/third_party/skia/gm/
H A Dcomposeshader.cpp33 static sk_sp<SkShader> make_shader(SkBlendMode mode) { in make_shader() argument
193 SkBlendMode mode = SkBlendMode::kDstOver; variable
300 draw_cell(SkCanvas* canvas, sk_sp<SkShader> src, sk_sp<SkShader> dst, SkBlendMode mode, SkAlpha alpha) draw_cell() argument
319 draw_composed(SkCanvas* canvas, sk_sp<SkShader> src, sk_sp<SkShader> dst, SkBlendMode mode, SkAlpha alpha) draw_composed() argument
327 draw_pair(SkCanvas* canvas, sk_sp<SkShader> src, sk_sp<SkShader> dst, SkBlendMode mode) draw_pair() argument
362 SkBlendMode mode = static_cast<SkBlendMode>(m); DEF_SIMPLE_GM() local
[all...]
H A Dimagefilters.cpp43 static void do_draw(SkCanvas* canvas, SkBlendMode mode, sk_sp<SkImageFilter> imf) { in do_draw() argument

Completed in 23 milliseconds

1...<<141142143144145146147148149150>>...422