Searched refs:first (Results 76 - 100 of 315) sorted by relevance

1234567891011>>

/frameworks/base/core/tests/coretests/src/android/net/
H A DNetworkScorerAppManagerTest.java102 receivers.add(scorer.first);
112 && scorer.first.activityInfo.packageName.equals(
/frameworks/base/libs/input/
H A DAndroid.mk52 include $(call first-makefiles-under,$(LOCAL_PATH))
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiLogger.java132 cache.put(message, new Pair<>(timing.first, timing.second + 1));
137 return timing == null || curTime - timing.first > ERROR_LOG_DURATTION_MILLIS;
/frameworks/base/tools/aapt2/
H A DXmlPullParser.h57 * Note, unlike XmlPullParser, the first call to next() will return
58 * StartElement of the first element.
197 rhs.first.data(), rhs.first.size());
/frameworks/volley/src/main/java/com/android/volley/
H A DVolleyLog.java88 // Walk up the stack looking for the first caller outside of VolleyLog.
111 /** Minimum duration from first marker to last in an marker log to warrant logging. */
140 * the first and last markers is greater than {@link #MIN_DURATION_FOR_LOGGING_MS}.
170 /** Returns the time difference between the first and last events in this log. */
176 long first = mMarkers.get(0).time;
178 return last - first;
/frameworks/base/services/core/java/com/android/server/wm/
H A DKeyguardDisableHandler.java63 mKeyguardTokenWatcher.acquire(pair.first, pair.second);
/frameworks/compile/mclinker/lib/LD/
H A DBranchIslandFactory.cpp58 if (getIslands(sd.back()).first == NULL)
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dc2_9pf.cpp200 i.e. first or second pair. Where each pair contains 2 tracks.
203 first i0 : 0, 5, 10, 15, 20, 25, 30, 35.
209 first i0 : 0, 5, 10, 15, 20, 25, 30, 35.
215 first i0 : 0, 5, 10, 15, 20, 25, 30, 35.
221 first i0 : 0, 5, 10, 15, 20, 25, 30, 35.
891 Word16 i, j, k, track, first, index, _sign[NB_PULSE], indx, rsign;
916 first = pt[track];
918 if (first == 0) {
1000 Word16 first; local
1032 first
[all...]
/frameworks/base/core/java/android/text/method/
H A DLinkMovementMethod.java107 int first = layout.getLineStart(linetop);
110 ClickableSpan[] candidates = buffer.getSpans(first, last, ClickableSpan.class);
126 if (selEnd < first)
/frameworks/base/tools/obbtool/
H A DMain.cpp171 unsigned char first, second; local
172 if (!fromHex(h1, &first)) return false;
174 *b = (first << 4) | second;
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.cpp54 iterator first = m_pSectionData->getFragmentList().begin(); local
56 assert(first != m_pSectionData->getFragmentList().end() &&
59 PLTEntryBase* plt0 = &(llvm::cast<PLTEntryBase>(*first));
69 // get first plt1 entry
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.cpp92 // get first plt1 entry
122 iterator first = m_pSectionData->getFragmentList().begin(); local
124 assert(first != m_pSectionData->getFragmentList().end() &&
127 PLTEntryBase* plt0 = &(llvm::cast<PLTEntryBase>(*first));
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneResultAdapter.java137 // Show the default/current value first
222 boolean first = true;
224 if (first) {
225 first = false;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java1296 if (DBG) log("setupData: Some calls are disconnecting first. Wait and retry");
2024 ApnContext apnContext = pair.first;
2307 ApnSetting first = mAllApnSettings.get(i);
2312 if (apnsSimilar(first, second)) {
2313 ApnSetting newApn = mergeApns(first, second);
2315 first = newApn;
2326 private boolean apnTypeSameAny(ApnSetting first, ApnSetting second) { argument
2328 StringBuilder apnType1 = new StringBuilder(first.apn + ": ");
2329 for(int index1 = 0; index1 < first.types.length; index1++) {
2330 apnType1.append(first
2359 apnsSimilar(ApnSetting first, ApnSetting second) argument
2377 xorEquals(String first, String second) argument
[all...]
/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/
H A DParameterManagerWrapper.cpp162 char *first = strtok(valueName, ":"); local
164 ALOG_ASSERT((first != NULL) && (strlen(first) != 0) &&
168 if (!convertTo<string, uint32_t>(first, index)) {
169 ALOGE("%s: Invalid index(%s) found", __FUNCTION__, first);
/frameworks/base/core/java/android/speech/tts/
H A DTtsEngines.java549 // Whether this is the first iteration in the loop.
550 boolean first = true;
557 if (first) {
558 first = false;
565 if (first) {
566 first = false;
/frameworks/base/media/java/android/media/
H A DSubtitleTrack.java140 if (cue.mEndTimeMs == event.first) {
147 } else if (cue.mStartTimeMs == event.first) {
512 mLastEntry.second.mEndTimeMs != mLastEntry.first) {
519 if (mCues.get(mLastEntry.first).size() == 0) {
520 mCues.remove(mLastEntry.first);
/frameworks/native/opengl/libs/EGL/
H A Dtrace.cpp249 bool first = true;
253 if (first) {
254 first = false;
262 if (first || arg != 0) {
263 if (!first) {
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/util/
H A DSortedListTest.java339 // Add first 5 even numbers. Test adding to an empty list.
361 // Add first 10 odd numbers.
362 // Test the merge when the new items run out first.
371 // Test the merge when the old items run out first.
397 // Add first 5 even numbers.
550 // Add first 5 even numbers.
782 final int first, second; field in class:SortedListTest.Pair
784 public Pair(int first) { argument
785 this.first = first;
789 Pair(int first, int second) argument
[all...]
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduParser.java189 // should take only the first part.
906 // take the first part of children.
933 /* this is the first part */
1007 int first = temp & 0xFF;
1009 if (first <= SHORT_LENGTH_MAX) {
1010 return first;
1011 } else if (first == LENGTH_QUOTE) {
1035 int first = temp & 0xFF;
1036 if (first == 0) {
1041 if (first < TEXT_MI
[all...]
/frameworks/base/core/java/android/widget/
H A DAppSecurityPermissions.java144 boolean first, CharSequence newPermPrefix, String packageName,
156 if (first) {
497 MyPermissionInfo perm, boolean first, CharSequence newPermPrefix, boolean showRevokeUI) {
498 return getPermissionItemView(mContext, mInflater, grp, perm, first, newPermPrefix,
503 MyPermissionGroupInfo grp, MyPermissionInfo perm, boolean first,
509 permView.setPermission(grp, perm, first, newPermPrefix, packageName, showRevokeUI);
143 setPermission(MyPermissionGroupInfo grp, MyPermissionInfo perm, boolean first, CharSequence newPermPrefix, String packageName, boolean showRevokeUI) argument
496 getPermissionItemView(MyPermissionGroupInfo grp, MyPermissionInfo perm, boolean first, CharSequence newPermPrefix, boolean showRevokeUI) argument
502 getPermissionItemView(Context context, LayoutInflater inflater, MyPermissionGroupInfo grp, MyPermissionInfo perm, boolean first, CharSequence newPermPrefix, String packageName, boolean showRevokeUI) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DRecentTasks.java226 + ": first task has next affiliate: " + prev);
545 // The first one is the end of the chain and has no next.
546 final TaskRecord first = mTmpRecents.get(0);
547 first.inRecents = true;
548 if (first.mNextAffiliate != null) {
549 Slog.w(TAG, "Link error 1 first.next=" + first.mNextAffiliate);
550 first.setNextAffiliate(null);
551 mService.notifyTaskPersisterLocked(first, false);
/frameworks/rs/api/
H A Drs_matrix.spec32 multiply the two source matrices, with the first transformation as the right
39 style simply stores the transformation matrix in the first argument. The latter
41 happens first. E.g. if you call @rsMatrixTranslate() on a matrix that already
42 does a scaling, the resulting matrix when applied to a vector will first do the
179 The matrix is first inverted then transposed. Returns true if the matrix was
194 <code>row 0, column 0</code> should be first, followed by the element at
265 by the first transformation matrix. E.g. to create a transformation matrix that applies
371 matrix will correspond to performing the rhs transformation first followed by
383 Starting with API 14, this function takes a const matrix as the first argument.
494 This function modifies a transformation matrix to first d
[all...]
/frameworks/base/tools/split-select/
H A DMain.cpp80 bool first = true; local
88 if (!first) {
91 first = false;
241 // Skip over the first argument.
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMException.cpp236 // Move the first fragment (align fragment) and last fragment (null fragment)
240 SectionData::iterator first = sectData->begin(); local
244 assert(first->getKind() == Fragment::Alignment);
247 tmp.splice(tmp.end(), list, first);
305 // Add the first and the last fragment back.

Completed in 1970 milliseconds

1234567891011>>