Searched refs:setFormat (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DSimpleCatalog.java154 setFormat(Format.ID_BOOL, new SimpleFormat.FBool(true));
155 setFormat(Format.ID_BOOL_W, new SimpleFormat.FBool(false));
156 setFormat(Format.ID_BYTE, new SimpleFormat.FByte(true));
157 setFormat(Format.ID_BYTE_W, new SimpleFormat.FByte(false));
158 setFormat(Format.ID_SHORT, new SimpleFormat.FShort(true));
159 setFormat(Format.ID_SHORT_W, new SimpleFormat.FShort(false));
160 setFormat(Format.ID_INT, new SimpleFormat.FInt(true));
161 setFormat(Format.ID_INT_W, new SimpleFormat.FInt(false));
162 setFormat(Format.ID_LONG, new SimpleFormat.FLong(true));
163 setFormat(Forma
192 private void setFormat(int id, SimpleFormat format) { method in class:SimpleCatalog
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/oss/dmasound/
H A Ddmasound.h126 int (*setFormat)(int); member in struct:__anon10972
H A Ddmasound_paula.c699 .setFormat = AmiSetFormat,
H A Ddmasound_q40.c601 .setFormat = Q40SetFormat,
H A Ddmasound_atari.c1528 .setFormat = TTSetFormat,
1556 .setFormat = FalconSetFormat,
H A Ddmasound_core.c242 return dmasound.mach.setFormat(format);
H A Ddmasound_awacs.c2492 .setFormat = PMacSetFormat,

Completed in 369 milliseconds