/external/chromium_org/remoting/webapp/background/ |
message_window_manager.js | 7 /** @suppress {duplicate} */
|
app_launcher.js | 24 /** @suppress {duplicate} */
|
/external/chromium_org/remoting/webapp/browser_test/ |
mock_session_connector.js | 13 /** @suppress {duplicate} */
|
mock_client_plugin.js | 13 /** @suppress {duplicate} */
|
/external/chromium_org/remoting/webapp/ |
fullscreen_v2.js | 12 /** @suppress {duplicate} */
|
gnubby_auth_handler.js | 13 /** @suppress {duplicate} */
|
plugin_settings.js | 11 /** @suppress {duplicate} */
|
signal_strategy.js | 7 /** @suppress {duplicate} */
|
butter_bar.js | 13 /** @suppress {duplicate} */
|
host_install_dialog.js | 7 /** @suppress {duplicate} */
|
host_installer.js | 26 /** @suppress {duplicate} */
|
host_session.js | 16 /** @suppress {duplicate} */
|
/external/chromium_org/v8/test/webkit/ |
duplicate-param-gc-crash.js | 25 'Tests to ensure that activations are built correctly in the face of duplicate parameter names and do not cause crashes.'
|
var-shadows-arg-gc-crash.js | 25 'Tests to ensure that activations mark their values correctly in the face of duplicate parameter names and does not crash.'
|
/external/guava/guava/src/com/google/common/collect/ |
TreeBasedTable.java | 359 boolean duplicate = 362 // Keep looping till we find a non-duplicate value. 363 if (!duplicate) {
|
/frameworks/base/keystore/java/android/security/ |
KeyStore.java | 302 public boolean duplicate(String srcKey, int srcUid, String destKey, int destUid) { method in class:KeyStore 304 return mBinder.duplicate(srcKey, srcUid, destKey, destUid) == NO_ERROR;
|
/external/chromium_org/third_party/libvpx/source/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...] |
/external/libvpx/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...] |
/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());
|
/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/dex/src/main/java/com/android/dex/ |
Dex.java | 167 ByteBuffer data = this.data.duplicate(); // positioned ByteBuffers aren't thread safe 191 ByteBuffer sectionData = data.duplicate(); 203 ByteBuffer sectionData = data.duplicate(); 224 ByteBuffer data = this.data.duplicate(); // positioned ByteBuffers aren't thread safe 295 ByteBuffer data = this.data.duplicate(); // positioned ByteBuffers aren't thread safe 312 ByteBuffer data = this.data.duplicate(); // positioned ByteBuffers aren't thread safe [all...] |
/external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/system/impl/ |
CoreImplTest.java | 218 SharedBufferHandle handle2 = handle.duplicate(null); 475 handle.duplicate(null).close(); 477 handle.duplicate(new SharedBufferHandle.DuplicateOptions()).close(); 488 SharedBufferHandle newHandle = handle.duplicate(null); 805 SharedBufferHandle newHandle = handle.duplicate(null);
|
/libcore/luni/src/main/java/java/net/ |
URI.java | 737 private URI duplicate() { method in class:URI [all...] |
/external/chromium_org/ |
Android.mk | 16 # including most of the makefiles to avoid duplicate target definitions. Some
|
/external/chromium_org/media/cast/net/rtp/ |
cast_message_builder_unittest.cc | 119 bool duplicate; local 121 if (framer_.InsertPacket(&payload, 1, rtp_header_, &duplicate)) {
|