Searched refs:types (Results 1026 - 1050 of 5598) sorted by relevance
1...<<41424344454647484950>>...224
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | msgobject.h | 24 #include <sys/types.h>
|
| /third_party/python/Modules/ |
| H A D | _cryptmodule.c | 6 #include <sys/types.h>
|
| /third_party/skia/include/third_party/vulkan/vulkan/ |
| H A D | vulkan.h | 18 #include <zircon/types.h>
|
| /third_party/rust/crates/rustix/src/time/ |
| H A D | timerfd.rs | 4 pub use backend::time::types::{Itimerspec, TimerfdClockId, TimerfdFlags, TimerfdTimerFlags};
|
| /third_party/selinux/libselinux/utils/ |
| H A D | selinux_check_securetty_context.c | 8 #include <sys/types.h>
|
| /third_party/selinux/libselinux/src/ |
| H A D | getenforce.c | 2 #include <sys/types.h>
|
| H A D | policyvers.c | 2 #include <sys/types.h>
|
| H A D | reject_unknown.c | 2 #include <sys/types.h>
|
| H A D | deny_unknown.c | 2 #include <sys/types.h>
|
| H A D | disable.c | 2 #include <sys/types.h>
|
| H A D | setenforce.c | 2 #include <sys/types.h>
|
| H A D | check_context.c | 2 #include <sys/types.h>
|
| H A D | checkreqprot.c | 2 #include <sys/types.h>
|
| /third_party/rust/crates/rustix/src/fs/ |
| H A D | openat2.rs | 4 use backend::fs::types::{Mode, OFlags, ResolveFlags};
|
| /third_party/rust/crates/rustix/src/process/ |
| H A D | kill.rs | 4 pub use backend::process::types::Signal;
|
| /third_party/selinux/libsepol/utils/ |
| H A D | chkcon.c | 3 #include <sys/types.h>
|
| /third_party/vulkan-headers/include/vulkan/ |
| H A D | vulkan.h | 18 #include <zircon/types.h>
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
| H A D | includes.h | 26 #include <sys/types.h>
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
| H A D | includes.h | 27 #include <sys/types.h>
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wapi/ |
| H A D | wapi_asue_i.c | 23 #include <sys/types.h>
|
| /third_party/selinux/libsepol/cil/src/ |
| H A D | cil_post.c | 878 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 D | abg-ir-priv.h | 43 /// 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 D | js_util.cpp | 129 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 D | representer.py | 8 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 D | keys.js | 57 } = 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