/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
vp9_loopfilter_neon.asm | 40 vld1.8 {d0[]}, [r2] ; duplicate *blimit 48 vld1.8 {d1[]}, [r3] ; duplicate *limit 49 vld1.8 {d2[]}, [r2] ; duplicate *thresh 103 vld1.8 {d0[]}, [r2] ; duplicate *blimit 105 vld1.8 {d1[]}, [r3] ; duplicate *limit 112 vld1.8 {d2[]}, [r3] ; duplicate *thresh 293 vld1.8 {d0[]}, [r2] ; duplicate *blimit 301 vld1.8 {d1[]}, [r3] ; duplicate *limit 302 vld1.8 {d2[]}, [r2] ; duplicate *thresh 354 vld1.8 {d0[]}, [r2] ; duplicate *blimi [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/ |
ReadOnlyCharBufferTest.java | 53 CharBuffer duplicate = buf.duplicate(); local 54 assertEquals(buf.hashCode(), duplicate.hashCode());
|
/libcore/luni/src/main/java/java/nio/ |
ByteBufferAsCharBuffer.java | 76 public CharBuffer duplicate() { method in class:ByteBufferAsCharBuffer 77 ByteBuffer bb = byteBuffer.duplicate().order(byteBuffer.order()); 180 CharBuffer result = duplicate();
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
reduction.py | 45 from multiprocessing.forking import Popen, duplicate, close, ForkingPickler namespace 70 new_handle = duplicate(handle, process_handle) 145 dup_handle = duplicate(handle)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
reduction.py | 45 from multiprocessing.forking import Popen, duplicate, close, ForkingPickler namespace 70 new_handle = duplicate(handle, process_handle) 145 dup_handle = duplicate(handle)
|
/external/chromium_org/media/cast/receiver/ |
frame_receiver.cc | 130 bool duplicate = false; local 132 framer_.InsertPacket(payload_data, payload_size, rtp_header, &duplicate); 134 // Duplicate packets are ignored. 135 if (duplicate) 168 // Another frame is complete from a non-duplicate packet. Attempt to emit
|
/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 45 // duplicate constants. 61 "Merge Duplicate Global Constants", false, false) 203 // Make all uses of the duplicate constant use the canonical version.
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaInboundSmsHandler.java | 137 // Initialize fingerprint field, and see if we have a network duplicate SMS. 299 // Some carriers incorrectly send duplicate port fields in omadm wap pushes. 303 index = index + 4; // skip duplicate port fields 331 * @return True if OrigPdu is OmaDM Push Message which has duplicate ports. 332 * False if OrigPdu is NOT OmaDM Push Message which has duplicate ports.
|
/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
|
/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_org/third_party/libjingle/source/talk/base/ |
sigslot.h | 323 virtual _connection_base0* duplicate(has_slots_interface* pnewdest) = 0; 334 virtual _connection_base1<arg1_type, mt_policy>* duplicate(has_slots_interface* pnewdest) = 0; 345 virtual _connection_base2<arg1_type, arg2_type, mt_policy>* duplicate(has_slots_interface* pnewdest) = 0; 356 virtual _connection_base3<arg1_type, arg2_type, arg3_type, mt_policy>* duplicate(has_slots_interface* pnewdest) = 0; 367 virtual _connection_base4<arg1_type, arg2_type, arg3_type, arg4_type, mt_policy>* duplicate(has_slots_interface* pnewdest) = 0; 382 arg5_type, mt_policy>* duplicate(has_slots_interface* pnewdest) = 0; 397 arg5_type, arg6_type, mt_policy>* duplicate(has_slots_interface* pnewdest) = 0; 412 arg5_type, arg6_type, arg7_type, mt_policy>* duplicate(has_slots_interface* pnewdest) = 0; 427 arg5_type, arg6_type, arg7_type, arg8_type, mt_policy>* duplicate(has_slots_interface* pnewdest) = 0; 650 m_connected_slots.push_back((*it)->duplicate(newtarget)) 1800 virtual _connection_base0<mt_policy>* duplicate(has_slots_interface* pnewdest) function in class:sigslot::_connection0 1845 virtual _connection_base1<arg1_type, mt_policy>* duplicate(has_slots_interface* pnewdest) function in class:sigslot::_connection1 1891 virtual _connection_base2<arg1_type, arg2_type, mt_policy>* duplicate(has_slots_interface* pnewdest) function in class:sigslot::_connection2 1937 virtual _connection_base3<arg1_type, arg2_type, arg3_type, mt_policy>* duplicate(has_slots_interface* pnewdest) function in class:sigslot::_connection3 1985 virtual _connection_base4<arg1_type, arg2_type, arg3_type, arg4_type, mt_policy>* duplicate(has_slots_interface* pnewdest) function in class:sigslot::_connection4 2038 arg5_type, mt_policy>* duplicate(has_slots_interface* pnewdest) function in class:sigslot::_connection5 2092 arg5_type, arg6_type, mt_policy>* duplicate(has_slots_interface* pnewdest) function in class:sigslot::_connection6 2146 arg5_type, arg6_type, arg7_type, mt_policy>* duplicate(has_slots_interface* pnewdest) function in class:sigslot::_connection7 2202 arg5_type, arg6_type, arg7_type, arg8_type, mt_policy>* duplicate(has_slots_interface* pnewdest) function in class:sigslot::_connection8 [all...] |
/external/chromium_org/third_party/webrtc/base/ |
sigslot.h | 323 virtual _connection_base0* duplicate(has_slots_interface* pnewdest) = 0; 334 virtual _connection_base1<arg1_type, mt_policy>* duplicate(has_slots_interface* pnewdest) = 0; 345 virtual _connection_base2<arg1_type, arg2_type, mt_policy>* duplicate(has_slots_interface* pnewdest) = 0; 356 virtual _connection_base3<arg1_type, arg2_type, arg3_type, mt_policy>* duplicate(has_slots_interface* pnewdest) = 0; 367 virtual _connection_base4<arg1_type, arg2_type, arg3_type, arg4_type, mt_policy>* duplicate(has_slots_interface* pnewdest) = 0; 382 arg5_type, mt_policy>* duplicate(has_slots_interface* pnewdest) = 0; 397 arg5_type, arg6_type, mt_policy>* duplicate(has_slots_interface* pnewdest) = 0; 412 arg5_type, arg6_type, arg7_type, mt_policy>* duplicate(has_slots_interface* pnewdest) = 0; 427 arg5_type, arg6_type, arg7_type, arg8_type, mt_policy>* duplicate(has_slots_interface* pnewdest) = 0; 650 m_connected_slots.push_back((*it)->duplicate(newtarget)) 1800 virtual _connection_base0<mt_policy>* duplicate(has_slots_interface* pnewdest) function in class:sigslot::_connection0 1845 virtual _connection_base1<arg1_type, mt_policy>* duplicate(has_slots_interface* pnewdest) function in class:sigslot::_connection1 1891 virtual _connection_base2<arg1_type, arg2_type, mt_policy>* duplicate(has_slots_interface* pnewdest) function in class:sigslot::_connection2 1937 virtual _connection_base3<arg1_type, arg2_type, arg3_type, mt_policy>* duplicate(has_slots_interface* pnewdest) function in class:sigslot::_connection3 1985 virtual _connection_base4<arg1_type, arg2_type, arg3_type, arg4_type, mt_policy>* duplicate(has_slots_interface* pnewdest) function in class:sigslot::_connection4 2038 arg5_type, mt_policy>* duplicate(has_slots_interface* pnewdest) function in class:sigslot::_connection5 2092 arg5_type, arg6_type, mt_policy>* duplicate(has_slots_interface* pnewdest) function in class:sigslot::_connection6 2146 arg5_type, arg6_type, arg7_type, mt_policy>* duplicate(has_slots_interface* pnewdest) function in class:sigslot::_connection7 2202 arg5_type, arg6_type, arg7_type, arg8_type, mt_policy>* duplicate(has_slots_interface* 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/chromium_org/chromeos/network/onc/ |
onc_validator_unittest.cc | 346 std::make_pair(OncParams("duplicate-network-guid", 349 RepairParams("repaired-duplicate-network-guid", 350 "repaired-duplicate-network-guid")), 351 std::make_pair(OncParams("duplicate-cert-guid", 354 RepairParams("repaired-duplicate-cert-guid", 355 "repaired-duplicate-cert-guid")),
|
/external/chromium_org/third_party/skia/src/core/ |
SkStream.cpp | 251 SkStreamAsset* SkFILEStream::duplicate() const { function in class:SkFILEStream 287 SkAutoTUnref<SkStreamAsset> that(this->duplicate()); 398 SkMemoryStream* SkMemoryStream::duplicate() const { function in class:SkMemoryStream 418 SkAutoTUnref<SkMemoryStream> that(this->duplicate()); 733 virtual SkBlockMemoryStream* duplicate() const SK_OVERRIDE { 763 SkAutoTUnref<SkBlockMemoryStream> that(this->duplicate());
|
/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/skia/src/core/ |
SkStream.cpp | 251 SkStreamAsset* SkFILEStream::duplicate() const { function in class:SkFILEStream 287 SkAutoTUnref<SkStreamAsset> that(this->duplicate()); 398 SkMemoryStream* SkMemoryStream::duplicate() const { function in class:SkMemoryStream 418 SkAutoTUnref<SkMemoryStream> that(this->duplicate()); 733 virtual SkBlockMemoryStream* duplicate() const SK_OVERRIDE { 763 SkAutoTUnref<SkBlockMemoryStream> that(this->duplicate());
|
/cts/tests/tests/security/src/android/security/cts/ |
ClonedSecureRandomTest.java | 115 * We're guaranteed to see at least one duplicate if we iterate MAX_PID 213 * seen a duplicate by the pigeonhole principle. 215 fail("Must see a duplicate PID");
|
/external/chromium_org/base/ |
id_map.h | 64 DCHECK(data_.find(this_id) == data_.end()) << "Inserting duplicate item"; 73 // two methods may not be mixed, or duplicate IDs may be generated 77 DCHECK(data_.find(id) == data_.end()) << "Inserting duplicate item";
|
/external/chromium_org/chrome/browser/search_engines/ |
template_url_fetcher_unittest.cc | 208 { "Duplicate osdd url with autodetected provider.", osdd_file_name, 211 { "Duplicate keyword with autodetected provider.", osdd_file_name + "1", 213 { "Duplicate osdd url with explicit provider.", osdd_file_name,
|
/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
mediaGalleries.html | 129 <p>Albums and Folders that have duplicate names and dates will be uniquified 131 <p>Duplicate filenames within the same Album will also be uniquified using an 141 <p>Duplicate album names or image filenames within albums will get a
|
/external/chromium_org/dbus/ |
property_unittest.cc | 202 // and should not grow to contain duplicate entries. 217 // and should not grow to contain duplicate entries. 229 // and should not grow to contain duplicate entries.
|
/external/chromium_org/tools/grit/grit/format/ |
data_pack.py | 123 KeyError: if there are duplicate keys or resource encoding is 148 KeyError: if there are duplicate keys or resource encoding is 157 raise exceptions.KeyError('Duplicate keys: ' + str(list(duplicate_keys)))
|
/external/clang/lib/Sema/ |
SemaStmtAttr.cpp | 163 << /*Duplicate=*/true << LoopHintAttr::getOptionName(Option) 175 << /*Duplicate=*/true << LoopHintAttr::getOptionName(Option) 188 << /*Duplicate=*/false
|
/external/icu/icu4c/source/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)
|