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

1 2 3 4 5 6 78 91011>>

  /frameworks/base/libs/hwui/utils/
TinyHashMap.h 26 * A very simple hash map that doesn't allow duplicate keys, overwriting the older entry.
  /packages/apps/Email/src/com/android/email/activity/setup/
DuplicateAccountDialogFragment.java 29 * Dialog fragment to show "duplicate account" dialog
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
ap_keysym.h 7 Permission to use, duplicate, change, and distribute this software and
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
ap_keysym.h 7 Permission to use, duplicate, change, and distribute this software and
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
ap_keysym.h 7 Permission to use, duplicate, change, and distribute this software and
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
ReadOnlyCharBufferTest.java 53 CharBuffer duplicate = buf.duplicate(); local
54 assertEquals(buf.hashCode(), duplicate.hashCode());
  /external/chromium/base/
id_map.h 63 DCHECK(data_.find(this_id) == data_.end()) << "Inserting duplicate item";
72 // two methods may not be mixed, or duplicate IDs may be generated
76 DCHECK(data_.find(id) == data_.end()) << "Inserting duplicate item";
  /external/chromium/chrome/browser/
browsing_data_database_helper.cc 219 bool duplicate = false; local
224 duplicate = true;
228 if (duplicate)
browsing_data_local_storage_helper.cc 209 bool duplicate = false; local
214 duplicate = true;
218 if (duplicate)
browsing_data_indexed_db_helper.cc 263 bool duplicate = false; local
268 duplicate = true;
272 if (duplicate)
  /external/e2fsprogs/e2fsck/
