/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_wide_point.c | 131 /* four dups of original vertex */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
LibraryClasspathContainerInitializer.java | 186 // now add a classpath entry for each Java project (this is a set so dups are already 202 // and process the jar files list, but first sanitize it to remove dups.
|
/external/chromium/base/metrics/ |
histogram_unittest.cc | 247 // Check that unsorted data with dups is handled gracefully.
|
/external/chromium_org/chrome/browser/history/ |
visitsegment_database.cc | 141 // Remove www. to avoid some dups.
|
/external/jpeg/ |
rdtarga.c | 152 sinfo->dup_pixel_count = i & 0x7F; /* number of dups after this one */
|
/external/llvm/lib/CodeGen/ |
SplitKit.cpp | 1113 SmallVector<LiveInterval*, 8> dups; local [all...] |
/external/llvm/lib/Support/ |
CommandLine.cpp | 666 std::vector<char*> Dups; 669 for (std::vector<char *>::iterator I = Dups.begin(), E = Dups.end(); 677 Dups.push_back(Dup); [all...] |
/external/qemu/distrib/jpeg-6b/ |
rdtarga.c | 152 sinfo->dup_pixel_count = i & 0x7F; /* number of dups after this one */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
pycodegen.py | 959 dups = len(node.nodes) - 1 962 if i < dups: [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
pycodegen.py | 959 dups = len(node.nodes) - 1 962 if i < dups: [all...] |
/external/chromium/chrome/browser/resources/touch_ntp/standalone/ |
standalone_hack.js | 283 // Clear the launch indicies so we can easily verify no dups
|
/external/chromium_org/chrome/browser/notifications/sync_notifier/ |
synced_notification.cc | 195 // Check for dups, ignore any request for a dup.
|
/external/v8/src/ |
liveobjectlist.cc | 1043 // SMI), it would/should show up before the equivalent dups that have not [all...] |
/external/valgrind/main/include/ |
pub_tool_oset.h | 3 /*--- OSet: a fast data structure with no dups. pub_tool_oset.h ---*/
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_itertools.py | 308 self.assertEqual(perm, [t for t in prod if len(set(t))==r]) # perm: prods with no dups 310 self.assertEqual(comb, [t for t in cwr if len(set(t))==r]) # comb: cwrs without dups [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_itertools.py | 308 self.assertEqual(perm, [t for t in prod if len(set(t))==r]) # perm: prods with no dups 310 self.assertEqual(comb, [t for t in cwr if len(set(t))==r]) # comb: cwrs without dups [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_unittest.cc | [all...] |
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_unittest.cc | 783 // Make sure it also works when there are dups. [all...] |
/external/srec/seti/sltsEngine/src/ |
run_seq_lts.c | 155 /* formerly the code used linear lookup, so let's avoid dups to match up */ [all...] |
/external/srec/srec/crec/ |
astar.c | 608 /* here .. check for dups ?? */ [all...] |
/external/chromium_org/net/cookies/ |
cookie_monster.cc | [all...] |
/external/chromium_org/third_party/icu/source/tools/genrb/ |
reslist.c | 921 UErrorCode localStatus = U_ZERO_ERROR; /* if failure: just don't detect dups */ [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkGeometry.cpp | [all...] |
/external/icu4c/tools/genrb/ |
reslist.c | 923 UErrorCode localStatus = U_ZERO_ERROR; /* if failure: just don't detect dups */ [all...] |
/external/mksh/src/ |
main.c | [all...] |