HomeSort by relevance Sort by last modified time
    Searched refs:_unique (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/foundation/tests/
AData_test.cpp 292 std::unique_ptr<EventCounter> _unique; local
304 EXPECT_FALSE(u.remove(&_unique));
313 EXPECT_FALSE(u.remove(&_unique));
317 _unique = std::unique_ptr<EventCounter>(new EventCounter(&destructions, 123));
318 EXPECT_TRUE(u.set(std::move(_unique)));
319 EXPECT_FALSE((bool)_unique);
324 EXPECT_TRUE(u.remove(&_unique));
325 EXPECT_TRUE((bool)_unique);
326 if (_unique) {
327 EXPECT_EQ(123, _unique->magic())
437 std::unique_ptr<DerivedCounter> _unique, _unique2; local
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
DNSEntry.java 34 private final boolean _unique; field in class:DNSEntry
46 _unique = unique;
143 return _unique;
282 aLog.append((_unique ? "-unique," : ","));
  /external/tensorflow/tensorflow/python/ops/
array_ops.py     [all...]
  /external/tensorflow/tensorflow/python/framework/
ops_test.py     [all...]

Completed in 3221 milliseconds