Searched defs:list (Results 101 - 125 of 155) sorted by relevance

1234567

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pNative.java88 * Populate list of available networks or update existing list.
90 * @return true, if list has been modified.
572 * Set the client list for the provided network.
575 * @return Space separated list of clients if successfull, null otherwise.
582 * Set the client list for the provided network.
585 * @param list Space separated list of clients.
588 public boolean setP2pClientList(int netId, String list) { argument
589 return mSupplicantP2pIfaceHal.setClientList(netId, list);
[all...]
/frameworks/support/dynamic-animation/src/android/support/animation/
H A DDynamicAnimation.java436 * is {@code null} or has already been added to the list of listeners for the animation, no op.
459 * If the listener is {@code null} or has already been added to the list of listeners for the
540 * Remove {@code null} entries from the list.
542 private static <T> void removeNullEntries(ArrayList<T> list) { argument
544 for (int i = list.size() - 1; i >= 0; i--) {
545 if (list.get(i) == null) {
546 list.remove(i);
552 * Remove an entry from the list by marking it {@code null} and clean up later.
554 private static <T> void removeEntry(ArrayList<T> list, T entry) { argument
555 int id = list
[all...]
/frameworks/support/v14/preference/src/android/support/v14/preference/
H A DPreferenceFragment.java311 * Sets the drawable that will be drawn between each item in the list.
324 * Sets the height of the divider that will be drawn between each item in the list. Calling
729 public ScrollToPreferenceObserver(RecyclerView.Adapter adapter, RecyclerView list, argument
732 mList = list;
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreferenceFragmentCompat.java300 * Sets the drawable that will be drawn between each item in the list.
313 * Sets the height of the divider that will be drawn between each item in the list. Calling
717 public ScrollToPreferenceObserver(RecyclerView.Adapter adapter, RecyclerView list, argument
720 mList = list;
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
H A DOpReorderTest.java610 private void swapMoveUpdate(List<UpdateOp> list, int move) { argument
611 mOpReorderer.swapMoveUpdate(list, move, list.get(move), move + 1, list.get(move + 1));
614 private void swapMoveRemove(List<UpdateOp> list, int move) { argument
615 mOpReorderer.swapMoveRemove(list, move, list.get(move), move + 1, list.get(move + 1));
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseWrapContentTest.java408 List<? extends BaseRecyclerViewAnimationsTest.AnimateLogBase> list) {
409 for (BaseRecyclerViewAnimationsTest.AnimateLogBase base : list) {
406 collectInto( LongSparseArray<String> target, List<? extends BaseRecyclerViewAnimationsTest.AnimateLogBase> list) argument
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp643 sp<IMediaCodecList> list = MediaCodecList::getInstance(); local
644 size_t numCodecs = list->countCodecs();
650 sp<MediaCodecInfo> info = list->getCodecInfo(index);
929 List<IOMX::ComponentInfo> list; local
930 omx->listNodes(&list);
932 for (List<IOMX::ComponentInfo>::iterator it = list.begin();
933 it != list.end(); ++it) {
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp165 // if failed to get remote list, create local list
172 // Treblized media codec list will be located in /odm/etc or /vendor/etc.
691 // fail. Only list the codec if this succeeds.
761 // fail. Only list the codec if this succeeds.
1173 const sp<IMediaCodecList> list = getInstance(); local
1174 if (list == NULL) {
1181 list->findCodecByType(mime, encoder, index);
1189 const sp<MediaCodecInfo> info = list->getCodecInfo(matchIndex);
1208 const sp<IMediaCodecList> list local
[all...]
/frameworks/base/core/java/android/hardware/
H A DSystemSensorManager.java60 private static native void nativeGetDynamicSensors(long nativeInstance, List<Sensor> list); argument
85 // Listener list
116 // initialize the sensor list
370 List<Sensor> list = new ArrayList<>();
371 nativeGetDynamicSensors(mNativeInstance, list);
378 mFullDynamicSensorsList, list, updatedList, addedList, removedList);
382 Log.i(TAG, "DYNS dynamic sensor list cached should be updated");
479 * assuming the input list is already sorted by handle. Inputs are ol and nl; outputs are
/frameworks/base/libs/androidfw/
H A DAssetManager2.cpp105 std::string list; local
108 base::StringAppendF(&list, "%02x -> %d, ", (int) i, package_ids_[i]);
111 LOG(INFO) << "Package ID map: " << list;
114 list = "";
116 base::StringAppendF(&list, "%s(%02x), ", package->GetPackageName().c_str(), package->GetPackageId());
118 LOG(INFO) << base::StringPrintf("PG (%02x): ", package_group.dynamic_ref_table.mAssignedPackageId) << list;
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp272 MtpObjectHandleList* list = new MtpObjectHandleList();
276 list->push(handles[i]);
281 return list;
301 MtpObjectFormatList* list = new MtpObjectFormatList();
305 list->push(formats[i]);
310 return list;
319 MtpObjectFormatList* list = new MtpObjectFormatList();
323 list->push(formats[i]);
328 return list;
337 MtpObjectPropertyList* list
375 jobject list = env->CallObjectMethod( local
690 jobject list = env->CallObjectMethod( local
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DTextServicesManagerService.java254 ArrayList<SpellCheckerInfo> list, HashMap<String, SpellCheckerInfo> map,
256 list.clear();
284 list.add(sci);
293 Slog.d(TAG, "buildSpellCheckerMapLocked: " + list.size() + "," + map.size());
253 buildSpellCheckerMapLocked(Context context, ArrayList<SpellCheckerInfo> list, HashMap<String, SpellCheckerInfo> map, TextServicesSettings settings) argument
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutPackage.java850 final ArrayList<ShortcutInfo> list = all.valueAt(outer);
851 if (list.size() <= maxShortcuts) {
855 Collections.sort(list, mShortcutTypeAndRankComparator);
858 for (int inner = list.size() - 1; inner >= maxShortcuts; inner--) {
859 final ShortcutInfo shortcut = list.get(inner);
864 service.wtf("Found manifest shortcuts in excess list.");
898 * Build a list of shortcuts for each target activity and return as a map. The result won't
916 ArrayList<ShortcutInfo> list = activitiesToShortcuts.get(activity);
917 if (list == null) {
918 list
1614 verifyRanksSequential(List<ShortcutInfo> list) argument
[all...]
/frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/
H A DPpsMoParser.java259 * @return the list of children nodes.
692 * Parse the roaming consortium OI string, which contains a list of OIs separated by ",".
694 * @param oiStr string containing list of OIs (Organization Identifiers) separated by ","
713 * @return HashMap<String, Long> representing list of <SSID, HESSID> pair.
772 * @return Pair<List<Long>, List<Long>> containing both MatchAllOIs and MatchAnyOIs list.
839 * This contains a list of FQDN (Fully Qualified Domain Name) that are considered
844 * @return String[] list of partner's FQDN
1647 * @param list List to be converted
1650 private static long[] convertFromLongList(List<Long> list) { argument
1651 Long[] objectArray = list
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp601 // setup the reached list, if we first add the element to reached list
715 SectionData::FragmentListType& list = sectData->getFragmentList(); local
718 // to temporary list because we would only like to sort the region fragment.
728 tmp.splice(tmp.end(), list, first);
729 tmp.splice(tmp.end(), list, last);
733 sort(list, ExIdxFragmentComparator(*m_pExData));
739 SectionData::FragmentListType::iterator it = list.begin();
740 if (it != list.end()) {
746 while (it != list
[all...]
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
H A DResourceBundle.java296 * Receives a list of bundles which are representations of the same layout file in different
344 * Receives a list of bundles which are representations of the same layout file in different
714 public static boolean contains(List<? extends NameTypeLocation> list, String name) { argument
715 for (NameTypeLocation ntl : list) {
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
H A DViewDataBinding.java814 protected static <T> T getFromList(List<T> list, int index) { argument
815 if (list == null || index < 0 || index >= list.size()) {
818 return list.get(index);
822 protected static <T> void setTo(List<T> list, int index, T value) { argument
823 if (list == null || index < 0 || index >= list.size()) {
826 list.set(index, value);
830 protected static <T> T getFromList(SparseArray<T> list, int index) { argument
831 if (list
838 setTo(SparseArray<T> list, int index, T value) argument
847 getFromList(LongSparseArray<T> list, int index) argument
856 setTo(LongSparseArray<T> list, int index, T value) argument
864 getFromList(android.support.v4.util.LongSparseArray<T> list, int index) argument
872 setTo(android.support.v4.util.LongSparseArray<T> list, int index, T value) argument
881 getFromList(SparseBooleanArray list, int index) argument
889 setTo(SparseBooleanArray list, int index, boolean value) argument
897 getFromList(SparseIntArray list, int index) argument
905 setTo(SparseIntArray list, int index, int value) argument
914 getFromList(SparseLongArray list, int index) argument
923 setTo(SparseLongArray list, int index, long value) argument
[all...]
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp401 * Dynamically creates layer list with numLayers worth
406 hwc_display_contents_1_t *list; local
409 if ((list = (hwc_display_contents_1_t *) calloc(1, size)) == NULL) {
412 list->flags = HWC_GEOMETRY_CHANGED;
413 list->numHwLayers = numLayers;
415 return list;
422 void hwcTestFreeLayerList(hwc_display_contents_1_t *list) argument
424 free(list);
427 // Display the settings of the layer list pointed to by list
428 hwcTestDisplayList(hwc_display_contents_1_t *list) argument
499 hwcTestDisplayListPrepareModifiable(hwc_display_contents_1_t *list) argument
527 hwcTestDisplayListHandles(hwc_display_contents_1_t *list) argument
[all...]
/frameworks/native/services/sensorservice/
H A DSensorService.cpp137 sensor_t const* list; local
138 ssize_t count = dev.getSensorList(&list);
152 switch (list[i].type) {
174 virtualSensorsNeeds &= ~(1<<list[i].type);
179 registerSensor( new HardwareSensor(list[i]) );
200 registerSensor(new LinearAccelerationSensor(list, count),
204 registerSensor( new CorrectedGyroSensor(list, count), true, true);
210 registerSensor(new GravitySensor(list, count), !needGravitySensor, true);
398 // Default dump the sensor list and debugging information.
1027 // add to list o
[all...]
/frameworks/opt/net/wifi/libwifi_hal/
H A Dhal_tool.cpp53 wifi_channel* list) {
52 wifi_get_supported_channels_stub(wifi_handle handle, int* size, wifi_channel* list) argument
/frameworks/support/media-compat/java/android/support/v4/media/
H A DMediaBrowserServiceCompat.java137 * A key for passing the list of MediaItems to the ResultReceiver in search.
356 void onResultSent(List<MediaBrowserCompat.MediaItem> list) {
358 if (list != null) {
360 for (MediaBrowserCompat.MediaItem item : list) {
440 void onResultSent(List<MediaBrowserCompat.MediaItem> list) {
442 if (list != null) {
444 for (MediaBrowserCompat.MediaItem item : list) {
920 void onLoadChildren(String mediaId, List<MediaBrowserCompat.MediaItem> list, Bundle options) argument
956 public void onLoadChildren(String mediaId, List<MediaBrowserCompat.MediaItem> list, argument
961 if (list !
1347 applyOptions(List<MediaBrowserCompat.MediaItem> list, final Bundle options) argument
[all...]
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java345 * @see #list
366 * @see #list
410 public native final String[] list(String path) method in class:AssetManager
/frameworks/base/core/java/android/transition/
H A DTransition.java488 * @param matches A list of zero or more of {@link #MATCH_INSTANCE},
625 * assuming that there is no match between values in the list.
796 * the Transition has no target/targetId list (the default, in which
798 * the given view is in the target list or the view id is in the
799 * targetId list. If the target parameter is null, then the target list
1048 * Removes the given targetId from the list of ids that this Transition
1065 * Removes the given targetName from the list of transitionNames that this Transition
1082 * Whether to add the given id to the list of target ids to exclude from this
1084 * should be added to or removed from the excluded list
1223 excludeObject(ArrayList<T> list, T target, boolean exclude) argument
2391 add(ArrayList<T> list, T item) argument
2406 remove(ArrayList<T> list, T item) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DPopupWindow.java730 * for the full list
2561 public void requestKeyboardShortcuts(List<KeyboardShortcutGroup> list, int deviceId) { argument
2565 parentRoot.requestKeyboardShortcuts(list, deviceId);

Completed in 8121 milliseconds

1234567