Home
last modified time | relevance | path

Searched refs:identity (Results 1 – 4 of 4) sorted by relevance

/art/test/StaticLeafMethods/
DStaticLeafMethods.java20 static byte identity(byte x) { in identity() method in StaticLeafMethods
23 static int identity(int x) { in identity() method in StaticLeafMethods
38 static double identity(double x) { in identity() method in StaticLeafMethods
/art/test/NonStaticLeafMethods/
DNonStaticLeafMethods.java22 byte identity(byte x) { in identity() method in NonStaticLeafMethods
25 int identity(int x) { in identity() method in NonStaticLeafMethods
40 double identity(double x) { in identity() method in NonStaticLeafMethods
/art/test/957-methodhandle-transforms/src/
DMain.java480 MethodHandle identity = MethodHandles.identity(boolean.class); in testIdentity() local
481 boolean value = (boolean) identity.invoke(false); in testIdentity()
488 MethodHandle identity = MethodHandles.identity(byte.class); in testIdentity() local
489 byte value = (byte) identity.invoke((byte) 0x8); in testIdentity()
496 MethodHandle identity = MethodHandles.identity(char.class); in testIdentity() local
497 char value = (char) identity.invoke((char) -56); in testIdentity()
504 MethodHandle identity = MethodHandles.identity(short.class); in testIdentity() local
505 short value = (short) identity.invoke((short) -59); in testIdentity()
512 MethodHandle identity = MethodHandles.identity(int.class); in testIdentity() local
513 int value = (int) identity.invoke(52); in testIdentity()
[all …]
/art/tools/luci/config/
Dcr-buildbucket.cfg20 identity: "luci-scheduler@appspot.gserviceaccount.com"
24 identity: "luci-migration@appspot.gserviceaccount.com"