Searched
full:most (Results
251 -
275 of
8386) sorted by null
<<11121314151617181920>>
/libcore/json/src/main/java/org/json/ |
JSONException.java | 32 * <p>Although this is a checked exception, it is rarely recoverable. Most
|
/libcore/luni/src/main/java/java/io/ |
Closeable.java | 29 * overridden {@code AutoCloseable.close()}, which may be called at most
|
UTFDataFormatException.java | 21 * Signals that an incorrectly encoded UTF-8 string has been encountered, most
|
/libcore/luni/src/main/java/java/net/ |
BindException.java | 24 * <p>Most applications <strong>should not</strong> catch this exception; it is
|
ConnectException.java | 24 * <p>Most applications <strong>should not</strong> catch this exception; it is
|
NoRouteToHostException.java | 25 * <p>Most applications <strong>should not</strong> catch this exception; it is
|
PortUnreachableException.java | 24 * <p>Most applications <strong>should not</strong> catch this exception; it is
|
/libcore/luni/src/test/java/libcore/java/io/ |
ObjectOutputStreamTest.java | 25 // Most modified UTF-8 is limited to 64KiB, but serialized strings can have an 8-byte
|
/ndk/sources/cxx-stl/stlport/stlport/ |
slist | 39 //This is not a Standard header, it might failed for most of
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
xstrndup.c | 26 /* Return a newly allocated copy of at most N bytes of STRING.
|
xstrndup.h | 20 /* Return a newly allocated copy of at most N bytes of STRING.
|
/ndk/tests/device/test-gnustl-full/unit/ |
test_errno.cpp | 40 * due to errno in most cases is just a macro, that frequently
|
/ndk/tests/device/test-stlport/unit/ |
test_errno.cpp | 40 * due to errno in most cases is just a macro, that frequently
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
ContactTileFrequentView.java | 24 * A {@link com.android.contacts.common.list.ContactTileView} that is used for most frequently contacted in the People app
|
/packages/apps/Mms/src/com/android/mms/util/ |
ItemLoadedCallback.java | 25 * Called when an item's loading is complete. At most one of {@code result}
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
CorpusRanker.java | 33 * The most important corpora come first in the list. Callers should not modify the
|
SearchSettings.java | 25 * NOTE: Currently, this is not used very widely, in most instances
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/ |
slist | 39 //This is not a Standard header, it might failed for most of
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/ |
slist | 39 //This is not a Standard header, it might failed for most of
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/ |
slist | 39 //This is not a Standard header, it might failed for most of
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/ |
slist | 39 //This is not a Standard header, it might failed for most of
|
/external/chromium/chrome/browser/history/ |
visit_database.h | 91 // that, the most recent |max_count| will be returned. If 0, all visits in the 94 // Only one visit for each URL will be returned, and it will be the most 100 // Returns the visit ID for the most recent visit of the given URL ID, or 0 108 // Returns the |max_results| most recent visit sessions for |url_id|. 123 // get in most cases. These will occur when the user goes back and gets
|
/frameworks/base/docs/html/design/get-started/ |
ui-overview.jd | 9 <p>Read on for a quick overview of the most important aspects of the Android user interface.</p> 23 <p>The Favorites Tray at the bottom always keeps your most important shortcuts and folders in view 48 interacted with most recently. They are organized in reverse chronological order with the most 127 navigating your app's hierarchy and views, and also surfaces the most important actions.</p>
|
/frameworks/base/docs/html/design/patterns/ |
actionbar.jd | 23 <p>If you're new to writing Android apps, note that the action bar is one of the most important design elements you can implement. Following the guidelines described here will go a long way toward making your app's interface consistent with the core Android apps.</p> 26 <p>The action bar is split into four different functional areas that apply to most apps.</p> 72 Show the most important actions of your app in the actions section. Actions that don't fit in the 90 <p>One of the most important UI issues to consider when creating an app is how to adjust to screen 127 <p><em>Action buttons</em> on the action bar surface your app's most important activities. Think about which 128 buttons will get used most often, and order them accordingly. Depending on available screen real 129 estate, the system shows your most important actions as action buttons and moves the rest to the 232 displaying the most recently used sharing service next to a spinner button that contains other 243 duration of a particular sub-task. CABs are most typically used for tasks that involve acting on
|
/external/stlport/src/ |
lock_free_slist.h | 75 " jne L1_%=\n\t" // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top) 98 " jne L1_%=\n\t" // We failed, retry! (edx:eax now contain most recent _M_sequence:_M_top) 123 " jne L1_%=\n\t" // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top) 220 jne L1 // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top) 245 jne L1 // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top) 272 jne L1 // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
|
Completed in 944 milliseconds
<<11121314151617181920>>