HomeSort by relevance Sort by last modified time
    Searched full:duplicate (Results 426 - 450 of 2467) sorted by null

<<11121314151617181920>>

  /external/qemu/distrib/jpeg-6b/
rdtarga.c 68 int dup_pixel_count; /* # of times to duplicate previous pixel */
142 /* Duplicate previously read pixel? */
151 if (i & 0x80) { /* Start of duplicate-pixel block? */
  /external/qemu/slirp/
debug.c 199 lprint(" %6d duplicate acks\r\n", tcpstat.tcps_rcvdupack);
203 lprint(" %6d completely duplicate packets (%d bytes)\r\n",
206 lprint(" %6d packets with some duplicate data (%d bytes duped)\r\n",
  /external/qemu/slirp-android/
debug.c 195 lprint(" %6d duplicate acks\r\n", tcpstat.tcps_rcvdupack);
199 lprint(" %6d completely duplicate packets (%d bytes)\r\n",
202 lprint(" %6d packets with some duplicate data (%d bytes duped)\r\n",
  /external/webkit/Tools/android/flex-2.5.4a/
nfa.c 131 /* dupmachine - make a duplicate of a given machine
137 * copy - holds duplicate of mach
140 * note that the copy of mach is NOT an exact duplicate; rather, all the
  /libcore/luni/src/test/java/libcore/java/security/cert/
CertificateFactoryTest.java 382 // Duplicate certificates can cause an exception.
388 fail("duplicate certificates should cause failure: " + p.getName());
392 fail("duplicate certificates should pass: " + p.getName());
  /external/javassist/
Readme.html 162 <h3>4. sample/duplicate/*.java</h3>
169 % javac sample/duplicate/*.java
170 % java sample.duplicate.Main
175 <ul><pre>% java sample.duplicate.Viewer</pre></ul>
178 <a type="text/plain" href="sample/duplicate/Main.java">sample/duplicate/Main.java</a>
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipService.java 466 mSipGroup = new SipSessionGroup(duplicate(localProfile),
490 private SipProfile duplicate(SipProfile p) { method in class:SipService.SipSessionGroupExt
494 loge("duplicate()", e);
495 throw new RuntimeException("duplicate profile", e);
802 // in registration to avoid adding duplicate entries to server
813 mKeepAliveSession = mSession.duplicate();
    [all...]
  /docs/source.android.com/src/source/
life-of-a-bug.jd 168 <p><em>Duplicate:</em>
169 This bug is a duplicate of another, existing bug report.</p>
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
ITreeAdaptor`1.cs 51 /** <summary>Duplicate a single tree node.</summary>
56 /** <summary>Duplicate tree recursively, using dupNode() for each node</summary> */
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_bgconn.c 398 if (!btsnd_hcic_ble_set_scan_enable(TRUE, TRUE)) /* duplicate filtering enabled */
422 if (!btsnd_hcic_ble_set_scan_enable(FALSE, TRUE)) /* duplicate filtering enabled */
  /external/ceres-solver/internal/ceres/
problem_impl.cc 187 // Check for duplicate parameter blocks.
199 LOG(FATAL) << "Duplicate parameter blocks in a residual parameter "
problem_test.cc 152 "Duplicate parameter blocks");
156 "Duplicate parameter blocks");
  /external/emma/ant/ant14/com/vladium/emma/report/
ReportCfg.java 102 // TODO: error out on conficting duplicate settings
407 + ": duplicate configuration for report type [" + type + "]" ,
  /external/giflib/
gifalloc.c 145 /*** FIXME: What if there are duplicate entries into the colormap to begin
166 /*** FIXME: Will it ever occur that ColorIn2 will contain duplicate
  /external/guava/guava/src/com/google/common/collect/
Multimap.java 40 * <p>Depending on the implementation, a multimap may or may not allow duplicate
97 * <p>Some multimap implementations allow duplicate key-value pairs, in which
  /external/iproute2/tc/
tc_class.c 84 fprintf(stderr, "Error: \"root\" is duplicate parent ID.\n");
264 fprintf(stderr, "Error: \"root\" is duplicate parent ID\n");
tc_filter.c 86 fprintf(stderr, "Error: \"root\" is duplicate parent ID\n");
283 fprintf(stderr, "Error: \"root\" is duplicate parent ID\n");
  /external/openssl/crypto/objects/
obj_dat.pl 59 print "WARNING: Duplicate short name \"$d\"\n";
69 print "WARNING: Duplicate long name \"$d\"\n";
  /external/smack/src/org/apache/harmony/javax/security/auth/
PrivateCredentialPermission.java 102 // check for duplicate elements
174 // check for duplicate elements
  /external/srec/srec/crec/
priority_q.c 227 /* search for duplicate words first */
276 /* now delete any duplicate that was found */
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
flakytestreporter.py 109 If you would like to track this test fix with another bug, please close this bug as a duplicate. The bots will follow the duplicate chain when making future comments.
  /frameworks/base/services/java/com/android/server/input/
PersistentDataStore.java 249 throw new XmlPullParserException("Found duplicate input device.");
381 "Found duplicate keyboard layout.");
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
HprofData.java 367 // the matching start, not a duplicate end.
369 throw new IllegalArgumentException("Duplicate ThreadEvent.end for id "
  /packages/apps/Browser/src/com/android/browser/
BookmarkUtils.java 123 // Do not allow duplicate items
124 i.putExtra("duplicate", false);
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountServerBaseFragment.java 242 * Check for duplicate account
347 // Show duplicate account warning

Completed in 378 milliseconds

<<11121314151617181920>>