HomeSort by relevance Sort by last modified time
    Searched refs:rs1 (Results 1 - 14 of 14) 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());
73 VERIFY_IS_EQUAL(rs3.matrixT(), rs1.matrixT());
74 VERIFY_IS_EQUAL(rs3.matrixU(), rs1.matrixU());
91 VERIFY_IS_EQUAL(rs1.matrixT(), rsOnlyT.matrixT());
  /dalvik/dx/src/com/android/dx/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/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/llvm/lib/Target/Sparc/Disassembler/
SparcDisassembler.cpp 257 unsigned rs1 = fieldFromInstruction(insn, 14, 5); local
273 // Decode rs1.
274 status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder);
373 unsigned rs1 = fieldFromInstruction(insn, 14, 5); local
387 // Decode RS1.
388 status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder);
392 // Decode RS1 | SIMM13.
406 unsigned rs1 = fieldFromInstruction(insn, 14, 5); local
415 // Decode RS1.
416 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder)
435 unsigned rs1 = fieldFromInstruction(insn, 14, 5); local
    [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...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/sdk/tools/
jack.jar 

Completed in 505 milliseconds