Searched refs:q (Results 1 – 11 of 11) sorted by relevance
21 long q = 1L; in main() local31 q++; in main()34 t7q += (int)(1 - ((q - q) - 2)); in main()
5 a=123 c=q d=3.343434 j=1234605616436508552 f=0.12345
36 gI3zWH0mYOn7qeXyIEVEJsosGl+Cg5a3pb9ETvMiknPzBKlssWSkcBKt8R59v/7q
848 static int dynamicBCEAndConstantIndicesAllPrimTypes(int[] q, in dynamicBCEAndConstantIndicesAllPrimTypes() argument860 result += q[i] + (r[0] ? 1 : 0) + (int) s[0] + (int) t[0] + (int) u[0] + (int) v[0] + in dynamicBCEAndConstantIndicesAllPrimTypes()883 static int dynamicBCEAndConstantIndexRefType(int[] q, Integer[] z, int lo, int hi) { in dynamicBCEAndConstantIndexRefType() argument888 result += q[i] + z[0]; in dynamicBCEAndConstantIndexRefType()
15 0x00001518 170 com.google.android.test.Test q (II)V Test.java 127
636 name : 'q'841 … |0152: sput-object v0, Lcom/google/android/checkers/g;.q:[B // field@0069883 … |01b7: sget-object v0, Lcom/google/android/checkers/g;.q:[B // field@0069963 … |0253: sput-object v5, Lcom/google/android/checkers/g;.q:[B // field@0069966 … |0259: iput v7, v9, Lcom/google/android/checkers/CheckersView;.q:I // field@00231231 … |001c: iput v0, v10, Lcom/google/android/checkers/CheckersView;.q:I // field@00231331 … |00d8: iget v0, v10, Lcom/google/android/checkers/CheckersView;.q:I // field@00231333 … |00dc: iget v0, v10, Lcom/google/android/checkers/CheckersView;.q:I // field@00231335 … |00e0: iget v0, v10, Lcom/google/android/checkers/CheckersView;.q:I // field@00231354 … |0104: iget v0, v10, Lcom/google/android/checkers/CheckersView;.q:I // field@0023[all …]
1046 … |0025: invoke-direct {v1, v2, v0}, Lcom/google/android/test/Test;.q:(II)V // method@00121056 … |0037: invoke-direct {v1, v2, v0}, Lcom/google/android/test/Test;.q:(II)V // method@00121406 name : 'q'1414 001508: |[001508] com.google.android.test.Test.q:(II)V
40 .field static public q:I
104 int q, int r, int s, int t, in Min2Print26() argument108 n, o, p, q, r, s, t, u, v, w, x, y, z }; in Min2Print26()
2091 HInstruction* q = instruction->InputAt(0); in VectorizeSADIdiom() local2125 if (VectorizeUse(node, q, generate_code, sub_type, restrictions) && in VectorizeSADIdiom()2132 vector_map_->Get(q), in VectorizeSADIdiom()2141 GenerateVecOp(instruction, vector_map_->Get(q), vector_map_->Get(v), reduction_type); in VectorizeSADIdiom()2163 HInstruction* q = instruction->InputAt(0); in VectorizeDotProdIdiom() local2193 if (VectorizeUse(node, q, generate_code, op_type, restrictions) && in VectorizeDotProdIdiom()2200 vector_map_->Get(q), in VectorizeDotProdIdiom()2210 GenerateVecOp(instruction, vector_map_->Get(q), vector_map_->Get(v), reduction_type); in VectorizeDotProdIdiom()
913 PriorityBlockingQueue q = new PriorityBlockingQueue(10); in b2487514Test() local916 q.offer(new Integer(0)); in b2487514Test()923 Integer[] ints = (Integer[]) q.toArray(new Integer[5]); in b2487514Test()929 Object[] obj = q.toArray(new String[5]); in b2487514Test()