Searched refs:newFormat (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DEvolver.java162 Format newFormat,
171 getClassVersionLabel(newFormat, " to") +
179 Format newFormat,
185 getClassVersionLabel(newFormat, " New") +
193 Format newFormat,
198 getClassVersionLabel(newFormat, " to") +
323 Format newFormat;
328 newFormat = catalog.createFormat(newClass, newFormats);
329 assert newFormat != oldFormat : newFormat
161 addEvolveError(Format oldFormat, Format newFormat, String scenario, String error) argument
178 addInvalidMutation(Format oldFormat, Format newFormat, Mutation mutation, String error) argument
192 addMissingMutation(Format oldFormat, Format newFormat, String error) argument
444 useOldFormat(Format oldFormat, Format newFormat) argument
472 useEvolvedFormat(Format oldFormat, Reader evolveReader, Format newFormat) argument
482 applyRenamer(Renamer renamer, Format oldFormat, Format newFormat) argument
517 renameSecondaryDatabase(Format oldFormat, Format newFormat, String oldKeyName, String newKeyName) argument
528 applyDeleter(Deleter deleter, Format oldFormat, Format newFormat) argument
566 applyConverter(Converter converter, Format oldFormat, Format newFormat) argument
581 checkUpdatedVersion(Mutation mutation, Format oldFormat, Format newFormat) argument
596 checkUpdatedVersion(String scenario, Format oldFormat, Format newFormat) argument
[all...]
H A DNonPersistentFormat.java64 boolean evolve(Format newFormat, Evolver evolver) { argument
65 evolver.useOldFormat(this, newFormat);
H A DEnumFormat.java153 EnumFormat newFormat = (EnumFormat) newFormatParam;
154 if (Arrays.equals(names, newFormat.names)) {
155 evolver.useOldFormat(this, newFormat);
159 List<String> newNames = Arrays.asList(newFormat.names);
161 evolver.useEvolvedFormat(this, newFormat, newFormat);
166 (this, newFormat,
H A DProxiedFormat.java149 ProxiedFormat newFormat = (ProxiedFormat) newFormatParam;
155 (newFormat.getProxyClassName())) {
157 (this, newFormat, null,
160 newFormat.getProxyClassName());
164 evolver.useEvolvedFormat(this, this, newFormat);
166 evolver.useOldFormat(this, newFormat);
H A DCompositeKeyFormat.java291 CompositeKeyFormat newFormat = (CompositeKeyFormat) newFormatParam;
294 if (fields.size() != newFormat.fields.size()) {
296 (this, newFormat,
299 " new fields: " + newFormat.fields);
307 (this, newFormat, fields.get(i),
308 newFormat.fields.get(i));
324 evolver.useEvolvedFormat(this, newFormat, newFormat);
326 evolver.useOldFormat(this, newFormat);
H A DComplexFormat.java788 ComplexFormat newFormat = (ComplexFormat) newFormatParam;
837 Class newFormatCls = newFormat.getExistingType();
961 int result = evolveAllFields(newFormat, evolver);
976 newFormat)) {
987 (this, newFormat, oldKeyName, newKeyName);
997 evolver.useEvolvedFormat(this, reader, newFormat);
999 evolver.useOldFormat(this, newFormat);
1011 ComplexFormat newFormat = (ComplexFormat) newFormatParam;
1014 (newFormat, entityMeta.getPrimaryKey(),
1015 newFormat
1076 checkSecKeyMetadata(Format newFormat, SecondaryKeyMetadata oldMeta, SecondaryKeyMetadata newMeta, Evolver evolver) argument
1098 checkKeyTypeChange(Format newFormat, FieldMetadata oldMeta, FieldMetadata newMeta, String keyLabel, Evolver evolver) argument
1161 evolveAllFields(ComplexFormat newFormat, Evolver evolver) argument
1236 evolveFieldList(List<FieldInfo> oldFields, List<FieldInfo> newFields, boolean isOldSecKeyField, List<FieldInfo> otherNewFields, ComplexFormat newFormat, Evolver evolver) argument
1700 private transient Format newFormat; field in class:ComplexFormat.ConvertFieldReader
1794 WidenFieldReader(Format oldFormat, Format newFormat, int newFieldIndex, boolean isNewSecKeyField) argument
1877 private transient ComplexFormat newFormat; field in class:ComplexFormat.EvolveReader
[all...]
H A DObjectArrayFormat.java183 boolean evolve(Format newFormat, Evolver evolver) { argument
193 evolver.useEvolvedFormat(this, newFormat, newFormat);
195 evolver.useOldFormat(this, newFormat);
H A DFormat.java452 final void setLatestVersion(Format newFormat) { argument
460 newFormat.previousFormat = this;
463 latestFormat = newFormat;
717 abstract boolean evolve(Format newFormat, Evolver evolver); argument
723 boolean evolveMetadata(Format newFormat, argument
H A DPrimitiveArrayFormat.java127 boolean evolve(Format newFormat, Evolver evolver) { argument
128 evolver.useOldFormat(this, newFormat);
H A DPersistCatalog.java370 for (Format newFormat : newFormats.values()) {
371 addFormat(newFormat);
790 for (Format newFormat : newFormats.values()) {
791 addFormat(newFormat, newFormatList, newFormatMap);
800 for (Format newFormat : newFormats.values()) {
801 newFormat.initializeIfNeeded(newFormatCatalog);
802 newLatestFormatMap.put(newFormat.getClassName(), newFormat);
H A DSimpleFormat.java73 boolean evolve(Format newFormat, Evolver evolver) { argument
74 evolver.useOldFormat(this, newFormat);
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dmsgfmt.cpp644 Format* newFormat = NULL; local
646 newFormat = newFormats[formatNumber]->clone();
647 if (newFormat == NULL) {
651 setCustomArgStartFormat(partIndex, newFormat, status);
664 MessageFormat::adoptFormat(int32_t n, Format *newFormat) { argument
665 LocalPointer<Format> p(newFormat);
720 MessageFormat::setFormat(int32_t n, const Format& newFormat) { argument
727 Format* new_format = newFormat.clone();
764 const Format& newFormat,
777 if (&newFormat
763 setFormat(const UnicodeString& formatName, const Format& newFormat, UErrorCode& status) argument
1219 Format* newFormat = ((Format*)(cur->value.pointer))->clone(); local
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclCmdAH.c1989 char newFormat[43]; /* A new format specifier is generated here. */
2070 register char *newPtr = newFormat;
2373 sprintf(dst, newFormat, doubleValue); /* INTL: user locale. */
2376 sprintf(dst, newFormat, wideValue);
2380 sprintf(dst, newFormat, (short) intValue);
2382 sprintf(dst, newFormat, intValue);
2433 sprintf(dst, newFormat, ptrValue);
1970 char newFormat[43]; /* A new format specifier is generated here. */ local
/macosx-10.9.5/IOAudioFamily-197.4.2/
H A DIOAudioEngine.h253 virtual IOReturn performFormatChange(IOAudioStream *audioStream, const IOAudioStreamFormat *newFormat, const IOAudioStreamFormatExtension *formatExtension, const IOAudioSampleRate *newSampleRate);
735 virtual IOReturn performFormatChange(IOAudioStream *audioStream, const IOAudioStreamFormat *newFormat, const IOAudioSampleRate *newSampleRate);
H A DIOAudioEngine.cpp224 IOReturn IOAudioEngine::performFormatChange(IOAudioStream *audioStream, const IOAudioStreamFormat *newFormat, const IOAudioStreamFormatExtension *formatExtension, const IOAudioSampleRate *newSampleRate) argument
226 audioDebugIOLog(3, "+-IOAudioEngine[%p]::performFormatChange(%p, %p, %p, %p)\n", this, audioStream, newFormat, formatExtension, newSampleRate);
2347 IOReturn IOAudioEngine::performFormatChange(IOAudioStream *audioStream, const IOAudioStreamFormat *newFormat, const IOAudioSampleRate *newSampleRate) argument
2349 audioDebugIOLog(3, "+-IOAudioEngine[%p]::performFormatChange(%p, %p, %p)\n", this, audioStream, newFormat, newSampleRate);
/macosx-10.9.5/CF-855.17/
H A DCFDateFormatter.c654 CFStringRef newFormat = CFStringCreateWithCharacters(kCFAllocatorSystemDefault, (const UniChar *)timeBuffer, timeLen); local
655 CFStringRef formatString = __CFDateFormatterCreateForcedString(df, newFormat);
674 CFRelease(newFormat);
681 CFStringRef newFormat = CFStringCreateWithCharacters(kCFAllocatorSystemDefault, (const UniChar *)ubuffer, ret); local
682 CFStringRef formatString = __CFDateFormatterCreateForcedString(df, newFormat);
701 CFRelease(newFormat);

Completed in 819 milliseconds