Searched refs:identity (Results 1 – 4 of 4) sorted by relevance
20 static byte identity(byte x) { in identity() method in StaticLeafMethods23 static int identity(int x) { in identity() method in StaticLeafMethods38 static double identity(double x) { in identity() method in StaticLeafMethods
22 byte identity(byte x) { in identity() method in NonStaticLeafMethods25 int identity(int x) { in identity() method in NonStaticLeafMethods40 double identity(double x) { in identity() method in NonStaticLeafMethods
480 MethodHandle identity = MethodHandles.identity(boolean.class); in testIdentity() local481 boolean value = (boolean) identity.invoke(false); in testIdentity()488 MethodHandle identity = MethodHandles.identity(byte.class); in testIdentity() local489 byte value = (byte) identity.invoke((byte) 0x8); in testIdentity()496 MethodHandle identity = MethodHandles.identity(char.class); in testIdentity() local497 char value = (char) identity.invoke((char) -56); in testIdentity()504 MethodHandle identity = MethodHandles.identity(short.class); in testIdentity() local505 short value = (short) identity.invoke((short) -59); in testIdentity()512 MethodHandle identity = MethodHandles.identity(int.class); in testIdentity() local513 int value = (int) identity.invoke(52); in testIdentity()[all …]
20 identity: "luci-scheduler@appspot.gserviceaccount.com"24 identity: "luci-migration@appspot.gserviceaccount.com"