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

1 2 3 4 5 6 7 8 91011>>

  /external/smali/baksmali/src/test/resources/DuplicateTest/src/
README 3 duplicates
  /libcore/luni/src/test/resources/META-INF/services/
libcore.java.util.ServiceLoaderTestInterface 7 libcore.java.util.ServiceLoaderTest$Impl2 # and duplicates are allowed too
  /frameworks/base/tools/hiddenapi/
checksorted_sha.sh 6 echo -e "\e[1m\e[31m$file $1 is not sorted or contains duplicates. To sort it correctly:\e[0m"
  /system/tools/hidl/test/error_test/interface_no_using_reserved_method_names/1.0/
IFoo.hal 19 debug(); // duplicates reserved method name
  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_DenseToDenseSetOperation.pbtxt 7 Dimension `n` contains values in a set, duplicates are allowed but ignored.
14 Dimension `n` contains values in a set, duplicates are allowed but ignored.
  /external/tensorflow/tensorflow/tools/docs/
doc_generator_visitor.py 82 It is computed when it, `duplicate_of`, or `duplicates` are first accessed.
96 It is computed when it, `reverse_index`, or `duplicates` are first accessed.
105 def duplicates(self): member in class:DocGeneratorVisitor
162 """Compute data structures containing information about duplicates.
164 Find duplicates in `index` and decide on one to be the "master" name.
169 master name itself has no entry in this map), and a map `duplicates` from
184 # Make a preliminary duplicates map. For all sets of duplicate names, it
205 # Decide on master names, rewire duplicates and make a duplicate_of map
206 # mapping all non-master duplicates to the master name. The master symbol
209 # Duplicates maps the main symbols to the set of all duplicates of tha
    [all...]
  /frameworks/base/tools/aapt2/tools/consumers/
duplicates.py 27 duplicates = []
30 duplicates += entries[:-1]
32 # Sort the duplicates so that they are in order. That way we only do one pass.
33 duplicates = sorted(duplicates, key=lambda x: x.start)
39 for definition in duplicates:
74 if len(duplicates) > 0:
  /external/desugar/java/com/google/devtools/common/options/testing/
ConverterTesterMap.java 52 * for each class is permitted; duplicates will cause {@link #build} to fail.
61 * permitted; duplicates will cause {@link #build} to fail.
71 * permitted; duplicates will cause {@link #build} to fail.
  /external/autotest/frontend/migrations/
062_drone_sets_unique.py 45 'set. Please remove all duplicates before running this '
  /external/libmojo/mojo/edk/embedder/
platform_handle_utils.h 25 // Duplicates the given |PlatformHandle| (which must be valid). (Returns an
  /external/toolchain-utils/mem_tests/
clean_data.py 2 """Cleans output from other scripts to eliminate duplicates.
  /system/tools/hidl/test/error_test/enum_unique_field_names/1.0/
IFoo.hal 22 A, // duplicates first value name
  /system/tools/hidl/test/error_test/enum_unique_field_names_extends/1.0/
IFoo.hal 27 B, // duplicates E1.B name
  /system/tools/hidl/test/error_test/interface_unique_method_names/1.0/
IFoo.hal 20 foo(IFoo arg); // duplicates first method name
  /system/tools/hidl/test/error_test/interface_unique_method_names_inheritance/1.0/
IFoo.hal 21 foo(IFoo arg); // duplicates method defined in IBar name
  /system/tools/hidl/test/error_test/scope_unique_type_names/1.0/
IFoo.hal 20 enum S : int32_t {}; // duplicates first struct name
  /system/tools/hidl/test/error_test/struct_unique_field_names/1.0/
IFoo.hal 21 int32_t a; // duplicates first field name
  /toolchain/binutils/binutils-2.27/libiberty/
xstrdup.c 9 Duplicates a character string without fail, using @code{xmalloc} to
  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/python/cpython2/Lib/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/gdb/darwin-x86/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/gdb/linux-x86/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/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.

Completed in 479 milliseconds

1 2 3 4 5 6 7 8 91011>>