HomeSort by relevance Sort by last modified time
    Searched refs:rs1 (Results 1 - 13 of 13) sorted by null

  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form12x.java 80 RegisterSpec rs1; local
85 rs1 = regs.get(0);
94 rs1 = regs.get(1);
96 if (rs1.getReg() != regs.get(0).getReg()) {
106 return unsignedFitsInNibble(rs1.getReg()) &&
  /external/eigen/test/
schur_real.cpp 61 RealSchur<MatrixType> rs1; local
62 rs1.compute(A);
64 VERIFY_IS_EQUAL(rs1.info(), Success);
66 VERIFY_IS_EQUAL(rs1.matrixT(), rs2.matrixT());
67 VERIFY_IS_EQUAL(rs1.matrixU(), rs2.matrixU());
72 VERIFY_IS_EQUAL(rs1.matrixT(), rsOnlyT.matrixT());
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form12x.java 81 RegisterSpec rs1; local
86 rs1 = regs.get(0);
95 rs1 = regs.get(1);
97 if (rs1.getReg() != regs.get(0).getReg()) {
107 return unsignedFitsInNibble(rs1.getReg()) &&
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
Form12x.java 81 RegisterSpec rs1; local
86 rs1 = regs.get(0);
95 rs1 = regs.get(1);
97 if (rs1.getReg() != regs.get(0).getReg()) {
107 return unsignedFitsInNibble(rs1.getReg()) &&
  /libcore/luni/src/test/java/libcore/java/sql/
OldConnectionTest.java 392 ResultSet rs1 = null; local
429 rs1 = st.getResultSet();
430 assertEquals(0, getCount(rs1));
434 rs1.close();
886 ResultSet rs1 = null; local
898 rs1 = st1.getResultSet();
899 assertEquals(3, getCount(rs1));
907 rs1.close();
1127 ResultSet rs1 = null; local
1173 ResultSet rs1 = null; local
1233 ResultSet rs1 = null; local
1290 ResultSet rs1 = null; local
2084 ResultSet rs1 = null; local
    [all...]
OldResultSetMetaDataTest.java 234 ResultSet rs1 = null; local
246 rs1 = st1.executeQuery(query);
247 assertNotNull(rs1);
248 ResultSetMetaData rsmd1 = rs1.getMetaData();
255 if (rs1 != null) rs1.close();
OldResultSetTest.java 144 ResultSet rs1 = ps1.executeQuery(); local
155 // Although exception happened on ps2 rs1 should still work
158 while (rs1.next()) {
164 rs1.close();
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCDatabaseMetaData.java 732 JDBCResultSet rs1 = null; local
742 rs1 = (JDBCResultSet)
766 rs1 != null && rs1.tr != null && rs1.tr.nrows > 0) {
772 for (int i = 0; i < rs1.tr.ncolumns; i++) {
773 h1.put(rs1.tr.column[i], Integer.valueOf(i)); // android-changed
806 for (int m = 0; m < rs1.tr.nrows; m++) {
807 String r1[] = (String [])(rs1.tr.rows.elementAt(m));
904 JDBCResultSet rs1 = null local
1324 JDBCResultSet rs1 = null; local
    [all...]
  /external/openssl/crypto/sha/asm/
sha1-sparcv9a.pl 551 my ($mnemonic,$rs1,$rs2,$rd)=@_;
559 $ref = "$mnemonic\t$rs1,$rs2,$rd";
562 foreach ($rs1,$rs2,$rd) {
573 0x81b00000|$rd<<25|$rs1<<14|$opf<<5|$rs2,
580 my ($mnemonic,$rs1,$rs2,$rd)=@_;
582 my $ref="$mnemonic\t$rs1,$rs2,$rd";
584 foreach ($rs1,$rs2,$rd) {
589 0x81b00300|$rd<<25|$rs1<<14|$rs2,
  /external/qemu/tcg/sparc/
tcg-target.c 286 static inline void tcg_out_arith(TCGContext *s, int rd, int rs1, int rs2,
289 tcg_out32(s, op | INSN_RD(rd) | INSN_RS1(rs1) |
293 static inline void tcg_out_arithi(TCGContext *s, int rd, int rs1,
296 tcg_out32(s, op | INSN_RD(rd) | INSN_RS1(rs1) |
300 static void tcg_out_arithc(TCGContext *s, int rd, int rs1,
303 tcg_out32(s, op | INSN_RD(rd) | INSN_RS1(rs1)
451 static void tcg_out_div32(TCGContext *s, int rd, int rs1,
454 /* Load Y with the sign/zero extension of RS1 to 64-bits. */
458 tcg_out_arithi(s, TCG_REG_I5, rs1, 31, SHIFT_SRA);
462 tcg_out_arithc(s, rd, rs1, val2, val2const
    [all...]
  /external/stlport/test/unit/
string_test.cpp 1154 string& rs1 = s1; local
1157 CPPUNIT_CHECK( (mypath( string( "/root" ) ) / (rs1 + rs2)).str() == "/root/path1.ext" );
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
string_test.cpp 1154 string& rs1 = s1; local
1157 CPPUNIT_CHECK( (mypath( string( "/root" ) ) / (rs1 + rs2)).str() == "/root/path1.ext" );
    [all...]
  /ndk/tests/device/test-stlport/unit/
string_test.cpp 1154 string& rs1 = s1; local
1157 CPPUNIT_CHECK( (mypath( string( "/root" ) ) / (rs1 + rs2)).str() == "/root/path1.ext" );
    [all...]

Completed in 795 milliseconds