Home
last modified time | relevance | path

Searched refs:types (Results 5176 - 5200 of 6102) sorted by relevance

1...<<201202203204205206207208209210>>...245

/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()
H A DsljitNativeARM_T2_32.c2312 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 DvktSpvAsm16bitStorageTests.cpp1201 "${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 DvktSpvAsm16bitStorageTests.cpp1201 "${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 Dsimplified-lowering.cc68 // 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 DDescriptor.cs1373 #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 Ddom_node.cpp1299 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 DIBMCalendarTest.java1042 // 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()

Completed in 75 milliseconds

1...<<201202203204205206207208209210>>...245