Home
last modified time | relevance | path

Searched refs:beg (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/org/apache/http/conn/ssl/
DAndroidDistinguishedNameParser.java36 private int beg; field in AndroidDistinguishedNameParser
64 beg = pos; in nextAT()
99 if ((end - beg > 4) && (chars[beg + 3] == '.') in nextAT()
100 && (chars[beg] == 'O' || chars[beg] == 'o') in nextAT()
101 && (chars[beg + 1] == 'I' || chars[beg + 1] == 'i') in nextAT()
102 && (chars[beg + 2] == 'D' || chars[beg + 2] == 'd')) { in nextAT()
103 beg += 4; in nextAT()
106 return new String(chars, beg, end - beg); in nextAT()
112 beg = pos; in quotedAV()
113 end = beg; in quotedAV()
[all …]
/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/cpp/
DNativeEncoder.cpp58 eleStream.seekg(0, ifstream::beg); in Java_com_android_media_benchmark_library_Native_Encode()
/frameworks/av/media/tests/benchmark/tests/
DC2EncoderTest.cpp135 eleStream.seekg(0, ifstream::beg); in TEST_P()
DEncoderTest.cpp100 eleStream.seekg(0, ifstream::beg); in TEST_P()
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/audio/
DVtsHalMediaC2V1_0TargetAudioEncTest.cpp344 eleStream.seekg(currPos, eleStream.beg); in encodeNFrames()
663 eleStream.seekg(0, eleStream.beg); in TEST_P()
751 eleStream.seekg(0, eleStream.beg); in TEST_P()
/frameworks/native/opengl/tests/EGLTest/
Degl_cache_test.cpp175 fs.seekp(0, std::ios_base::beg); in TEST_P()
/frameworks/av/media/module/foundation/tests/AVCUtils/
DAVCUtilsUnitTest.cpp281 mInputFileStream.seekg(0, ios::beg); in TEST_P()
/frameworks/native/opengl/libs/EGL/
DMultifileBlobCache_test.cpp411 fs.seekp(0, std::ios_base::beg); in TEST_F()
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoEncTest.cpp892 eleStream.seekg(0, eleStream.beg); in TEST_P()
DVtsHalMediaC2V1_0TargetVideoDecTest.cpp649 refChksum.seekg(0, std::ifstream::beg); in TEST_P()
/frameworks/av/media/libstagefright/tests/writer/
DWriterTest.cpp568 mInputStream[idx].seekg(0, mInputStream[idx].beg); in TEST_P()