Home
last modified time | relevance | path

Searched refs:types (Results 1026 - 1050 of 5598) sorted by relevance

1...<<41424344454647484950>>...224

/third_party/pulseaudio/src/pulsecore/
H A Dmsgobject.h24 #include <sys/types.h>
/third_party/python/Modules/
H A D_cryptmodule.c6 #include <sys/types.h>
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan.h18 #include <zircon/types.h>
/third_party/rust/crates/rustix/src/time/
H A Dtimerfd.rs4 pub use backend::time::types::{Itimerspec, TimerfdClockId, TimerfdFlags, TimerfdTimerFlags};
/third_party/selinux/libselinux/utils/
H A Dselinux_check_securetty_context.c8 #include <sys/types.h>
/third_party/selinux/libselinux/src/
H A Dgetenforce.c2 #include <sys/types.h>
H A Dpolicyvers.c2 #include <sys/types.h>
H A Dreject_unknown.c2 #include <sys/types.h>
H A Ddeny_unknown.c2 #include <sys/types.h>
H A Ddisable.c2 #include <sys/types.h>
H A Dsetenforce.c2 #include <sys/types.h>
H A Dcheck_context.c2 #include <sys/types.h>
H A Dcheckreqprot.c2 #include <sys/types.h>
/third_party/rust/crates/rustix/src/fs/
H A Dopenat2.rs4 use backend::fs::types::{Mode, OFlags, ResolveFlags};
/third_party/rust/crates/rustix/src/process/
H A Dkill.rs4 pub use backend::process::types::Signal;
/third_party/selinux/libsepol/utils/
H A Dchkcon.c3 #include <sys/types.h>
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.h18 #include <zircon/types.h>
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dincludes.h26 #include <sys/types.h>
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dincludes.h27 #include <sys/types.h>
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wapi/
H A Dwapi_asue_i.c23 #include <sys/types.h>
/third_party/selinux/libsepol/cil/src/
H A Dcil_post.c878 attr->types = cil_malloc(sizeof(*attr->types)); in __evaluate_type_expression()
879 rc = __cil_expr_list_to_bitmap(attr->expr_list, attr->types, db->num_types, db); in __evaluate_type_expression()
882 ebitmap_destroy(attr->types); in __evaluate_type_expression()
883 free(attr->types); in __evaluate_type_expression()
884 attr->types = NULL; in __evaluate_type_expression()
898 if (attr->types == NULL) { in __cil_type_to_bitmap()
902 ebitmap_union(bitmap, attr->types); in __cil_type_to_bitmap()
1473 if (ebitmap_cardinality(attr->types) < db->attrs_expand_size) { in cil_typeattribute_used()
1553 if (attr->types in __cil_post_db_attr_helper()
[all...]
/third_party/libabigail/src/
H A Dabg-ir-priv.h43 /// of fundamental integral types, so that "unsignd long" and "long
48 /// The possible base types of integral types. We might have
73 /// The modifiers of the base types above. Several modifiers can be
195 // The next two data members are used while comparing types during
200 // The set of canonical recursive types this type depends on.
374 /// the result of comparing two (sub-)types.
386 // The set of pairs of class types being currently compared. It's
387 // used to avoid endless loops while recursively comparing types.
391 // The set of pairs of function types bein
[all...]
/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_util.cpp129 uint32_t types = static_cast<uint32_t>(cb->data.device->GetType()); in GetDeviceAxisInfo() local
131 if (types &item.typeBit) { in GetDeviceAxisInfo()
185 uint32_t types = static_cast<uint32_t>(cb->data.device->GetType()); in GetDeviceSourceType() local
188 if (types &item.typeBit) { in GetDeviceSourceType()
/third_party/PyYAML/lib/yaml/
H A Drepresenter.py8 import datetime, copyreg, types, base64, collections namespace
378 Representer.add_representer(types.FunctionType,
381 Representer.add_representer(types.BuiltinFunctionType,
384 Representer.add_representer(types.ModuleType,
/third_party/node/lib/internal/crypto/
H A Dkeys.js57 } = require('internal/util/types');
402 const types = [
412 return ArrayPrototypeSlice(types, 0, 4);
414 return ArrayPrototypeSlice(types, 0, 5);
416 return types;

Completed in 10 milliseconds

1...<<41424344454647484950>>...224