Searched defs:duplicate (Results 1 - 15 of 15) sorted by relevance

/external/icu4c/common/
H A Dmutex.cpp20 void *&duplicate,
22 duplicate=NULL;
36 duplicate=instance;
43 void *&duplicate,
45 duplicate=NULL;
71 duplicate=instance;
19 getInstance(InstantiatorFn *instantiator, const void *context, void *&duplicate, UErrorCode &errorCode) argument
42 getInstance(InstantiatorFn *instantiator, const void *context, void *&duplicate, UErrorCode &errorCode) argument
H A Dmutex.h98 * created yet. In a race condition, the duplicate may not be NULL.
99 * The caller must delete the duplicate.
100 * The caller need not initialize the duplicate before the call.
103 void *&duplicate,
118 * Takes care of the duplicate deletion and type casting.
130 void *duplicate; local
131 T *instance=(T *)singleton.getInstance(instantiator, context, duplicate, errorCode);
132 delete (T *)duplicate;
153 * created yet. In a race condition, the duplicate may not be NULL.
154 * The caller must delete the duplicate
187 void *duplicate; local
[all...]
H A Dutrie2.cpp728 void *duplicate; local
729 UTrie2 *instance=(UTrie2 *)singleton.getInstance(instantiator, context, duplicate, errorCode);
730 utrie2_close((UTrie2 *)duplicate);
H A Duloc.c629 UBool duplicate = FALSE; local
685 /* If this is a duplicate keyword, then ignore it */
688 duplicate = TRUE;
692 if (!duplicate) {
699 UBool duplicate = FALSE; local
701 /* Search for duplicate; if found, do nothing. Explicit keyword
705 duplicate = TRUE;
709 if (!duplicate) {
2256 while(*s==',') { /* eat duplicate commas */
/external/webkit/JavaScriptCore/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
/external/bluetooth/glib/glib/
H A Dgdataset.c620 gboolean duplicate)
628 quark = g_quark_new (duplicate ? g_strdup (string) : (gchar *)string);
619 g_quark_from_string_internal(const gchar *string, gboolean duplicate) argument
/external/chromium/third_party/icu/source/i18n/
H A Dcsdetect.cpp293 // Remove duplicate charsets from the results.
305 // Not a duplicate.
309 CharsetMatch *duplicate = resultArray[j]; local
314 resultArray[resultCount] = duplicate;
/external/icu4c/i18n/
H A Dcsdetect.cpp293 // Remove duplicate charsets from the results.
305 // Not a duplicate.
309 CharsetMatch *duplicate = resultArray[j]; local
314 resultArray[resultCount] = duplicate;
/external/qemu/distrib/sdl-1.2.12/src/joystick/linux/
H A DSDL_sysjoystick.c412 int n, duplicate; local
445 duplicate = 0;
446 for (n=0; (n<numjoysticks) && !duplicate; ++n) {
448 duplicate = 1;
451 if (duplicate) {
/external/wpa_supplicant/
H A Deap.c530 int duplicate; local
592 duplicate = (sm->reqId == sm->lastId) && sm->rxReq;
593 if (sm->workaround && duplicate &&
597 * verification for duplicate EAP requests. However,
601 * verification for the packets being duplicate to
607 "is not a duplicate packet");
608 duplicate = 0;
630 else if (sm->rxReq && duplicate)
632 else if (sm->rxReq && !duplicate &&
636 else if (sm->rxReq && !duplicate
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap.c579 int duplicate; local
581 duplicate = (sm->reqId == sm->lastId) && sm->rxReq;
582 if (sm->workaround && duplicate &&
586 * duplicate EAP requests. However, this misses cases where the
589 * an extra verification for the packets being duplicate to
595 "duplicate packet");
596 duplicate = 0;
599 return duplicate;
605 int duplicate = eap_peer_req_is_duplicate(sm); local
625 else if (sm->rxReq && duplicate)
[all...]
/external/iproute2/include/linux/
H A Dpkt_sched.h480 __u32 duplicate; /* random packet dup (0=none ~0=100%) */ member in struct:tc_netem_qopt
488 __u32 dup_corr; /* duplicate correlation */
/external/kernel-headers/original/linux/
H A Dpkt_sched.h480 __u32 duplicate; /* random packet dup (0=none ~0=100%) */ member in struct:tc_netem_qopt
488 __u32 dup_corr; /* duplicate correlation */
/external/chromium/third_party/icu/source/common/
H A Duloc.c649 UBool duplicate = FALSE; local
705 /* If this is a duplicate keyword, then ignore it */
708 duplicate = TRUE;
712 if (!duplicate) {
719 UBool duplicate = FALSE; local
721 /* Search for duplicate; if found, do nothing. Explicit keyword
725 duplicate = TRUE;
729 if (!duplicate) {
2990 while(*s==',') { /* eat duplicate commas */
/external/clearsilver/util/regex/
H A Dregex.c384 /* Match a duplicate of something remembered. Followed by one
386 duplicate,
659 case duplicate:
660 printf ("/duplicate/%d", *p++);
2599 BUF_PUSH_2 (duplicate, c1);
3003 case duplicate:
4269 /* \<digit> has been turned into a `duplicate' command which is
4271 case duplicate:
4275 DEBUG_PRINT2 ("EXECUTING duplicate %d.\n", regno);
5157 case duplicate
383 duplicate, enumerator in enum:__anon1693
[all...]

Completed in 144 milliseconds