HomeSort by relevance Sort by last modified time
    Searched refs:Transform (Results 26 - 50 of 541) sorted by null

12 3 4 5 6 7 8 91011>>

  /art/test/948-change-annotations/src/
ChangeAnnotationValues.java 22 * class Transform {
59 public void runTest(Transform t) {
61 Main.doCommonClassRedefinition(Transform.class, CLASS_BYTES, DEX_BYTES);
RemoveAnnotationsTest.java 21 * class Transform {
50 public void runTest(Transform t) {
52 Main.doCommonClassRedefinition(Transform.class, CLASS_BYTES, DEX_BYTES);
  /art/test/921-hello-failure/src/
Main.java 23 Verification.doTest(new Transform());
24 NewName.doTest(new Transform());
25 DifferentAccess.doTest(new Transform());
29 MultiRedef.doTest(new Transform(), new Transform2());
30 MultiRetrans.doTest(new Transform(), new Transform2());
31 NewMethod.doTest(new Transform());
33 MethodChange.doTest(new Transform());
34 NewField.doTest(new Transform());
37 Unmodifiable.doTest(new Transform[] { new Transform(), });
    [all...]
  /external/brotli/java/org/brotli/dec/
TransformTest.java 20 * Tests for {@link Transform}.
29 Transform transform = new Transform("[", WordTransformType.OMIT_FIRST_5, "]"); local
30 Transform.transformDictionaryWord(output, 0, input, 0, input.length, transform);
38 Transform transform = new Transform("[", WordTransformType.UPPERCASE_ALL, "]"); local
39 Transform.transformDictionaryWord(output, 0, input, 0, input.length, transform)
    [all...]
  /art/test/986-native-method-bind/src/art/
Test986.java 26 static class Transform {
58 Method say_hi_method = Transform.class.getDeclaredMethod("sayHi");
61 Transform.sayHi2();
65 Transform.sayHi();
70 Transform.sayHi();
72 // Test we can get rid of transform
75 Transform.sayHi();
94 rebindTransformClass(Transform.class);
  /external/llvm/include/llvm/ExecutionEngine/Orc/
IRTransformLayer.h 35 TransformFtor Transform = TransformFtor())
36 : BaseLayer(BaseLayer), Transform(std::move(Transform)) {}
38 /// @brief Apply the transform functor to each module in the module set, then
50 *I = Transform(std::move(*I));
87 /// @brief Access the transform functor directly.
88 TransformFtor& getTransform() { return Transform; }
91 const TransformFtor& getTransform() const { return Transform; }
95 TransformFtor Transform;
ObjectTransformLayer.h 35 TransformFtor Transform = TransformFtor())
36 : BaseLayer(BaseLayer), Transform(std::move(Transform)) {}
38 /// @brief Apply the transform functor to each object in the object set, then
49 *I = Transform(std::move(*I));
90 /// @brief Access the transform functor directly.
91 TransformFtor &getTransform() { return Transform; }
94 const TransformFtor &getTransform() const { return Transform; }
98 TransformFtor Transform;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
IRTransformLayer.h 35 TransformFtor Transform = TransformFtor())
36 : BaseLayer(BaseLayer), Transform(std::move(Transform)) {}
38 /// @brief Apply the transform functor to each module in the module set, then
50 *I = Transform(std::move(*I));
87 /// @brief Access the transform functor directly.
88 TransformFtor& getTransform() { return Transform; }
91 const TransformFtor& getTransform() const { return Transform; }
95 TransformFtor Transform;
ObjectTransformLayer.h 35 TransformFtor Transform = TransformFtor())
36 : BaseLayer(BaseLayer), Transform(std::move(Transform)) {}
38 /// @brief Apply the transform functor to each object in the object set, then
49 *I = Transform(std::move(*I));
90 /// @brief Access the transform functor directly.
91 TransformFtor &getTransform() { return Transform; }
94 const TransformFtor &getTransform() const { return Transform; }
98 TransformFtor Transform;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
IRTransformLayer.h 35 TransformFtor Transform = TransformFtor())
36 : BaseLayer(BaseLayer), Transform(std::move(Transform)) {}
38 /// @brief Apply the transform functor to each module in the module set, then
50 *I = Transform(std::move(*I));
87 /// @brief Access the transform functor directly.
88 TransformFtor& getTransform() { return Transform; }
91 const TransformFtor& getTransform() const { return Transform; }
95 TransformFtor Transform;
ObjectTransformLayer.h 35 TransformFtor Transform = TransformFtor())
36 : BaseLayer(BaseLayer), Transform(std::move(Transform)) {}
38 /// @brief Apply the transform functor to each object in the object set, then
49 *I = Transform(std::move(*I));
90 /// @brief Access the transform functor directly.
91 TransformFtor &getTransform() { return Transform; }
94 const TransformFtor &getTransform() const { return Transform; }
98 TransformFtor Transform;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
IRTransformLayer.h 35 TransformFtor Transform = TransformFtor())
36 : BaseLayer(BaseLayer), Transform(std::move(Transform)) {}
38 /// @brief Apply the transform functor to each module in the module set, then
50 *I = Transform(std::move(*I));
87 /// @brief Access the transform functor directly.
88 TransformFtor& getTransform() { return Transform; }
91 const TransformFtor& getTransform() const { return Transform; }
95 TransformFtor Transform;
ObjectTransformLayer.h 35 TransformFtor Transform = TransformFtor())
36 : BaseLayer(BaseLayer), Transform(std::move(Transform)) {}
38 /// @brief Apply the transform functor to each object in the object set, then
49 *I = Transform(std::move(*I));
90 /// @brief Access the transform functor directly.
91 TransformFtor &getTransform() { return Transform; }
94 const TransformFtor &getTransform() const { return Transform; }
98 TransformFtor Transform;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
IRTransformLayer.h 35 TransformFtor Transform = TransformFtor())
36 : BaseLayer(BaseLayer), Transform(std::move(Transform)) {}
38 /// @brief Apply the transform functor to each module in the module set, then
50 *I = Transform(std::move(*I));
87 /// @brief Access the transform functor directly.
88 TransformFtor& getTransform() { return Transform; }
91 const TransformFtor& getTransform() const { return Transform; }
95 TransformFtor Transform;
ObjectTransformLayer.h 35 TransformFtor Transform = TransformFtor())
36 : BaseLayer(BaseLayer), Transform(std::move(Transform)) {}
38 /// @brief Apply the transform functor to each object in the object set, then
49 *I = Transform(std::move(*I));
90 /// @brief Access the transform functor directly.
91 TransformFtor &getTransform() { return Transform; }
94 const TransformFtor &getTransform() const { return Transform; }
98 TransformFtor Transform;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
IRTransformLayer.h 35 TransformFtor Transform = TransformFtor())
36 : BaseLayer(BaseLayer), Transform(std::move(Transform)) {}
38 /// @brief Apply the transform functor to each module in the module set, then
50 *I = Transform(std::move(*I));
87 /// @brief Access the transform functor directly.
88 TransformFtor& getTransform() { return Transform; }
91 const TransformFtor& getTransform() const { return Transform; }
95 TransformFtor Transform;
ObjectTransformLayer.h 35 TransformFtor Transform = TransformFtor())
36 : BaseLayer(BaseLayer), Transform(std::move(Transform)) {}
38 /// @brief Apply the transform functor to each object in the object set, then
49 *I = Transform(std::move(*I));
90 /// @brief Access the transform functor directly.
91 TransformFtor &getTransform() { return Transform; }
94 const TransformFtor &getTransform() const { return Transform; }
98 TransformFtor Transform;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
IRTransformLayer.h 35 TransformFtor Transform = TransformFtor())
36 : BaseLayer(BaseLayer), Transform(std::move(Transform)) {}
38 /// @brief Apply the transform functor to each module in the module set, then
50 *I = Transform(std::move(*I));
87 /// @brief Access the transform functor directly.
88 TransformFtor& getTransform() { return Transform; }
91 const TransformFtor& getTransform() const { return Transform; }
95 TransformFtor Transform;
ObjectTransformLayer.h 35 TransformFtor Transform = TransformFtor())
36 : BaseLayer(BaseLayer), Transform(std::move(Transform)) {}
38 /// @brief Apply the transform functor to each object in the object set, then
49 *I = Transform(std::move(*I));
90 /// @brief Access the transform functor directly.
91 TransformFtor &getTransform() { return Transform; }
94 const TransformFtor &getTransform() const { return Transform; }
98 TransformFtor Transform;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
IRTransformLayer.h 35 TransformFtor Transform = TransformFtor())
36 : BaseLayer(BaseLayer), Transform(std::move(Transform)) {}
38 /// @brief Apply the transform functor to each module in the module set, then
50 *I = Transform(std::move(*I));
87 /// @brief Access the transform functor directly.
88 TransformFtor& getTransform() { return Transform; }
91 const TransformFtor& getTransform() const { return Transform; }
95 TransformFtor Transform;
ObjectTransformLayer.h 35 TransformFtor Transform = TransformFtor())
36 : BaseLayer(BaseLayer), Transform(std::move(Transform)) {}
38 /// @brief Apply the transform functor to each object in the object set, then
49 *I = Transform(std::move(*I));
90 /// @brief Access the transform functor directly.
91 TransformFtor &getTransform() { return Transform; }
94 const TransformFtor &getTransform() const { return Transform; }
98 TransformFtor Transform;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
IRTransformLayer.h 35 TransformFtor Transform = TransformFtor())
36 : BaseLayer(BaseLayer), Transform(std::move(Transform)) {}
38 /// @brief Apply the transform functor to each module in the module set, then
50 *I = Transform(std::move(*I));
87 /// @brief Access the transform functor directly.
88 TransformFtor& getTransform() { return Transform; }
91 const TransformFtor& getTransform() const { return Transform; }
95 TransformFtor Transform;
ObjectTransformLayer.h 35 TransformFtor Transform = TransformFtor())
36 : BaseLayer(BaseLayer), Transform(std::move(Transform)) {}
38 /// @brief Apply the transform functor to each object in the object set, then
49 *I = Transform(std::move(*I));
90 /// @brief Access the transform functor directly.
91 TransformFtor &getTransform() { return Transform; }
94 const TransformFtor &getTransform() const { return Transform; }
98 TransformFtor Transform;
  /external/mesa3d/src/mesa/main/
clip.c 45 _mesa_transform_vector(ctx->Transform._ClipUserPlane[plane],
46 ctx->Transform.EyeUserPlane[plane],
83 if (TEST_EQ_4V(ctx->Transform.EyeUserPlane[p], equation))
87 COPY_4FV(ctx->Transform.EyeUserPlane[p], equation);
89 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) {
110 equation[0] = (GLdouble) ctx->Transform.EyeUserPlane[p][0];
111 equation[1] = (GLdouble) ctx->Transform.EyeUserPlane[p][1];
112 equation[2] = (GLdouble) ctx->Transform.EyeUserPlane[p][2];
113 equation[3] = (GLdouble) ctx->Transform.EyeUserPlane[p][3];
  /frameworks/native/services/surfaceflinger/
Transform.h 36 class Transform
39 Transform();
40 Transform(const Transform& other);
41 explicit Transform(uint32_t orientation);
42 ~Transform();
62 // query the transform
71 // modify the transform
77 // transform data
79 vec2 transform(int x, int y) const
    [all...]

Completed in 643 milliseconds

12 3 4 5 6 7 8 91011>>