Searched refs:second (Results 76 - 100 of 271) sorted by relevance

1234567891011

/frameworks/base/tools/aapt2/test/
H A DContext.h138 return cloneSymbol(iter->second);
146 return cloneSymbol(iter->second);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMException.cpp47 ARMExSectionTuple* exTuple = it->second.get();
85 ARMExSectionTuple* exTuple = it->second.get();
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp110 EnumerateMetadata(MDs[i].second);
126 return I->second;
139 return I->second-1;
185 OS << "Metadata: slot = " << I->second << "\n";
203 return LHS.second > RHS.second;
270 if (!MDValueMap.insert(std::make_pair(MD, 0)).second)
314 Values[ValueID-1].second++;
H A DValueEnumerator.h123 return I->second-1;
133 return I->second;
140 return I->second;
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp110 EnumerateMetadata(MDs[i].second);
126 return I->second;
139 return I->second-1;
185 OS << "Metadata: slot = " << I->second << "\n";
203 return LHS.second > RHS.second;
270 if (!MDValueMap.insert(std::make_pair(MD, 0)).second)
314 Values[ValueID-1].second++;
H A DValueEnumerator.h123 return I->second-1;
133 return I->second;
140 return I->second;
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.cpp110 EnumerateMetadata(MDs[i].second);
126 return I->second;
139 return I->second-1;
185 OS << "Metadata: slot = " << I->second << "\n";
203 return LHS.second > RHS.second;
270 if (!MDValueMap.insert(std::make_pair(MD, 0)).second)
314 Values[ValueID-1].second++;
H A DValueEnumerator.h126 return I->second-1;
136 return I->second;
143 return I->second;
/frameworks/native/opengl/libs/ETC1/
H A Detc1.cpp168 etc1_uint32 low, bool second, bool flipped) {
171 if (second) {
248 etc1_byte* pColors, bool flipped, bool second) {
255 if (second) {
272 if (second) {
336 etc_compressed* pCompressed, bool flipped, bool second,
341 if (second) {
356 if (second) {
167 decode_subblock(etc1_byte* pOut, int r, int g, int b, const int* table, etc1_uint32 low, bool second, bool flipped) argument
247 etc_average_colors_subblock(const etc1_byte* pIn, etc1_uint32 inMask, etc1_byte* pColors, bool flipped, bool second) argument
335 etc_encode_subblock_helper(const etc1_byte* pIn, etc1_uint32 inMask, etc_compressed* pCompressed, bool flipped, bool second, const etc1_byte* pBaseColors, const int* pModifierTable) argument
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
H A DTestUtils.java97 canvas.translate(offsets.first, offsets.second);
99 canvas.translate(-offsets.first, -offsets.second);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DUserTile.java90 return p.second;
/frameworks/base/tools/aapt2/compile/
H A DIdAssigner.cpp65 if (!usedEntryIds.insert(entry->id.value()).second) {
/frameworks/compile/mclinker/lib/Target/
H A DELFEmulation.cpp79 if (!res.second)
/frameworks/base/core/java/android/widget/
H A DAnalogClock.java243 int second = mCalendar.second;
245 mMinutes = minute + second / 60.0f;
/frameworks/base/tools/localedata/
H A Dextract_icu_data.py90 second = ord(inp[1]) - base
93 return (0x80 | (third << 2) | (second >>3),
94 ((second << 5) | first) & 0xFF)
/frameworks/base/tools/obbtool/
H A DMain.cpp171 unsigned char first, second; local
173 if (!fromHex(h2, &second)) return false;
174 *b = (first << 4) | second;
/frameworks/compile/mclinker/lib/Object/
H A DObjectBuilder.cpp107 assert(pair.second != NULL);
108 data = pair.second->getSection()->getSectionData();
112 pInputSection.setAlign(pair.second->getSection()->align());
/frameworks/native/services/surfaceflinger/
H A DFenceTracker.cpp56 const LayerRecord& layer = kv.second;
101 LayerRecord& layer = kv.second;
157 prevLayer->second.releaseFence = prevReleaseFence;
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DContiguousFIFOAggregator.java143 final T second;
144 if (removedFirst && (second = mExpected.peek()) != null) {
145 // We removed the first key. The second key is now first.
146 onFirstExpectedChanged(second);
/frameworks/av/camera/tests/
H A DCameraBinderTests.cpp108 if (iter != mCameraTorchStatuses.end() && iter->second == status) {
119 foundStatus = (iter != mCameraTorchStatuses.end() && iter->second == status);
130 return iter->second;
139 return iter->second;
389 if (p.second.get() != nullptr) {
390 binder::Status res = p.second->disconnect();
438 sp<hardware::camera2::ICameraDeviceUser> device = p.second;
520 sleep(/*second*/1); // allow some time for errors to show up, if any
555 sleep(/*second*/1); // allow some time for errors to show up, if any
566 sleep(/*second*/
[all...]
/frameworks/base/libs/input/
H A DPointerController.cpp553 if (timestamp - mLocked.lastFrameUpdatedTime > iter->second.durationPerFrame) {
556 int incr = (timestamp - mLocked.lastFrameUpdatedTime) / iter->second.durationPerFrame;
558 mLocked.lastFrameUpdatedTime += iter->second.durationPerFrame * incr;
559 while (mLocked.animationFrameIndex >= iter->second.animationFrames.size()) {
560 mLocked.animationFrameIndex -= iter->second.animationFrames.size();
562 mLocked.pointerSprite->setIcon(iter->second.animationFrames[mLocked.animationFrameIndex]);
623 mLocked.pointerSprite->setIcon(iter->second);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp131 // Reserve entries in the second part of the primary GOT.
154 return itX->second < itY->second;
213 if (it->second)
401 return it->second;
435 return it == m_GotTLSGdEntriesMap.end() ? nullptr : it->second;
443 return it == m_GotTLSGotEntriesMap.end() ? nullptr : it->second;
469 return it->second;
/frameworks/rs/cpu_ref/
H A DrsCpuScriptGroup2.cpp127 const auto& args = (*it).second;
129 if (p1.second.get() != nullptr) {
146 const auto& args = (*it).second;
148 if (p1.first == 0 && p1.second.get() == nullptr) {
526 const int64_t value = p.second.first;
527 int size = p.second.second;
/frameworks/rs/api/
H A DSpecification.cpp854 delete i.second;
857 delete i.second;
860 delete i.second;
873 return iter->second;
915 for (auto j: i.second->getSpecifications()) {
920 for (auto j: i.second->getSpecifications()) {
925 for (auto j: i.second->getSpecifications()) {
948 d = c->second;
952 d = t->second;
956 d = f->second;
[all...]
/frameworks/base/core/java/android/view/
H A DFocusFinder.java396 * @param rect2 The second rectangle
680 public int compare(View first, View second) { argument
681 if (first == second) {
687 View secondHead = mHeadsOfChains.get(second);
691 } else if (second == firstHead) {
692 return 1; // second is the head, it should be first
703 second = secondHead;
708 getRect(second, mSecondRect);

Completed in 3457 milliseconds

1234567891011