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

  /frameworks/minikin/libs/minikin/
LocaleListCache.cpp 42 size_t outLength = 0;
44 outLength = uloc_canonicalize(localeString.c_str(), output, outSize, &uErr);
54 (outLength == 3 || (outLength == 8 && output[3] == '_'))) {
56 return outLength;
70 outLength = uloc_toLanguageTag(likelyChars, output, outSize, FALSE, &uErr);
77 return outLength;
  /hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/
ComposerClient.h 171 uint32_t outLength = 0;
174 mCommandEngine->execute(inLength, inHandles, &outChanged, &outLength, &outHandles);
176 hidl_cb(error, outChanged, outLength, outHandles);
  /system/security/keystore/
user_state.cpp 121 size_t outLength = writeFully(out, (uint8_t*)&rawBlob, length);
125 if (outLength != length) {
126 ALOGW("blob not fully written %zu != %zu", outLength, length);
KeyStore.cpp 424 size_t outLength = 0;
432 outLength++;
434 return outLength;
  /hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
ComposerClient.h 301 uint32_t outLength = 0;
304 mCommandEngine->execute(inLength, inHandles, &outChanged, &outLength, &outHandles);
306 hidl_cb(error, outChanged, outLength, outHandles);
  /libcore/ojluni/src/main/java/java/util/
Base64.java 237 private final int outLength(int srclen) {
261 int len = outLength(src.length); // dst array size
289 int len = outLength(src.length); // dst array size
334 int len = outLength(buffer.remaining());
525 byte[] dst = new byte[outLength(src, 0, src.length)];
578 int len = outLength(src, 0, src.length);
622 byte[] dst = new byte[outLength(src, sp, sl)];
650 private int outLength(byte[] src, int sp, int sl) {
    [all...]
  /external/testng/src/main/java/org/testng/log4testng/
Logger.java 580 int outlength= out1.toString().length(); local
584 Assert.assertEquals(out1.toString().length(), outlength); local
587 Assert.assertEquals(out1.toString().length(), outlength); local
651 int outLength= out1.toString().length();
657 Assert.assertEquals(out1.toString().length(), outLength);
  /frameworks/av/media/libmediaplayer2/nuplayer2/
GenericSource2.cpp     [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp     [all...]
  /external/conscrypt/common/src/jni/main/cpp/conscrypt/
native_crypto.cc     [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.3.Final/
netty-codec-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.6.Final/
netty-codec-4.1.6.Final.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-s3/1.11.18/
aws-java-sdk-s3-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 

Completed in 1133 milliseconds