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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
ConvLib.c 239 UINT32 StringLength;
265 StringLength = (UINT32)StrLen (Data);
269 if (StringLength == 0) {
275 if (StringLength > SMBIOS_STRING_MAX_LENGTH) {
320 NewStructureSize = OrigStructureSize + StringLength;
322 NewStructureSize = OrigStructureSize + StringLength + 1;
  /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());
  /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());
  /frameworks/native/libs/vr/libpdx_uds/
remote_method_tests.cpp 161 PDX_REMOTE_METHOD(StringLength, kOpStringLength, int(const std::string&));
182 PDX_REMOTE_API(API, Add, Foo, Concatenate, SumVector, StringLength,
221 int StringLength(const char* string, std::size_t size) {
222 return ReturnStatusOrError(InvokeRemoteMethod<TestInterface::StringLength>(
226 int StringLength(const std::string& string) {
228 InvokeRemoteMethod<TestInterface::StringLength>(string));
367 case TestInterface::StringLength::Opcode:
368 DispatchRemoteMethod<TestInterface::StringLength>(
616 const auto string_length1 = client->StringLength("This is a string");
619 const auto string_length2 = client->StringLength("1234567890")
    [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/clang/lib/Lex/
ModuleMap.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/v8/src/
api.cc     [all...]
  /external/annotation-tools/asmx/test/lib/
saxon7.jar 
jd.xslt-1.5.5.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 373 milliseconds