Searched refs:second (Results 26 - 50 of 96) sorted by relevance

1234

/frameworks/base/core/java/android/database/
H A DDefaultDatabaseErrorHandler.java86 deleteDatabaseFile(p.second);
/frameworks/base/tools/aapt/tests/
H A DMockDirectoryWalker.h58 mStats.st_mtime = mData[mPos].second;
/frameworks/compile/linkloader/lib/
H A DStubLayout.cpp40 return index_iter->second;
/frameworks/opt/calendar/src/com/android/calendarcommon/
H A DRecurrenceProcessor.java33 // Give up after this many loops. This is roughly 1 second of expansion.
276 iterator.second,
871 if (failsafe++ > MAX_ALLOWED_ITERATIONS) { // Give up after about 1 second of processing
882 int iteratorSecond = iterator.second;
967 // second
970 int second = usebysecond
973 if (SPEW) Log.i(TAG, " second=" + second);
978 generated.set(second, minute, hour, day, month, iteratorYear);
1073 iterator.second
[all...]
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp99 EnumerateMetadata(MDs[i].second);
117 return I->second;
128 return I->second-1;
133 return I->second-1;
185 return LHS.second > RHS.second;
262 MDValues[MDValueID-1].second++;
286 MDValues[MDValueID-1].second++;
316 Values[ValueID-1].second++;
492 MDNode *N = MDs[i].second;
[all...]
H A DValueEnumerator.h99 return I->second-1;
109 return I->second;
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp99 EnumerateMetadata(MDs[i].second);
117 return I->second;
128 return I->second-1;
133 return I->second-1;
185 return LHS.second > RHS.second;
262 MDValues[MDValueID-1].second++;
286 MDValues[MDValueID-1].second++;
316 Values[ValueID-1].second++;
492 MDNode *N = MDs[i].second;
[all...]
H A DValueEnumerator.h99 return I->second-1;
109 return I->second;
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DMCCacheWriter.cpp130 dep->res_type = I->second.first;
131 memcpy(dep->sha1, I->second.second, 20);
182 size += mStringPool[i].second + 1;
203 str->length = mStringPool[i].second;
H A DGDBJITRegistrar.cpp198 jit_code_entry*& JITCodeEntry = I->second.second;
H A DMCCacheReader.cpp295 uint32_t depType = dep->second.first;
296 unsigned char const *depSHA1 = dep->second.second;
/frameworks/base/media/libdrm/mobile1/src/jni/
H A Ddrm1_jni.c30 #define MS_PER_SECOND 1000 /* Milliseconds per second */
309 * \param second the second (0 - 59)
316 uint32_t hour, uint32_t minute, uint32_t second)
328 && second < 60);
338 SECONDS_PER_HOUR * hour + SECONDS_PER_MINUTE * minute + second));
350 * <code>time = hour * 10000 + minute * 100 + second</code>
356 int32_t year, month, day, hour, minute, second; local
363 second = time % 100;
375 if (second <
314 mkgmtime( uint32_t year, uint32_t month, uint32_t day, uint32_t hour, uint32_t minute, uint32_t second) argument
399 int32_t year, month, day, hour, minute, second; local
[all...]
/frameworks/base/core/tests/coretests/src/android/text/format/
H A DTimeTest.java37 // + ':' + t.second
368 t.hour != 9 || t.minute != 50 || t.second != 50 ||
375 t.hour != 9 || t.minute != 50 || t.second != 50 ||
382 t.hour != 9 || t.minute != 50 || t.second != 50 ||
389 t.hour != 9 || t.minute != 50 || t.second != 50 ||
396 t.hour != 9 || t.minute != 50 || t.second != 50 ||
404 t.hour != 10 || t.minute != 55 || t.second != 50 ||
412 t.hour != 10 || t.minute != 55 || t.second != 50 ||
594 assertEquals(0, time.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/base/core/java/android/widget/
H A DAnalogClock.java227 int second = mCalendar.second;
229 mMinutes = minute + second / 60.0f;
H A DDateTimeView.java97 t.second = 0;
115 t.second = 0;
129 t.second = 0;
/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/slang/
H A Dslang_rs.cpp155 << RD->getValue().second;
308 // Skip generation of warnings a second time if we are doing more than just
314 OutputFile = IOFileIter->second;
364 DepOutputFile = DepFileIter->second;
/frameworks/base/media/mca/filterfw/jni/
H A Djni_util.h125 return iter == objects_.end() ? NULL : iter->second;
157 delete iter->second;
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGsmSmsCbMessage.java75 sb.append(p.second);
209 sb.append(p.second);
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dsparse_weight_vector.h179 (*val) = iter->second;
197 stream << "<" << iter->first << ", " << iter->second << "> ";
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDeviceProfileState.java1130 String second;
1132 second = getStringValue(INIT_INCOMING_REJECT_TIMER);
1134 second = mIncomingConnections.second;
1137 mIncomingConnections = new Pair(value, second);
1155 String value = mIncomingConnections.second;
1165 String value = mIncomingConnections.second;
1284 // Many connect only 1 profile - and they connect the second profile on
1302 // might result in the connection of the A2DP profile (if the second
1303 // headset is slower) and thus the A2DP profile on the second headse
[all...]
/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java120 // Slop between the first and second tap to be a double tap.
467 // If the user is touch exploring the second pointer may be
1152 private boolean eventsWithinTimeoutAndDistance(MotionEvent first, MotionEvent second, argument
1154 if (isTimedOut(first, second, timeout)) {
1158 final int upPtrIndex = second.getActionIndex();
1159 final float deltaX = second.getX(upPtrIndex) - first.getX(downPtrIndex);
1160 final float deltaY = second.getY(upPtrIndex) - first.getY(downPtrIndex);
1173 private boolean isSamePointerContext(MotionEvent first, MotionEvent second) { argument
1174 return (first.getPointerIdBits() == second.getPointerIdBits()
1176 == second
[all...]
/frameworks/base/libs/hwui/
H A DSkiaShader.cpp357 SkiaComposeShader::SkiaComposeShader(SkiaShader* first, SkiaShader* second, argument
360 NULL, first->blend() || second->blend()),
361 mFirst(first), mSecond(second), mMode(mode), mCleanup(false) {
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp182 std::pair<Value*, Value*> EHIntrinsics = I->second;
184 CallInst *Sel = cast<CallInst>(EHIntrinsics.second);
196 SelSlot = FnToLPadSlotMap[F].second;
240 std::pair<Value*, Value*> EHIntrinsics = I->second;
242 CallInst *Sel = cast<CallInst>(EHIntrinsics.second);
250 LoadInst *LPSel = Builder.CreateLoad(ExnSelSlots.second, "sel.load");
593 Value *RealVal = operator[](ResolveConstants.back().second);
630 NewOp = operator[](It->second);
1484 if (!MDKindMap.insert(std::make_pair(Kind, NewKind)).second)
1513 unsigned ValID = GlobalInitWorklist.back().second;
[all...]

Completed in 1224 milliseconds

1234