Searched refs:sec2 (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/gettingStarted/
H A DSimpleStorePut.java63 SimpleEntityClass sec2 = new SimpleEntityClass();
71 sec2.setpKey("keytwo");
72 sec2.setsKey("skeyone");
84 sda.pIdx.put(sec2);
H A DSimpleStoreGet.java59 SimpleEntityClass sec2 = sda.pIdx.get("keytwo");
64 System.out.println("sec2: " + sec2.getpKey());
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DJoinTest.java45 private SecondaryIndex<Integer,Integer,MyEntity> sec2; field in class:JoinTest
62 sec2 = store.getSecondaryIndex(primary, Integer.class, "k2");
120 join.addCondition(sec2, k2);
H A DForeignKeyTest.java76 private SecondaryIndex<String,String,Entity2> sec2; field in class:ForeignKeyTest
101 sec2 = store.getSecondaryIndex
129 assertEquals(o2, sec2.get(txn, "pk1", null));
166 assertNull(sec2.get(txn, "pk1", null));
201 assertNull(sec2.get(txn, "pk1", null));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/rtc/
H A Drtc-sh.c301 unsigned int sec128, sec2, yr, yr100, cf_bit; local
333 sec2 = readb(rtc->regbase + R64CNT);
337 } while (cf_bit != 0 || ((sec128 ^ sec2) & RTC_BIT_INVERTED) != 0);

Completed in 162 milliseconds