Searched refs:version2 (Results 1 - 10 of 10) sorted by path

/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DEvolveCase.java171 int version2) {
174 new int[] {version1, version2});
167 checkVersions(EntityModel model, String name1, int version1, String name2, int version2) argument
/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DIndicLayoutEngine.cpp28 le_int32 typoFlags, le_bool version2, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTable, LEErrorCode &success)
31 if ( version2 ) {
37 fVersion2 = version2;
27 IndicOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, le_bool version2, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTable, LEErrorCode &success) argument
H A DIndicLayoutEngine.h59 le_int32 typoFlags, le_bool version2, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTable, LEErrorCode &success);
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Drestest.cpp272 const char* version2; local
275 version2 = test2.getVersionNumber();
278 char *versionID2 = new char[1+ strlen(version2)]; // + 1 for zero byte
285 logln(UnicodeString("getVersionNumber on te_IN.txt returned ") + version2);
287 if (strcmp(version1, versionID1) != 0 || strcmp(version2, versionID2) != 0)
H A Drestsnew.cpp273 const char* version2; local
276 version2 = test2.getVersionNumber();
279 char *versionID2 = new char[1 + strlen(U_ICU_VERSION) + strlen(version2)]; // + 1 for zero byte
286 logln(UnicodeString("getVersionNumber on te_IN.txt returned ") + version2 + UnicodeString(" Expect: " ) + versionID2);
291 if (strcmp(version2, versionID2) != 0) {
292 errln("getVersionNumber(version2) failed. %s != %s", version2, versionID2);
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dcus-edit.el1236 (defun customize-version-lessp (version1 version2)
1242 (if (numberp version2)
1243 (setq version2 (prin1-to-string version2)))
1250 (string-match "\\([0-9]+\\)\\(\\.\\([0-9]+\\)\\)?" version2)
1251 (setq major2 (read (or (match-string 1 version2)
1253 (setq minor2 (read (or (match-string 3 version2)
/macosx-10.10.1/kext_tools-384.1.4/
H A Dkextfind_query.c103 OSKextVersion * version2,
844 OSKextVersion version2 = 0; local
854 if (!parseVersionArg(argv[index], &versionOperator, &version1, &version2, error)) {
872 version2Data = CFDataCreate(kCFAllocatorDefault, (UInt8 *)&version2, sizeof(version2));
909 OSKextVersion version2; local
924 version2 = *(OSKextVersion *)CFDataGetBytePtr(version2Data);
958 if ((kextVers >= version1) && (kextVers <= version2)) {
1050 OSKextVersion * version2,
1121 *version2
1047 parseVersionArg(const char * string, VersionOperator * versionOperator, OSKextVersion * version1, OSKextVersion * version2, uint32_t * error) argument
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Dpackage.rb132 def vcompare(version1, version2)
133 number(tk_call('package', 'vcompare', version1, version2))
136 def vsatisfies(version1, version2)
137 bool(tk_call('package', 'vsatisfies', version1, version2))
/macosx-10.10.1/ruby-106/ruby/
H A Diseq.c478 VALUE magic, version1, version2, format_type, misc; local
498 version2 = CHECK_INTEGER(rb_ary_entry(data, i++));
501 ((void)magic, (void)version1, (void)version2, (void)format_type, (void)misc);
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dphpcomplete.vim4664 \ 'version_compare(': 'string version1, string version2 [, string operator] | mixed',

Completed in 281 milliseconds