Home
last modified time | relevance | path

Searched defs:method (Results 451 - 475 of 1486) sorted by relevance

1...<<11121314151617181920>>...60

/kernel/linux/linux-6.6/net/mac80211/
H A Dmesh_sync.c32 u8 method; member
204 const struct ieee80211_mesh_sync_ops *ieee80211_mesh_sync_ops_get(u8 method) in ieee80211_mesh_sync_ops_get() argument
/test/xts/acts/arkui/ace_ets_web_scheme_handler_napis/entry/src/main/cpp/
H A Dtest_request.cpp174 char *method; in Start() local
/third_party/curl/tests/unit/
H A Dunit2603.c43 const char *method; member
/third_party/ffmpeg/libavformat/
H A Dhttpauth.c137 make_digest_auth(HTTPAuthState *state, const char *username, const char *password, const char *uri, const char *method) make_digest_auth() argument
240 ff_http_auth_create_response(HTTPAuthState *state, const char *auth, const char *path, const char *method) ff_http_auth_create_response() argument
/third_party/backends/backend/genesys/
H A Dtables_sensor.cpp1487 ScanMethod method; in genesys_init_sensor_tables() member
1626 ScanMethod method; in genesys_init_sensor_tables() member
3238 ScanMethod method; genesys_init_sensor_tables() member
3309 ScanMethod method; genesys_init_sensor_tables() member
3526 ScanMethod method; genesys_init_sensor_tables() member
3597 ScanMethod method; genesys_init_sensor_tables() member
[all...]
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/coverage/
H A DJacocoReportCheck.java366 final Method method; field in JacocoReportCheck.ReportEntry
369 ReportEntry(String cls, Method method) { in ReportEntry() argument
383 Method method() { method() method in JacocoReportCheck.ReportEntry
[all...]
/third_party/mbedtls/library/
H A Dpsa_crypto_se.c192 psa_find_se_slot_for_key( const psa_key_attributes_t *attributes, psa_key_creation_method_t method, psa_se_drv_table_entry_t *driver, psa_key_slot_number_t *slot_number) psa_find_se_slot_for_key() argument
/third_party/node/src/api/
H A Dcallback.cc233 MakeCallback(Isolate* isolate, Local<Object> recv, const char* method, int argc, Local<Value> argv[], async_context asyncContext) MakeCallback() argument
327 MakeCallback(Isolate* isolate, Local<Object> recv, const char* method, int argc, Local<Value>* argv) MakeCallback() argument
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Dmztools.c56 unsigned int method = READ_16(header + 8); local
/third_party/nghttp2/src/
H A Dshrpx_mruby.cc62 const char *method; in run_app() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query_hw.c450 nv50_hw_query_pushbuf_submit(struct nouveau_pushbuf *push, uint16_t method, in nv50_hw_query_pushbuf_submit() argument
/third_party/libdrm/tests/tegra/
H A Dvic41.c244 uint32_t method = NVB1B6_VIDEO_COMPOSITOR_SET_SURFACE0_LUMA_OFFSET(0) + (i * 3) * 4; in vic41_execute() local
H A Dvic42.c244 uint32_t method = NVC5B6_VIDEO_COMPOSITOR_SET_SURFACE0_LUMA_OFFSET(0) + (i * 3) * 4; in vic42_execute() local
/third_party/libinput/test/
H A Dtest-keyboard.c455 enum libinput_config_scroll_method method; in START_TEST() local
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_lib.c131 const X509V3_EXT_METHOD *method; in X509V3_EXT_d2i() local
H A Dv3_prn.c78 const X509V3_EXT_METHOD *method; in X509V3_EXT_print() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/ocsp/
H A Dv3_ocsp.c110 static int i2r_ocsp_crlid(const X509V3_EXT_METHOD *method, void *in, BIO *bp, in i2r_ocsp_crlid() argument
143 static int i2r_ocsp_acutoff(const X509V3_EXT_METHOD *method, void *cutoff, in i2r_ocsp_acutoff() argument
153 static int i2r_object(const X509V3_EXT_METHOD *method, voi argument
215 i2r_ocsp_nonce(const X509V3_EXT_METHOD *method, void *nonce, BIO *out, int indent) i2r_ocsp_nonce() argument
227 i2r_ocsp_nocheck(const X509V3_EXT_METHOD *method, void *nocheck, BIO *out, int indent) i2r_ocsp_nocheck() argument
233 s2i_ocsp_nocheck(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, const char *str) s2i_ocsp_nocheck() argument
239 i2r_ocsp_serviceloc(const X509V3_EXT_METHOD *method, void *in, BIO *bp, int ind) i2r_ocsp_serviceloc() argument
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dobjc_allowlist.rs44 unsafe fn method(&self) in method() functions
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DReflectionUtil.cs83 internal static Func<IMessage, object> CreateFuncIMessageObject(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil
94 internal static Func<IMessage, int> CreateFuncIMessageInt32(MethodInfo method) => global() field in Google.Protobuf.Reflection.ReflectionUtil
103 internal static Action<IMessage, object> CreateActionIMessageObject(MethodInfo method) => global() field in Google.Protobuf.Reflection.ReflectionUtil
112 internal static Action<IMessage> CreateActionIMessage(MethodInfo method) => global() field in Google.Protobuf.Reflection.ReflectionUtil
115 internal static Func<IMessage, bool> CreateFuncIMessageBool(MethodInfo method) => global() field in Google.Protobuf.Reflection.ReflectionUtil
141 CreateFuncIMessageInt32(MethodInfo method) CreateFuncIMessageInt32() argument
142 CreateActionIMessage(MethodInfo method) CreateActionIMessage() argument
143 CreateFuncIMessageObject(MethodInfo method) CreateFuncIMessageObject() argument
144 CreateActionIMessageObject(MethodInfo method) CreateActionIMessageObject() argument
145 CreateFuncIMessageBool(MethodInfo method) CreateFuncIMessageBool() argument
164 CreateFuncIMessageInt32(MethodInfo method) CreateFuncIMessageInt32() argument
183 CreateActionIMessage(MethodInfo method) CreateActionIMessage() argument
189 CreateFuncIMessageObject(MethodInfo method) CreateFuncIMessageObject() argument
195 CreateActionIMessageObject(MethodInfo method) CreateActionIMessageObject() argument
201 CreateFuncIMessageBool(MethodInfo method) CreateFuncIMessageBool() argument
[all...]
/third_party/pulseaudio/src/tests/
H A Dresampler-test.c304 pa_resample_method_t method; in main() local
/third_party/openssl/crypto/ocsp/
H A Dv3_ocsp.c110 static int i2r_ocsp_crlid(const X509V3_EXT_METHOD *method, void *in, BIO *bp, in i2r_ocsp_crlid() argument
143 static int i2r_ocsp_acutoff(const X509V3_EXT_METHOD *method, void *cutoff, in i2r_ocsp_acutoff() argument
153 static int i2r_object(const X509V3_EXT_METHOD *method, voi argument
215 i2r_ocsp_nonce(const X509V3_EXT_METHOD *method, void *nonce, BIO *out, int indent) i2r_ocsp_nonce() argument
227 i2r_ocsp_nocheck(const X509V3_EXT_METHOD *method, void *nocheck, BIO *out, int indent) i2r_ocsp_nocheck() argument
233 s2i_ocsp_nocheck(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, const char *str) s2i_ocsp_nocheck() argument
239 i2r_ocsp_serviceloc(const X509V3_EXT_METHOD *method, void *in, BIO *bp, int ind) i2r_ocsp_serviceloc() argument
[all...]
/third_party/openssl/crypto/x509/
H A Dv3_prn.c78 const X509V3_EXT_METHOD *method; in X509V3_EXT_print() local
[all...]
H A Dv3_lib.c131 const X509V3_EXT_METHOD *method; in X509V3_EXT_d2i() local
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dhttps_fileserver_example.c116 http_ahc(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **ptr) http_ahc() argument
H A Dmhd2spdy_http.c156 http_cb_request(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **ptr) http_cb_request() argument
[all...]

Completed in 15 milliseconds

1...<<11121314151617181920>>...60