Home
last modified time | relevance | path

Searched defs:Values (Results 1 – 25 of 444) sorted by relevance

12345678910>>...18

/external/golang-protobuf/reflect/protopath/
Dpath.go61 type Values struct { struct
62 Path Path
63 Values []protoreflect.Value argument
68 func (p Values) Len() int {
79 func (p Values) Index(i int) (out struct {
104 func (p Values) String() string {
/external/rust/android-crates-io/crates/nom/doc/
Dnom_recipes.md143 ### Escaped Strings
148 ### Integers
286 ### Floating Point Numbers
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/doc/
Dnom_recipes.md143 ### Escaped Strings
148 ### Integers
286 ### Floating Point Numbers
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/doc/
Dnom_recipes.md143 ### Escaped Strings
148 ### Integers
286 ### Floating Point Numbers
/external/pigweed/pw_allocator/
Dlayout_test.cc57 struct Values { in TEST() struct
58 uint8_t u8; in TEST()
59 uint16_t u16; in TEST()
60 uint32_t u32; in TEST()
/external/pytorch/aten/src/ATen/native/cuda/
DCompositeRandomAccessor.h24 references_holder<Values, References> rh1, in swap()
/external/pytorch/aten/src/ATen/native/
DCompositeRandomAccessor.h23 references_holder<Values, References> rh1, in swap()
/external/go-cmp/cmp/
Dpath.go58 Values() (vx, vy reflect.Value) methodSpec
166 func (ps pathStep) Values() (vx, vy reflect.Value) { return ps.vx, ps.vy } func
196 func (sf StructField) Values() (vx, vy reflect.Value) { func
228 func (si SliceIndex) Values() (vx, vy reflect.Value) { return si.vx, si.vy } func
272 func (mi MapIndex) Values() (vx, vy reflect.Value) { return mi.vx, mi.vy } func
285 func (in Indirect) Values() (vx, vy reflect.Value) { return in.vx, in.vy } func
295 func (ta TypeAssertion) Values() (vx, vy reflect.Value) { return ta.vx, ta.vy } func
307 func (tf Transform) Values() (vx, vy reflect.Value) { return tf.vx, tf.vy } func
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/ObjCARC/
DProvenanceAnalysisEvaluator.cpp27 static void insertIfNamed(SetVector<Value *> &Values, Value *V) { in insertIfNamed()
34 SetVector<Value *> Values; in run() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanSLP.cpp160 static SmallVector<VPValue *, 4> getOperands(ArrayRef<VPValue *> Values, in getOperands()
170 static bool areCommutative(ArrayRef<VPValue *> Values) { in areCommutative()
176 getOperands(ArrayRef<VPValue *> Values) { in getOperands()
196 static Optional<unsigned> getOpcode(ArrayRef<VPValue *> Values) { in getOpcode()
347 void VPlanSlp::dumpBundle(ArrayRef<VPValue *> Values) { in dumpBundle()
360 VPInstruction *VPlanSlp::buildGraph(ArrayRef<VPValue *> Values) { in buildGraph()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
DVPlanSLP.cpp154 static SmallVector<VPValue *, 4> getOperands(ArrayRef<VPValue *> Values, in getOperands()
165 static bool areCommutative(ArrayRef<VPValue *> Values) { in areCommutative()
171 getOperands(ArrayRef<VPValue *> Values) { in getOperands()
191 static std::optional<unsigned> getOpcode(ArrayRef<VPValue *> Values) { in getOpcode()
345 void VPlanSlp::dumpBundle(ArrayRef<VPValue *> Values) { in dumpBundle()
359 VPInstruction *VPlanSlp::buildGraph(ArrayRef<VPValue *> Values) { in buildGraph()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
DDoubleKeyMap.cs41 public virtual ICollection<TValue> Values(TKey1 k1) { in Values() method in Antlr.Runtime.Debug.Misc.DoubleKeyMap
65 public virtual ICollection<TValue> Values() { in Values() method in Antlr.Runtime.Debug.Misc.DoubleKeyMap
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
DValues.java39 public final class Values { class
84 private Values() {} in Values() method in Values
/external/cronet/tot/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DValues.java39 public final class Values { class
84 private Values() {} in Values() method in Values
/external/cronet/stable/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DValues.java39 public final class Values { class
84 private Values() {} in Values() method in Values
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest-param-test.h353 internal::ValueArray1<T1> Values(T1 v1) { in Values() function
358 internal::ValueArray2<T1, T2> Values(T1 v1, T2 v2) { in Values() function
363 internal::ValueArray3<T1, T2, T3> Values(T1 v1, T2 v2, T3 v3) { in Values() function
368 internal::ValueArray4<T1, T2, T3, T4> Values(T1 v1, T2 v2, T3 v3, T4 v4) { in Values() function
373 internal::ValueArray5<T1, T2, T3, T4, T5> Values(T1 v1, T2 v2, T3 v3, T4 v4, in Values() function
380 internal::ValueArray6<T1, T2, T3, T4, T5, T6> Values(T1 v1, T2 v2, T3 v3, in Values() function
387 internal::ValueArray7<T1, T2, T3, T4, T5, T6, T7> Values(T1 v1, T2 v2, T3 v3, in Values() function
395 internal::ValueArray8<T1, T2, T3, T4, T5, T6, T7, T8> Values(T1 v1, T2 v2, in Values() function
403 internal::ValueArray9<T1, T2, T3, T4, T5, T6, T7, T8, T9> Values(T1 v1, T2 v2, in Values() function
411 internal::ValueArray10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> Values(T1 v1, in Values() function
[all …]
/external/angle/third_party/spirv-headers/src/include/spirv/1.0/
Dspirv.json64 "Values": object
77 "Values": object
91 "Values": object
101 "Values": object
111 "Values": object
151 "Values": object
171 "Values": object
185 "Values": object
197 "Values": object
206 "Values": object
[all …]
/external/shaderc/spirv-headers/include/spirv/1.0/
Dspirv.json64 "Values": object
77 "Values": object
91 "Values": object
101 "Values": object
111 "Values": object
151 "Values": object
171 "Values": object
185 "Values": object
197 "Values": object
206 "Values": object
[all …]
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
Dspirv.json64 "Values": object
77 "Values": object
91 "Values": object
101 "Values": object
111 "Values": object
151 "Values": object
171 "Values": object
185 "Values": object
197 "Values": object
206 "Values": object
[all …]
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
Dspirv.json64 "Values": object
77 "Values": object
91 "Values": object
101 "Values": object
111 "Values": object
151 "Values": object
171 "Values": object
185 "Values": object
197 "Values": object
206 "Values": object
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DProvenanceAnalysisEvaluator.cpp48 static void insertIfNamed(SetVector<Value *> &Values, Value *V) { in insertIfNamed()
55 SetVector<Value *> Values; in runOnFunction() local
/external/llvm/lib/Transforms/ObjCARC/
DProvenanceAnalysisEvaluator.cpp48 static void insertIfNamed(SetVector<Value *> &Values, Value *V) { in insertIfNamed()
55 SetVector<Value *> Values; in runOnFunction() local
/external/deqp-deps/amber/src/
Dshader_compiler.cc364 struct Values { in ParseSpvEnv() struct
365 uint32_t env; in ParseSpvEnv()
366 uint32_t env_version; in ParseSpvEnv()
367 uint32_t spirv_version; in ParseSpvEnv()
/external/shaderc/spirv-headers/include/spirv/1.2/
Dspirv.json64 "Values": object
77 "Values": object
91 "Values": object
101 "Values": object
111 "Values": object
158 "Values": object
178 "Values": object
192 "Values": object
204 "Values": object
213 "Values": object
[all …]
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/
Dspirv.json64 "Values": object
77 "Values": object
91 "Values": object
101 "Values": object
111 "Values": object
155 "Values": object
175 "Values": object
189 "Values": object
201 "Values": object
210 "Values": object
[all …]

12345678910>>...18