Home
last modified time | relevance | path

Searched defs:method (Results 701 - 725 of 885) sorted by relevance

1...<<21222324252627282930>>...36

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DGeneratedMessageV3.java1853 invokeOrDie( final Method method, final Object object, final Object... params) invokeOrDie() argument
[all...]
H A DGeneratedMessage.java1979 invokeOrDie( final Method method, final Object object, final Object... params) invokeOrDie() argument
[all...]
H A DGeneratedMessageLite.java247 protected abstract Object dynamicMethod(MethodToInvoke method, Object arg0, Object arg1); in dynamicMethod() argument
250 protected Object dynamicMethod(MethodToInvoke method, Object arg0) { in dynamicMethod() argument
255 protected Object dynamicMethod(MethodToInvoke method) { in dynamicMethod() argument
1160 invokeOrDie(Method method, Object object, Object... params) invokeOrDie() argument
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dencode_decode.c1047 const upb_pbdecodermethod* method = msgdef_decodermethod(desc); in Message_decode() local
1123 const upb_json_parsermethod* method = msgdef_jsonparsermethod(desc); in Message_decode_json() local
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc1256 const MethodDescriptor* method = sd->method(j); in ListAllTypesForServices() local
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbluez5-util.c710 const char *method = optional ? "TryAcquire" : "Acquire"; bluez5_transport_acquire_cb() local
[all...]
/third_party/python/Lib/test/
H A Dtest_urllib2.py1890 method = 'PUT' global() variable in RequestTests.PutRequest
[all...]
/third_party/python/Lib/unittest/
H A Dmock.py1988 def method(self, /, *args, **kw): global() function
[all...]
/third_party/python/Lib/
H A Dzipfile.py23 import zlib # We may need its compression method namespace
30 import bz2 # We may need its compression method namespace
35 import lzma # We may need its compression method namespace
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord.cc361 void Cord::InlineRep::AppendTreeToTree(CordRep* tree, MethodIdentifier method) { in AppendTreeToTree() argument
372 void Cord::InlineRep::AppendTree(CordRep* tree, MethodIdentifier method) { in AppendTree() argument
347 AppendTreeToInlined(CordRep* tree, MethodIdentifier method) AppendTreeToInlined() argument
381 PrependTreeToInlined(CordRep* tree, MethodIdentifier method) PrependTreeToInlined() argument
395 PrependTreeToTree(CordRep* tree, MethodIdentifier method) PrependTreeToTree() argument
407 PrependTree(CordRep* tree, MethodIdentifier method) PrependTree() argument
467 auto constexpr method = CordzUpdateTracker::kGetAppendRegion; GetAppendRegion() local
551 auto constexpr method = CordzUpdateTracker::kAssignCord; AssignSlow() local
553 EmplaceTree(CordRep::Ref(src.as_tree()), src.data_, method); AssignSlow() local
580 Cord(absl::string_view src, MethodIdentifier method) Cord() argument
621 auto constexpr method = CordzUpdateTracker::kAssignString; AssignLargeString() local
635 auto constexpr method = CordzUpdateTracker::kAssignString; operator =() local
662 contents_.EmplaceTree(NewTree(data, length, 0), method); operator =() local
669 AppendArray(absl::string_view src, MethodIdentifier method) AppendArray() argument
747 auto constexpr method = CordzUpdateTracker::kAppendCord; AppendImpl() local
948 auto constexpr method = CordzUpdateTracker::kRemovePrefix; RemovePrefix() local
971 auto constexpr method = CordzUpdateTracker::kRemoveSuffix; RemoveSuffix() local
1521 auto constexpr method = CordzUpdateTracker::kCordReader; AdvanceAndReadBytes() local
1567 subcord.contents_.EmplaceTree(VerifyTree(subnode), method); AdvanceAndReadBytes() local
1610 subcord.contents_.EmplaceTree(VerifyTree(subnode), method); AdvanceAndReadBytes() local
1650 subcord.contents_.EmplaceTree(VerifyTree(subnode), method); AdvanceAndReadBytes() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap.c139 eap_config_allowed_method(struct eap_sm *sm, struct eap_peer_config *config, int vendor, u32 method) eap_config_allowed_method() argument
166 eap_allowed_method(struct eap_sm *sm, int vendor, u32 method) eap_allowed_method() argument
322 EapType method; SM_STATE() local
1351 eap_sm_allowMethod(struct eap_sm *sm, int vendor, EapType method) eap_sm_allowMethod() argument
1518 enum { EAP_SM_SIM, EAP_SM_AKA, EAP_SM_AKA_PRIME } method = EAP_SM_SIM; eap_sm_imsi_identity() local
2646 u32 method; eap_get_phase2_types() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p.h196 u16 method; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dinterworking.c336 u8 method; member
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap.c140 eap_config_allowed_method(struct eap_sm *sm, struct eap_peer_config *config, int vendor, u32 method) eap_config_allowed_method() argument
167 eap_allowed_method(struct eap_sm *sm, int vendor, u32 method) eap_allowed_method() argument
330 enum eap_type method; SM_STATE() local
1391 eap_sm_allowMethod(struct eap_sm *sm, int vendor, enum eap_type method) eap_sm_allowMethod() argument
1558 enum { EAP_SM_SIM, EAP_SM_AKA, EAP_SM_AKA_PRIME } method = EAP_SM_SIM; eap_sm_imsi_identity() local
2707 u32 method; eap_get_phase2_types() local
[all...]
H A Deap_teap.c409 enum eap_type method; eap_teap_phase2_request() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p.h198 u16 method; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dinterworking.c339 u8 method; member
[all...]
/third_party/zlib/contrib/minizip/
H A Dunzip.c1671 extern int ZEXPORT unzOpenCurrentFile3(unzFile file, int* method, in unzOpenCurrentFile3() argument
1849 extern int ZEXPORT unzOpenCurrentFile2(unzFile file, int* method, int* level, int raw) { in unzOpenCurrentFile2() argument
H A Dzip.c144 int method; /* compression method of file currently wr.*/ member
1248 zipOpenNewFileInZip4_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting, uLong versionMadeBy, uLong flagBase, int zip64) zipOpenNewFileInZip4_64() argument
1529 zipOpenNewFileInZip4(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting, uLong versionMadeBy, uLong flagBase) zipOpenNewFileInZip4() argument
1545 zipOpenNewFileInZip3(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting) zipOpenNewFileInZip3() argument
1560 zipOpenNewFileInZip3_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting, int zip64) zipOpenNewFileInZip3_64() argument
1575 zipOpenNewFileInZip2(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw) zipOpenNewFileInZip2() argument
1588 zipOpenNewFileInZip2_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int zip64) zipOpenNewFileInZip2_64() argument
1601 zipOpenNewFileInZip64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void*extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int zip64) zipOpenNewFileInZip64() argument
1614 zipOpenNewFileInZip(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void*extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level) zipOpenNewFileInZip() argument
[all...]
/kernel/linux/linux-5.10/block/
H A Dsed-opal.c1026 static int cmd_start(struct opal_dev *dev, const u8 *uid, const u8 *method) in cmd_start() argument
/kernel/linux/linux-5.10/drivers/acpi/nfit/
H A Dcore.c1772 static bool acpi_nvdimm_has_method(struct acpi_device *adev, char *method) in acpi_nvdimm_has_method() argument
/kernel/linux/linux-5.10/drivers/tty/
H A Dmxser.c1806 int method; in mxser_ioctl() local
/kernel/linux/linux-5.10/net/tipc/
H A Dsocket.c828 struct tipc_mc_method *method = &tsk->mc_method; in tipc_sendmcast() local
889 struct tipc_mc_method *method = &tsk->mc_method; in tipc_send_group_msg() local
1072 struct tipc_mc_method *method = &tsk->mc_method; in tipc_send_group_bcast() local
[all...]
/kernel/linux/linux-5.10/include/rdma/
H A Dib_mad.h141 u8 method; member
412 u8 method; member
/kernel/linux/linux-5.10/net/bluetooth/
H A Dsmp.c121 u8 method; member
1833 u8 method; smp_cmd_pairing_req() local
1993 u8 method; smp_cmd_pairing_rsp() local
2695 u8 local_mitm, remote_mitm, local_io, remote_io, method; sc_select_method() local
[all...]

Completed in 63 milliseconds

1...<<21222324252627282930>>...36