Home
last modified time | relevance | path

Searched refs:types (Results 4926 - 4950 of 5834) sorted by relevance

1...<<191192193194195196197198199200>>...234

/third_party/skia/third_party/externals/jinja2/
H A Druntime.py5 from types import MethodType
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_new_connection.c86 #include <sys/types.h>
H A Dtest_notls.c68 #include <sys/types.h>
H A Dtest_request_response.c68 #include <sys/types.h>
/third_party/openssl/test/
H A Ddrbgtest.c38 # include <sys/types.h>
/third_party/pulseaudio/src/pulsecore/
H A Dohos_socket-server.c28 #include <sys/types.h>
H A Dsocket-server.c28 #include <sys/types.h>
/third_party/python/Modules/
H A D_posixsubprocess.c14 #include <sys/types.h>
504 /* void *h works as these fields are both pointer types already. */ in reset_signal_handlers()
/third_party/spirv-tools/
H A DAndroid.mk189 source/opt/types.cpp \
/third_party/protobuf/src/google/protobuf/io/
H A Dio_win32_unittest.cc50 #include <sys/types.h>
/third_party/pulseaudio/src/modules/
H A Dmodule-card-restore.c27 #include <sys/types.h>
/third_party/python/Lib/test/
H A Dtest_code.py188 from types import FunctionType
/third_party/python/Modules/_io/
H A Dfileio.c10 #include <sys/types.h>
/third_party/skia/third_party/externals/abseil-cpp/absl/memory/
H A Dmemory_test.cc19 #include <sys/types.h>
180 // In C++14 mode, the below call to make_unique has both types as candidates. in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dnanobenchmark.cc17 #include <sys/types.h>
150 // works for built-in types (typically FuncOutput). in PreventElision()
/third_party/selinux/libsepol/src/
H A Dkernel_to_common.c5 #include <sys/types.h>
/third_party/rust/crates/rustix/src/process/
H A Dprctl.rs17 use crate::backend::process::types::Signal;
/third_party/vk-gl-cts/framework/delibs/deutil/
H A DdeProcess.c32 #include <sys/types.h>
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dwpa_ctrl.c41 #include <sys/types.h>
/third_party/zlib/examples/
H A Dgzlog.c226 #include <sys/types.h>
/third_party/zlib/
H A Dgzwrite.c7 #include <sys/types.h>
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211.c14 #include <sys/types.h>
3088 struct nlattr *types; in wpa_driver_nl80211_set_key() local
3092 types = nla_nest_start(msg, NL80211_ATTR_KEY_DEFAULT_TYPES); in wpa_driver_nl80211_set_key()
3093 if (!types || in wpa_driver_nl80211_set_key()
3096 nla_nest_end(msg, types); in wpa_driver_nl80211_set_key()
3129 struct nlattr *types; in wpa_driver_nl80211_set_key() local
3131 types = nla_nest_start(msg, NL80211_ATTR_KEY_DEFAULT_TYPES); in wpa_driver_nl80211_set_key()
3132 if (!types || in wpa_driver_nl80211_set_key()
3135 nla_nest_end(msg, types); in wpa_driver_nl80211_set_key()
3137 struct nlattr *types; in wpa_driver_nl80211_set_key() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js3200 expandSafeArea(types, edges) {
3202 if (types && types.length > 0) {
3204 for (let param of types) {
4354 allowedTypes(types) {
4355 this.allowedTypes = types;
4390 allowedTypes(types) {
4391 this.allowedTypes = types;
4431 allowedTypes(types) {
4432 this.allowedTypes = types;
[all...]
/third_party/libbpf/src/
H A Dbtf.c59 * If BTF data is later modified, e.g., due to types added or
65 * raw_data will contain a contiguous copy of header, types, and
93 /* number of types in this BTF instance:
95 * - for split BTF counts number of types added on top of base BTF.
448 pr_warn("BTF types data is malformed\n"); in btf_parse_type_sec()
964 * in-memory representation for header, types, and strings in btf__free()
1691 * regions for header, types, and strings). Also invalidate cached
1696 void *hdr, *types; local
1708 types = malloc(btf->hdr->type_len);
1709 if (!hdr || !types)
[all...]
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeARM_32.c2736 sljit_s32 types = 0; in softfloat_call_with_args() local
2746 types = (types << SLJIT_ARG_SHIFT) | (arg_types & SLJIT_ARG_MASK); in softfloat_call_with_args()
2791 while (types) { in softfloat_call_with_args()
2792 switch (types & SLJIT_ARG_MASK) { in softfloat_call_with_args()
2846 types >>= SLJIT_ARG_SHIFT; in softfloat_call_with_args()

Completed in 50 milliseconds

1...<<191192193194195196197198199200>>...234