Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/frameworks/compile/mclinker/lib/Core/
DInputTree.cpp53 bool isGroup(const InputTree::iterator& pos) { in isGroup()
57 bool isGroup(const InputTree::const_iterator& pos) { in isGroup()
61 bool isGroup(const InputTree::dfs_iterator& pos) { in isGroup()
65 bool isGroup(const InputTree::const_dfs_iterator& pos) { in isGroup()
69 bool isGroup(const InputTree::bfs_iterator& pos) { in isGroup()
73 bool isGroup(const InputTree::const_bfs_iterator& pos) { in isGroup()
/frameworks/compile/mclinker/unittests/
DBinTreeTest.cpp43 BinaryTree<int>::iterator pos = m_pTestee->root(); in TEST_F() local
66 BinaryTree<int>::iterator pos = m_pTestee->root(); in TEST_F() local
84 BinaryTree<int>::iterator pos = m_pTestee->root(); in TEST_F() local
103 BinaryTree<int>::iterator pos = m_pTestee->root(); in TEST_F() local
117 BinaryTree<int>::iterator pos = m_pTestee->root(); in TEST_F() local
145 BinaryTree<int>::iterator pos = m_pTestee->root(); in TEST_F() local
173 BinaryTree<int>::iterator pos = m_pTestee->root(); in TEST_F() local
187 BinaryTree<int>::iterator pos = m_pTestee->root(); in TEST_F() local
217 BinaryTree<int>::iterator pos = m_pTestee->root(); in TEST_F() local
245 BinaryTree<int>::iterator pos = m_pTestee->root(); in TEST_F() local
[all …]
/frameworks/av/media/module/codecs/amrwb/dec/src/
Ddec_alg_codebook.cpp118 void dec_1p_N1(int32 index, int16 N, int16 offset, int16 pos[]) in dec_1p_N1()
145 void dec_2p_2N1(int32 index, int16 N, int16 offset, int16 pos[]) in dec_2p_2N1()
192 void dec_3p_3N1(int32 index, int16 N, int16 offset, int16 pos[]) in dec_3p_3N1()
229 void dec_4p_4N1(int32 index, int16 N, int16 offset, int16 pos[]) in dec_4p_4N1()
265 void dec_4p_4N(int32 index, int16 N, int16 offset, int16 pos[]) in dec_4p_4N()
316 void dec_5p_5N(int32 index, int16 N, int16 offset, int16 pos[]) in dec_5p_5N()
350 void dec_6p_6N_2(int32 index, int16 N, int16 offset, int16 pos[]) in dec_6p_6N_2()
Ddec_acelp_4p_in_64.cpp160 int16 k, pos[6]; in dec_acelp_4p_in_64() local
247 void add_pulses(int16 pos[], int16 nb_pulse, int16 track, int16 code[]) in add_pulses()
/frameworks/base/core/java/com/android/internal/util/
DRingBufferIndices.java44 final int pos = mSize; in add() local
48 int pos = mStart; in add() local
75 public int indexOf(int pos) { in indexOf()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/models/player/
DSeekBarViewModelTest.kt296 val pos = 42L in onSeek() constant
308 val pos = 42L in onSeekWithFalse() constant
321 val pos = 42L in onSeekProgress() constant
334 val pos = 42L in onSeekProgressWithSeekStarting() constant
383 val pos = 42 in onProgressChangedFromUser() constant
398 val pos = 42 in onProgressChangedFromUserWithoutStartTrackingTouch_transportUpdated() constant
414 val pos = 42 in onProgressChangedNotFromUser() constant
426 val pos = 42 in onStartTrackingTouch() constant
439 val pos = 42 in onStopTrackingTouch() constant
452 val pos = 42 in onStopTrackingTouchAfterProgress() constant
[all …]
/frameworks/base/services/core/java/com/android/server/powerstats/
DProtoStreamUtils.java53 ProtoOutputStream pos = new ProtoOutputStream(); in getProtoBytes() local
59 ProtoOutputStream pos) { in packProtoMessage()
127 ProtoOutputStream pos = new ProtoOutputStream(); in getProtoBytes() local
133 ProtoOutputStream pos) { in packProtoMessage()
284 ProtoOutputStream pos = new ProtoOutputStream(); in getProtoBytes() local
289 public static void packProtoMessage(Channel[] channel, ProtoOutputStream pos) { in packProtoMessage()
333 ProtoOutputStream pos = new ProtoOutputStream(); in getProtoBytes() local
339 ProtoOutputStream pos) { in packProtoMessage()
435 ProtoOutputStream pos = new ProtoOutputStream(); in getProtoBytes() local
441 ProtoOutputStream pos) { in packProtoMessage()
[all …]
/frameworks/av/media/libmedia/include/media/
DRingBuffer.h177 RingBuffer<T>::iterator::iterator(T* ptr, size_t size, size_t pos, size_t ctr) : in iterator()
221 RingBuffer<T>::const_iterator::const_iterator(const T* ptr, size_t size, size_t pos, size_t ctr) : in const_iterator()
332 size_t pos = (index >= mFrontIdx) ? variable
341 size_t pos = (index >= mFrontIdx) ? variable
/frameworks/native/services/sensorservice/
DRingBuffer.h177 RingBuffer<T>::iterator::iterator(T* ptr, size_t size, size_t pos, size_t ctr) : in iterator()
221 RingBuffer<T>::const_iterator::const_iterator(const T* ptr, size_t size, size_t pos, size_t ctr) : in const_iterator()
332 size_t pos = (index >= mFrontIdx) ? variable
341 size_t pos = (index >= mFrontIdx) ? variable
/frameworks/minikin/include/minikin/
DBuffer.h50 BufferReader(const void* buffer, uint32_t pos) in BufferReader()
145 BufferWriter(void* buffer, uint32_t pos) in BufferWriter()
169 uint32_t pos = mPos; in reserve() local
200 size_t align(size_t pos) const { in align()
DRange.h55 inline std::pair<Range, Range> split(uint32_t pos) const { in split()
69 inline bool contains(uint32_t pos) const { return mStart <= pos && pos < mEnd; } in contains()
98 RangeIterator(uint32_t pos) : mPos(pos) {} in RangeIterator()
/frameworks/libs/net/common/tests/unit/src/com/android/net/module/util/async/
DCircularByteBufferTest.java198 private static int fillTestBytes(byte[] buffer, int pos, int len, int startValue) { in fillTestBytes()
207 byte[] buffer, int pos, int len, int startValue, int totalRead) { in checkTestBytes()
229 void writeBytes(CircularByteBuffer buffer, byte[] src, int pos, int len) { in writeBytes()
248 void readBytes(CircularByteBuffer buffer, byte[] dst, int pos, int len) { in readBytes()
257 buffer.getDirectReadBuffer(), buffer.getDirectReadPos(), dst, pos, copyLen); in readBytes() local
/frameworks/libs/net/common/device/com/android/net/module/util/async/
DAssertions.java29 public static void throwsIfOutOfBounds(int totalLength, int pos, int len) { in throwsIfOutOfBounds()
36 public static void throwsIfOutOfBounds(byte[] buffer, int pos, int len) { in throwsIfOutOfBounds()
DAsyncFile.java69 int read(byte[] buffer, int pos, int len) throws IOException; in read()
77 int write(byte[] buffer, int pos, int len) throws IOException; in write()
DOsAccess.java47 public abstract int read(FileDescriptor fd, byte[] buffer, int pos, int len) in read()
56 public abstract int write(FileDescriptor fd, byte[] buffer, int pos, int len) in write()
/frameworks/libs/net/common/device/com/android/net/module/util/wear/
DNetPacketHelpers.java32 static int decodeNetworkUnsignedInt16(byte[] data, final int pos) { in decodeNetworkUnsignedInt16()
36 static int decodeNetworkUnsignedInt16(ReadableByteBuffer data, final int pos) { in decodeNetworkUnsignedInt16()
DPacketFile.java50 int onPreambleData(byte[] data, int pos, int len); in onPreambleData()
53 void onInboundPacket(byte[] data, int pos, int len); in onInboundPacket()
84 boolean enqueueOutboundPacket(byte[] data, int pos, int len); in enqueueOutboundPacket()
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
DRenameClassAdapter.java47 int pos = mOldName.indexOf('$'); in RenameClassAdapter() local
80 int pos = type.indexOf('$'); in renameInternalType() local
/frameworks/av/media/module/codecs/amrwb/enc/src/
Dq_pulse.c33 Word16 pos, /* (i) position of the pulse */ in quant_1p_N1()
189 Word16 pos[], /* (i) position of the pulse 1..4 */ in quant_4p_4N()
255 Word16 pos[], /* (i) position of the pulse 1..5 */ in quant_5p_5N()
329 Word16 pos[], /* (i) position of the pulse 1..6 */ in quant_6p_6N_2()
/frameworks/av/media/libaaudio/tests/
Dtest_marshalling.cpp62 size_t pos = parcel.dataPosition(); in TEST() local
87 size_t pos = parcel.dataPosition(); in TEST() local
120 size_t pos = parcel.dataPosition(); in TEST() local
169 size_t pos = parcel.dataPosition(); in TEST() local
/frameworks/base/cmds/idmap2/libidmap2/
DXmlParser.cpp29 ResXMLParser::ResXMLPosition pos{}; in get_tree_position() local
36 XmlParser::Node::Node(const ResXMLTree& tree, const ResXMLParser::ResXMLPosition& pos) in Node()
42 ResXMLParser::ResXMLPosition pos = get_position(); in operator ==() local
56 void XmlParser::Node::set_position(const ResXMLParser::ResXMLPosition& pos) { in set_position()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/
DPageRangeUtils.java167 private static int readWhiteSpace(CharSequence s, int pos) { in readWhiteSpace()
183 private static Pair<Integer, Integer> readNumber(CharSequence s, int pos) { in readNumber()
216 private static Pair<Integer, Character> readChar(CharSequence s, int pos, char expectedChar) { in readChar()
234 private static Pair<Integer, PageRange> readRange(CharSequence s, int pos, int maxPageNumber) { in readRange()
304 int pos = 0; in parsePageRanges() local
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/results/
DUiBenchmarkResult.java78 int pos = getMetricPosition(id); in getAverage() local
83 int pos = getMetricPosition(id); in getMinimum() local
88 int pos = getMetricPosition(id); in getMaximum() local
93 int pos = getMetricPosition(id); in getMaximumIndex() local
/frameworks/base/core/java/android/app/backup/
DBackupHelperDispatcher.java89 int pos = allocateHeader_native(header, newStateFD); in doOneBackup() local
116 int pos = rawKey.indexOf(':'); in performRestore() local
149 private static native int writeHeader_native(Header h, FileDescriptor fd, int pos); in writeHeader_native()
/frameworks/av/media/module/extractors/mp3/
DVBRISeeker.cpp43 off64_t pos = post_id3_pos; in CreateFromSource() local
167 bool VBRISeeker::getOffsetForTime(int64_t *timeUs, off64_t *pos) { in getOffsetForTime()

12345678910>>...13