Home
last modified time | relevance | path

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

12345678910>>...12

/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
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/
DSeekBarViewModelTest.kt254 val pos = 42L in onSeek() constant
266 val pos = 42L in onSeekWithFalse() constant
279 val pos = 42L in onSeekProgress() constant
291 val pos = 42L in onSeekProgressWithSeekStarting() constant
303 val pos = 42 in onProgressChangedFromUser() constant
317 val pos = 42 in onProgressChangedFromUserWithoutStartTrackingTouch() constant
332 val pos = 42 in onProgressChangedNotFromUser() constant
344 val pos = 42 in onStartTrackingTouch() constant
359 val pos = 42 in onStopTrackingTouch() constant
374 val pos = 42 in onStopTrackingTouchAfterProgress() constant
/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/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/SystemUI/src/com/android/systemui/
DScreenDecorations.java358 private void removeOverlay(@BoundsPosition int pos) { in removeOverlay()
366 private void createOverlay(@BoundsPosition int pos) { in createOverlay()
408 private void updateView(@BoundsPosition int pos) { in updateView()
425 WindowManager.LayoutParams getWindowLayoutParams(@BoundsPosition int pos) { in getWindowLayoutParams()
451 private int getWidthLayoutParamByPos(@BoundsPosition int pos) { in getWidthLayoutParamByPos()
457 private int getHeightLayoutParamByPos(@BoundsPosition int pos) { in getHeightLayoutParamByPos()
463 private static String getWindowTitleByPos(@BoundsPosition int pos) { in getWindowTitleByPos()
478 private int getOverlayWindowGravity(@BoundsPosition int pos) { in getOverlayWindowGravity()
494 private static int getBoundPositionFromRotation(@BoundsPosition int pos, int rotation) { in getBoundPositionFromRotation()
619 private void updateRoundedCornerView(@BoundsPosition int pos, int id) { in updateRoundedCornerView()
[all …]
/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/base/cmds/statsd/src/logd/
DLogEvent.cpp108 void LogEvent::parseInt32(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations) { in parseInt32()
114 void LogEvent::parseInt64(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations) { in parseInt64()
120 void LogEvent::parseString(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations) { in parseString()
134 void LogEvent::parseFloat(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations) { in parseFloat()
140 void LogEvent::parseBool(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations) { in parseBool()
147 void LogEvent::parseByteArray(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations) { in parseByteArray()
161 void LogEvent::parseKeyValuePairs(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations) { in parseKeyValuePairs()
203 void LogEvent::parseAttributionChain(int32_t* pos, int32_t depth, bool* last, in parseAttributionChain()
349 int32_t pos[] = {1, 1, 1}; in parseBuffer() local
587 size_t pos = 0; in writeExperimentIdsToProto() 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/tests/metrics/
Dmetrics_test_helper.cpp23 int pos[] = {key, 0, 0}; in getMockedDimensionKey() local
31 int pos[] = {key, 0, 0}; in getMockedDimensionKeyLongValue() local
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
DSettingsBackupAgentTest.java137 AtomicInteger pos = new AtomicInteger(0); in testGeneratedHeaderMatchesCurrentDevice() local
156 AtomicInteger pos = new AtomicInteger(0); in testNewerHeaderVersionFailsMatch() local
166 AtomicInteger pos = new AtomicInteger(0); in testWrongManufacturerFailsMatch() local
176 AtomicInteger pos = new AtomicInteger(0); in testWrongProductFailsMatch() local
302 boolean isSourceAcceptable(byte[] data, AtomicInteger pos) { in isSourceAcceptable()
/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/base/cmds/statsd/src/external/
Dpuller_util.cpp125 int pos = (*lhsValues)[p].mField.getPosAtDepth(0); in mapAndMergeIsolatedUidsToHostUid() local
139 int pos = (*lhsValues)[p].mField.getPosAtDepth(0); in mapAndMergeIsolatedUidsToHostUid() 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/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

12345678910>>...12