Searched refs:duplicate (Results 1 - 25 of 87) sorted by relevance

1234

/macosx-10.10/vim-55/runtime/spell/
H A Dfixdup.vim1 " Vim script to fix duplicate words in a .dic file vim: set ft=vim:
22 echomsg "No duplicate words found"
24 echomsg "Deleted 1 duplicate word"
26 echomsg printf("Deleted %d duplicate words", deleted)
/macosx-10.10/BerkeleyDB-21/db/build_vxworks/test_micro/
H A Db_load.c18 int ch, i, count, duplicate; local
24 duplicate = 0;
36 duplicate = 1;
74 if (duplicate && (type == DB_QUEUE || type == DB_RECNO)) {
85 if (duplicate)
92 if (duplicate)
114 if (duplicate) {
147 count, ts, duplicate ? "duplicate " : "");
/macosx-10.10/BerkeleyDB-21/db/test_micro/source/
H A Db_load.c18 int ch, i, count, duplicate; local
24 duplicate = 0;
35 duplicate = 1;
73 if (duplicate && (type == DB_QUEUE || type == DB_RECNO)) {
84 if (duplicate)
91 if (duplicate)
113 if (duplicate) {
146 count, ts, duplicate ? "duplicate " : "");
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_5/String/
H A Dregress-179068.js52 * > var long_str = duplicate(LONG_STR_SEED, N);
64 * > var long_str = duplicate(LONG_STR_SEED, N);
86 * duplicate function and this is faster then doing recursion like in the
106 var long_str = duplicate(LONG_STR_SEED, N);
122 function duplicate(str, count) function
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDOMStorageContentView.css34 .content-view.dom-storage > .data-grid tr.duplicate-key td.key-column,
40 .content-view.dom-storage > .data-grid:focus tr.selected.duplicate-key td.key-column,
/macosx-10.10/ncurses-44/ncurses/test/
H A Ddemo_defkey.c181 duplicate(WINDOW *win, NCURSES_CONST char *name, int code) function
228 printw("adds duplicate definitions for cursor application and normal modes,\n");
249 duplicate(win, "kcub1", KEY_LEFT);
250 duplicate(win, "kcuu1", KEY_UP);
251 duplicate(win, "kcud1", KEY_DOWN);
252 duplicate(win, "kcuf1", KEY_RIGHT);
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dtext_test.cpp42 ATF_TEST_CASE(duplicate); variable
43 ATF_TEST_CASE_HEAD(duplicate)
45 set_md_var("descr", "Tests the duplicate function");
47 ATF_TEST_CASE_BODY(duplicate)
49 using atf::text::duplicate;
53 char* copy = duplicate(orig);
356 ATF_ADD_TEST_CASE(tcs, duplicate);
H A Dtext.hpp47 char* duplicate(const char*);
H A Dtext.cpp50 impl::duplicate(const char* str) function in class:impl
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DPathProfileVerifier.cpp93 unsigned duplicate = 0; local
98 duplicate++;
99 else duplicate = 0;
101 arrayMap[BB][TI->getSuccessor(s)][duplicate] = i++;
156 << " duplicate number " << duplicateNumber
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dstructure.tcl263 typevariable ourkdup { duplicate keywords} ; # 6.8
266 typevariable ourrdup { duplicate reference identifiers} ; # 6.14
269 typevariable ourdupsort { duplicate and/or unsorted keywords/identifiers} ; # 6.7, 6.9, 6.15
/macosx-10.10/emacs-93/emacs/lisp/net/
H A Deudc-vars.el110 (defcustom eudc-duplicate-attribute-handling-method '((email . duplicate))
111 "*A method to handle entries containing duplicate attributes.
119 `duplicate' duplicates the entire entry into as many instances as
124 (const :menu-tag "Duplicate" duplicate)
135 (const :menu-tag "Duplicate" duplicate)))))
/macosx-10.10/objc4-646/runtime/
H A Dobjc-class-old.mm2345 Class duplicate =
2348 duplicate->initIsa(original->ISA());
2349 duplicate->superclass = original->superclass;
2350 duplicate->name = strdup(name);
2351 duplicate->version = original->version;
2352 duplicate->info = original->info & (CLS_CLASS|CLS_META|CLS_INITIALIZED|CLS_JAVA_HYBRID|CLS_JAVA_CLASS|CLS_HAS_CXX_STRUCTORS|CLS_HAS_LOAD_METHOD);
2353 duplicate->instance_size = original->instance_size;
2354 duplicate->ivars = original->ivars;
2356 duplicate->cache = (Cache)&_objc_empty_cache;
2357 duplicate
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A DAuthorizationData.cpp288 duplicate(itemSet);
310 duplicate(itemSet);
314 AuthItemSet::duplicate(const AuthItemSet& itemSet) function in class:Authorization::AuthItemSet
H A DAuthorizationData.h178 void duplicate(const AuthItemSet& itemSet);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A DAuthorizationData.cpp288 duplicate(itemSet);
310 duplicate(itemSet);
314 AuthItemSet::duplicate(const AuthItemSet& itemSet) function in class:Authorization::AuthItemSet
H A DAuthorizationData.h178 void duplicate(const AuthItemSet& itemSet);
/macosx-10.10/BerkeleyDB-21/db/hash/
H A Dhash_dup.c62 * Called from hash_access to add a duplicate key. nval is the new
66 * Case 1: The existing duplicate set already resides on a separate page.
71 * Case 4: The element is large enough to push the duplicate set onto a
107 * Check if resulting duplicate set is going to need to go
108 * onto a separate duplicate page. If so, convert the
109 * duplicate set and add the new one. After conversion,
111 * current pointer into the duplicate set.
161 /* Now make the new entry a duplicate. */
200 /* Add the duplicate. */
228 * If we get here, then we're on duplicate page
[all...]
/macosx-10.10/autofs-246/automountlib/
H A Dns_fstab.c320 int duplicate; local
329 duplicate = 0;
334 duplicate = (strcmp(fst->fst_dir, (*tfstp)->fst_dir) == 0);
335 if (duplicate) {
336 /* disregard duplicate entry */
341 if (!duplicate) {
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2toc/
H A Dstructure.tcl366 typevariable ourldup { duplicate labels} ; # 6.19, 6.20, 6.21
370 typevariable ourdupsort { duplicate and/or unsorted keywords} ; # 6.6, 6.13, 6.17, 6.18
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_pegrammar.tcl361 variable oursdup { duplicate nonterminal keywords} ; #
363 variable ourdupsort { duplicate and/or unsorted keywords and/or irrelevant whitespace} ; #
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/include/
H A Dlber.h633 LDAP_CONST char *, ber_len_t len, int duplicate, struct berval *bv));
637 LDAP_CONST char *, ber_len_t len, int duplicate, struct berval *bv));
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetInstrInfo.h191 /// duplicate - Create a duplicate of the Orig instruction in MF. This is like
196 virtual MachineInstr *duplicate(MachineInstr *Orig,
339 /// if-converter to duplicate instructions of specified accumulated
991 virtual MachineInstr *duplicate(MachineInstr *Orig,
/macosx-10.10/vim-55/runtime/syntax/
H A Dbst.vim39 syn keyword bstBuiltIn duplicate$ empty$ format.name$
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A DSecDbItem.h201 bool SecDbItemInsertOrReplace(SecDbItemRef item, SecDbConnectionRef dbconn, CFMutableArrayRef authlist, CFErrorRef *error, void(^duplicate)(SecDbItemRef item, SecDbItemRef *replace));

Completed in 284 milliseconds

1234