pass1b.c 9 * complete list of duplicate blocks and which inodes have claimed
16 * Pass1D is a reconciliation pass. For each inode with duplicate
116 * Add a duplicate block record
132 sizeof(struct dup_block), "duplicate block header");
149 sizeof(struct dup_inode), "duplicate inode header");
170 * Free a duplicate inode record
188 * Free a duplicate block record
207 * Main procedure for handling duplicate blocks
254 * Scan the inodes looking for inodes that contain duplicate blocks.
347 /* OK, this is a duplicate block *
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/ExecutionContexts/
10.1.3-2.js 38 * SUMMARY: Testing functions having duplicate formal parameter names
41 * the same name. But duplicate parameter names are permitted by ECMA;
50 var summary = 'Testing functions having duplicate formal parameter names';
  /libcore/luni/src/main/java/java/nio/
ByteBufferAsCharBuffer.java 77 public CharBuffer duplicate() { method in class:ByteBufferAsCharBuffer
78 ByteBuffer bb = byteBuffer.duplicate().order(byteBuffer.order());
182 CharBuffer result = duplicate();
  /external/llvm/lib/Transforms/IPO/
ConstantMerge.cpp 1 //===- ConstantMerge.cpp - Merge duplicate global constants ---------------===//
10 // This file defines the interface to a pass that merges duplicate global
43 // duplicate constants.
59 "Merge Duplicate Global Constants", false, false)
197 // Make all uses of the duplicate constant use the canonical version.
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
deduplicate_tests.py 151 this duplicate.
153 For example, chromium-linux may be a duplicate of the checked in result,
155 we need to keep the duplicate results.
160 matching_platform: The platform that we found the duplicate test
218 # that causes this duplicate hash to exist.
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
mac-mf.inp 113 INSTALL=Duplicate -y
114 INSTALL_PROGRAM=Duplicate -y
115 INSTALL_DATA=Duplicate -y
116 INSTALL_SETUID=Duplicate -y
135 CP = Duplicate -y
mac-mf.sed 100 # Change cp to duplicate.
101 # /cp/s/^\([ ]*\)cp /\1Duplicate -d -y /
138 # /INSTALL/s/^INSTALL *= *`.*`:install.sh -c/INSTALL = Duplicate -y/
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprofReader.java 258 throw new MalformedHprofException("Duplicate string id: " + stringId);
290 throw new MalformedHprofException("Duplicate class id: " + classId);
370 throw new MalformedHprofException("Duplicate stack frame id: " + stackFrameId);
409 // The RI can have duplicate stacks, presumably they
412 // duplicate, just skip adding it to hprofData, but
424 throw new MalformedHprofException("Duplicate stack trace id: " + stackTraceId);
468 // Coalesce counts from duplicate stack traces.
  /external/chromium/third_party/libjingle/source/talk/base/
sigslot.h 311 virtual _connection_base0* duplicate(has_slots<mt_policy>* pnewdest) = 0;
322 virtual _connection_base1<arg1_type, mt_policy>* duplicate(has_slots<mt_policy>* pnewdest) = 0;
333 virtual _connection_base2<arg1_type, arg2_type, mt_policy>* duplicate(has_slots<mt_policy>* pnewdest) = 0;
344 virtual _connection_base3<arg1_type, arg2_type, arg3_type, mt_policy>* duplicate(has_slots<mt_policy>* pnewdest) = 0;
355 virtual _connection_base4<arg1_type, arg2_type, arg3_type, arg4_type, mt_policy>* duplicate(has_slots<mt_policy>* pnewdest) = 0;
370 arg5_type, mt_policy>* duplicate(has_slots<mt_policy>* pnewdest) = 0;
385 arg5_type, arg6_type, mt_policy>* duplicate(has_slots<mt_policy>* pnewdest) = 0;
400 arg5_type, arg6_type, arg7_type, mt_policy>* duplicate(has_slots<mt_policy>* pnewdest) = 0;
415 arg5_type, arg6_type, arg7_type, arg8_type, mt_policy>* duplicate(has_slots<mt_policy>* pnewdest) = 0;
616 m_connected_slots.push_back((*it)->duplicate(newtarget))
1766 virtual _connection_base0<mt_policy>* duplicate(has_slots<mt_policy>* pnewdest) function in class:sigslot::_connection0
1811 virtual _connection_base1<arg1_type, mt_policy>* duplicate(has_slots<mt_policy>* pnewdest) function in class:sigslot::_connection1
1857 virtual _connection_base2<arg1_type, arg2_type, mt_policy>* duplicate(has_slots<mt_policy>* pnewdest) function in class:sigslot::_connection2
1903 virtual _connection_base3<arg1_type, arg2_type, arg3_type, mt_policy>* duplicate(has_slots<mt_policy>* pnewdest) function in class:sigslot::_connection3
1951 virtual _connection_base4<arg1_type, arg2_type, arg3_type, arg4_type, mt_policy>* duplicate(has_slots<mt_policy>* pnewdest) function in class:sigslot::_connection4
2004 arg5_type, mt_policy>* duplicate(has_slots<mt_policy>* pnewdest) function in class:sigslot::_connection5
2058 arg5_type, arg6_type, mt_policy>* duplicate(has_slots<mt_policy>* pnewdest) function in class:sigslot::_connection6
2112 arg5_type, arg6_type, arg7_type, mt_policy>* duplicate(has_slots<mt_policy>* pnewdest) function in class:sigslot::_connection7
2168 arg5_type, arg6_type, arg7_type, arg8_type, mt_policy>* duplicate(has_slots<mt_policy>* pnewdest) function in class:sigslot::_connection8
    [all...]
  /external/jdiff/src/jdiff/
HTMLIndexes.java 330 // It's a duplicate index, so emit the name and then
333 multipleMarker = 1; // Start of a duplicate index
335 multipleMarker = 2; // Inside a duplicate index
339 multipleMarker = 2; // Inside a duplicate index
341 multipleMarker = 0; // Not in a duplicate index any more
348 multipleMarker = 2; // Inside a duplicate index
505 // Deal with displaying duplicate indexes
608 // Deal with displaying duplicate indexes
615 // The output displayed for unique or duplicate entries is the same
    [all...]
  /external/javassist/
build.xml 219 depends="sample-test,sample-reflect,sample-duplicate,sample-vector">
237 <target name = "sample-duplicate" depends="sample" >
238 <echo>run sample.duplicate.Viewer without reflection</echo>
239 <java fork="true" dir="${run.dir}" classname="sample.duplicate.Viewer">
242 <echo>run sample.duplicate.Viewer with reflection</echo>
243 <java fork="true" dir="${run.dir}" classname="sample.duplicate.Main">
  /external/icu4c/test/depstest/
dependencies.py 152 sys.exit("Error:%d: library definition using duplicate name %s" % (_line_number, name))
164 sys.exit("Error:%d: group definition using duplicate name %s" % (_line_number, name))
186 sys.exit("Error:%d: duplicate entry for system_symbols" % _line_number)
  /packages/apps/Nfc/src/com/android/nfc/
NfceeAccessControl.java 212 Log.w(TAG, "duplicate signature, ignoring");
240 // check for duplicate package names
242 Log.w(TAG, "duplicate package name in signer group, ignoring");
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptParserTest.java 54 // Check that when we have a duplicate resource error, we highlight both the original
56 // This tests the second, duplicate declaration ration.
65 // Check that when we have a duplicate resource error, we highlight both the original
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3treeparser.h 42 * Stores the original key so that duplicate keys can be rejected

Completed in 699 milliseconds

1 2 3 4 5 6 78 91011>>