Home
last modified time | relevance | path

Searched defs:partial (Results 51 - 75 of 77) sorted by relevance

1234

/third_party/python/Lib/
H A Dimaplib.py687 def partial(self, message_num, message_part, start, length): member in IMAP4
H A Dpickle.py30 from functools import partial namespace
/third_party/python/Lib/unittest/test/testmock/
H A Dtesthelpers.py12 from functools import partial namespace
/third_party/selinux/libselinux/src/
H A Dlabel_file.c922 lookup_all(struct selabel_handle *rec, const char *key, int type, bool partial, size_t *match_count) lookup_all() argument
1065 lookup_common(struct selabel_handle *rec, const char *key, int type, bool partial) lookup_common() argument
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_local.h87 int partial; member
/third_party/pcre2/pcre2/src/
H A Dpcre2_intmodedep.h873 uint16_t partial; /* PARTIAL options */ member
/third_party/openssl/crypto/cms/
H A Dcms_local.h87 int partial; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalDrawAndClearTests.cpp691 void ConditionalRenderingBaseTestInstance::clearColorWithClearAttachments (const VkClearColorValue& color, bool partial) in clearColorWithClearAttachments() argument
719 void ConditionalRenderingBaseTestInstance::clearDepthWithClearAttachments (const VkClearDepthStencilValue& depthStencil, bool partial) in clearDepthWithClearAttachments() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
H A DvktConditionalDrawAndClearTests.cpp671 void ConditionalRenderingBaseTestInstance::clearColorWithClearAttachments (const VkClearColorValue& color, bool partial) in clearColorWithClearAttachments() argument
699 void ConditionalRenderingBaseTestInstance::clearDepthWithClearAttachments (const VkClearDepthStencilValue& depthStencil, bool partial) in clearDepthWithClearAttachments() argument
/third_party/python/Modules/
H A D_operator.c1759 PyObject *partial; in methodcaller_reduce() local
H A Dmathmodule.c2032 PyObject *partial, *tmp, *inner, *outer; in factorial_odd_part() local
[all...]
H A D_pickle.c188 PyObject *partial; member
/third_party/python/Lib/test/
H A Dtest_builtin.py23 from functools import partial namespace
H A Dtest_traceback.py21 from functools import partial namespace
H A Dtest_functools.py391 partial = c_functools.partial global() variable in TestPartialC
441 partial = py_functools.partial global() variable in TestPartialPy
461 partial = CPartialSubclass global() variable in TestPartialCSubclass
467 partial = PyPartialSubclass global() variable in TestPartialPySubclass
[all...]
H A Dtest_xml_etree.py23 from functools import partial namespace
/third_party/python/Lib/unittest/
H A Dmock.py37 from functools import wraps, partial namespace
/third_party/icu/icu4c/source/i18n/
H A DdecNumber.cpp3981 Int partial=*lhs->lsu; in decAddOp() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A DdecNumber.cpp3981 Int partial=*lhs->lsu; in decAddOp() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A DdecNumber.cpp3981 Int partial=*lhs->lsu; in decAddOp() local
[all...]
/third_party/skia/third_party/externals/expat/expat/tests/
H A Druntests.c3712 const char *partial = "<doc>"; in START_TEST() local
/third_party/selinux/libsepol/cil/src/
H A Dcil_binary.c1643 struct avtab_extended_perms *partial = NULL; in __cil_permx_bitmap_to_sepol_xperms_list() local
1688 __avrule_xperm_setrangebits(IOC_FUNC(low), IOC_FUNC(high), partial); __cil_permx_bitmap_to_sepol_xperms_list() local
[all...]
/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp2288 spv::Builder::AccessChain partial = builder.getAccessChain(); in visitBinary() local
/third_party/mbedtls/library/
H A Dssl_tls.c1564 int mbedtls_ssl_session_reset_int(mbedtls_ssl_context *ssl, int partial) in mbedtls_ssl_session_reset_int() argument
1482 mbedtls_ssl_session_reset_msg_layer(mbedtls_ssl_context *ssl, int partial) mbedtls_ssl_session_reset_msg_layer() argument
/third_party/node/deps/v8/src/objects/
H A Djs-temporal-objects.cc1454 PrepareTemporalFieldsOrPartial( Isolate* isolate, Handle<JSReceiver> fields, Handle<FixedArray> field_names, RequiredFields required, bool partial) PrepareTemporalFieldsOrPartial() argument

Completed in 146 milliseconds

1234