/aosp12/system/bt/common/ |
H A D | leaky_bonded_queue_unittest.cc | 56 EXPECT_EQ(queue->Length(), static_cast<size_t>(0)); in TEST() 58 EXPECT_EQ(queue->Length(), static_cast<size_t>(1)); in TEST() 60 EXPECT_EQ(queue->Length(), static_cast<size_t>(2)); in TEST() 62 EXPECT_EQ(queue->Length(), static_cast<size_t>(3)); in TEST() 65 EXPECT_EQ(queue->Length(), static_cast<size_t>(3)); in TEST() 92 EXPECT_EQ(queue->Length(), static_cast<size_t>(0)); in TEST() 94 EXPECT_EQ(queue->Length(), static_cast<size_t>(1)); in TEST() 97 EXPECT_EQ(queue->Length(), static_cast<size_t>(0)); in TEST() 99 EXPECT_EQ(queue->Length(), static_cast<size_t>(1)); in TEST() 101 EXPECT_EQ(queue->Length(), static_cast<size_t>(2)); in TEST() [all …]
|
H A D | leaky_bonded_queue.h | 68 size_t Length(); 144 size_t LeakyBondedQueue<T>::Length() { in Length() function
|
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/ |
H A D | bitstream_io.cpp | 120 PV_STATUS BitstreamPutBits(BitstreamEncVideo *stream, Int Length, UInt Value) in BitstreamPutBits() argument 124 if (stream->bitLeft > Length) in BitstreamPutBits() 126 stream->word <<= Length; in BitstreamPutBits() 128 stream->bitLeft -= Length; in BitstreamPutBits() 135 Length -= stream->bitLeft; in BitstreamPutBits() 136 stream->word |= ((UInt)Value >> Length); in BitstreamPutBits() 147 stream->bitLeft -= Length; in BitstreamPutBits() 168 PV_STATUS BitstreamPutGT16Bits(BitstreamEncVideo *stream, Int Length, ULong Value) in BitstreamPutGT16Bits() argument 175 topLength = Length - 16; in BitstreamPutGT16Bits() 192 status = BitstreamPutBits(stream, Length, (UInt)Value); in BitstreamPutGT16Bits()
|
H A D | bitstream_io.h | 32 PV_STATUS BitstreamPutBits(BitstreamEncVideo *stream, Int Length, UInt Value); 33 PV_STATUS BitstreamPutGT16Bits(BitstreamEncVideo *stream, Int Length, ULong Value);
|
/aosp12/frameworks/base/media/mca/filterfw/native/core/ |
H A D | geometry.cpp | 26 float Point::Length() const { in Length() function in android::filterfw::Point 31 float length = Length(); in ScaleTo() 42 return diff.Length(); in Distance()
|
H A D | geometry.h | 36 float Length() const;
|
/aosp12/frameworks/base/media/mca/filterpacks/native/base/ |
H A D | geometry.cpp | 27 float Point::Length() const { in Length() function in android::filterfw::Point 32 float length = Length(); in ScaleTo() 43 return diff.Length(); in Distance()
|
H A D | geometry.h | 36 float Length() const;
|
/aosp12/frameworks/av/media/codecs/amrwb/enc/SampleCode/ |
H A D | AMRWB_E_SAMPLE.c | 204 inData.Length = Relens; in encode() 220 fwrite(OutputBuf, 1, outData.Length + size1, fdst); in encode() 225 fwrite(outData.Buffer, 1, outData.Length, fdst); in encode()
|
/aosp12/art/runtime/ |
H A D | subtype_check_info.h | 287 if (path_to_root.Length() == depth_) { in GetState() 339 DCHECK_GE(depth_, path_to_root.Length()) in SubtypeCheckInfo() 457 CHECK_GE(GetSafeDepth(depth_ + 1u), GetBitString().Length()) in DcheckInvariants()
|
/aosp12/art/libartbase/base/ |
H A D | bit_string.h | 207 size_t Length() const { in Length() function 283 const size_t length = bit_string.Length();
|
/aosp12/system/bt/test/headless/sdp/ |
H A D | sdp_db.h | 35 uint32_t Length() const;
|
H A D | sdp_db.cc | 37 uint32_t SdpDb::Length() const { in Length() function in SdpDb
|
H A D | sdp.cc | 86 sdp_discovery_db.Length(), in sdp_query_uuid()
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
H A D | reader.h | 622 size_t Length() const { return length_; } in Length() function 655 SizeType length = static_cast<SizeType>(stackStream.Length()) - 1; 739 size_t Length() { return 0; } in Length() function 760 size_t Length() { return stackStream.Length(); } in Length() function 865 decimalPosition = s.Length(); in ParseNumber() 907 decimalPosition = s.Length(); // decimal position at the end of integer. in ParseNumber() 955 size_t length = s.Length(); in ParseNumber()
|
/aosp12/frameworks/av/media/libstagefright/codecs/amrwbenc/ |
H A D | SoftAMRWBEncoder.cpp | 432 inputData.Length = mInputSize; in onQueueFilled() 443 outputData.Length = outAvailable; in onQueueFilled() 448 outHeader->nFilledLen = outputData.Length; in onQueueFilled()
|
/aosp12/frameworks/av/media/codecs/amrwb/enc/test/ |
H A D | AmrwbEncoderTest.cpp | 129 inData.Length = buffLength; in TEST_P() 139 fwrite(outData.Buffer, 1, outData.Length, fpOutput); in TEST_P()
|
/aosp12/system/libziparchive/cli-tests/ |
H A D | unzip.test | 14 Length Date Time Name 25 Length Date Time Name 37 Length Method Size Cmpr Date Time CRC-32 Name 49 Length Method Size Cmpr Date Time CRC-32 Name
|
/aosp12/frameworks/av/media/codec2/components/amr_nb_wb/ |
H A D | C2SoftAmrWbEnc.cpp | 236 inputData.Length = kNumBytesPerInputFrame; in encodeInput() 246 outputData.Length = length; in encodeInput() 253 return outputData.Length; in encodeInput()
|
/aosp12/frameworks/rs/script_api/include/ |
H A D | rs_io.rsh | 77 * len: Length of the data, in bytes. 99 * len: Length of the data, in bytes.
|
H A D | rs_object_info.rsh | 306 * nameLength: Length of the provided name array. 316 * rsElementGetSubElementNameLength: Length of the name of a sub-element 325 * Returns: Length of the sub-element name including the null terminator. 361 * Returns: Length of the element vector.
|
/aosp12/frameworks/av/media/libstagefright/codecs/common/include/ |
H A D | voType.h | 169 VO_U32 Length; /*!< Buffer size in byte */ member
|
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
H A D | remote_method_type.h | 49 enum : std::size_t { Length = sizeof...(MethodTypes) }; enumerator
|
/aosp12/hardware/interfaces/gnss/measurement_corrections/1.0/ |
H A D | types.hal | 148 /** GnssSingleSatCorrectionFlags has valid Excess Path Length field. */ 150 /** GnssSingleSatCorrectionFlags has valid Excess Path Length Uncertainty field. */
|
/aosp12/frameworks/av/media/codecs/amrwb/enc/fuzzer/ |
H A D | amrwb_enc_fuzzer.cpp | 117 inData.Length = minSize; in encodeFrames()
|