Home
last modified time | relevance | path

Searched +defs:val +defs:cap (Results 1 – 25 of 771) sorted by relevance

12345678910>>...31

/aosp_15_r20/frameworks/native/libs/binder/tests/
H A DbinderTextOutputTest.cpp31 static void CheckMessage(CapturedStderr& cap, in CheckMessage()
48 #define CHECK_VAL_(val, singleline) \ argument
57 #define CHECK_VAL(val) CHECK_VAL_(val, true) argument
60 CapturedStderr cap; in TEST() local
67 CapturedStderr cap; in TEST() local
74 CapturedStderr cap; in TEST() local
101 android::Parcel val; in TEST() local
107 android::HexDump val(buf, sizeof(buf)); in TEST() local
113 android::HexDump val(buf, sizeof(buf), 4); in TEST() local
118 android::TypeCode val(1234); in TEST() local
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/include/
H A Dkvm_util_base.h184 static inline bool kvm_has_cap(long cap) in kvm_has_cap()
256 static inline int vm_check_cap(struct kvm_vm *vm, long cap) in vm_check_cap()
264 static inline int __vm_enable_cap(struct kvm_vm *vm, uint32_t cap, uint64_t arg0) in __vm_enable_cap()
270 static inline void vm_enable_cap(struct kvm_vm *vm, uint32_t cap, uint64_t arg0) in vm_enable_cap()
408 static inline void vcpu_enable_cap(struct kvm_vcpu *vcpu, uint32_t cap, in vcpu_enable_cap()
470 static inline int __vcpu_set_reg(struct kvm_vcpu *vcpu, uint64_t id, uint64_t val) in __vcpu_set_reg()
482 static inline void vcpu_set_reg(struct kvm_vcpu *vcpu, uint64_t id, uint64_t val) in vcpu_set_reg()
539 uint64_t attr, void *val) in kvm_device_attr_get()
549 uint64_t attr, void *val) in kvm_device_attr_set()
569 uint64_t attr, void *val) in __vcpu_device_attr_get()
[all …]
/aosp_15_r20/external/protobuf/ruby/ext/google/protobuf_c/
H A Dprotobuf.c59 size_t cap; member
65 static size_t StringBuilder_SizeOf(size_t cap) { in StringBuilder_SizeOf()
70 const size_t cap = 128; in StringBuilder_New() local
113 static void StringBuilder_PrintEnum(StringBuilder *b, int32_t val, in StringBuilder_PrintEnum()
123 void StringBuilder_PrintMsgval(StringBuilder *b, upb_MessageValue val, in StringBuilder_PrintMsgval()
394 void ObjectCache_Add(const void *key, VALUE val) { in ObjectCache_Add()
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dprotobuf.c59 size_t cap; member
65 static size_t StringBuilder_SizeOf(size_t cap) { in StringBuilder_SizeOf()
70 const size_t cap = 128; in StringBuilder_New() local
113 static void StringBuilder_PrintEnum(StringBuilder *b, int32_t val, in StringBuilder_PrintEnum()
123 void StringBuilder_PrintMsgval(StringBuilder *b, upb_MessageValue val, in StringBuilder_PrintMsgval()
394 void ObjectCache_Add(const void *key, VALUE val) { in ObjectCache_Add()
/aosp_15_r20/hardware/google/graphics/common/libacryl/
Dacrylic_layer.cpp58 const HW2DCapability &cap = getCompositor()->getCapabilities(); in setImageDimension() local
101 const HW2DCapability &cap = getCompositor()->getCapabilities(); in setImageBuffer() local
133 const HW2DCapability &cap = getCompositor()->getCapabilities(); in setImageBuffer() local
191 const HW2DCapability &cap = getCompositor()->getCapabilities(); in setImageBuffer() local
240 const HW2DCapability &cap = getCompositor()->getCapabilities(); in setImageOTFBuffer() local
272 const HW2DCapability &cap = getCompositor()->getCapabilities(); in setImageType() local
332 const HW2DCapability &cap = getCompositor()->getCapabilities(); in setCompositMode() local
381 const HW2DCapability &cap = getCompositor()->getCapabilities(); in setCompositArea() local
392 int32_t val = src_area.left | src_area.top | src_area.right | src_area.bottom; in setCompositArea() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/prctl/
H A Dprctl07.c46 static inline void check_cap_raise(unsigned int cap, char *message, int fail_flag) in check_cap_raise()
72 static inline void check_cap_is_set(unsigned int cap, char *message, int val) in check_cap_is_set()
85 static inline void check_cap_lower(unsigned int cap, char *message) in check_cap_lower()
/aosp_15_r20/external/coreboot/src/include/device/
H A Dpci_ops.h65 void pci_write_config8(const struct device *dev, u16 reg, u8 val) in pci_write_config8()
71 void pci_write_config16(const struct device *dev, u16 reg, u16 val) in pci_write_config16()
77 void pci_write_config32(const struct device *dev, u16 reg, u32 val) in pci_write_config32()
202 u16 pci_find_next_capability(const struct device *dev, u16 cap, u16 last) in pci_find_next_capability()
208 u16 pci_find_capability(const struct device *dev, u16 cap) in pci_find_capability()
/aosp_15_r20/external/coreboot/src/device/
H A Dxhci_resource.c10 uint32_t val; member
20 const struct xhci_ext_cap *cap)) in xhci_resource_for_each_ext_cap()
25 struct xhci_ext_cap cap; in xhci_resource_for_each_ext_cap() local
76 static void xhci_supported_usb_cap_handler(void *context, const struct xhci_ext_cap *cap) in xhci_supported_usb_cap_handler()
/aosp_15_r20/external/mesa3d/src/glx/
H A Dsingle2.c132 get_client_data(struct glx_context * gc, GLenum cap, GLintptr * data) in get_client_data()
294 __indirect_glGetBooleanv(GLenum val, GLboolean * b) in __indirect_glGetBooleanv()
345 __indirect_glGetDoublev(GLenum val, GLdouble * d) in __indirect_glGetDoublev()
396 __indirect_glGetFloatv(GLenum val, GLfloat * f) in __indirect_glGetFloatv()
447 __indirect_glGetIntegerv(GLenum val, GLint * i) in __indirect_glGetIntegerv()
732 __indirect_glIsEnabled(GLenum cap) in __indirect_glIsEnabled()
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/
H A Dnvk_sampler.c57 #define SAMP_SET_U(o, NV, i, FIELD, val) \ argument
61 #define SAMP_SET_UF(o, NV, i, FIELD, val) \ argument
65 #define SAMP_SET_SF(o, NV, i, FIELD, val) \ argument
299 struct nvk_sampler_capture cap = {}; in nvk_CreateSampler() local
408 struct nvk_sampler_capture cap = {}; in nvk_GetSamplerOpaqueCaptureDescriptorDataEXT() local
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/
H A DSubmissionPublisher.java196 static final int roundCapacity(int cap) { in roundCapacity()
1098 final boolean weakCasCtl(int cmp, int val) { in weakCasCtl()
1111 final boolean casDemand(long cmp, long val) { in casDemand()
1141 int stat = 0, cap = ((a = array) == null) ? 0 : a.length; in offer() local
1166 int cap = 0, newCap = 0; in growAndOffer() local
1197 int stat = 0, t = tail, h = head, cap; in retryOffer() local
1333 int k = 0, cap; in takeItems() local
1447 Object[] a; int cap; in isReleasable() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/
DSubmissionPublisher.java196 static final int roundCapacity(int cap) { in roundCapacity()
1098 final boolean weakCasCtl(int cmp, int val) { in weakCasCtl()
1111 final boolean casDemand(long cmp, long val) { in casDemand()
1141 int stat = 0, cap = ((a = array) == null) ? 0 : a.length; in offer() local
1166 int cap = 0, newCap = 0; in growAndOffer() local
1197 int stat = 0, t = tail, h = head, cap; in retryOffer() local
1333 int k = 0, cap; in takeItems() local
1447 Object[] a; int cap; in isReleasable() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/20/libcore/ojluni/src/main/java/java/util/concurrent/
DSubmissionPublisher.java196 static final int roundCapacity(int cap) { in roundCapacity()
1098 final boolean weakCasCtl(int cmp, int val) { in weakCasCtl()
1111 final boolean casDemand(long cmp, long val) { in casDemand()
1141 int stat = 0, cap = ((a = array) == null) ? 0 : a.length; in offer() local
1166 int cap = 0, newCap = 0; in growAndOffer() local
1197 int stat = 0, t = tail, h = head, cap; in retryOffer() local
1333 int k = 0, cap; in takeItems() local
1447 Object[] a; int cap; in isReleasable() local
/aosp_15_r20/frameworks/base/core/java/android/text/method/
H A DMultiTapKeyListener.java63 public MultiTapKeyListener(Capitalize cap, in MultiTapKeyListener()
74 Capitalize cap) { in getInstance()
141 String val = sRecs.valueAt(rec); in onKeyDown() local
176 String val = sRecs.valueAt(rec); in onKeyDown() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/val/
H A Dval_extension_spv_khr_integer_dot_product_test.cpp27 namespace val { namespace
47 for (const auto& cap : c.caps) { in operator <<() local
68 for (auto& cap : c.caps) { in AssemblyForCase() local
110 for (auto& cap : c.caps) { in AssemblyForCase() local
H A Dval_extension_spv_khr_subgroup_rotate_test.cpp22 namespace val { namespace
41 for (auto& cap : c.caps) { in operator <<() local
64 for (auto& cap : c.caps) { in AssemblyForCase() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_extension_spv_khr_integer_dot_product_test.cpp27 namespace val { namespace
47 for (const auto& cap : c.caps) { in operator <<() local
68 for (auto& cap : c.caps) { in AssemblyForCase() local
110 for (auto& cap : c.caps) { in AssemblyForCase() local
H A Dval_extension_spv_khr_subgroup_rotate_test.cpp22 namespace val { namespace
41 for (auto& cap : c.caps) { in operator <<() local
64 for (auto& cap : c.caps) { in AssemblyForCase() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/val/
Dval_extension_spv_khr_integer_dot_product_test.cpp27 namespace val { namespace
47 for (const auto& cap : c.caps) { in operator <<() local
68 for (auto& cap : c.caps) { in AssemblyForCase() local
110 for (auto& cap : c.caps) { in AssemblyForCase() local
Dval_extension_spv_khr_subgroup_rotate_test.cpp22 namespace val { namespace
41 for (auto& cap : c.caps) { in operator <<() local
64 for (auto& cap : c.caps) { in AssemblyForCase() local
/aosp_15_r20/external/libxml2/python/
H A Dtypes.c229 libxml_intWrap(int val) in libxml_intWrap()
238 libxml_longWrap(long val) in libxml_longWrap()
247 libxml_doubleWrap(double val) in libxml_doubleWrap()
479 libxml_xmlXPathDestructNsNode(void *cap, void *desc ATTRIBUTE_UNUSED) in libxml_xmlXPathDestructNsNode()
869 libxml_xmlDestructError(PyObject *cap) { in libxml_xmlDestructError()
/aosp_15_r20/external/pdfium/third_party/agg23/
H A Dagg_array.h108 void pod_array<T>::capacity(unsigned cap, unsigned extra_tail) in capacity()
142 template<class T> pod_array<T>::pod_array(unsigned cap, unsigned extra_tail) : in pod_array()
367 inline void pod_deque<T, S>::add(const T& val) in add()
380 void pod_deque<T, S>::modify_last(const T& val) in modify_last()
/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/avrcp/
Davrcp_logging_helper.h101 inline std::string CapabilityText(const Capability& cap) { in CapabilityText()
255 inline std::string PlayerRepeatValueText(const PlayerRepeatValue& val) { in PlayerRepeatValueText()
269 inline std::string PlayerShuffleValueText(const PlayerShuffleValue& val) { in PlayerShuffleValueText()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_screen.c97 get_float_cap(struct svga_winsys_screen *sws, SVGA3dDevCapIndex cap, in get_float_cap()
110 get_uint_cap(struct svga_winsys_screen *sws, SVGA3dDevCapIndex cap, in get_uint_cap()
123 get_bool_cap(struct svga_winsys_screen *sws, SVGA3dDevCapIndex cap, in get_bool_cap()
457 unsigned val; in vgpu9_get_shader_param() local
/aosp_15_r20/external/libcap/libcap/
H A Dcap_proc.c284 int cap_get_bound(cap_value_t cap) in cap_get_bound()
289 static int _cap_drop_bound(struct syscaller_s *sc, cap_value_t cap) in _cap_drop_bound()
296 int cap_drop_bound(cap_value_t cap) { in cap_drop_bound()
302 int cap_get_ambient(cap_value_t cap) in cap_get_ambient()
315 cap_value_t cap, cap_flag_value_t set) in _cap_set_ambient()
317 int val; in _cap_set_ambient() local
336 int cap_set_ambient(cap_value_t cap, cap_flag_value_t set) in cap_set_ambient()

12345678910>>...31