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

/macosx-10.10.1/BerkeleyDB-21/db/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...]
/macosx-10.10.1/IOAudioFamily-200.6/
H A DIOAudioStream.h62 * (addAvailableFormat() and setFormat()).
161 virtual IOReturn setFormat(const IOAudioStreamFormat *streamFormat, const IOAudioStreamFormatExtension *formatExtension, bool callDriver = true) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
163 virtual IOReturn setFormat(const IOAudioStreamFormat *streamFormat, const IOAudioStreamFormatExtension *formatExtension, OSDictionary *formatDict, bool callDriver = true) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
264 virtual IOReturn setFormat(const IOAudioStreamFormat *streamFormat, bool callDriver = true) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
265 virtual IOReturn setFormat(OSDictionary *formatDict) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
266 virtual IOReturn setFormat(const IOAudioStreamFormat *streamFormat, OSDictionary *formatDict, bool callDriver = true) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
H A DIOAudioStream.cpp291 IOReturn IOAudioStream::setFormat(const IOAudioStreamFormat *streamFormat, const IOAudioStreamFormatExtension *formatExtension, bool callDriver) function in class:IOAudioStream
306 result = setFormat(streamFormat, &validFormatExtension, formatDict, callDriver);
322 IOReturn IOAudioStream::setFormat(const IOAudioStreamFormat *streamFormat, const IOAudioStreamFormatExtension *formatExtension, OSDictionary *formatDict, bool callDriver) function in class:IOAudioStream
331 audioDebugIOLog(3, "+ IOAudioStream[%p]::setFormat(%p, %p)\n", this, streamFormat, formatDict);
476 IOLog("IOAudioStream<%p>::setFormat(0x%p, 0x%p) - audio engine unable to change format\n", this, streamFormat, formatDict);
508 IOLog("IOAudioStream<0x%p>::setFormat(0x%p, 0x%p) - invalid format.\n", this, streamFormat, formatDict);
515 audioDebugIOLog(3, "IOAudioStream[%p]::setFormat(%p, %p) returns 0x%lx", this, streamFormat, formatDict, (long unsigned int)result);
1195 result = audioStream->setFormat((OSDictionary *)arg1);
1202 IOReturn IOAudioStream::setFormat(const IOAudioStreamFormat *streamFormat, bool callDriver) function in class:IOAudioStream
1204 return setFormat(streamForma
1207 IOReturn IOAudioStream::setFormat(OSDictionary *formatDict) function in class:IOAudioStream
1226 IOReturn IOAudioStream::setFormat(const IOAudioStreamFormat *streamFormat, OSDictionary *formatDict, bool callDriver) function in class:IOAudioStream
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtchcfmt.cpp167 pattform->setFormat( 0, *fileform );
168 pattform->setFormat( 2, *filenumform );
270 pattform->setFormat( 0, *fileform );
H A Dmsfmrgts.cpp801 form1->setFormat(1, *fileform);
802 form2->setFormat(0, *fileform);
998 format->setFormat((int32_t)0,*fmt);
H A Dtmsgfmt.cpp506 form->setFormat(1,*fileform); // NOT zero, see below
1270 // ICU 4.8 does not support toPattern() when there are custom formats (from setFormat() etc.).
1274 errln("msg.setFormat().toPattern() succeeds.");
1318 // ICU 4.8 does not support toPattern() when there are custom formats (from setFormat() etc.).
1370 // ICU 4.8 does not support toPattern() when there are custom formats (from setFormat() etc.).
1743 msgfmt->setFormat("set", cf, status);
1782 // Starting with ICU 4.8, we support setFormat(name, ...) and getFormatNames()
1784 msgfmt->setFormat("formatName", cf, status);
1786 errln("FAIL: Should work to setFormat(name, ...) regardless of pattern.");
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Dmsgfmt.h552 virtual void setFormat(int32_t formatNumber, const Format& format);
556 * which can be used with getFormat() and setFormat() to export formattable
592 virtual void setFormat(const UnicodeString& formatName, const Format& format, UErrorCode& status);
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dmsgfmt.cpp577 // "Custom" formatters are provided by the user via setFormat() or similar APIs.
597 // Not cached, or a DummyFormat representing setFormat(NULL).
732 MessageFormat::setFormat(int32_t n, const Format& newFormat) { function in class:MessageFormat
775 MessageFormat::setFormat(const UnicodeString& formatName, function in class:MessageFormat
1082 // Handles all ArgType.SIMPLE, and formatters from setFormat() and its siblings.
1087 // setFormat() or its siblings. Otherwise they are not cached and instead

Completed in 144 milliseconds