Home
last modified time | relevance | path

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

1234567891011

/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/libstagefright/codecs/amrwb/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()
DFastXmlSerializer.java92 int pos = mPos; in append() local
111 int pos = mPos; in append() local
130 int pos = mPos; in append() local
156 int pos; in escapeAndAppendString() local
174 int pos; in escapeAndAppendString() local
DFastPrintWriter.java300 int pos = mPos; in appendLocked() local
320 int pos = mPos; in appendLocked() local
340 int pos = mPos; in appendLocked() local
/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/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/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/libaaudio/tests/
Dtest_marshalling.cpp39 size_t pos = parcel.dataPosition(); in TEST() local
65 size_t pos = parcel.dataPosition(); in TEST() local
99 size_t pos = parcel.dataPosition(); in TEST() local
149 size_t pos = parcel.dataPosition(); in TEST() local
/frameworks/minikin/include/minikin/
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/av/media/libstagefright/codecs/amrwbenc/src/
Dq_pulse.c32 Word16 pos, /* (i) position of the pulse */ in quant_1p_N1()
188 Word16 pos[], /* (i) position of the pulse 1..4 */ in quant_4p_4N()
254 Word16 pos[], /* (i) position of the pulse 1..5 */ in quant_5p_5N()
328 Word16 pos[], /* (i) position of the pulse 1..6 */ in quant_6p_6N_2()
/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/base/cmds/statsd/src/external/
Dpuller_util.cpp144 int pos = (*lhsValues)[p].mField.getPosAtDepth(0); in mapAndMergeIsolatedUidsToHostUid() local
158 int pos = (*lhsValues)[p].mField.getPosAtDepth(0); in mapAndMergeIsolatedUidsToHostUid() local
/frameworks/av/media/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()
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
Dset_sign.cpp253 Word16 pos = 0; /* initialization only needed to keep gcc silent */ in set_sign() local
504 Word16 pos = 0; /* initialization only needed to keep gcc silent */ in set_sign12k2() local
/frameworks/base/tools/aapt/
DAaptAssets.h370 status_t addSymbol(const String8& name, int32_t value, const SourcePos& pos) { in addSymbol()
381 const SourcePos& pos) { in addStringSymbol()
391 status_t makeSymbolPublic(const String8& name, const SourcePos& pos) { in makeSymbolPublic()
400 status_t makeSymbolJavaSymbol(const String8& name, const SourcePos& pos) { in makeSymbolJavaSymbol()
409 void appendComment(const String8& name, const String16& comment, const SourcePos& pos) { in appendComment()
435 sp<AaptSymbols> addNestedSymbol(const String8& name, const SourcePos& pos) { in addNestedSymbol()
462 bool check_valid_symbol_name(const String8& symbol, const SourcePos& pos, const char* label) { in check_valid_symbol_name()
469 AaptSymbolEntry& edit_symbol(const String8& symbol, const SourcePos* pos) { in edit_symbol()
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
Dd2_11pf.cpp160 Word16 pos[NB_PULSE]; in decode_2i40_11bits() local
Dd3_14pf.cpp165 Word16 pos[NB_PULSE]; in decode_3i40_14bits() local
Dd4_17pf.cpp185 Word16 pos[NB_PULSE]; in decode_4i40_17bits() local
/frameworks/base/core/java/android/security/net/config/
DNetworkSecurityConfigProvider.java38 int pos = Security.insertProviderAt(new NetworkSecurityConfigProvider(), 1); in install() local
/frameworks/rs/
DrsStream.h66 void reset(uint64_t pos) { in reset()
140 void reset(uint64_t pos) { in reset()

1234567891011