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

  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
TreeMultimapExplicitTest.java 44 private enum StringLength implements Comparator<String> {
71 StringLength.COMPARATOR, DECREASING_INT_COMPARATOR);
79 StringLength.COMPARATOR, DECREASING_INT_COMPARATOR);
95 StringLength.COMPARATOR, DECREASING_INT_COMPARATOR);
125 assertEquals(StringLength.COMPARATOR, multimap.keyComparator());
188 TreeMultimap.create(StringLength.COMPARATOR, DECREASING_INT_COMPARATOR);
191 assertEquals(StringLength.COMPARATOR, copy.keyComparator());
201 assertEquals(StringLength.COMPARATOR, keySet.comparator());
OrderingTest.java 327 StringLength;
340 = Ordering.natural().onResultOf(StringLengthFunction.StringLength);
348 Ordering.natural().onResultOf(StringLengthFunction.StringLength))
352 assertEquals("Ordering.natural().onResultOf(StringLength)",
358 StringLengthFunction.StringLength);
366 DECREASING_INTEGER.onResultOf(StringLengthFunction.StringLength))
372 assertEquals("Ordering.natural().reverse().onResultOf(StringLength)",
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
TreeMultimapExplicitTest.java 46 private enum StringLength implements Comparator<String> {
73 StringLength.COMPARATOR, DECREASING_INT_COMPARATOR);
81 StringLength.COMPARATOR, DECREASING_INT_COMPARATOR);
97 StringLength.COMPARATOR, DECREASING_INT_COMPARATOR);
127 assertEquals(StringLength.COMPARATOR, multimap.keyComparator());
190 TreeMultimap.create(StringLength.COMPARATOR, DECREASING_INT_COMPARATOR);
193 assertEquals(StringLength.COMPARATOR, copy.keyComparator());
203 assertEquals(StringLength.COMPARATOR, keySet.comparator());
OrderingTest.java 329 StringLength;
342 = Ordering.natural().onResultOf(StringLengthFunction.StringLength);
350 Ordering.natural().onResultOf(StringLengthFunction.StringLength))
354 assertEquals("Ordering.natural().onResultOf(StringLength)",
360 StringLengthFunction.StringLength);
368 DECREASING_INTEGER.onResultOf(StringLengthFunction.StringLength))
374 assertEquals("Ordering.natural().reverse().onResultOf(StringLength)",
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sql.h 497 SQLRETURN SQL_API SQLColAttribute(SQLHSTMT StatementHandle,SQLUSMALLINT ColumnNumber,SQLUSMALLINT FieldIdentifier,SQLPOINTER CharacterAttribute,SQLSMALLINT BufferLength,SQLSMALLINT *StringLength,SQLLEN *NumericAttribute);
499 SQLRETURN SQL_API SQLColAttribute(SQLHSTMT StatementHandle,SQLUSMALLINT ColumnNumber,SQLUSMALLINT FieldIdentifier,SQLPOINTER CharacterAttribute,SQLSMALLINT BufferLength,SQLSMALLINT *StringLength,SQLPOINTER NumericAttribute);
527 SQLRETURN SQL_API SQLGetConnectAttr(SQLHDBC ConnectionHandle,SQLINTEGER Attribute,SQLPOINTER Value,SQLINTEGER BufferLength,SQLINTEGER *StringLength);
533 SQLRETURN SQL_API SQLGetDescField(SQLHDESC DescriptorHandle,SQLSMALLINT RecNumber,SQLSMALLINT FieldIdentifier,SQLPOINTER Value,SQLINTEGER BufferLength,SQLINTEGER *StringLength);
534 SQLRETURN SQL_API SQLGetDescRec(SQLHDESC DescriptorHandle,SQLSMALLINT RecNumber,SQLCHAR *Name,SQLSMALLINT BufferLength,SQLSMALLINT *StringLength,SQLSMALLINT *Type,SQLSMALLINT *SubType,SQLLEN *Length,SQLSMALLINT *Precision,SQLSMALLINT *Scale,SQLSMALLINT *Nullable);
535 SQLRETURN SQL_API SQLGetDiagField(SQLSMALLINT HandleType,SQLHANDLE Handle,SQLSMALLINT RecNumber,SQLSMALLINT DiagIdentifier,SQLPOINTER DiagInfo,SQLSMALLINT BufferLength,SQLSMALLINT *StringLength);
537 SQLRETURN SQL_API SQLGetEnvAttr(SQLHENV EnvironmentHandle,SQLINTEGER Attribute,SQLPOINTER Value,SQLINTEGER BufferLength,SQLINTEGER *StringLength);
540 SQLRETURN SQL_API SQLGetInfo(SQLHDBC ConnectionHandle,SQLUSMALLINT InfoType,SQLPOINTER InfoValue,SQLSMALLINT BufferLength,SQLSMALLINT *StringLength);
542 SQLRETURN SQL_API SQLGetStmtAttr(SQLHSTMT StatementHandle,SQLINTEGER Attribute,SQLPOINTER Value,SQLINTEGER BufferLength,SQLINTEGER *StringLength);
552 SQLRETURN SQL_API SQLSetConnectAttr(SQLHDBC ConnectionHandle,SQLINTEGER Attribute,SQLPOINTER Value,SQLINTEGER StringLength);
    [all...]
winbase.h     [all...]
  /external/v8/src/
accessors.h 47 V(StringLength)
code-stubs.h 104 V(StringLength) \
702 DEFINE_TURBOFAN_CODE_STUB(StringLength, TurboFanCodeStub);
    [all...]
api.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
acpiioct.h 59 ULONG StringLength;
111 ULONG StringLength;
  /external/libchrome/sandbox/win/src/
crosscall_client.h 152 : static_cast<uint32_t>(StringLength(t_) * sizeof(t_[0]));
172 static size_t __cdecl StringLength(const wchar_t* wcs) {
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp     [all...]
  /art/runtime/mirror/
object_test.cc 478 TEST_F(ObjectTest, StringLength) {
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 590 milliseconds