HomeSort by relevance Sort by last modified time
    Searched full:list (Results 476 - 500 of 20302) sorted by null

<<11121314151617181920>>

  /ndk/
README.TXT 8 See docs/CHANGES.TXT for a list of changes since the previous release.
14 See docs/STABLE-APIS.TXT for the list of frozen binary APIs exposed by
28 See docs/SYSTEM-ISSUES.TXT for a list of important issues related to
  /packages/apps/Email/src/org/apache/james/mime4j/message/
Multipart.java 29 import java.util.List;
37 * ordered list of body parts. The multipart body also has a preamble and
48 private List bodyParts = new LinkedList();
116 * Gets the list of body parts. The list is immutable.
118 * @return the list of <code>BodyPart</code> objects.
120 public List getBodyParts() {
125 * Sets the list of body parts.
127 * @param bodyParts the new list of <code>BodyPart</code> objects.
129 public void setBodyParts(List bodyParts) {
    [all...]
  /packages/apps/IM/src/com/android/im/
IRemoteImService.aidl 26 * Gets a list of all installed plug-ins. Each item is an ImPluginInfo.
28 List getAllPlugins();
50 List getActiveConnections();
  /packages/apps/Mms/src/org/w3c/dom/smil/
ElementTimeContainer.java 25 * is more appropriate here than a node list but it requires Traversal
31 * Returns a list of child elements active at the specified invocation.
34 * @return List of timed child-elements active at instant.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
Whitelist.java 21 import java.util.List;
27 private List<Bundle> mConditions;
33 public Whitelist(List<Bundle> conditions) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
MockNodeList.java 33 * Constructs a node list from a given children list.
35 * @param children The children list. Can be null.
  /system/netd/
TetherController.h 22 #include <utils/List.h>
24 typedef android::List<char *> InterfaceCollection;
25 typedef android::List<struct in_addr> NetAddressCollection;
  /system/vold/
DirectVolume.h 20 #include <utils/List.h>
26 typedef android::List<char *> PathCollection;
66 typedef android::List<DirectVolume *> DirectVolumeCollection;
  /dalvik/dx/src/com/android/dx/util/
IntList.java 22 * Simple list of {@code int}s.
31 /** {@code >= 0;} current size of the list */
44 * @param value the sole value in the list
58 * @param value0 the first value in the list
59 * @param value1 the second value in the list
81 * @param initialCapacity {@code >= 0;} initial capacity of the list
159 * Gets the number of elements in this list.
209 * Adds an element to the end of the list. This will increase the
210 * list's capacity if necessary.
291 * Pops an element off the end of the list and decreasing the size by one
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutReloadMonitor.java 40 import java.util.List;
56 private final Map<IProject, List<ILayoutReloadListener>> mListenerMap =
57 new HashMap<IProject, List<ILayoutReloadListener>>();
73 * List of projects having received a resource change.
101 // any resource folder (trigger a locale list refresh)
119 List<ILayoutReloadListener> list = mListenerMap.get(project); local
120 if (list == null) {
121 list = new ArrayList<ILayoutReloadListener>();
122 mListenerMap.put(project, list);
134 List<ILayoutReloadListener> list = mListenerMap.get(project); local
    [all...]
  /external/bluetooth/glib/tests/
queue-test.c 16 GList *list; local
33 for (list = queue->head; list != NULL; list = list->next)
35 if (!list->next)
36 last = list;
44 for (list = queue->tail; list != NULL; list = list->prev
455 GList *list; local
476 GList *list; local
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationUtils.java 150 * @param types {@code non-null;} the list of (the types of) the member classes
210 CstArray.List list = new CstArray.List(size); local
213 list.set(i, new CstString(pieces.get(i)));
216 list.setImmutable();
218 result.put(new NameValuePair(VALUE_UTF, new CstArray(list)));
226 * @param types {@code non-null;} the list of thrown types
240 * @param types {@code non-null;} the type list
245 CstArray.List list = new CstArray.List(size) local
    [all...]
  /dalvik/libcore/xml/src/main/java/org/xml/sax/
Attributes.java 1 // Attributes.java - attribute list with Namespace support
11 * Interface for a list of XML attributes.
20 * <p>This interface allows access to a list of attributes in
29 * <p>The list will not contain attributes that were declared
60 * <p>The order of attributes in the list is unspecified, and will
80 * Return the number of attributes in the list.
83 * through the list.</p>
85 * @return The number of attributes in the list.
157 * <p>If the attribute value is a list of tokens (IDREFS,
184 * appear in the list
    [all...]
  /external/webkit/WebCore/editing/
ModifySelectionListLevel.cpp 8 * notice, this list of conditions and the following disclaimer.
10 * notice, this list of conditions and the following disclaimer in the
54 // start must be in a list child
59 // end must be in a list child
65 // - the start and end must be within the same overall list
79 // if the selection ends on a list item with a sublist, include the entire sublist
160 // UnorderedList create a new list node of the specified type. That is
168 // - only return the list node if we created it
169 // - indicate whether the list node is new or pre-existing
170 // - (silly) client specifies whether to return pre-existing list node
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
SplitAggregateView.java 47 import java.util.List;
50 * A list view for constituent contacts of an aggregate. Shows the contact name, source icon
95 final List<RawContactInfo> list = loadData(); local
97 setAdapter(new SplitAggregateAdapter(context, list));
101 mListener.onContactSelected(list.get(position).rawContactId);
153 * and returns a sorted list of {@link RawContactInfo}'s.
155 private List<RawContactInfo> loadData() {
185 List<RawContactInfo> list = new ArrayList<RawContactInfo>(rawContactInfos.values()) local
    [all...]
  /packages/apps/Settings/src/com/android/settings/
AppWidgetPickActivity.java 30 import java.util.List;
36 * Displays a list of {@link AppWidgetProviderInfo} widgets, along with any
79 * Create list entries for any custom widgets requested through
82 void putCustomAppWidgets(List<PickAdapter.Item> items) {
114 Log.e(TAG, "list size mismatch: EXTRA_CUSTOM_INFO: " + customInfoSize
165 * Create list entries for the given {@link AppWidgetProviderInfo} widgets,
168 void putAppWidgetItems(List<AppWidgetProviderInfo> appWidgets,
169 List<Bundle> customExtras, List<PickAdapter.Item> items) {
200 * Build and return list of items to be shown in dialog. This will mix bot
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
SymbolList.java 29 * The generator class of symbol list.
49 /** Key string to get normal symbol list for Japanese */
52 /** Key string to get normal symbol list for English */
55 /** Key string to get normal symbol list for Chinese */
58 /** Key string to get face mark list for Japanese */
73 /** current list of symbols */
76 /** Iterator for getting symbols from the list */
136 * Load a symbols list from XML resource.
139 * @return The symbols list
142 ArrayList<String> list = new ArrayList<String>() local
    [all...]
  /frameworks/base/core/java/android/widget/
AutoCompleteTextView.java 45 * while the user is typing. The list of suggestions is displayed in a drop
53 * <p>The list of suggestions is obtained from a data adapter and appears
98 * the autocomplete dropdown list to cover the IME.
232 * the matching list. This can be used as a cue to the user on how to
233 * best use the list, or to provide extra information.</p>
244 * <p>Returns the current width for the auto-complete drop down list. This can
248 * @return the width for the drop down list
257 * <p>Sets the current width for the auto-complete drop down list. This can
270 * <p>Returns the current height for the auto-complete drop down list. This can
275 * @return the height for the drop down list
844 final DropDownListView list = mDropDownList; local
915 final DropDownListView list = mDropDownList; local
942 final DropDownListView list = mDropDownList; local
    [all...]
  /cts/tools/host/src/com/android/cts/
TestSessionBuilder.java 156 String list = getStringAttributeValue(pNode, TestPlan.Attribute.EXCLUDE); local
158 if ((list != null) && (list.length() != 0)) {
159 excludedList = getStrArrayList(list);
170 // to the head of the list
192 * @param excludedList The list containing the excluded suites and sub types.
205 * @param excludedList The list containing the excluded suites and sub types.
273 * @return The list.
280 String[] list = str.split(TestPlan.EXCLUDE_SEPARATOR); local
281 if ((list == null) || (list.length == 0))
305 ArrayList<String> list = new ArrayList<String>(); local
    [all...]
  /bionic/
CleanSpec.mk 18 # of the list. These steps will only be run once, if they haven't been
32 # the command and add it to the bottom of the list. E.g., if a change
35 # touch step and add it to the end of the list.
38 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
48 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
  /bootable/bootloader/legacy/
CleanSpec.mk 18 # of the list. These steps will only be run once, if they haven't been
32 # the command and add it to the bottom of the list. E.g., if a change
35 # touch step and add it to the end of the list.
38 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
48 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
  /bootable/diskinstaller/
CleanSpec.mk 18 # of the list. These steps will only be run once, if they haven't been
32 # the command and add it to the bottom of the list. E.g., if a change
35 # touch step and add it to the end of the list.
38 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
48 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
  /bootable/recovery/
CleanSpec.mk 18 # of the list. These steps will only be run once, if they haven't been
32 # the command and add it to the bottom of the list. E.g., if a change
35 # touch step and add it to the end of the list.
38 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
48 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
  /build/
CleanSpec.mk 18 # of the list. These steps will only be run once, if they haven't been
32 # the command and add it to the bottom of the list. E.g., if a change
35 # touch step and add it to the end of the list.
38 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
48 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
  /cts/
CleanSpec.mk 18 # of the list. These steps will only be run once, if they haven't been
32 # the command and add it to the bottom of the list. E.g., if a change
35 # touch step and add it to the end of the list.
38 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
48 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST

Completed in 56 milliseconds

<<11121314151617181920>>