Home
last modified time | relevance | path

Searched +defs:val +defs:type (Results 201 – 225 of 3481) sorted by relevance

12345678910>>...140

/aosp_15_r20/hardware/interfaces/renderscript/1.0/vts/functional/
H A DVtsMiscellaneousTests.cpp52 Type type = context->typeCreate(element, 1, 0, 0, false, false, YuvFormat::YUV_NONE); in TEST_P() local
80 Type type = context->typeCreate(element, 128, 0, 0, false, false, YuvFormat::YUV_NONE); in TEST_P() local
116 Type type = context->typeCreate(element, 128, 0, 0, false, false, YuvFormat::YUV_NONE); in TEST_P() local
154 Type type = context->typeCreate(element, 512, 512, 0, false, false, YuvFormat::YUV_NONE); in TEST_P() local
158 std::generate(dataIn.begin(), dataIn.end(), [](){ static uint32_t val = 0; return val++; }); in TEST_P() local
207 Type type = context->typeCreate(element, 512, 512, 0, false, false, YuvFormat::YUV_NONE); in TEST_P() local
211 std::generate(dataIn.begin(), dataIn.end(), [](){ static uint32_t val = 0; return val++; }); in TEST_P() local
/aosp_15_r20/prebuilts/tools/common/m2/repository/javax/xml/bind/jaxb-api/2.2.12-b140109.1041/
HDjaxb-api-2.2.12-b140109.1041.jar ... value () public abstract java.lang.Class type () } javax/xml/bind/annotation ...
/aosp_15_r20/external/deqp-deps/amber/src/amberscript/
Dparser.cc68 std::unique_ptr<type::Type> type; in ToType() local
232 double val = token->IsHex() ? static_cast<double>(token->AsHex()) in ParseBufferData() local
242 uint64_t val = token->IsHex() ? token->AsHex() : token->AsUint64(); in ParseBufferData() local
392 Result Parser::ToShaderType(const std::string& str, ShaderType* type) { in ToShaderType()
432 Result Parser::ToPipelineType(const std::string& str, PipelineType* type) { in ToPipelineType()
457 ShaderType type = kShaderTypeVertex; in ParseShaderBlock() local
563 PipelineType type = PipelineType::kCompute; in ParsePipelineBlock() local
668 auto type = token->AsString(); in ParsePipelineAttach() local
741 auto type = ToType(token->AsString()); in ParseShaderSpecialization() local
975 float val[2]; in ParsePipelineViewport() local
[all …]
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorIntDiv.h36 typename internal::enable_if<sizeof(T)==4,int>::type count_leading_zeros(const T val) in count_leading_zeros()
54 typename internal::enable_if<sizeof(T)==8,int>::type count_leading_zeros(const T val) in count_leading_zeros()
82 typedef typename conditional<sizeof(T) == 8, uint64_t, uint32_t>::type type; typedef
87 typedef typename UnsignedTraits<T>::type type; typedef
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_algebraic.py105 def create(val): argument
120 def create(val, name_base, varset, algebraic_pass): argument
133 def __init__(self, val, name, type_str): argument
239 def __init__(self, val, name): argument
269 def type(self): member in Constant
299 def __init__(self, val, name, varset, algebraic_pass): argument
332 def type(self): member in Variable
618 def merge_variables(self, val): argument
639 def validate_value(self, val): argument
735 def validate_replace(self, val, search): argument
/aosp_15_r20/external/ltp/metadata/
H A Ddata_storage.h22 enum data_type type; member
34 enum data_type type; member
41 enum data_type type; member
42 char val[]; member
46 enum data_type type; member
47 long val; member
52 enum data_type type; member
60 static inline const char* data_type_name(enum data_type type) in data_type_name()
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/reflection/
H A Dfield_def.c330 bool upb_FieldDef_checktype(int32_t type) { return between(type, 1, 11); } in upb_FieldDef_checktype()
333 bool upb_FieldDef_checkdescriptortype(int32_t type) { in upb_FieldDef_checkdescriptortype()
419 long val = strtol(str, &end, 0); in parse_default() local
437 long long val = strtoll(str, &end, 0); in parse_default() local
445 unsigned long val = strtoul(str, &end, 0); in parse_default() local
453 unsigned long long val = strtoull(str, &end, 0); in parse_default() local
461 double val = strtod(str, &end); in parse_default() local
469 float val = strtof(str, &end); in parse_default() local
549 int val = UPB_DESC(FeatureSet_LEGACY_REQUIRED); in _upb_FieldDef_InferLegacyFeatures() local
555 int val = UPB_DESC(FeatureSet_DELIMITED); in _upb_FieldDef_InferLegacyFeatures() local
[all …]
/aosp_15_r20/external/protobuf/php/ext/google/protobuf/
H A Dmessage.c165 static bool Message_set(Message *intern, const upb_FieldDef *f, zval *val) { in Message_set()
191 bool ValueEq(upb_MessageValue val1, upb_MessageValue val2, TypeInfo type) { in ValueEq()
357 int type, void **cache_slot, zval *rv) { in Message_read_property()
388 PROTO_VAL *obj, PROTO_STR *member, zval *val, void **cache_slot) { in Message_write_property()
415 int type, in Message_get_property_ptr_ptr()
453 void Message_GetPhpWrapper(zval *val, const Descriptor *desc, upb_Message *msg, in Message_GetPhpWrapper()
473 bool Message_GetUpbMessage(zval *val, const Descriptor *desc, upb_Arena *arena, in Message_GetUpbMessage()
541 zval *val; in Message_InitFromPhp() local
898 zval* val; in PHP_METHOD() local
1066 zval* val; in PHP_METHOD() local
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/php/ext/google/protobuf/
H A Dmessage.c165 static bool Message_set(Message *intern, const upb_FieldDef *f, zval *val) { in Message_set()
191 bool ValueEq(upb_MessageValue val1, upb_MessageValue val2, TypeInfo type) { in ValueEq()
357 int type, void **cache_slot, zval *rv) { in Message_read_property()
388 PROTO_VAL *obj, PROTO_STR *member, zval *val, void **cache_slot) { in Message_write_property()
415 int type, in Message_get_property_ptr_ptr()
453 void Message_GetPhpWrapper(zval *val, const Descriptor *desc, upb_Message *msg, in Message_GetPhpWrapper()
473 bool Message_GetUpbMessage(zval *val, const Descriptor *desc, upb_Arena *arena, in Message_GetUpbMessage()
541 zval *val; in Message_InitFromPhp() local
898 zval* val; in PHP_METHOD() local
1066 zval* val; in PHP_METHOD() local
[all …]
/aosp_15_r20/external/libbpf/src/
H A Dbpf_helpers.h13 #define __uint(name, val) int (*name)[val] argument
14 #define __type(name, val) typeof(val) *name argument
15 #define __array(name, val) typeof(val) *name[] argument
16 #define __ulong(name, val) enum { ___bpf_concat(__unique_value, __COUNTER__) = val } name argument
87 #define offsetof(type, member) ((unsigned long)&((type *)0)->member) argument
91 #define container_of(ptr, type, member) \ argument
341 #define bpf_for_each(type, cur, args...) for ( \ argument
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_headers/gen/bpf/
Dbpf_helpers.h13 #define __uint(name, val) int (*name)[val] argument
14 #define __type(name, val) typeof(val) *name argument
15 #define __array(name, val) typeof(val) *name[] argument
16 #define __ulong(name, val) enum { ___bpf_concat(__unique_value, __COUNTER__) = val } name argument
87 #define offsetof(type, member) ((unsigned long)&((type *)0)->member) argument
91 #define container_of(ptr, type, member) \ argument
341 #define bpf_for_each(type, cur, args...) for ( \ argument
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A 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
476 const grpc_resolved_address* resolved_addr, int type, int protocol, in grpc_create_dualstack_socket()
482 static int create_socket(grpc_socket_factory* factory, int domain, int type, in create_socket()
504 int type, int protocol, grpc_dualstack_mode* dsmode, int* newfd) { in grpc_create_dualstack_socket_using_factory()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Dprotobuf.c150 upb_value val; in PyUpb_WeakMap_Delete() local
162 upb_value val; in PyUpb_WeakMap_Get() local
175 upb_value val; in PyUpb_WeakMap_Next() local
264 PyObject* type = PyType_FromSpec(spec); in AddObject() local
280 PyObject* type = PyType_FromSpec(spec); in PyUpb_AddClass() local
291 PyObject* type = PyType_FromSpecWithBases(spec, bases); in PyUpb_AddClassWithBases() local
/aosp_15_r20/external/mesa3d/src/virtio/vulkan/
H A Dvn_cs.h181 const void *val, in vn_cs_encoder_write()
213 void *val, in vn_cs_decoder_peek_internal()
232 void *val, in vn_cs_decoder_read()
242 void *val, in vn_cs_decoder_peek()
249 vn_cs_handle_load_id(const void **handle, VkObjectType type) in vn_cs_handle_load_id()
255 vn_cs_handle_store_id(void **handle, vn_object_id id, VkObjectType type) in vn_cs_handle_store_id()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/tools/sva/src/
H A Dtoken.js38 constructor(type, line, data) { argument
45 get type() { return this.type_; } getter in Token
49 set data(val) { this.data_ = val; } argument
52 set bits(val) { this.bits_ = val; } argument
/aosp_15_r20/external/angle/third_party/spirv-tools/src/tools/sva/src/
H A Dtoken.js38 constructor(type, line, data) { argument
45 get type() { return this.type_; } getter in Token
49 set data(val) { this.data_ = val; } argument
52 set bits(val) { this.bits_ = val; } argument
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/tools/sva/src/
Dtoken.js38 constructor(type, line, data) { argument
45 get type() { return this.type_; } getter in Token
49 set data(val) { this.data_ = val; } argument
52 set bits(val) { this.bits_ = val; } argument
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dglsl_to_nir.cpp365 nir_visitor::adjust_sparse_variable(nir_deref_instr *var_deref, const glsl_type *type, in adjust_sparse_variable()
754 nir_jump_type type; in visit() local
800 intrinsic_set_std430_align(nir_intrinsic_instr *intrin, const glsl_type *type) in intrinsic_set_std430_align()
853 get_reduction_op(enum ir_intrinsic_id id, const glsl_type *type) in get_reduction_op()
1300 const glsl_type *type = deref->type; in visit() local
1492 ir_rvalue *val = ((ir_instruction *)param)->as_rvalue(); in visit() local
1519 const glsl_type *type = ir->return_deref->var->type; in visit() local
1540 ir_rvalue *val = ((ir_instruction *)param)->as_rvalue(); in visit() local
1566 const glsl_type *type = ir->return_deref->type; in visit() local
1619 const glsl_type *type = ir->return_deref->type; in visit() local
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c1229 SpvId type; member
1235 const struct spirv_type *type = arg; in non_aggregate_type_hash() local
1296 struct spirv_type *type = rzalloc(b->mem_ctx, struct spirv_type); in get_type_def() local
1403 SpvStorageClass storage_class, SpvId type) in spirv_builder_type_pointer()
1430 SpvId type = spirv_builder_new_id(b); in spirv_builder_type_runtime_array() local
1442 SpvId type = spirv_builder_new_id(b); in spirv_builder_type_array() local
1456 SpvId type = spirv_builder_new_id(b); in spirv_builder_type_struct() local
1471 SpvId type = spirv_builder_new_id(b); in spirv_builder_type_function() local
1482 SpvOp op, type; member
1515 get_const_def(struct spirv_builder *b, SpvOp op, SpvId type, in get_const_def()
[all …]
/aosp_15_r20/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
H A DBatteryStatsTimerTest.java44 TestTimer(Clock clock, int type, TimeBase timeBase, Parcel in) { in TestTimer()
48 TestTimer(Clock clock, int type, TimeBase timeBase) { in TestTimer()
66 public void setCount(int val) { in setCount()
74 public void setTotalTime(long val) { in setTotalTime()
82 public void setTimeBeforeMark(long val) { in setTimeBeforeMark()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/aidl/android.hardware.audio.effect-V3-ndk-source/gen/include/aidl/android/hardware/audio/effect/
DDownmix.h50 type = 1, enumerator
155 static const inline Tag type = Tag::type; variable
248 [[nodiscard]] static inline std::string toString(Downmix::Id::Tag val) { in toString()
280 [[nodiscard]] static inline std::string toString(Downmix::Type val) { in toString()
312 [[nodiscard]] static inline std::string toString(Downmix::Tag val) { in toString()
/aosp_15_r20/external/libchrome/ipc/
H A Dipc_message_utils.cc97 bool val; in WriteValue() local
104 int val; in WriteValue() local
111 double val; in WriteValue() local
118 std::string val; in WriteValue() local
204 int type; in ReadValue() local
213 bool val; in ReadValue() local
220 int val; in ReadValue() local
227 double val; in ReadValue() local
234 std::string val; in ReadValue() local
249 base::DictionaryValue val; in ReadValue() local
[all …]
/aosp_15_r20/external/erofs-utils/include/erofs/
H A Dhashtable.h32 #define hash_long(val, bits) hash_32(val, bits) argument
189 #define hlist_entry(ptr, type, member) container_of(ptr, type, member) argument
198 #define hlist_entry_safe(ptr, type, member) \ argument
248 static inline u32 __hash_32(u32 val) in __hash_32()
253 static inline u32 hash_32(u32 val, unsigned int bits) in hash_32()
259 static inline u32 hash_64(u64 val, unsigned int bits) in hash_64()
281 #define hash_min(val, bits) \ argument
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/thoughtworks/xstream/xstream/1.4.8/
HDxstream-1.4.8.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/thoughtworks/ com/ ...
/aosp_15_r20/frameworks/rs/support/java/src/androidx/renderscript/
H A DRenderScript.java358 native long rsnElementCreate(long con, long type, int kind, boolean norm, int vecSize); in rsnElementCreate()
359 synchronized long nElementCreate(long type, int kind, boolean norm, int vecSize) { in nElementCreate()
392 native long rsnAllocationCreateTyped(long con, long type, int mip, int usage, long pointer); in rsnAllocationCreateTyped()
393 synchronized long nAllocationCreateTyped(long type, int mip, int usage, long pointer) { in nAllocationCreateTyped()
397 native long rsnAllocationCreateFromBitmap(long con, long type, int mip, Bitmap bmp, int usage); in rsnAllocationCreateFromBitmap()
398 synchronized long nAllocationCreateFromBitmap(long type, int mip, Bitmap bmp, int usage) { in nAllocationCreateFromBitmap()
403 …native long rsnAllocationCreateBitmapBackedAllocation(long con, long type, int mip, Bitmap bmp, i… in rsnAllocationCreateBitmapBackedAllocation()
404 …synchronized long nAllocationCreateBitmapBackedAllocation(long type, int mip, Bitmap bmp, int usag… in nAllocationCreateBitmapBackedAllocation()
410 …native long rsnAllocationCubeCreateFromBitmap(long con, long type, int mip, Bitmap bmp, int usage… in rsnAllocationCubeCreateFromBitmap()
411 synchronized long nAllocationCubeCreateFromBitmap(long type, int mip, Bitmap bmp, int usage) { in nAllocationCubeCreateFromBitmap()
[all …]

12345678910>>...140