Searched defs:first (Results 1 - 25 of 29) sorted by relevance

12

/packages/inputmethods/LatinIME/tools/dicttool/compat/android/util/
H A DPair.java25 public Pair(final T1 first, final T2 second) { argument
26 mFirst = first;
/packages/apps/Messaging/src/com/android/messaging/util/
H A DConversationIdSet.java38 public String first() { method in class:ConversationIdSet
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
H A Ddigraph_utils.h39 typedef struct { int first; int second; int compositeGlyph; } digraph_t; member in struct:latinime::DigraphUtils::__anon72
/packages/apps/TV/common/src/com/android/tv/common/
H A DCollectionUtils.java37 public static <T> T[] concatAll(T[] first, T[]... rest) { argument
38 int totalLength = first.length;
42 T[] result = Arrays.copyOf(first, totalLength);
43 int offset = first.length;
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
H A DMimeBoundaryInputStream.java41 private boolean first = true; field in class:MimeBoundaryInputStream
121 if (first) {
122 first = false;
/packages/apps/Dialer/java/com/android/dialer/calllog/database/contract/
H A DAnnotatedCallLogContract.java130 private static String[] concat(String[] first, String[] second) { argument
131 String[] result = Arrays.copyOf(first, first.length + second.length);
132 System.arraycopy(second, 0, result, first.length, second.length);
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DCSite.h28 short first; member in struct:__anon6
H A DBlend.cpp114 else // For WIDE strip mode, first select the relevant frames to blend.
437 // from the first image, then go to 50% contribution from each image at
1132 double dx = (m_AllSites[ce->second].getVCenter().x - m_AllSites[ce->first].getVCenter().x);
1133 double dy = (m_AllSites[ce->second].getVCenter().y - m_AllSites[ce->first].getVCenter().y);
1134 double xmid = m_AllSites[ce->first].getVCenter().x + dx/2.0;
1135 double ymid = m_AllSites[ce->first].getVCenter().y + dy/2.0;
1195 MosaicFrame *first = frames[0]; local
1199 double fxpos = first->trs[0][2], fypos = first->trs[1][2];
1203 double z = ProjZ(first
1248 MosaicFrame *first = frames[0]; local
[all...]
/packages/apps/Camera2/src/com/android/camera/widget/
H A DPreloader.java83 * @param first The source position to load from
87 private void preload(int first, boolean increasing) { argument
91 start = Math.max(first, mLastEnd);
92 end = Math.min(first + mLoadAheadItems, mItemSource.getCount());
94 start = Math.max(0, first - mLoadAheadItems);
95 end = Math.min(first, mLastStart);
98 Log.v(TAG, "preload first=" + first + " increasing=" + increasing + " start=" + start +
118 // strictly true because we may batch preload multiple items at once when we first start
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_utilities_indexing.cpp36 void db_LeanPartitionOnPivot(double pivot,double *dest,const double *source,long first,long last,long *first_equal,long *last_equal) argument
44 s_point=source+first;
46 d_bottom=dest+first;
61 long first=0; local
76 for(;last-first>2;)
78 pivot=db_TripleMedian(source[first],source[last],source[(first+last)/2]);
79 db_LeanPartitionOnPivot(pivot,dest,source,first,last,&first_equal,&last_equal);
82 else if(last_equal<pos) first=last_equal+1;
95 pivot=db_TripleMedian(source[first],sourc
[all...]
/packages/apps/Settings/src/com/android/settings/fingerprint/
H A DFingerprintEnrollBase.java62 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { argument
64 super.onApplyThemeResource(theme, resid, first);
/packages/apps/Settings/src/com/android/settings/notification/
H A DRedactionInterstitial.java59 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { argument
61 super.onApplyThemeResource(theme, resid, first);
H A DNotificationBackend.java198 public boolean first; // first app in section field in class:NotificationBackend.AppRow
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DConversationInfo.java46 public ConversationInfo(int messageCount, int draft, String first, String firstUnread, argument
51 set(messageCount, draft, first, firstUnread, last);
112 public void set(int count, int draft, String first, String firstUnread, String last) { argument
116 firstSnippet = first;
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
H A DDirectoryListBot.java217 // Wait for the first list item to appear
238 // Wait for the first list item to appear
337 private void assertOrder(String first, String second) throws UiObjectNotFoundException { argument
339 final UiObject firstObj = findDocument(first);
347 "\"" + first + "\" is not located above or to the left of \"" + second
352 "\"" + first + "\" is not located above or to the right of \"" + second +
/packages/apps/Settings/src/com/android/settings/
H A DEncryptionInterstitial.java61 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { argument
63 super.onApplyThemeResource(theme, resid, first);
/packages/apps/Settings/src/com/android/settings/password/
H A DSetupChooseLockGeneric.java63 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { argument
65 super.onApplyThemeResource(theme, resid, first);
H A DChooseLockPattern.java86 protected void onApplyThemeResource(Theme theme, int resid, boolean first) { argument
88 super.onApplyThemeResource(theme, resid, first);
486 // first launch. As a security measure, we're in NeedToConfirm mode until we
H A DChooseLockPassword.java95 protected void onApplyThemeResource(Theme theme, int resid, boolean first) { argument
97 super.onApplyThemeResource(theme, resid, first);
788 * @return an array of messages describing the error, important messages come first.
/packages/apps/TV/tests/unit/src/com/android/tv/dvr/ui/
H A DSortedArrayAdapterTest.java203 static TestData create(long first, String text) { argument
204 return new TestData(first, text);
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
H A Dndapi.c189 NJ_INT32 i, next, first; local
200 first= 0;
239 first = 1;
336 if ((!first) ||
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
H A DAddressListParser.java803 if (c.gen < jj_gen) c.first = null;
948 jj_la = p.arg; jj_lastpos = jj_scanpos = p.first;
967 p.gen = jj_gen + xla - jj_la; p.first = token; p.arg = xla;
972 Token first; field in class:AddressListParser.JJCalls
/packages/apps/DocumentsUI/src/com/android/documentsui/selection/
H A DBandController.java400 // by their y-offset. For example, if the first column of the view starts at an x-value of 5,
706 // only have one item in the first column). This function is invoked for each
788 * Location describing points before the first known item.
819 // Limits of the first known item; only populated when type == BEFORE_FIRST_ITEM.
962 private GridModel.RelativeCoordinate min(GridModel.RelativeCoordinate first, GridModel.RelativeCoordinate second) { argument
963 return first.compareTo(second) < 0 ? first : second;
966 private GridModel.RelativeCoordinate max(GridModel.RelativeCoordinate first, GridModel.RelativeCoordinate second) { argument
967 return first.compareTo(second) > 0 ? first
994 areItemsCoveredByBand( RelativePoint first, RelativePoint second) argument
[all...]
/packages/apps/Music/src/com/android/music/
H A DMediaPlaybackService.java869 * the first track.
870 * If the action is NOW, playback will switch to the first of
1152 // if we are at the end of the song, go to the next song first
1565 * @param first The first file to be removed
1569 public int removeTracks(int first, int last) { argument
1570 int numremoved = removeTracksInternal(first, last);
1577 private int removeTracksInternal(int first, int last) { argument
1579 if (last < first) return 0;
1580 if (first <
2153 removeTracks(int first, int last) argument
[all...]
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Ddocument.h839 If user is unsure whether a member exists, user should use HasMember() first.
1218 //! Remove members in the range [first, last) from an object.
1219 /*! \param first iterator to the first member to remove
1221 \pre IsObject() == true && \ref MemberBegin() <= \c first <= \c last <= \ref MemberEnd()
1227 MemberIterator EraseMember(ConstMemberIterator first, ConstMemberIterator last) { argument
1231 RAPIDJSON_ASSERT(first >= MemberBegin());
1232 RAPIDJSON_ASSERT(first <= last);
1235 MemberIterator pos = MemberBegin() + (first - MemberBegin());
1239 data_.o.size -= (last - first);
1428 Erase(ConstValueIterator first, ConstValueIterator last) argument
[all...]

Completed in 878 milliseconds

12