| /third_party/skia/third_party/externals/jinja2/ |
| H A D | runtime.py | 5 from types import MethodType
|
| /third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
| H A D | test_new_connection.c | 86 #include <sys/types.h>
|
| H A D | test_notls.c | 68 #include <sys/types.h>
|
| H A D | test_request_response.c | 68 #include <sys/types.h>
|
| /third_party/openssl/test/ |
| H A D | drbgtest.c | 38 # include <sys/types.h>
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | ohos_socket-server.c | 28 #include <sys/types.h>
|
| H A D | socket-server.c | 28 #include <sys/types.h>
|
| /third_party/python/Modules/ |
| H A D | _posixsubprocess.c | 14 #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 D | Android.mk | 189 source/opt/types.cpp \
|
| /third_party/protobuf/src/google/protobuf/io/ |
| H A D | io_win32_unittest.cc | 50 #include <sys/types.h>
|
| /third_party/pulseaudio/src/modules/ |
| H A D | module-card-restore.c | 27 #include <sys/types.h>
|
| /third_party/python/Lib/test/ |
| H A D | test_code.py | 188 from types import FunctionType
|
| /third_party/python/Modules/_io/ |
| H A D | fileio.c | 10 #include <sys/types.h>
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/memory/ |
| H A D | memory_test.cc | 19 #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 D | nanobenchmark.cc | 17 #include <sys/types.h> 150 // works for built-in types (typically FuncOutput). in PreventElision()
|
| /third_party/selinux/libsepol/src/ |
| H A D | kernel_to_common.c | 5 #include <sys/types.h>
|
| /third_party/rust/crates/rustix/src/process/ |
| H A D | prctl.rs | 17 use crate::backend::process::types::Signal;
|
| /third_party/vk-gl-cts/framework/delibs/deutil/ |
| H A D | deProcess.c | 32 #include <sys/types.h>
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
| H A D | wpa_ctrl.c | 41 #include <sys/types.h>
|
| /third_party/zlib/examples/ |
| H A D | gzlog.c | 226 #include <sys/types.h>
|
| /third_party/zlib/ |
| H A D | gzwrite.c | 7 #include <sys/types.h>
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
| H A D | driver_nl80211.c | 14 #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 D | arkComponent.js | 3200 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 D | btf.c | 59 * 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 D | sljitNativeARM_32.c | 2736 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()
|