HomeSort by relevance Sort by last modified time
    Searched full:duplicates (Results 1 - 25 of 1059) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/smali/baksmali/src/test/resources/DuplicateTest/src/
README 3 duplicates
  /external/chromium_org/tools/gyp/test/configurations/inheritance/
gyptest-duplicates.py 15 test.run_gyp('duplicates.gyp')
17 # Verify the duplicates.gypd against the checked-in expected contents.
26 contents = test.read('duplicates.gypd').replace(
28 expect = test.read('duplicates.gypd.golden').replace('\r', '')
30 print "Unexpected contents of `duplicates.gypd'"
31 test.diff(expect, contents, 'duplicates.gypd ')
duplicates.gypd.golden 2 'included_files': ['duplicates.gyp'],
  /libcore/luni/src/test/resources/META-INF/services/
libcore.java.util.ServiceLoaderTestInterface 7 libcore.java.util.ServiceLoaderTest$Impl2 # and duplicates are allowed too
  /external/bison/m4/
isnan.m4 22 dnl Append $ISNANF_LIBM to ISNAN_LIBM, avoiding gratuitous duplicates.
27 dnl Append $ISNAND_LIBM to ISNAN_LIBM, avoiding gratuitous duplicates.
32 dnl Append $ISNANL_LIBM to ISNAN_LIBM, avoiding gratuitous duplicates.
  /external/chromium_org/chrome/common/extensions/docs/examples/howto/tab_shortcuts/
manifest.json 23 "description": "Duplicates the current tab."
  /art/test/097-duplicate-method/src/
Main.java 20 * first one, and to ignore all following duplicates.
  /external/chromium_org/chrome/browser/ui/webui/
history_ui_unittest.cc 17 // Duplicates on the same day in the local timezone are removed, so set a
54 // Basic test that duplicates on the same day are removed.
87 // Test multiple duplicates across multiple days.
113 // Test that timestamps for duplicates are properly saved.
  /external/chromium_org/chrome/browser/ui/webui/omnibox/
omnibox.mojom 30 int32 duplicates;
  /external/chromium_org/mojo/embedder/
platform_handle_utils.h 26 // Duplicates the given |PlatformHandle| (which must be valid). (Returns an
  /external/chromium_org/tools/cygprofile/
cygprofile.gyp 19 # other duplicates in other objects/libraries.
  /external/nist-sip/java/gov/nist/javax/sip/header/
ParametersHeader.java 56 protected DuplicateNameValueList duplicates; field in class:ParametersHeader
60 this.duplicates = new DuplicateNameValueList();
66 this.duplicates = new DuplicateNameValueList();
72 this.duplicates = new DuplicateNameValueList();
486 duplicates.set(nv);
494 this.duplicates.set(nameValue);
503 return this.duplicates.getParameter(name);
509 return duplicates;
520 return this.duplicates.getValue(name);
531 return duplicates.getNames()
    [all...]
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFDocument.cpp 125 // mergeInto returns the number of duplicates.
126 // If there are duplicates, there is a bug and we mess ref counting.
127 SkDEBUGCODE(int duplicates =) knownResources.mergeInto(*fFirstPageResources);
128 SkASSERT(duplicates == 0);
133 SkDEBUGCODE(duplicates =) knownResources.mergeInto(*fOtherPageResources);
140 SkDEBUGCODE(duplicates =) fFirstPageResources->mergeInto(newResources);
142 SkDEBUGCODE(duplicates =) fOtherPageResources->mergeInto(newResources);
144 SkASSERT(duplicates == 0);
146 SkDEBUGCODE(duplicates =) knownResources.mergeInto(newResources);
147 SkASSERT(duplicates == 0)
    [all...]
SkPDFCatalog.cpp 180 // mergeInto returns the number of duplicates.
181 // If there are duplicates, there is a bug and we mess ref counting.
182 SkDEBUGCODE(int duplicates =) targetSet->mergeInto(newResourceObjects);
183 SkASSERT(duplicates == 0);
  /external/skia/src/pdf/
SkPDFDocument.cpp 125 // mergeInto returns the number of duplicates.
126 // If there are duplicates, there is a bug and we mess ref counting.
127 SkDEBUGCODE(int duplicates =) knownResources.mergeInto(*fFirstPageResources);
128 SkASSERT(duplicates == 0);
133 SkDEBUGCODE(duplicates =) knownResources.mergeInto(*fOtherPageResources);
140 SkDEBUGCODE(duplicates =) fFirstPageResources->mergeInto(newResources);
142 SkDEBUGCODE(duplicates =) fOtherPageResources->mergeInto(newResources);
144 SkASSERT(duplicates == 0);
146 SkDEBUGCODE(duplicates =) knownResources.mergeInto(newResources);
147 SkASSERT(duplicates == 0)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
headers.py 40 """Return the total number of headers, including duplicates."""
78 list or were added to this instance, and may contain duplicates. Any
99 list, or were added to this instance, and may contain duplicates.
109 list, or were added to this instance, and may contain duplicates.
119 list, or were added to this instance, and may contain duplicates.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
headers.py 40 """Return the total number of headers, including duplicates."""
78 list or were added to this instance, and may contain duplicates. Any
99 list, or were added to this instance, and may contain duplicates.
109 list, or were added to this instance, and may contain duplicates.
119 list, or were added to this instance, and may contain duplicates.
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_match_unittest.cc 108 // A non-deletable match with no duplicates.
113 // A deletable match with no duplicates.
118 // A non-deletable match, with non-deletable duplicates.
  /external/guava/guava/src/com/google/common/collect/
AbstractListMultimap.java 56 * <p>Because the values for a given key may have duplicates and follow the
67 * <p>Because the values for a given key may have duplicates and follow the
78 * <p>Because the values for a given key may have duplicates and follow the
ListMultimap.java 43 * <p>Because the values for a given key may have duplicates and follow the
53 * <p>Because the values for a given key may have duplicates and follow the
63 * <p>Because the values for a given key may have duplicates and follow the
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
sort 7 ."and includes some duplicates. Make should sort all of the elements\n"
8 ."remove all duplicates\n";
  /external/chromium_org/cc/trees/
tree_synchronizer.h 21 // duplicates the structure of the Layer tree, reusing the LayerImpls in the
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_links/
send_links.js 23 // Remove duplicates and invalid URLs.
  /external/chromium_org/components/nacl/
nacl_defines.gypi 47 # TODO(mcgrathr): This duplicates native_client/build/common.gypi;
  /external/chromium_org/tools/gyp/test/gyp-defines/
gyptest-regyp.py 8 Verifies that when the same value is repeated for a gyp define, duplicates are

Completed in 3962 milliseconds

1 2 3 4 5 6 7 8 91011>>