HomeSort by relevance Sort by last modified time
    Searched defs:identical (Results 1 - 20 of 20) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
treesync.py 129 if identical(sf, mf):
157 def identical(sf, mf): function
  /external/python/cpython2/Tools/scripts/
treesync.py 129 if identical(sf, mf):
157 def identical(sf, mf): function
  /external/python/cpython3/Tools/scripts/
treesync.py 129 if identical(sf, mf):
157 def identical(sf, mf): function
  /prebuilts/go/darwin-x86/src/go/types/
predicates.go 113 // Identical reports whether x and y are identical types.
115 func Identical(x, y Type) bool {
116 return identical(x, y, true, nil)
119 // IdenticalIgnoreTags reports whether x and y are identical types if tags are ignored.
122 return identical(x, y, false, nil)
131 func (p *ifacePair) identical(q *ifacePair) bool { func
135 func identical(x, y Type, cmpTags bool, p *ifacePair) bool { func
150 // Two array types are identical if they have identical element type
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
predicates.go 113 // Identical reports whether x and y are identical types.
115 func Identical(x, y Type) bool {
116 return identical(x, y, true, nil)
119 // IdenticalIgnoreTags reports whether x and y are identical types if tags are ignored.
122 return identical(x, y, false, nil)
131 func (p *ifacePair) identical(q *ifacePair) bool { func
135 func identical(x, y Type, cmpTags bool, p *ifacePair) bool { func
150 // Two array types are identical if they have identical element type
    [all...]
  /art/runtime/
reference_table.cc 84 // array object), and the number of additional objects that are identical
87 int identical, int equiv)
108 size_t total = identical + equiv + 1;
110 if (identical + equiv != 0) {
277 size_t identical; member in class:art::SummaryElement
279 SummaryElement() : equiv(0), identical(0) {}
283 identical = ref.identical;
291 identical = 0;
309 ++prev.identical;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_float.py 969 def identical(self, x, y): member in class:HexFloatTestCase
    [all...]
  /external/python/cpython2/Lib/test/
test_float.py 1029 def identical(self, x, y): member in class:HexFloatTestCase
    [all...]
  /external/python/cpython3/Lib/test/
test_float.py 268 # identical containers
739 # Since Python 3.2, repr and str are identical
972 def identical(self, x, y): member in class:HexFloatTestCase
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowPendingIntentTest.java 220 Intent identical = new Intent(); local
221 PendingIntent saved = PendingIntent.getActivity(context, 99, identical, FLAG_NO_CREATE);
293 Intent identical = new Intent(); local
294 PendingIntent saved = PendingIntent.getBroadcast(context, 99, identical, FLAG_NO_CREATE);
304 Intent identical = new Intent(); local
305 PendingIntent saved = PendingIntent.getBroadcast(context, 99, identical, 0);
329 Intent identical = new Intent(); local
330 PendingIntent saved = PendingIntent.getService(context, 99, identical, FLAG_NO_CREATE);
340 Intent identical = new Intent(); local
341 PendingIntent saved = PendingIntent.getService(context, 99, identical, 0)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_float.py 975 def identical(self, x, y): member in class:HexFloatTestCase
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_float.py 975 def identical(self, x, y): member in class:HexFloatTestCase
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_float.py 975 def identical(self, x, y): member in class:HexFloatTestCase
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_float.py 975 def identical(self, x, y): member in class:HexFloatTestCase
    [all...]
  /system/core/logd/
LogBuffer.cpp 139 static enum match_type identical(LogBufferElement* elem, function
141 // is it mostly identical?
153 // last is more than a minute old, stop squashing identical messages
158 // Identical message
173 // audit message (except sequence number) identical?
261 // dropped = copy of first identical message -> State 1
271 // dropped = copy of first identical message
276 // delete copy of first identical message (dropped)
281 // dropped = copy of first identical message -> State 1
315 enum match_type match = identical(elem, currentLast)
    [all...]
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 607 milliseconds