HomeSort by relevance Sort by last modified time
    Searched refs:unique (Results 276 - 300 of 821) sorted by null

<<11121314151617181920>>

  /external/guice/extensions/persist/lib/
hibernate-annotations.jar 
  /external/llvm/utils/TableGen/
CodeGenTarget.cpp 255 Result.erase(std::unique(Result.begin(), Result.end()), Result.end());
266 LegalValueTypes.erase(std::unique(LegalValueTypes.begin(),
  /frameworks/base/tools/aapt2/
StringPool.cpp 136 bool unique) {
137 if (unique) {
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h 415 void unique() { function in class:list
449 void unique(_BinaryPredicate __binary_pred) { function in class:list
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
shared_ptr.hpp 436 bool unique() const // never throws function in class:boost::shared_ptr
438 return pn.unique();
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h 415 void unique() { function in class:list
449 void unique(_BinaryPredicate __binary_pred) { function in class:list
  /external/skia/src/gpu/
GrBatchAtlas.cpp 243 SkASSERT(!plot->unique()); // The GrPlotUpdater should have a ref too
  /external/tpm2/
CryptUtil_fp.h 43 TPM2B_DIGEST *unique // OUT: unique buffer
  /external/valgrind/coregrind/
m_errormgr.c 130 // Unique tag. This gives the error a unique identity (handle) by
133 UInt unique; member in struct:_Error
555 * prints the opening tag, and the <unique> and <tid> fields
593 VG_(printf_xml)(" <unique>0x%x</unique>\n", err->unique);
649 err->unique = unique_counter++;
    [all...]
  /external/valgrind/helgrind/
hg_errors.c 94 /* maps from Lock .unique fields to LockP*s */
110 if (lk1->unique < lk2->unique) return -1;
111 if (lk1->unique > lk2->unique) return 1;
    [all...]
  /frameworks/compile/slang/
slang_rs_context.h 266 auto ReturnNewEndIter = std::unique(Return.begin(), Return.end(),
  /libcore/ojluni/src/main/java/java/sql/
DatabaseMetaData.java     [all...]
  /libcore/ojluni/src/main/java/sun/net/ftp/impl/
FtpClient.java 394 * 226 Transfer complete (unique file name:toto.txt.1).
395 * Usually happens when a STOU (store unique) command had been issued.
400 int i = response.indexOf("unique file name:");
403 i += 17; // Length of "unique file name:"
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
shared_count.hpp 360 bool unique() const // nothrow function in class:boost::detail::shared_count
  /toolchain/binutils/binutils-2.25/gas/config/
obj-coff.c 775 unique, nor do we merge tags with non-tags. */
1109 /* Make a weak symbol name unique by
1116 const char * unique = "";
1120 unique = an_external_name;
1124 ret = xmalloc (strlen (name) + strlen (unique) + 2);
1127 strcat (ret, unique);
1112 const char * unique = ""; local
    [all...]
  /external/autotest/frontend/tko/
models.py 76 """Get SQL to select a per-group count of unique matches for a query.
127 hostname = dbmodels.CharField(unique=True, max_length=255)
173 tag = dbmodels.CharField(unique=True, max_length=100)
287 name = dbmodels.CharField(max_length=80, unique=True)
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/shapes/
PolygonShape.java 138 boolean unique = true;
141 unique = false;
146 if (unique) {
  /external/skia/tests/
ImageTest.cpp 478 REPORTER_ASSERT(reporter, data->unique());
480 REPORTER_ASSERT(reporter, !data->unique());
482 REPORTER_ASSERT(reporter, data->unique());
  /external/v8/src/ic/arm/
ic-arm.cc 232 // Checks whether a key is an array index string or a unique name.
233 // Falls through if a key is a unique name.
238 Label unique; local
243 __ b(eq, &unique);
258 __ bind(&unique);
    [all...]
  /external/v8/src/ic/arm64/
ic-arm64.cc 225 // Checks whether a key is an array index string or a unique name.
226 // Falls through if a key is a unique name.
236 Label unique; local
240 __ B(eq, &unique);
253 __ Bind(&unique);
254 // Fall through if the key is a unique name.
    [all...]
  /external/v8/src/ic/ia32/
ic-ia32.cc 230 // Checks whether a key is an array index string or a unique name.
231 // Falls through if the key is a unique name.
240 Label unique; local
244 __ j(equal, &unique);
258 __ bind(&unique);
  /external/v8/src/ic/ppc/
ic-ppc.cc 241 // Checks whether a key is an array index string or a unique name.
242 // Falls through if a key is a unique name.
247 Label unique; local
252 __ beq(&unique);
268 __ bind(&unique);
    [all...]
  /external/v8/src/ic/s390/
ic-s390.cc 235 // Checks whether a key is an array index string or a unique name.
236 // Falls through if a key is a unique name.
241 Label unique; local
246 __ beq(&unique, Label::kNear);
262 __ bind(&unique);
    [all...]
  /external/v8/src/ic/x64/
ic-x64.cc 241 // Checks whether a key is an array index string or a unique name.
242 // Falls through if the key is a unique name.
251 Label unique; local
255 __ j(equal, &unique);
269 __ bind(&unique);
  /external/v8/src/ic/x87/
ic-x87.cc 230 // Checks whether a key is an array index string or a unique name.
231 // Falls through if the key is a unique name.
240 Label unique; local
244 __ j(equal, &unique);
258 __ bind(&unique);

Completed in 1992 milliseconds

<<11121314151617181920>>