Home
last modified time | relevance | path

Searched refs:get1 (Results 1 – 25 of 1213) sorted by relevance

12345678910>>...49

/dports/devel/p5-Data-Model/Data-Model-0.00008/t/lib/Mock/Tests/
H A DDriverMemcached.pm21 ok($get1, 'get ok');
22 is $get1->id, 1, 'id = 1';
33 $get1->name('NAME is Yappo');
34 ok($get1->update, 'update ok');
52 $get1->id('ID');
53 $get1->update;
132 ok($get1, 'set ok');
181 ok($get1, 'set ok');
182 is $get1->key1, 'ya', 'key1';
183 is $get1->key2, 'pp', 'key2';
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/jpg/
H A Djpegdump.c79 int get1 (void) { in get1() function
98 get1(); in eatmarker()
132 id = get1(); in get_sof()
133 sf = get1(); in get_sof()
134 tab = get1(); in get_sof()
160 c = get1(); in get_app()
193 t = get1(); in get1dqt()
249 id = get1(); in get_sos()
281 c = get1(); in main()
285 c = get1(); in main()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/stable/
H A DTestStableDouble.java176 public static double get1() { return c.v[10]; } in get1() method in TestStableDouble.DoubleArrayDim1
216 public static double[] get1() { return c.v[0]; } in get1() method in TestStableDouble.DoubleArrayDim2
235 c.v = new double[1][1]; double[] val1 = get1(); in test()
236 c.v[0] = new double[1]; double[] val2 = get1(); in test()
255 public static double[] get1() { return c.v[0][0]; } in get1() method in TestStableDouble.DoubleArrayDim3
305 public static double[] get1() { return c.v[0][0][0]; } in get1() method in TestStableDouble.DoubleArrayDim4
366 public static double[] get1() { return (double[])c.v; } in get1() method in TestStableDouble.ObjectArrayLowerDim0
378 c.v = new double[1]; double[] val1 = get1(); in test()
379 c.v = new double[1]; double[] val2 = get1(); in test()
474 public static double get1() { return get().a; } in get1() method in TestStableDouble.NestedStableField
[all …]
H A DTestStableFloat.java176 public static float get1() { return c.v[10]; } in get1() method in TestStableFloat.FloatArrayDim1
216 public static float[] get1() { return c.v[0]; } in get1() method in TestStableFloat.FloatArrayDim2
235 c.v = new float[1][1]; float[] val1 = get1(); in test()
236 c.v[0] = new float[1]; float[] val2 = get1(); in test()
255 public static float[] get1() { return c.v[0][0]; } in get1() method in TestStableFloat.FloatArrayDim3
305 public static float[] get1() { return c.v[0][0][0]; } in get1() method in TestStableFloat.FloatArrayDim4
366 public static float[] get1() { return (float[])c.v; } in get1() method in TestStableFloat.ObjectArrayLowerDim0
378 c.v = new float[1]; float[] val1 = get1(); in test()
379 c.v = new float[1]; float[] val2 = get1(); in test()
474 public static float get1() { return get().a; } in get1() method in TestStableFloat.NestedStableField
[all …]
H A DTestStableInt.java176 public static int get1() { return c.v[10]; } in get1() method in TestStableInt.IntArrayDim1
216 public static int[] get1() { return c.v[0]; } in get1() method in TestStableInt.IntArrayDim2
235 c.v = new int[1][1]; int[] val1 = get1(); in test()
236 c.v[0] = new int[1]; int[] val2 = get1(); in test()
255 public static int[] get1() { return c.v[0][0]; } in get1() method in TestStableInt.IntArrayDim3
305 public static int[] get1() { return c.v[0][0][0]; } in get1() method in TestStableInt.IntArrayDim4
366 public static int[] get1() { return (int[])c.v; } in get1() method in TestStableInt.ObjectArrayLowerDim0
378 c.v = new int[1]; int[] val1 = get1(); in test()
379 c.v = new int[1]; int[] val2 = get1(); in test()
474 public static int get1() { return get().a; } in get1() method in TestStableInt.NestedStableField
[all …]
H A DTestStableShort.java176 public static short get1() { return c.v[10]; } in get1() method in TestStableShort.ShortArrayDim1
216 public static short[] get1() { return c.v[0]; } in get1() method in TestStableShort.ShortArrayDim2
235 c.v = new short[1][1]; short[] val1 = get1(); in test()
236 c.v[0] = new short[1]; short[] val2 = get1(); in test()
255 public static short[] get1() { return c.v[0][0]; } in get1() method in TestStableShort.ShortArrayDim3
305 public static short[] get1() { return c.v[0][0][0]; } in get1() method in TestStableShort.ShortArrayDim4
366 public static short[] get1() { return (short[])c.v; } in get1() method in TestStableShort.ObjectArrayLowerDim0
378 c.v = new short[1]; short[] val1 = get1(); in test()
379 c.v = new short[1]; short[] val2 = get1(); in test()
474 public static short get1() { return get().a; } in get1() method in TestStableShort.NestedStableField
[all …]
H A DTestStableByte.java176 public static byte get1() { return c.v[10]; } in get1() method in TestStableByte.ByteArrayDim1
216 public static byte[] get1() { return c.v[0]; } in get1() method in TestStableByte.ByteArrayDim2
235 c.v = new byte[1][1]; byte[] val1 = get1(); in test()
236 c.v[0] = new byte[1]; byte[] val2 = get1(); in test()
255 public static byte[] get1() { return c.v[0][0]; } in get1() method in TestStableByte.ByteArrayDim3
305 public static byte[] get1() { return c.v[0][0][0]; } in get1() method in TestStableByte.ByteArrayDim4
368 public static byte[] get1() { return (byte[])c.v; } in get1() method in TestStableByte.ObjectArrayLowerDim0
380 c.v = new byte[1]; byte[] val1 = get1(); in test()
381 c.v = new byte[1]; byte[] val2 = get1(); in test()
476 public static byte get1() { return get().a; } in get1() method in TestStableByte.NestedStableField
[all …]
H A DTestStableChar.java176 public static char get1() { return c.v[10]; } in get1() method in TestStableChar.CharArrayDim1
216 public static char[] get1() { return c.v[0]; } in get1() method in TestStableChar.CharArrayDim2
235 c.v = new char[1][1]; char[] val1 = get1(); in test()
236 c.v[0] = new char[1]; char[] val2 = get1(); in test()
255 public static char[] get1() { return c.v[0][0]; } in get1() method in TestStableChar.CharArrayDim3
305 public static char[] get1() { return c.v[0][0][0]; } in get1() method in TestStableChar.CharArrayDim4
366 public static char[] get1() { return (char[])c.v; } in get1() method in TestStableChar.ObjectArrayLowerDim0
378 c.v = new char[1]; char[] val1 = get1(); in test()
379 c.v = new char[1]; char[] val2 = get1(); in test()
474 public static char get1() { return get().a; } in get1() method in TestStableChar.NestedStableField
[all …]
H A DTestStableLong.java176 public static long get1() { return c.v[10]; } in get1() method in TestStableLong.LongArrayDim1
216 public static long[] get1() { return c.v[0]; } in get1() method in TestStableLong.LongArrayDim2
235 c.v = new long[1][1]; long[] val1 = get1(); in test()
236 c.v[0] = new long[1]; long[] val2 = get1(); in test()
255 public static long[] get1() { return c.v[0][0]; } in get1() method in TestStableLong.LongArrayDim3
305 public static long[] get1() { return c.v[0][0][0]; } in get1() method in TestStableLong.LongArrayDim4
366 public static long[] get1() { return (long[])c.v; } in get1() method in TestStableLong.ObjectArrayLowerDim0
378 c.v = new long[1]; long[] val1 = get1(); in test()
379 c.v = new long[1]; long[] val2 = get1(); in test()
474 public static long get1() { return get().a; } in get1() method in TestStableLong.NestedStableField
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/stable/
H A DTestStableChar.java176 public static char get1() { return c.v[10]; } in get1() method in TestStableChar.CharArrayDim1
216 public static char[] get1() { return c.v[0]; } in get1() method in TestStableChar.CharArrayDim2
235 c.v = new char[1][1]; char[] val1 = get1(); in test()
236 c.v[0] = new char[1]; char[] val2 = get1(); in test()
255 public static char[] get1() { return c.v[0][0]; } in get1() method in TestStableChar.CharArrayDim3
305 public static char[] get1() { return c.v[0][0][0]; } in get1() method in TestStableChar.CharArrayDim4
366 public static char[] get1() { return (char[])c.v; } in get1() method in TestStableChar.ObjectArrayLowerDim0
378 c.v = new char[1]; char[] val1 = get1(); in test()
379 c.v = new char[1]; char[] val2 = get1(); in test()
474 public static char get1() { return get().a; } in get1() method in TestStableChar.NestedStableField
[all …]
H A DTestStableFloat.java176 public static float get1() { return c.v[10]; } in get1() method in TestStableFloat.FloatArrayDim1
216 public static float[] get1() { return c.v[0]; } in get1() method in TestStableFloat.FloatArrayDim2
235 c.v = new float[1][1]; float[] val1 = get1(); in test()
236 c.v[0] = new float[1]; float[] val2 = get1(); in test()
255 public static float[] get1() { return c.v[0][0]; } in get1() method in TestStableFloat.FloatArrayDim3
305 public static float[] get1() { return c.v[0][0][0]; } in get1() method in TestStableFloat.FloatArrayDim4
366 public static float[] get1() { return (float[])c.v; } in get1() method in TestStableFloat.ObjectArrayLowerDim0
378 c.v = new float[1]; float[] val1 = get1(); in test()
379 c.v = new float[1]; float[] val2 = get1(); in test()
474 public static float get1() { return get().a; } in get1() method in TestStableFloat.NestedStableField
[all …]
H A DTestStableInt.java176 public static int get1() { return c.v[10]; } in get1() method in TestStableInt.IntArrayDim1
216 public static int[] get1() { return c.v[0]; } in get1() method in TestStableInt.IntArrayDim2
235 c.v = new int[1][1]; int[] val1 = get1(); in test()
236 c.v[0] = new int[1]; int[] val2 = get1(); in test()
255 public static int[] get1() { return c.v[0][0]; } in get1() method in TestStableInt.IntArrayDim3
305 public static int[] get1() { return c.v[0][0][0]; } in get1() method in TestStableInt.IntArrayDim4
366 public static int[] get1() { return (int[])c.v; } in get1() method in TestStableInt.ObjectArrayLowerDim0
378 c.v = new int[1]; int[] val1 = get1(); in test()
379 c.v = new int[1]; int[] val2 = get1(); in test()
474 public static int get1() { return get().a; } in get1() method in TestStableInt.NestedStableField
[all …]
H A DTestStableLong.java176 public static long get1() { return c.v[10]; } in get1() method in TestStableLong.LongArrayDim1
216 public static long[] get1() { return c.v[0]; } in get1() method in TestStableLong.LongArrayDim2
235 c.v = new long[1][1]; long[] val1 = get1(); in test()
236 c.v[0] = new long[1]; long[] val2 = get1(); in test()
255 public static long[] get1() { return c.v[0][0]; } in get1() method in TestStableLong.LongArrayDim3
305 public static long[] get1() { return c.v[0][0][0]; } in get1() method in TestStableLong.LongArrayDim4
366 public static long[] get1() { return (long[])c.v; } in get1() method in TestStableLong.ObjectArrayLowerDim0
378 c.v = new long[1]; long[] val1 = get1(); in test()
379 c.v = new long[1]; long[] val2 = get1(); in test()
474 public static long get1() { return get().a; } in get1() method in TestStableLong.NestedStableField
[all …]
H A DTestStableShort.java176 public static short get1() { return c.v[10]; } in get1() method in TestStableShort.ShortArrayDim1
216 public static short[] get1() { return c.v[0]; } in get1() method in TestStableShort.ShortArrayDim2
235 c.v = new short[1][1]; short[] val1 = get1(); in test()
236 c.v[0] = new short[1]; short[] val2 = get1(); in test()
255 public static short[] get1() { return c.v[0][0]; } in get1() method in TestStableShort.ShortArrayDim3
305 public static short[] get1() { return c.v[0][0][0]; } in get1() method in TestStableShort.ShortArrayDim4
366 public static short[] get1() { return (short[])c.v; } in get1() method in TestStableShort.ObjectArrayLowerDim0
378 c.v = new short[1]; short[] val1 = get1(); in test()
379 c.v = new short[1]; short[] val2 = get1(); in test()
474 public static short get1() { return get().a; } in get1() method in TestStableShort.NestedStableField
[all …]
H A DTestStableByte.java176 public static byte get1() { return c.v[10]; } in get1() method in TestStableByte.ByteArrayDim1
216 public static byte[] get1() { return c.v[0]; } in get1() method in TestStableByte.ByteArrayDim2
235 c.v = new byte[1][1]; byte[] val1 = get1(); in test()
236 c.v[0] = new byte[1]; byte[] val2 = get1(); in test()
255 public static byte[] get1() { return c.v[0][0]; } in get1() method in TestStableByte.ByteArrayDim3
305 public static byte[] get1() { return c.v[0][0][0]; } in get1() method in TestStableByte.ByteArrayDim4
368 public static byte[] get1() { return (byte[])c.v; } in get1() method in TestStableByte.ObjectArrayLowerDim0
380 c.v = new byte[1]; byte[] val1 = get1(); in test()
381 c.v = new byte[1]; byte[] val2 = get1(); in test()
476 public static byte get1() { return get().a; } in get1() method in TestStableByte.NestedStableField
[all …]
H A DTestStableDouble.java176 public static double get1() { return c.v[10]; } in get1() method in TestStableDouble.DoubleArrayDim1
216 public static double[] get1() { return c.v[0]; } in get1() method in TestStableDouble.DoubleArrayDim2
235 c.v = new double[1][1]; double[] val1 = get1(); in test()
236 c.v[0] = new double[1]; double[] val2 = get1(); in test()
255 public static double[] get1() { return c.v[0][0]; } in get1() method in TestStableDouble.DoubleArrayDim3
305 public static double[] get1() { return c.v[0][0][0]; } in get1() method in TestStableDouble.DoubleArrayDim4
366 public static double[] get1() { return (double[])c.v; } in get1() method in TestStableDouble.ObjectArrayLowerDim0
378 c.v = new double[1]; double[] val1 = get1(); in test()
379 c.v = new double[1]; double[] val2 = get1(); in test()
474 public static double get1() { return get().a; } in get1() method in TestStableDouble.NestedStableField
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/stable/
H A DTestStableByte.java176 public static byte get1() { return c.v[10]; } in get1() method in TestStableByte.ByteArrayDim1
216 public static byte[] get1() { return c.v[0]; } in get1() method in TestStableByte.ByteArrayDim2
235 c.v = new byte[1][1]; byte[] val1 = get1(); in test()
236 c.v[0] = new byte[1]; byte[] val2 = get1(); in test()
255 public static byte[] get1() { return c.v[0][0]; } in get1() method in TestStableByte.ByteArrayDim3
305 public static byte[] get1() { return c.v[0][0][0]; } in get1() method in TestStableByte.ByteArrayDim4
368 public static byte[] get1() { return (byte[])c.v; } in get1() method in TestStableByte.ObjectArrayLowerDim0
380 c.v = new byte[1]; byte[] val1 = get1(); in test()
381 c.v = new byte[1]; byte[] val2 = get1(); in test()
476 public static byte get1() { return get().a; } in get1() method in TestStableByte.NestedStableField
[all …]
H A DTestStableShort.java176 public static short get1() { return c.v[10]; } in get1() method in TestStableShort.ShortArrayDim1
216 public static short[] get1() { return c.v[0]; } in get1() method in TestStableShort.ShortArrayDim2
235 c.v = new short[1][1]; short[] val1 = get1(); in test()
236 c.v[0] = new short[1]; short[] val2 = get1(); in test()
255 public static short[] get1() { return c.v[0][0]; } in get1() method in TestStableShort.ShortArrayDim3
305 public static short[] get1() { return c.v[0][0][0]; } in get1() method in TestStableShort.ShortArrayDim4
366 public static short[] get1() { return (short[])c.v; } in get1() method in TestStableShort.ObjectArrayLowerDim0
378 c.v = new short[1]; short[] val1 = get1(); in test()
379 c.v = new short[1]; short[] val2 = get1(); in test()
474 public static short get1() { return get().a; } in get1() method in TestStableShort.NestedStableField
[all …]
H A DTestStableChar.java176 public static char get1() { return c.v[10]; } in get1() method in TestStableChar.CharArrayDim1
216 public static char[] get1() { return c.v[0]; } in get1() method in TestStableChar.CharArrayDim2
235 c.v = new char[1][1]; char[] val1 = get1(); in test()
236 c.v[0] = new char[1]; char[] val2 = get1(); in test()
255 public static char[] get1() { return c.v[0][0]; } in get1() method in TestStableChar.CharArrayDim3
305 public static char[] get1() { return c.v[0][0][0]; } in get1() method in TestStableChar.CharArrayDim4
366 public static char[] get1() { return (char[])c.v; } in get1() method in TestStableChar.ObjectArrayLowerDim0
378 c.v = new char[1]; char[] val1 = get1(); in test()
379 c.v = new char[1]; char[] val2 = get1(); in test()
474 public static char get1() { return get().a; } in get1() method in TestStableChar.NestedStableField
[all …]
H A DTestStableDouble.java176 public static double get1() { return c.v[10]; } in get1() method in TestStableDouble.DoubleArrayDim1
216 public static double[] get1() { return c.v[0]; } in get1() method in TestStableDouble.DoubleArrayDim2
235 c.v = new double[1][1]; double[] val1 = get1(); in test()
236 c.v[0] = new double[1]; double[] val2 = get1(); in test()
255 public static double[] get1() { return c.v[0][0]; } in get1() method in TestStableDouble.DoubleArrayDim3
305 public static double[] get1() { return c.v[0][0][0]; } in get1() method in TestStableDouble.DoubleArrayDim4
366 public static double[] get1() { return (double[])c.v; } in get1() method in TestStableDouble.ObjectArrayLowerDim0
378 c.v = new double[1]; double[] val1 = get1(); in test()
379 c.v = new double[1]; double[] val2 = get1(); in test()
474 public static double get1() { return get().a; } in get1() method in TestStableDouble.NestedStableField
[all …]
H A DTestStableFloat.java176 public static float get1() { return c.v[10]; } in get1() method in TestStableFloat.FloatArrayDim1
216 public static float[] get1() { return c.v[0]; } in get1() method in TestStableFloat.FloatArrayDim2
235 c.v = new float[1][1]; float[] val1 = get1(); in test()
236 c.v[0] = new float[1]; float[] val2 = get1(); in test()
255 public static float[] get1() { return c.v[0][0]; } in get1() method in TestStableFloat.FloatArrayDim3
305 public static float[] get1() { return c.v[0][0][0]; } in get1() method in TestStableFloat.FloatArrayDim4
366 public static float[] get1() { return (float[])c.v; } in get1() method in TestStableFloat.ObjectArrayLowerDim0
378 c.v = new float[1]; float[] val1 = get1(); in test()
379 c.v = new float[1]; float[] val2 = get1(); in test()
474 public static float get1() { return get().a; } in get1() method in TestStableFloat.NestedStableField
[all …]
H A DTestStableInt.java176 public static int get1() { return c.v[10]; } in get1() method in TestStableInt.IntArrayDim1
216 public static int[] get1() { return c.v[0]; } in get1() method in TestStableInt.IntArrayDim2
235 c.v = new int[1][1]; int[] val1 = get1(); in test()
236 c.v[0] = new int[1]; int[] val2 = get1(); in test()
255 public static int[] get1() { return c.v[0][0]; } in get1() method in TestStableInt.IntArrayDim3
305 public static int[] get1() { return c.v[0][0][0]; } in get1() method in TestStableInt.IntArrayDim4
366 public static int[] get1() { return (int[])c.v; } in get1() method in TestStableInt.ObjectArrayLowerDim0
378 c.v = new int[1]; int[] val1 = get1(); in test()
379 c.v = new int[1]; int[] val2 = get1(); in test()
474 public static int get1() { return get().a; } in get1() method in TestStableInt.NestedStableField
[all …]
H A DTestStableLong.java176 public static long get1() { return c.v[10]; } in get1() method in TestStableLong.LongArrayDim1
216 public static long[] get1() { return c.v[0]; } in get1() method in TestStableLong.LongArrayDim2
235 c.v = new long[1][1]; long[] val1 = get1(); in test()
236 c.v[0] = new long[1]; long[] val2 = get1(); in test()
255 public static long[] get1() { return c.v[0][0]; } in get1() method in TestStableLong.LongArrayDim3
305 public static long[] get1() { return c.v[0][0][0]; } in get1() method in TestStableLong.LongArrayDim4
366 public static long[] get1() { return (long[])c.v; } in get1() method in TestStableLong.ObjectArrayLowerDim0
378 c.v = new long[1]; long[] val1 = get1(); in test()
379 c.v = new long[1]; long[] val2 = get1(); in test()
474 public static long get1() { return get().a; } in get1() method in TestStableLong.NestedStableField
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/stable/
H A DTestStableFloat.java176 public static float get1() { return c.v[10]; } in get1() method in TestStableFloat.FloatArrayDim1
216 public static float[] get1() { return c.v[0]; } in get1() method in TestStableFloat.FloatArrayDim2
235 c.v = new float[1][1]; float[] val1 = get1(); in test()
236 c.v[0] = new float[1]; float[] val2 = get1(); in test()
255 public static float[] get1() { return c.v[0][0]; } in get1() method in TestStableFloat.FloatArrayDim3
305 public static float[] get1() { return c.v[0][0][0]; } in get1() method in TestStableFloat.FloatArrayDim4
366 public static float[] get1() { return (float[])c.v; } in get1() method in TestStableFloat.ObjectArrayLowerDim0
378 c.v = new float[1]; float[] val1 = get1(); in test()
379 c.v = new float[1]; float[] val2 = get1(); in test()
474 public static float get1() { return get().a; } in get1() method in TestStableFloat.NestedStableField
[all …]
H A DTestStableDouble.java176 public static double get1() { return c.v[10]; } in get1() method in TestStableDouble.DoubleArrayDim1
216 public static double[] get1() { return c.v[0]; } in get1() method in TestStableDouble.DoubleArrayDim2
235 c.v = new double[1][1]; double[] val1 = get1(); in test()
236 c.v[0] = new double[1]; double[] val2 = get1(); in test()
255 public static double[] get1() { return c.v[0][0]; } in get1() method in TestStableDouble.DoubleArrayDim3
305 public static double[] get1() { return c.v[0][0][0]; } in get1() method in TestStableDouble.DoubleArrayDim4
366 public static double[] get1() { return (double[])c.v; } in get1() method in TestStableDouble.ObjectArrayLowerDim0
378 c.v = new double[1]; double[] val1 = get1(); in test()
379 c.v = new double[1]; double[] val2 = get1(); in test()
474 public static double get1() { return get().a; } in get1() method in TestStableDouble.NestedStableField
[all …]

12345678910>>...49