HomeSort by relevance Sort by last modified time
    Searched refs:duplicate (Results 51 - 75 of 225) sorted by null

1 23 4 5 6 7 8 9

  /external/chromium_org/v8/test/webkit/
var-shadows-arg-crash.js 25 'Tests to ensure that activations are built correctly in the face of duplicate parameter names and do not cause crashes.'
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/chromium_org/third_party/skia/src/core/
SkStream.cpp 232 SkStreamAsset* SkFILEStream::duplicate() const { function in class:SkFILEStream
268 SkAutoTUnref<SkStreamAsset> that(this->duplicate());
379 SkMemoryStream* SkMemoryStream::duplicate() const { function in class:SkMemoryStream
399 SkAutoTUnref<SkMemoryStream> that(this->duplicate());
714 virtual SkBlockMemoryStream* duplicate() const SK_OVERRIDE {
744 SkAutoTUnref<SkBlockMemoryStream> that(this->duplicate());
889 SkAutoTUnref<SkStreamRewindable> dupStream(stream->duplicate());
  /external/iproute2/tc/
q_netem.c 37 " [ duplicate PERCENT [CORRELATION]]\n" \
224 explain1("duplicate loss argument\n");
365 } else if (matches(*argv, "duplicate") == 0) {
367 if (get_percent(&opt.duplicate, *argv)) {
368 explain1("duplicate");
374 explain1("duplicate");
587 if (qopt.duplicate) {
588 fprintf(f, " duplicate %s",
589 sprint_percent(qopt.duplicate, b1));
  /external/libhevc/common/arm/
ihevc_intra_pred_chroma_horz.s 123 vdup.16 q1,d1[3] @duplicate the i value.
125 vdup.16 q2,d1[2] @duplicate the ii value.
126 vdup.16 q3,d1[1] @duplicate the iii value.
ihevc_intra_pred_luma_horz.s 121 vdup.8 q1,d1[7] @duplicate the i value.
123 vdup.8 q2,d1[6] @duplicate the ii value.
124 vdup.8 q3,d1[5] @duplicate the iii value.
  /external/chromium_org/chrome/browser/resources/signin_internals/
signin_internals.js 23 // Note the addListener function does not end up creating duplicate
74 // duplicate registrations.
  /external/chromium_org/chrome/browser/ui/webui/options/
edit_dictionary_browsertest.js 92 // notification, but ignores duplicate add notifications.
115 // notification, but ignores duplicate remove notifications.
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_fontconfig.cpp 131 SkAutoTUnref<SkStream> dupStream(stream->duplicate());
  /external/chromium_org/third_party/skia/src/utils/
SkFrontBufferedStream.cpp 31 virtual SkStreamRewindable* duplicate() const SK_OVERRIDE { return NULL; }
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
init_document.js 63 // otherwise there can be duplicate event listeners.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/contextMenus/event_page/
sample.js 64 "duplicate item child1 should show up");
  /external/chromium_org/remoting/webapp/background/
message_window_manager.js 7 /** @suppress {duplicate} */
  /external/chromium_org/remoting/webapp/browser_test/
mock_session_connector.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} */
  /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) {
  /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/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);
  /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)) {

Completed in 3134 milliseconds

1 23 4 5 6 7 8 9