| /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()
|
| H A D | sljitNativeARM_T2_32.c | 2312 sljit_s32 types = 0; in softfloat_call_with_args() local 2323 types = (types << SLJIT_ARG_SHIFT) | (arg_types & SLJIT_ARG_MASK); in softfloat_call_with_args() 2370 while (types) { in softfloat_call_with_args() 2371 switch (types & SLJIT_ARG_MASK) { in softfloat_call_with_args() 2425 types >>= SLJIT_ARG_SHIFT; in softfloat_call_with_args()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| H A D | vktSpvAsm16bitStorageTests.cpp | 1201 "${types}\n" in addCompute16bitStorageUniform16To32Group() 1280 specs["types"] = floatTypes; in addCompute16bitStorageUniform16To32Group() 1383 const char* types; in addCompute16bitStorageUniform16To32Group() member 1468 specs["types"] = cTypes[capIdx][tyIdx].types; in addCompute16bitStorageUniform16To32Group() 1745 "${types}\n" in addCompute16bitStoragePushConstant16To32Group() 1826 specs["types"] = floatTypes; in addCompute16bitStoragePushConstant16To32Group() 1897 const char* types; in addCompute16bitStoragePushConstant16To32Group() member 1962 specs["types"] = cTypes[tyIdx].types; in addCompute16bitStoragePushConstant16To32Group() 2531 const char* types; addCompute16bitStorageUniform32To16Group() member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
| H A D | vktSpvAsm16bitStorageTests.cpp | 1201 "${types}\n" in addCompute16bitStorageUniform16To32Group() 1280 specs["types"] = floatTypes; in addCompute16bitStorageUniform16To32Group() 1383 const char* types; in addCompute16bitStorageUniform16To32Group() member 1468 specs["types"] = cTypes[capIdx][tyIdx].types; in addCompute16bitStorageUniform16To32Group() 1745 "${types}\n" in addCompute16bitStoragePushConstant16To32Group() 1826 specs["types"] = floatTypes; in addCompute16bitStoragePushConstant16To32Group() 1897 const char* types; in addCompute16bitStoragePushConstant16To32Group() member 1962 specs["types"] = cTypes[tyIdx].types; in addCompute16bitStoragePushConstant16To32Group() 2531 const char* types; addCompute16bitStorageUniform32To16Group() member [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | simplified-lowering.cc | 68 // 2.) RETYPE: Propagate types from type feedback forwards. 547 // If the types have nothing to do with integers, return the types. in Weaken() 563 // for all other types (the exception is a union of many constants, in Weaken() 680 // Forward propagation of types from type feedback to a fixpoint. 753 // Set node types to the refined types computed during retyping. in RunVerifyPhase() 1103 // Helpers for specific types of binops. 1335 ZoneVector<MachineType>* types = in VisitStateValues() local 1345 (*types)[ in VisitStateValues() 1391 ZoneVector<MachineType>* types = VisitFrameState() local 1427 ZoneVector<MachineType>* types = VisitObjectState() local [all...] |
| /third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
| H A D | Descriptor.cs | 1373 #region Nested types 1374 /// <summary>Container for nested types declared in the DescriptorProto message type.</summary> 2283 /// For message and enum types, this is the name of the type. If the name 2285 /// rules are used to find the type (i.e. first the nested types within this 2340 /// For numeric types, contains the original text representation of the value. 2849 #region Nested types 2850 /// <summary>Container for nested types declared in the FieldDescriptorProto message type.</summary> 3464 #region Nested types 3465 /// <summary>Container for nested types declared in the EnumDescriptorProto message type.</summary> 4831 /// file. Thus, these types wil [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
| H A D | dom_node.cpp | 1299 static std::unordered_map<std::string, DisplayType> types = { in SetDisplayType() local 1349 auto item = types.find(GetTag()); in SetDisplayType() 1350 if (item != types.end()) { in SetDisplayType()
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
| H A D | IBMCalendarTest.java | 1042 // the list of types we assume is available? in TestJB4541() 1063 assertEquals("calendar types", cal.getType(), calTypes[i]); in TestJB4541() 1107 String[] types = { in TestTypes() 1131 if (!cal.getType().equals(types[i])) { in TestTypes() 1132 errln(locs[i] + " Calendar type " + cal.getType() + " instead of " + types[i]); in TestTypes()
|