Home
last modified time | relevance | path

Searched +defs:obj +defs:y (Results 1 – 25 of 1260) sorted by relevance

12345678910>>...51

/aosp_15_r20/external/libjpeg-turbo/
H A Dturbojpeg-jni.c211 (JNIEnv *env, jobject obj) in Java_org_libjpegturbo_turbojpeg_TJCompressor_init()
229 (JNIEnv *env, jobject obj, jarray src, jint srcElementSize, jint x, jint y, in TJCompressor_compress()
275 (JNIEnv *env, jobject obj, jbyteArray src, jint x, jint y, jint width, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIIIII_3BIII()
285 (JNIEnv *env, jobject obj, jbyteArray src, jint width, jint pitch, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIII_3BIII()
295 (JNIEnv *env, jobject obj, jintArray src, jint x, jint y, jint width, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3IIIIIII_3BIII()
314 (JNIEnv *env, jobject obj, jintArray src, jint width, jint stride, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3IIIII_3BIII()
333 (JNIEnv *env, jobject obj, jobjectArray srcobjs, jintArray jSrcOffsets, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII()
418 (JNIEnv *env, jobject obj, jarray src, jint srcElementSize, jint x, jint y, in TJCompressor_encodeYUV()
505 (JNIEnv *env, jobject obj, jbyteArray src, jint x, jint y, jint width, in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3BIIIIII_3_3B_3I_3III()
515 (JNIEnv *env, jobject obj, jintArray src, jint x, jint y, jint width, in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3IIIIIII_3_3B_3I_3III()
[all …]
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_hooks.py56 def fn(x, y, z): argument
69 def fn(x, y, z): argument
85 def fn(x, y, z): argument
103 def fn(x, y, z): argument
123 def fn(x, y, z): argument
139 def fn(x, y, z, mod): argument
197 def fn(x, y, z): argument
216 def fn(x, y, z): argument
444 def complex_state_touching_hook(grad, *, obj): argument
448 def forward(self, x, obj): argument
[all …]
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Collections/
H A DProtobufEqualityComparers.cs85 public override bool Equals(double x, double y) => in Equals()
88 public override int GetHashCode(double obj) => in GetHashCode()
97 public override bool Equals(float x, float y) => in Equals()
100 public override int GetHashCode(float obj) => in GetHashCode()
106 public override bool Equals(double? x, double? y) => in Equals()
113 public override int GetHashCode(double? obj) => in GetHashCode()
119 public override bool Equals(float? x, float? y) => in Equals()
126 public override int GetHashCode(float? obj) => in GetHashCode()
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H A DProtobufEqualityComparers.cs85 public override bool Equals(double x, double y) => in Equals()
88 public override int GetHashCode(double obj) => in GetHashCode()
97 public override bool Equals(float x, float y) => in Equals()
100 public override int GetHashCode(float obj) => in GetHashCode()
106 public override bool Equals(double? x, double? y) => in Equals()
113 public override int GetHashCode(double? obj) => in GetHashCode()
119 public override bool Equals(float? x, float? y) => in Equals()
126 public override int GetHashCode(float? obj) => in GetHashCode()
/aosp_15_r20/frameworks/base/libs/hwui/jni/
H A DCamera.cpp8 static void Camera_constructor(JNIEnv* env, jobject obj) { in Camera_constructor()
13 static void Camera_destructor(JNIEnv* env, jobject obj) { in Camera_destructor()
19 static void Camera_save(JNIEnv* env, jobject obj) { in Camera_save()
25 static void Camera_restore(JNIEnv* env, jobject obj) { in Camera_restore()
31 static void Camera_translate(JNIEnv* env, jobject obj, in Camera_translate()
38 static void Camera_rotateX(JNIEnv* env, jobject obj, jfloat degrees) { in Camera_rotateX()
44 static void Camera_rotateY(JNIEnv* env, jobject obj, jfloat degrees) { in Camera_rotateY()
50 static void Camera_rotateZ(JNIEnv* env, jobject obj, jfloat degrees) { in Camera_rotateZ()
56 static void Camera_rotate(JNIEnv* env, jobject obj, jfloat x, jfloat y, jfloat z) { in Camera_rotate()
64 static void Camera_setLocation(JNIEnv* env, jobject obj, jfloat x, jfloat y, jfloat z) { in Camera_setLocation()
[all …]
H A DPath.cpp37 static void finalizer(SkPath* obj) { in finalizer()
63 SkPath* obj = reinterpret_cast<SkPath*>(objHandle); in computeBounds() local
69 SkPath* obj = reinterpret_cast<SkPath*>(objHandle); in incReserve() local
73 static void moveTo__FF(JNIEnv* env, jclass clazz, jlong objHandle, jfloat x, jfloat y) { in moveTo__FF()
74 SkPath* obj = reinterpret_cast<SkPath*>(objHandle); in moveTo__FF() local
79 SkPath* obj = reinterpret_cast<SkPath*>(objHandle); in rMoveTo() local
83 static void lineTo__FF(JNIEnv* env, jclass clazz, jlong objHandle, jfloat x, jfloat y) { in lineTo__FF()
84 SkPath* obj = reinterpret_cast<SkPath*>(objHandle); in lineTo__FF() local
89 SkPath* obj = reinterpret_cast<SkPath*>(objHandle); in rLineTo() local
95 SkPath* obj = reinterpret_cast<SkPath*>(objHandle); in quadTo__FFFF() local
[all …]
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-vtables-virtual-inheritance.cpp31 void use(C *obj) { obj->f(); } in use()
55 void use(D *obj) { obj->h(); } in use()
103 void use(X *obj) { obj->h(); } in use()
180 Y y; variable
181 void use(Y *obj) { obj->h(); } in use()
246 void use(X *obj) { obj->f(); } in use()
262 void use(Z *obj) { obj->f(); } in use()
284 void use(T *obj) { obj->bar(); } in use()
308 Y y; variable
309 void use(Y *obj) { obj->h(); } in use()
[all …]
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DDragResizeWindowGeometry.java145 final float y = e.getY(0) + offset.y; in shouldHandleEvent() local
187 private boolean isInEdgeResizeBounds(float x, float y) { in isInEdgeResizeBounds()
201 int calculateCtrlType(boolean isTouchscreen, boolean isEdgeResizePermitted, float x, float y) { in calculateCtrlType()
224 private int calculateEdgeResizeCtrlType(float x, float y) { in calculateEdgeResizeCtrlType()
259 float y) { in checkDistanceFromCenter()
311 public boolean equals(Object obj) { in equals()
398 int calculateCornersCtrlType(float x, float y) { in calculateCornersCtrlType()
426 public boolean equals(Object obj) { in equals()
493 private boolean contains(int x, int y) { in contains()
521 public boolean equals(Object obj) { in equals()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/vc4/kernel/
H A Dvc4_render_cl.c95 uint8_t x, uint8_t y) in vc4_full_res_offset()
109 uint32_t x, uint32_t y) in vc4_tile_coordinates()
118 uint8_t x, uint8_t y, bool first, bool last) in emit_tile()
360 int y = positive_y ? min_y_tile + yi : max_y_tile - yi; in vc4_create_rcl_bo() local
378 struct drm_gem_cma_object *obj, in vc4_full_res_bounds_check()
405 struct drm_gem_cma_object **obj, in vc4_rcl_msaa_surface_setup()
429 struct drm_gem_cma_object **obj, in vc4_rcl_surface_setup()
525 struct drm_gem_cma_object **obj, in vc4_rcl_render_config_surface_setup()
/aosp_15_r20/art/test/530-checker-lse/src/
H A DMain.java163 static int test2(TestClass obj) { in test2()
195 static int test3(TestClass obj) { in test3()
226 static int test4(TestClass obj, boolean b) { in test4()
258 static int test5(TestClass obj, boolean b) { in test5()
303 static int test7(TestClass obj) { in test7()
324 TestClass obj = new TestClass(); in test8() local
343 static int test9(TestClass obj) { in test9()
371 static int test10(TestClass obj) { in test10()
386 static int test11(TestClass obj) { in test11()
486 TestClass obj = new TestClass(1, 2); in test16() local
[all …]
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
H A DDHPublicKey.java19 private ASN1Integer y; field in DHPublicKey
28 public static DHPublicKey getInstance(ASN1TaggedObject obj, boolean explicit) in getInstance()
39 public static DHPublicKey getInstance(Object obj) in getInstance()
54 private DHPublicKey(ASN1Integer y) in DHPublicKey()
69 public DHPublicKey(BigInteger y) in DHPublicKey()
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x9/
H A DDHPublicKey.java21 private ASN1Integer y; field in DHPublicKey
30 public static DHPublicKey getInstance(ASN1TaggedObject obj, boolean explicit) in getInstance()
41 public static DHPublicKey getInstance(Object obj) in getInstance()
56 private DHPublicKey(ASN1Integer y) in DHPublicKey()
71 public DHPublicKey(BigInteger y) in DHPublicKey()
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x9/
H A DDHPublicKey.java21 private ASN1Integer y; field in DHPublicKey
30 public static DHPublicKey getInstance(ASN1TaggedObject obj, boolean explicit) in getInstance()
41 public static DHPublicKey getInstance(Object obj) in getInstance()
56 private DHPublicKey(ASN1Integer y) in DHPublicKey()
71 public DHPublicKey(BigInteger y) in DHPublicKey()
/aosp_15_r20/libcore/ojluni/src/test/java/io/Serializable/records/
H A DReadResolveTest.java53 private final int y; field in ReadResolveTest.C1
54 C1(int x, int y) { this.x = x; this.y = y; } in C1()
64 public boolean equals(Object obj) { in equals()
81 public boolean equals(Object obj) { in equals()
138 static <T> byte[] serialize(T obj) throws IOException { in serialize()
155 static <T> T serializeDeserialize(T obj) in serializeDeserialize()
H A DThrowingConstructorTest.java73 public R3(int x, int y) { in R3()
82 final Object obj ; field in ThrowingConstructorTest.C
83 C(Object obj) { this.obj= obj; } in C()
140 public R6(int x, int y) { in R6()
180 static <T> byte[] serialize(T obj) throws IOException { in serialize()
197 static <T> T serializeDeserialize(T obj) in serializeDeserialize()
/aosp_15_r20/external/clang/test/Analysis/
H A Dtemporaries.cpp43 TrivialSubclass obj(1); in getTrivialSub() local
50 TrivialSubclass obj = getTrivialSub(); in testImmediate() local
75 Derived obj(1); in test() local
84 int x, y; member
88 int x, y; member
91 int x, y; member
97 int x, y; member
345 int y = 0; in testIfAtEndOfLoop() local
358 int y = 0; in testTernaryAtEndOfLoop() local
H A Dderived-to-base.cpp147 int y; member
154 int getX(const Base &obj) { in getX()
158 int getY(const Derived &obj) { in getY()
202 int y; member
209 int getY(const OffsetDerived &obj) { in getY()
250 int y; member
258 int getY(const DerivedVTBL &obj) { in getY()
262 int getZ(const DoubleDerivedVTBL &obj) { in getZ()
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/
Dindex.go25 type obj struct { struct
26 x int
31 y float64 member
36 y int8 member
40 y int64 member
/aosp_15_r20/art/test/530-checker-lse-try-catch/src/
H A DMain.java19 int y; field in Point
110 Point obj, boolean boolean_throw, boolean boolean_other_throw) { in $noinline$testRedundantStore()
143 private static int $noinline$testTryCatchBlocking(Point obj, boolean boolean_throw) { in $noinline$testTryCatchBlocking()
172 private static int $noinline$testTryCatchPhi(Point obj, boolean boolean_throw) { in $noinline$testTryCatchPhi()
202 private static int $noinline$testTryCatchPhiWithTwoCatches(Point obj, int[] numbers) { in $noinline$testTryCatchPhiWithTwoCatches()
426 int y = a / (b - 1); in $inline$fillArrayTest40() local
/aosp_15_r20/art/runtime/arch/
H A Dstub_test.cc467 Handle<mirror::String> obj( in TEST_F() local
541 Handle<mirror::String> obj( in TestUnlockObject() local
707 Handle<mirror::Object> obj(hs.NewHandle(klass_obj->AllocObject(soa.Self()))); in TEST_F() local
810 ObjPtr<mirror::Object> obj = reinterpret_cast<mirror::Object*>(result); in TEST_F() local
822 ObjPtr<mirror::Object> obj = reinterpret_cast<mirror::Object*>(result); in TEST_F() local
834 ObjPtr<mirror::Object> obj = reinterpret_cast<mirror::Object*>(result); in TEST_F() local
930 ObjPtr<mirror::Object> obj = reinterpret_cast<mirror::Object*>(result); in TEST_F() local
1000 for (size_t y = 0; y < kStringCount; ++y) { in TEST_F() local
1008 for (size_t y = 0; y < kStringCount; ++y) { in TEST_F() local
1106 static void GetSetBooleanInstance(Handle<mirror::Object>* obj, ArtField* f, Thread* self, in GetSetBooleanInstance()
[all …]
/aosp_15_r20/external/pytorch/test/onnx/
H A Dverify.py45 def requireAlmostEqual(self, x, y, msg=None): argument
52 def checkAlmostEqual(self, x, y, msg=None): argument
62 def almostEqualAndThen(self, x, y, msg, k): argument
76 def requireEqual(self, x, y, msg=None): argument
82 def checkEqual(self, x, y, msg=None): argument
92 def equalAndThen(self, x, y, msg, k): argument
122 def requireMultiLineEqual(self, x, y, msg=None): argument
129 def multiLineEqualAndThen(self, x, y, msg, k): argument
296 def _map(obj): argument
320 def _iter(obj): argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/test/
Dbase_from_member_test.cpp62 void register_object( T &obj ) in register_object()
71 void unregister_object( T &obj ) in unregister_object()
242 T & obj in identify()
291 object_id obj in register_object_imp()
363 object_id obj in unregister_object_imp()
408 double y // = -0.25 in base_or_member()
432 base_or_member * y, // = 0 in base_class()
/aosp_15_r20/cts/tests/tests/rscpp/librscpptest/
H A Drs_jni_type.cpp49 for (int y = min; y < max; y ++) { in testTypeBuilderHelper() local
62 jclass obj, in Java_android_cts_rscpp_RSTypeTest_testCreate()
103 jclass obj, in Java_android_cts_rscpp_RSTypeTest_testGetCount()
118 for (int y = 1; y < 8; y ++) { in Java_android_cts_rscpp_RSTypeTest_testGetCount() local
170 jclass obj, in Java_android_cts_rscpp_RSTypeTest_testGet()
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DVec3.java17 public float y() { return bb.getFloat(bb_pos + 4); } in y() method in Vec3
18 public void mutateY(float y) { bb.putFloat(bb_pos + 4, y); } in mutateY()
26 …public MyGame.Example.Test test3(MyGame.Example.Test obj) { return obj.__assign(bb_pos + 26, bb); } in test3()
28 …public static int createVec3(FlatBufferBuilder builder, float x, float y, float z, double test1, i… in createVec3()
49 public Vec3 get(Vec3 obj, int j) { return obj.__assign(__element(j), bb); } in get()
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_functools.py158 def f(x, y): argument
580 def add(self, x, y): argument
792 def add(x, y): argument
867 def cmp1(x, y): argument
874 def cmp2(x, y): argument
883 def cmp1(x, y): argument
903 def cmp1(x, y): argument
912 def cmp1(x, y): argument
918 def cmp1(x, y): argument
924 def mycmp(x, y): argument
[all …]

12345678910>>...51