Searched refs:intValue (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/tuple/
H A DIntegerBinding.java41 output.writeInt(((Number) object).intValue());
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DEnhanced1.java229 f2 = ((Integer) value).intValue();
241 f5 = ((Integer) value).intValue();
H A DEnhanced3.java102 output.writeInt(iw.intValue());
H A DOperationTest.java365 assertEquals(1, k.intValue());
368 assertEquals(1, k.intValue());
376 assertEquals(expectKey, k.intValue());
379 assertEquals(expectKey, k.intValue());
H A DIndexTest.java800 return ((Integer) val).intValue();
810 return ((Integer) o).intValue();
H A DEvolveClasses.java3874 return ((Long) o).intValue();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dsparc-stub.c441 hexToInt(char **ptr, int *intValue) argument
446 *intValue = 0;
453 *intValue = (*intValue << 4) | hexValue;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dgdb-stub.c169 static int hexToInt(char **ptr, int *intValue);
453 static int hexToInt(char **ptr, int *intValue) argument
458 *intValue = 0;
465 *intValue = (*intValue << 4) | hexValue;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/kernel/
H A Dppc-stub.c231 hexToInt(char **ptr, int *intValue) argument
236 *intValue = 0;
245 *intValue = (*intValue << 4) | hexValue;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DRawAbstractInput.java180 return ((Integer) readNext()).intValue();
H A DSimpleFormat.java369 output.writeInt(((Number) o).intValue());
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/test/
H A DBindingSpeedTest.java328 to.writeInt(((Integer) getters[2].invoke(data, (Object[]) null)).intValue());
329 to.writeInt(((Integer) getters[3].invoke(data, (Object[]) null)).intValue());
367 to.writeInt(((Integer) fields[2].get(data)).intValue());
368 to.writeInt(((Integer) fields[3].get(data)).intValue());
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DStoredList.java246 return ((Number) key[0]).intValue();
611 recordNumberToEntry(((Number) object).intValue() + baseIndex,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DClassWriter.java819 int val = ((Integer) cst).intValue();
822 int val = ((Byte) cst).intValue();
828 int val = ((Short) cst).intValue();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/GettingStarted/
H A DExampleDatabaseLoad.java145 theInventory.setVendorInventory((new Integer(sArray[3])).intValue());
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DCollectionTest.java724 recnoVal = makeEntity(recnoKey.intValue(), i);
831 Object val = makeVal(key.intValue() + 1);
838 val = makeEntity(key.intValue(), key.intValue() + 1);
853 Object val = makeVal(key.intValue() + 1);
860 val = makeEntity(key.intValue(), key.intValue() + 1);
1151 if ((key.intValue() & 1) != 0) {
2482 int i = badNewKey.intValue() - beginKey;
2919 return ((Long) val).intValue()
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dgdb-stub.c218 static int hexToInt(char **ptr, unsigned long *intValue);

Completed in 157 milliseconds