Home
last modified time | relevance | path

Searched +defs:obj +defs:y (Results 126 – 150 of 1928) sorted by relevance

12345678910>>...78

/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/4/libcore/ojluni/src/main/java/java/lang/
DShort.java488 public boolean equals(Object obj) { in equals()
526 public static int compare(short x, short y) { in compare()
542 public static int compareUnsigned(short x, short y) { in compareUnsigned()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/2/libcore/ojluni/src/main/java/java/lang/
DByte.java485 public boolean equals(Object obj) { in equals()
523 public static int compare(byte x, byte y) { in compare()
539 public static int compareUnsigned(byte x, byte y) { in compareUnsigned()
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/
H A DByte.java485 public boolean equals(Object obj) { in equals()
523 public static int compare(byte x, byte y) { in compare()
539 public static int compareUnsigned(byte x, byte y) { in compareUnsigned()
/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_edit_embeddertest.cpp453 float y; in TEST_F() local
578 float y; in TEST_F() local
666 FPDF_PAGEOBJECT obj = FPDFPage_GetObject(page, 0); in TEST_F() local
673 float y; in TEST_F() local
708 ScopedFPDFPageObject obj(FPDFPage_GetObject(page, 0)); in TEST_F() local
2269 float y; in TEST_F() local
3984 FPDF_PAGEOBJECT obj = FPDFPage_GetObject(page, 32); in TEST_F() local
4045 FPDF_PAGEOBJECT obj = FPDFPage_GetObject(page, 33); in TEST_F() local
4095 FPDF_PAGEOBJECT obj = FPDFPage_GetObject(page, 0); in TEST_F() local
4116 FPDF_PAGEOBJECT obj = FPDFPage_GetObject(page, i); in TEST_F() local
[all …]
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dblocks.cpp26 struct loc { double x, y; }; member
39 const mut obj = { 5 }; in test3() local
51 const scope obj = { 5 }; in test4() local
/aosp_15_r20/prebuilts/module_sdk/art/1/test-exports/java/
Dcore-tests-support.jar ... void print (java.lang.Object) Object obj public void print (java.lang.String) ...
/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/
Dcore-tests-support.jar ... void print (java.lang.Object) Object obj public void print (java.lang.String) ...
/aosp_15_r20/cts/tests/tests/rscpp/librscpptest/
H A Drs_jni_allocation.cpp43 for (uint32_t y = 1; y < 8; y ++) { in createTypedHelper() local
57 jclass obj, in Java_android_cts_rscpp_RSAllocationTest_typedTest()
425 jclass obj, in Java_android_cts_rscpp_RSAllocationTest_test1DCopy()
462 jclass obj, in Java_android_cts_rscpp_RSAllocationTest_test2DCopy()
493 jclass obj, in Java_android_cts_rscpp_RSAllocationTest_test3DCopy()
524jclass obj, in Java_android_cts_rscpp_RSAllocationTest_test1DCopyPadded()
555jclass obj, in Java_android_cts_rscpp_RSAllocationTest_test2DCopyPadded()
580jclass obj, in Java_android_cts_rscpp_RSAllocationTest_test3DCopyPadded()
610jclass obj, in Java_android_cts_rscpp_RSAllocationTest_testSetElementAt()
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/jwt/
H A DJwkSetConverter.java215 BigInteger y = in convertJwtEcdsaKey() local
320 private static String getStringItem(JsonObject obj, String name) throws GeneralSecurityException { in getStringItem()
330 private static void expectStringItem(JsonObject obj, String name, String expectedValue) in expectStringItem()
/aosp_15_r20/frameworks/base/libs/hwui/jni/
H A DGraphics.cpp252 void GraphicsJNI::get_jrect(JNIEnv* env, jobject obj, int* L, int* T, int* R, int* B) in get_jrect()
262 void GraphicsJNI::set_jrect(JNIEnv* env, jobject obj, int L, int T, int R, int B) in set_jrect()
272 SkIRect* GraphicsJNI::jrect_to_irect(JNIEnv* env, jobject obj, SkIRect* ir) in jrect_to_irect()
283 void GraphicsJNI::irect_to_jrect(const SkIRect& ir, JNIEnv* env, jobject obj) in irect_to_jrect()
293 SkRect* GraphicsJNI::jrectf_to_rect(JNIEnv* env, jobject obj, SkRect* r) in jrectf_to_rect()
304 SkRect* GraphicsJNI::jrect_to_rect(JNIEnv* env, jobject obj, SkRect* r) in jrect_to_rect()
315 void GraphicsJNI::rect_to_jrectf(const SkRect& r, JNIEnv* env, jobject obj) in rect_to_jrectf()
325 SkIPoint* GraphicsJNI::jpoint_to_ipoint(JNIEnv* env, jobject obj, SkIPoint* point) in jpoint_to_ipoint()
334 void GraphicsJNI::ipoint_to_jpoint(const SkIPoint& ir, JNIEnv* env, jobject obj) in ipoint_to_jpoint()
342 SkPoint* GraphicsJNI::jpointf_to_point(JNIEnv* env, jobject obj, SkPoint* point) in jpointf_to_point()
[all …]
/aosp_15_r20/frameworks/base/media/java/android/media/
H A DMicrophoneInfo.java383 public final float y; field in MicrophoneInfo.Coordinate3F
386 Coordinate3F(float x, float y, float z) { in Coordinate3F()
393 public boolean equals(Object obj) { in equals()
/aosp_15_r20/out/soong/.intermediates/external/bouncycastle/bouncycastle-repackaged-unbundled/android_common/javac/
Dbouncycastle-repackaged-unbundled.jar ... .Object) java.io.IOException e Object obj protected static int getLengthOfHeader (byte[]) int ...
/aosp_15_r20/external/clang/test/Analysis/
H A Dreference.cpp103 int &y = *x; // expected-warning{{Dereference of null pointer}} in testNullReference() local
114 int &y = *x; in testRetroactiveNullReference() local
238 template <class T> void bar(const T &obj) {} in bar()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DDate.java242 int y = year + 1900; in Date() local
318 int y = year + 1900; in UTC() local
728 int y = 0; in setMonth() local
970 public boolean equals(Object obj) { in equals()
1240 int y = date.getNormalizedYear(); in normalize() local
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DDate.java242 int y = year + 1900; in Date() local
318 int y = year + 1900; in UTC() local
728 int y = 0; in setMonth() local
970 public boolean equals(Object obj) { in equals()
1240 int y = date.getNormalizedYear(); in normalize() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/18/libcore/ojluni/src/main/java/java/util/
DDate.java242 int y = year + 1900; in Date() local
318 int y = year + 1900; in UTC() local
728 int y = 0; in setMonth() local
970 public boolean equals(Object obj) { in equals()
1240 int y = date.getNormalizedYear(); in normalize() local
/aosp_15_r20/cts/tests/tests/media/codec/src/android/media/codec/cts/
H A DEncodeDecodeTest.java231 public static void runTest(EncodeDecodeTest obj) throws Throwable { in runTest()
286 public static void runTest(EncodeDecodeTest obj, boolean persisent, boolean useNdk) in runTest()
1095 int x, y; in checkFrame() local
1193 int x, y; in checkSurfaceFrame() local
/aosp_15_r20/external/python/cpython3/Modules/
D_curses_panel.c272 PyObject *tp, *obj; in PyCursesPanel_Dealloc() local
380 int y, int x) in _curses_panel_panel_move_impl()
448 PyTypeObject *cls, PyObject *obj) in _curses_panel_panel_set_userptr_impl()
483 PyObject *obj = (PyObject *) panel_userptr(self->pan); in _curses_panel_panel_userptr_impl() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dobject.h120 #define Py_Is(x, y) ((x) == (y)) argument
616 static inline PyObject* _Py_NewRef(PyObject *obj) in _Py_NewRef()
622 static inline PyObject* _Py_XNewRef(PyObject *obj) in _Py_XNewRef()
632 # define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj)) argument
633 # define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj)) argument
635 # define Py_NewRef(obj) _Py_NewRef(obj) argument
636 # define Py_XNewRef(obj) _Py_XNewRef(obj) argument
/aosp_15_r20/external/python/cpython3/Include/
Dobject.h120 #define Py_Is(x, y) ((x) == (y)) argument
616 static inline PyObject* _Py_NewRef(PyObject *obj) in _Py_NewRef()
622 static inline PyObject* _Py_XNewRef(PyObject *obj) in _Py_XNewRef()
632 # define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj)) argument
633 # define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj)) argument
635 # define Py_NewRef(obj) _Py_NewRef(obj) argument
636 # define Py_XNewRef(obj) _Py_XNewRef(obj) argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dobject.h120 #define Py_Is(x, y) ((x) == (y)) argument
616 static inline PyObject* _Py_NewRef(PyObject *obj) in _Py_NewRef()
622 static inline PyObject* _Py_XNewRef(PyObject *obj) in _Py_XNewRef()
632 # define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj)) argument
633 # define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj)) argument
635 # define Py_NewRef(obj) _Py_NewRef(obj) argument
636 # define Py_XNewRef(obj) _Py_XNewRef(obj) argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dobject.h120 #define Py_Is(x, y) ((x) == (y)) argument
616 static inline PyObject* _Py_NewRef(PyObject *obj) in _Py_NewRef()
622 static inline PyObject* _Py_XNewRef(PyObject *obj) in _Py_XNewRef()
632 # define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj)) argument
633 # define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj)) argument
635 # define Py_NewRef(obj) _Py_NewRef(obj) argument
636 # define Py_XNewRef(obj) _Py_XNewRef(obj) argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dobject.h120 #define Py_Is(x, y) ((x) == (y)) argument
616 static inline PyObject* _Py_NewRef(PyObject *obj) in _Py_NewRef()
622 static inline PyObject* _Py_XNewRef(PyObject *obj) in _Py_XNewRef()
632 # define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj)) argument
633 # define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj)) argument
635 # define Py_NewRef(obj) _Py_NewRef(obj) argument
636 # define Py_XNewRef(obj) _Py_XNewRef(obj) argument
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
H A DProjector.java34 public void setCurrentView(int x, int y, int width, int height) { in setCurrentView()
41 public void project(float[] obj, int objOffset, float[] win, int winOffset) { in project()
/aosp_15_r20/external/mockito/src/test/java/org/mockitousage/verification/
H A DPrintingVerboseTypesWithArgumentsTest.java27 public void withLongAndInt(long x, int y) { in withLongAndInt()
117 public boolean equals(Object obj) { in equals()

12345678910>>...78