Home
last modified time | relevance | path

Searched refs:setValues (Results 1 – 25 of 81) sorted by relevance

1234

/external/skqp/tests/
DGrMemoryPoolTest.cpp21 virtual void setValues(int v) { in setValues() function in A
66 virtual void setValues(int v) { in setValues() function in B
68 this->INHERITED::setValues(v); in setValues()
85 virtual void setValues(int v) { in setValues() function in C
87 this->INHERITED::setValues(v); in setValues()
107 virtual void setValues(int v) { in setValues() function in D
109 this->INHERITED::setValues(v); in setValues()
110 fB->setValues(v); in setValues()
130 virtual void setValues(int v) { in setValues() function in E
134 this->INHERITED::setValues(v); in setValues()
[all …]
/external/skia/tests/
DGrMemoryPoolTest.cpp21 virtual void setValues(int v) { in setValues() function in A
69 void setValues(int v) override { in setValues() function in B
71 this->INHERITED::setValues(v); in setValues()
87 void setValues(int v) override { in setValues() function in C
89 this->INHERITED::setValues(v); in setValues()
108 void setValues(int v) override { in setValues() function in D
110 this->INHERITED::setValues(v); in setValues()
111 fB->setValues(v); in setValues()
131 void setValues(int v) override { in setValues() function in E
135 this->INHERITED::setValues(v); in setValues()
[all …]
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DArrayReferenceImpl.java133 setValues(index, list, 0, 1); in setValue()
136 public void setValues(List<? extends Value> values) in setValues() method in ArrayReferenceImpl
139 setValues(0, values, 0, -1); in setValues()
142 public void setValues(int index, List<? extends Value> values, in setValues() method in ArrayReferenceImpl
168 ValueImpl[] setValues = new ValueImpl[length]; in setValues() local
175 setValues[i] = in setValues()
198 process(vm, this, index, setValues); in setValues()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/expected_output/
Dcom_github_javaparser_ast_expr_ArrayInitializerExpr.txt1 …Line 43) setValues(values) ==> com.github.javaparser.ast.expr.ArrayInitializerExpr.setValues(java.…
2 …Line 48) setValues(values) ==> com.github.javaparser.ast.expr.ArrayInitializerExpr.setValues(java.…
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/
DLazyArrayReference.java68 …public void setValues(int index, List<? extends Value> values, int srcIndex, int length) throws In… in setValues() method in LazyArrayReference
69 getValue().setValues(index, values, srcIndex, length); in setValues()
72 …public void setValues(List<? extends Value> values) throws InvalidTypeException, ClassNotLoadedExc… in setValues() method in LazyArrayReference
73 getValue().setValues(values); in setValues()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/expr/
DArrayInitializerExpr.java40 setValues(values); in ArrayInitializerExpr()
45 setValues(values); in ArrayInitializerExpr()
62 public void setValues(List<Expression> values) { in setValues() method in ArrayInitializerExpr
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/expr/
DArrayInitializerExpr.java43 setValues(values); in ArrayInitializerExpr()
48 setValues(values); in ArrayInitializerExpr()
66 public ArrayInitializerExpr setValues(List<Expression> values) { in setValues() method in ArrayInitializerExpr
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
DTween.java826 accessor.setValues(target, type, isReverse(lastStep) ? startValues : targetValues); in updateOverride()
831 accessor.setValues(target, type, isReverse(lastStep) ? targetValues : startValues); in updateOverride()
844 accessor.setValues(target, type, isReverse(step) ? targetValues : startValues); in updateOverride()
849 accessor.setValues(target, type, isReverse(step) ? startValues : targetValues); in updateOverride()
875 accessor.setValues(target, type, accessorBuffer); in updateOverride()
885 accessor.setValues(target, type, startValues); in forceStartValues()
891 accessor.setValues(target, type, targetValues); in forceEndValues()
DTweenAccessor.java81 public void setValues(T target, int tweenType, float[] newValues); in setValues() method
/external/clang/test/CodeGenObjC/
Dbitfield-1.m29 - (void)setValues; method
41 -(void)setValues { method
77 [obj setValues];
/external/llvm-project/clang/test/CodeGenObjC/
Dbitfield-1.m29 - (void)setValues; method
41 -(void)setValues { method
77 [obj setValues];
/external/eigen/unsupported/test/
Dcxx11_tensor_assign.cpp291 a.setValues({0, 1, 2}); in test_std_initializers_tensor()
297 a.setValues({10, 20}); in test_std_initializers_tensor()
304 a2 = a.setValues({100, 200, 300}); in test_std_initializers_tensor()
313 b.setValues({{0, 1, 2}, {3, 4, 5}}); in test_std_initializers_tensor()
322 b.setValues({{10, 20}, {30}}); in test_std_initializers_tensor()
331 c.setValues({{{0, 1, 2, 3}, {4, 5, 6, 7}}, in test_std_initializers_tensor()
/external/parameter-framework/upstream/parameter/
DArrayParameter.cpp91 if (!setValues(index, getOffset() - parameterAccessContext.getBaseOffset(), strValue, in accessValue()
125 return setValues(0, offset, value, parameterAccessContext); in doSetValue()
251 bool CArrayParameter::setValues(size_t uiStartIndex, size_t offset, const string &strValue, in setValues() function in CArrayParameter
330 if (!setValues(values, parameterAccessContext)) { in accessValues()
352 bool CArrayParameter::setValues(const std::vector<type> &values, in setValues() function in CArrayParameter
DArrayParameter.h69 bool setValues(size_t uiStartIndex, size_t offset, const std::string &strValue,
95 bool setValues(const std::vector<type> &values,
/external/oj-libjdwp/src/share/classes/com/sun/jdi/
DArrayReference.java160 void setValues(List<? extends Value> values) in setValues() method
207 void setValues(int index, List<? extends Value> values, int srcIndex, int length) in setValues() method
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/expected_output/
Dcom_github_javaparser_ast_expr_ArrayInitializerExpr.txt7 Line 40) setValues(values) ==> void
12 Line 45) setValues(values) ==> void
/external/tensorflow/tensorflow/core/kernels/
Dparameterized_truncated_normal_op_test.cc30 shape_t.flat<int32>().setValues({num_batches, samples_per_batch}); in PTruncatedNormal()
59 shape_t.flat<int32>().setValues({num_batches, samples_per_batch}); in PTruncatedNormal2SD()
86 shape_t.flat<int32>().setValues({num_batches, samples_per_batch}); in PTruncatedNormalOneTail()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/generics/
DObjectValuesTest.java44 ov.setValues(prop2values); in testObjectValues()
74 ov.setValues(prop2values); in testObjectValuesWithParam()
DObjectValues.java34 public void setValues(Map<String, Map<Integer, Object>> values) { in setValues() method in ObjectValues
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/
DArrayInitializerExpr.java65 setValues(values); in ArrayInitializerExpr()
87 public ArrayInitializerExpr setValues(final NodeList<Expression> values) { in setValues() method in ArrayInitializerExpr
/external/oj-libjdwp/src/share/back/
DClassTypeImpl.c119 setValues(PacketInputStream *in, PacketOutputStream *out) in setValues() function
180 ,(void *)setValues
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dconvert_tensor_test.cc88 Tt.setValues({"one", "two", "three", "four"}); in TEST()
110 tensor.flat<T>().setValues(values); in VerifyConversion()
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/primitives/
DMutableFloat.java31 public void setValues(MutableFloat target, int tweenType, float[] newValues) { in setValues() method in MutableFloat
DMutableInteger.java31 public void setValues(MutableInteger target, int tweenType, float[] newValues) { in setValues() method in MutableInteger
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/keyframe/
DTransformKeyframeAnimation.java196 skewMatrix1.setValues(skewValues); in getMatrix()
202 skewMatrix2.setValues(skewValues); in getMatrix()
209 skewMatrix3.setValues(skewValues); in getMatrix()

1234