Home
last modified time | relevance | path

Searched +defs:val +defs:type (Results 176 – 200 of 3386) sorted by relevance

12345678910>>...136

/aosp_15_r20/external/ublksrv/qcow2/
H A Dqcow2_meta.h81 void set_dirty(unsigned int idx, bool val) { in set_dirty()
106 void set_update(bool val) { in set_update()
139 void set_prep_flush(bool val) in set_prep_flush()
254 #define __INLINE_SET_GET(type, prop, v2_val) \ argument
292 #define INLINE_SET_GET(type, prop) __INLINE_SET_GET(type, prop, 0) argument
354 bool entry_val_is_dirty(u64 val) { in entry_val_is_dirty()
427 void set_blk_dirty(u32 idx, bool val) in set_blk_dirty()
491 u64 val = be64_to_cpu(((const u64 *)addr)[idx]); in get_entry_fast() local
496 void set_entry_fast(u32 idx, u64 val) { in set_entry_fast()
530 void set_entry_fast(u32 idx, u64 val) { in set_entry_fast()
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Druby-upb.c71 #define UPB_PTR_AT(msg, ofs, type) ((type*)((char*)(msg) + (ofs))) argument
97 #define UPB_ALIGN_OF(type) offsetof (struct { char c; type member; }, member) argument
161 #define UPB_LONGJMP(buf, val) _longjmp(buf, val) argument
164 #define UPB_LONGJMP(buf, val) longjmp(buf, val) argument
303 upb_Array* upb_Array_New(upb_Arena* a, upb_CType type) { in upb_Array_New()
318 void upb_Array_Set(upb_Array* arr, size_t i, upb_MessageValue val) { in upb_Array_Set()
325 bool upb_Array_Append(upb_Array* arr, upb_MessageValue val, upb_Arena* arena) { in upb_Array_Append()
378 upb_MessageValue* val) { in upb_Map_Get()
385 upb_MessageValue val, upb_Arena* arena) { in upb_Map_Insert()
1315 static uint64_t fastdecode_munge(uint64_t val, int valbytes, bool zigzag) { in fastdecode_munge()
[all …]
/aosp_15_r20/external/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c71 #define UPB_PTR_AT(msg, ofs, type) ((type*)((char*)(msg) + (ofs))) argument
97 #define UPB_ALIGN_OF(type) offsetof (struct { char c; type member; }, member) argument
161 #define UPB_LONGJMP(buf, val) _longjmp(buf, val) argument
164 #define UPB_LONGJMP(buf, val) longjmp(buf, val) argument
303 upb_Array* upb_Array_New(upb_Arena* a, upb_CType type) { in upb_Array_New()
318 void upb_Array_Set(upb_Array* arr, size_t i, upb_MessageValue val) { in upb_Array_Set()
325 bool upb_Array_Append(upb_Array* arr, upb_MessageValue val, upb_Arena* arena) { in upb_Array_Append()
378 upb_MessageValue* val) { in upb_Map_Get()
385 upb_MessageValue val, upb_Arena* arena) { in upb_Map_Insert()
1644 static uint64_t fastdecode_munge(uint64_t val, int valbytes, bool zigzag) { in fastdecode_munge()
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c71 #define UPB_PTR_AT(msg, ofs, type) ((type*)((char*)(msg) + (ofs))) argument
97 #define UPB_ALIGN_OF(type) offsetof (struct { char c; type member; }, member) argument
161 #define UPB_LONGJMP(buf, val) _longjmp(buf, val) argument
164 #define UPB_LONGJMP(buf, val) longjmp(buf, val) argument
303 upb_Array* upb_Array_New(upb_Arena* a, upb_CType type) { in upb_Array_New()
318 void upb_Array_Set(upb_Array* arr, size_t i, upb_MessageValue val) { in upb_Array_Set()
325 bool upb_Array_Append(upb_Array* arr, upb_MessageValue val, upb_Arena* arena) { in upb_Array_Append()
378 upb_MessageValue* val) { in upb_Map_Get()
385 upb_MessageValue val, upb_Arena* arena) { in upb_Map_Insert()
1644 static uint64_t fastdecode_munge(uint64_t val, int valbytes, bool zigzag) { in fastdecode_munge()
[all …]
/aosp_15_r20/external/protobuf/ruby/ext/google/protobuf_c/
H A Druby-upb.c71 #define UPB_PTR_AT(msg, ofs, type) ((type*)((char*)(msg) + (ofs))) argument
97 #define UPB_ALIGN_OF(type) offsetof (struct { char c; type member; }, member) argument
161 #define UPB_LONGJMP(buf, val) _longjmp(buf, val) argument
164 #define UPB_LONGJMP(buf, val) longjmp(buf, val) argument
303 upb_Array* upb_Array_New(upb_Arena* a, upb_CType type) { in upb_Array_New()
318 void upb_Array_Set(upb_Array* arr, size_t i, upb_MessageValue val) { in upb_Array_Set()
325 bool upb_Array_Append(upb_Array* arr, upb_MessageValue val, upb_Arena* arena) { in upb_Array_Append()
378 upb_MessageValue* val) { in upb_Map_Get()
385 upb_MessageValue val, upb_Arena* arena) { in upb_Map_Insert()
1315 static uint64_t fastdecode_munge(uint64_t val, int valbytes, bool zigzag) { in fastdecode_munge()
[all …]
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DSerializerBase.java367 String type, in addAttribute()
397 String type, in addAttributeAlways()
580 String val = b ? "yes":"no"; in setOmitXMLDeclaration() local
761 String val = doIndent ? "yes":"no"; in setIndent() local
1306 …public void addAttribute(String uri, String localName, String rawName, String type, String value) … in addAttribute()
1552 String val = getOutputPropertyNonDefault(name); in getOutputProperty() local
1600 public void setOutputProperty(String name, String val) { in setOutputProperty()
1609 public void setOutputPropertyDefault(String name, String val) { in setOutputPropertyDefault()
1640 String val; in getProp() local
1656 void setProp(String name, String val, boolean defaultVal) { in setProp()
/aosp_15_r20/external/icu/icu4j/tools/misc/src/main/java/com/ibm/icu/dev/tool/localeconverter/
H A DXLIFF2ICUConverter.java614 public String escapeSyntaxChars(String val){ in escapeSyntaxChars()
688 String val; field in XLIFF2ICUConverter.ResourceString
704 String val; field in XLIFF2ICUConverter.ResourceAlias
720 String val; field in XLIFF2ICUConverter.ResourceInt
830 short type = transUnit.getNodeType(); in parseResourceString() local
864 short type = transUnit.getNodeType(); in parseResourceInt() local
898 short type = transUnit.getNodeType(); in parseResourceAlias() local
930 short type = transUnit.getNodeType(); in parseResourceBinary() local
1012 short type = child.getNodeType(); in parseBinUnit() local
1045 short type = child.getNodeType(); in parseArray() local
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/staticlibs/net-utils-device-common-struct-base/android_common/javac/
Dnet-utils-device-common-struct-base.jar ... android.net.module.util.Struct$Type type () public abstract int padding () public ...
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/
Dcfield.c225 PyCField_get(CFieldObject *self, PyObject *inst, PyTypeObject *type) in PyCField_get()
445 #define BIT_MASK(type, size) (((((type)1 << (NUM_BITS(size) - 1)) - 1) << 1) + 1) argument
457 #define SET(type, x, v, size) \ argument
529 long val; in b_set() local
540 signed char val = *(signed char *)ptr; in b_get() local
548 unsigned long val; in B_set() local
559 unsigned char val = *(unsigned char *)ptr; in B_get() local
567 long val; in h_set() local
581 long val; in h_set_sw() local
596 short val; in h_get() local
[all …]
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/
Dspirv_validator_options.cpp20 bool spvParseUniversalLimitsOptions(const char* s, spv_validator_limit* type) { in spvParseUniversalLimitsOptions()
84 bool val) { in spvValidatorOptionsSetRelaxStoreStruct()
89 bool val) { in spvValidatorOptionsSetRelaxLogicalPointer()
94 bool val) { in spvValidatorOptionsSetBeforeHlslLegalization()
100 bool val) { in spvValidatorOptionsSetRelaxBlockLayout()
105 spv_validator_options options, bool val) { in spvValidatorOptionsSetUniformBufferStandardLayout()
110 bool val) { in spvValidatorOptionsSetScalarBlockLayout()
115 bool val) { in spvValidatorOptionsSetWorkgroupScalarBlockLayout()
120 bool val) { in spvValidatorOptionsSetSkipBlockLayout()
125 bool val) { in spvValidatorOptionsSetAllowLocalSizeId()
[all …]
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/
H A Dspirv_validator_options.cpp20 bool spvParseUniversalLimitsOptions(const char* s, spv_validator_limit* type) { in spvParseUniversalLimitsOptions()
84 bool val) { in spvValidatorOptionsSetRelaxStoreStruct()
89 bool val) { in spvValidatorOptionsSetRelaxLogicalPointer()
94 bool val) { in spvValidatorOptionsSetBeforeHlslLegalization()
100 bool val) { in spvValidatorOptionsSetRelaxBlockLayout()
105 spv_validator_options options, bool val) { in spvValidatorOptionsSetUniformBufferStandardLayout()
110 bool val) { in spvValidatorOptionsSetScalarBlockLayout()
115 bool val) { in spvValidatorOptionsSetWorkgroupScalarBlockLayout()
120 bool val) { in spvValidatorOptionsSetSkipBlockLayout()
125 bool val) { in spvValidatorOptionsSetAllowLocalSizeId()
[all …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/
H A Dspirv_validator_options.cpp20 bool spvParseUniversalLimitsOptions(const char* s, spv_validator_limit* type) { in spvParseUniversalLimitsOptions()
84 bool val) { in spvValidatorOptionsSetRelaxStoreStruct()
89 bool val) { in spvValidatorOptionsSetRelaxLogicalPointer()
94 bool val) { in spvValidatorOptionsSetBeforeHlslLegalization()
100 bool val) { in spvValidatorOptionsSetRelaxBlockLayout()
105 spv_validator_options options, bool val) { in spvValidatorOptionsSetUniformBufferStandardLayout()
110 bool val) { in spvValidatorOptionsSetScalarBlockLayout()
115 bool val) { in spvValidatorOptionsSetWorkgroupScalarBlockLayout()
120 bool val) { in spvValidatorOptionsSetSkipBlockLayout()
125 bool val) { in spvValidatorOptionsSetAllowLocalSizeId()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dsocket_utils_common_posix.cc94 int val = 1; in grpc_set_socket_no_sigpipe_if_possible() local
175 int val = (reuse != 0); in grpc_set_socket_reuse_addr() local
237 int val = (low_latency != 0); in grpc_set_socket_low_latency() local
434 const grpc_resolved_address* resolved_addr, int type, int protocol, in grpc_create_dualstack_socket()
440 static int create_socket(grpc_socket_factory* factory, int domain, int type, in create_socket()
462 int type, int protocol, grpc_dualstack_mode* dsmode, int* newfd) { in grpc_create_dualstack_socket_using_factory()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/
Dassignment.hpp28 typedef TV type; typedef in boost::numeric::ublas::index_manipulator
605 typedef T type; typedef in boost::numeric::ublas::fill_policy_wrapper
729 typedef T type; typedef in boost::numeric::ublas::traverse_policy_wrapper
946 vector_expression_assigner(E &e, value_type val):ve(&e), i(0) { in vector_expression_assigner()
963 vector_expression_assigner &operator, (const value_type& val) { in operator ,()
991 vector_expression_assigner &apply(const typename E::expression_type::value_type& val) { in apply()
1054 …er<vector_expression<E> > operator<<=(vector_expression<E> &v, const typename E::value_type &val) { in operator <<=()
1119 …matrix_expression_assigner(E &e, typename E::expression_type::value_type val): me(&e), i(0), j(0) { in matrix_expression_assigner()
1142 matrix_expression_assigner &operator, (const typename E::expression_type::value_type& val) { in operator ,()
1185 matrix_expression_assigner &apply(const typename E::expression_type::value_type& val) { in apply()
[all …]
/aosp_15_r20/external/trace-cmd/tracecmd/
H A Dtrace-hist.c259 unsigned long long val; in process_function() local
316 unsigned long long val; in process_function_graph_entry() local
361 unsigned long long val; in process_function_graph_exit() local
416 unsigned long long val; in process_kernel_stack() local
483 process_sched_wakeup(struct tep_handle *pevent, struct tep_record *record, int type) in process_sched_wakeup()
485 unsigned long long val; in process_sched_wakeup() local
510 unsigned long long val; in process_sched_switch() local
531 process_event(struct tep_handle *pevent, struct tep_record *record, int type) in process_event()
535 unsigned long long val; in process_event() local
568 unsigned long long val; in process_record() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
H A Dlstm_utils.cc51 int32_t val, mlir::Location location) { in CreateI32SplatConst()
52 auto type = RankedTensorType::get(shape, builder->getIntegerType(32)); in CreateI32SplatConst() local
58 float val, mlir::Location location) { in CreateF32SplatConst()
59 auto type = RankedTensorType::get(shape, builder->getF32Type()); in CreateF32SplatConst() local
64 Value CreatTfF32ConstOp(OpBuilder* builder, ArrayRef<int64_t> shape, float val, in CreatTfF32ConstOp()
66 auto type = RankedTensorType::get(shape, builder->getF32Type()); in CreatTfF32ConstOp() local
74 auto type = RankedTensorType::get(static_cast<int>(shape.size()), in CreateI64DenseConst() local
82 auto type = RankedTensorType::get(static_cast<int>(values.size()), in CreateI32DenseConst() local
113 RankedTensorType type, mlir::Location location) { in Transpose2D()
120 RankedTensorType type, mlir::Location location) { in Reverse()
[all …]
/aosp_15_r20/hardware/interfaces/renderscript/1.0/default/
H A DContext.cpp82 Return<Allocation> Context::allocationAdapterCreate(Type type, Allocation baseAlloc) { in allocationAdapterCreate()
102 Return<Allocation> Context::allocationCreateTyped(Type type, AllocationMipmapControl amips, int32_t… in allocationCreateTyped()
111 Return<Allocation> Context::allocationCreateFromBitmap(Type type, AllocationMipmapControl amips, co… in allocationCreateFromBitmap()
120 Return<Allocation> Context::allocationCubeCreateFromBitmap(Type type, AllocationMipmapControl amips… in allocationCubeCreateFromBitmap()
379 …hidl_vec<Element> ids = rs_to_hidl<Element>(_ids, [](uintptr_t val) { return stat… in elementGetSubElements()
380 …hidl_vec<hidl_string> names = rs_to_hidl<hidl_string>(_names, [](const char* val) { return va… in elementGetSubElements()
381 …hidl_vec<Size> arraySizes = rs_to_hidl<Size>(_arraySizes, [](size_t val) { return static_… in elementGetSubElements()
396 …std::vector<RsElement> _eins = hidl_to_rs<RsElement>(eins, [](Element val) { retu… in elementComplexCreate()
397 …nst char*> _namesPtr = hidl_to_rs<const char*>(names, [](const hidl_string& val) { return … in elementComplexCreate()
398 …ze_t> _nameLengthsPtr = hidl_to_rs<size_t>(names, [](const hidl_string& val) { return … in elementComplexCreate()
[all …]
/aosp_15_r20/hardware/interfaces/renderscript/1.0/vts/functional/
H A DVtsScriptTests.cpp83 Type type = context->typeCreate(element, 128, 0, 0, false, false, YuvFormat::YUV_NONE); in TEST_P() local
205 Type type = context->typeCreate(element, 64, 0, 0, false, false, YuvFormat::YUV_NONE); in TEST_P() local
209 std::generate(dataIn.begin(), dataIn.end(), [](){ static uint8_t val = 0; return val++; }); in TEST_P() local
210 std::generate(expected.begin(), expected.end(), [](){ static uint8_t val = 1; return val++; }); in TEST_P() local
251 Type type = context->typeCreate(element, 64, 0, 0, false, false, YuvFormat::YUV_NONE); in TEST_P() local
258 std::generate(dataIn.begin(), dataIn.end(), [](){ static int val = 0; return val++; }); in TEST_P() local
302 Type type = context->typeCreate(element, 64, 0, 0, false, false, YuvFormat::YUV_NONE); in TEST_P() local
435 Type type = context->typeCreate(element, 128, 0, 0, false, false, YuvFormat::YUV_NONE); in TEST_P() local
512 Type type = context->typeCreate(element, 128, 0, 0, false, false, YuvFormat::YUV_NONE); in TEST_P() local
/aosp_15_r20/hardware/google/graphics/common/libion/test/
Dion_allocate_test.cpp39 off_t checkZero(int fd, size_t size, unsigned long *val) { in checkZero()
63 unsigned long val = mb(256); // This is very big enough to flush shrinker in flushShrinker() local
87 for (test_type_struct type: test_types) { in TEST_F() local
121 unsigned long val = 0; in TEST_F() local
141 for (test_type_struct type: test_types) { in TEST_F() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DNavBarTuner.java110 String val = newValue; in bindLayout() local
117 String val = (String) newValue; in bindLayout() local
125 ListPreference type = (ListPreference) findPreference(TYPE + "_" + k); in bindButton() local
130 String val = newValue; in bindButton() local
204 private void setValue(String setting, ListPreference type, Preference keycode, in setValue()
/aosp_15_r20/external/testng/lib-supplied/
HDguice-2.0.jar ... void requireBinding (java.lang.Class) Class type protected org.testng.guice.Provider getProvider ( ...
/aosp_15_r20/art/openjdkjvmti/
H A Dti_method.cc636 /*out*/ SlotType* type) in InferSlotTypeFromVerifier()
757 /*out*/ SlotType* type) { in GetSlotType()
819 art::Primitive::Type type, in GetLocalVariableClosure()
820 jvalue* val) in GetLocalVariableClosure()
960 art::Primitive::Type type, in GetLocalVariableGeneric()
961 jvalue* val) { in GetLocalVariableGeneric()
989 art::Primitive::Type type, in SetLocalVariableClosure()
990 jvalue val) in SetLocalVariableClosure()
1135 art::Primitive::Type type, in SetLocalVariableGeneric()
1136 jvalue val) { in SetLocalVariableGeneric()
[all …]
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/
HDjakarta.xml.bind-api-2.3.2.jar ... .bind.annotation.adapters.XmlAdapter) Class type javax.xml.bind.annotation.adapters. ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/javax/xml/bind/jaxb-api/2.3.1/
HDjaxb-api-2.3.1.jar ... implements java.security.PrivilegedExceptionAction { final synthetic Class val$implClass void <init> (java.lang ...
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/
H A Dtest_mem_object_info.cpp21 #define TEST_MEM_OBJECT_PARAM( mem, paramName, val, expected, name, type, cast ) \ argument
45 unsigned int val = 0; in get_image_dim() local
226 cl_mem_object_type type; in test_get_buffer_info() local
302 cl_mem_object_type type; in test_get_buffer_info() local
365 cl_mem_object_type type; in test_get_imageObject_info() local
408 int test_get_image_info( cl_device_id deviceID, cl_context context, cl_mem_object_type type ) in test_get_image_info()

12345678910>>...136