Searched refs:list (Results 101 - 125 of 274) sorted by relevance

1234567891011

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.h20 #include <list>
50 std::list<clang::VarDecl*> mRSO; // Declared RS objects in this scope
H A Dslang_rs_export_func.h20 #include <list>
H A Dslang_rs.cpp20 #include <list>
274 const std::list<std::pair<const char*, const char*> > &IOFiles64,
275 const std::list<std::pair<const char*, const char*> > &IOFiles32,
276 const std::list<std::pair<const char*, const char*> > &DepFiles,
295 std::list<std::pair<const char*, const char*> >::const_iterator
/frameworks/native/libs/gui/
H A DSensorManager.cpp104 ssize_t SensorManager::getSensorList(Sensor const* const** list) const
111 *list = mSensorList;
/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFSectionSymTab.hxx77 char const **list) const {
80 list[j++] = table[i]->getName();
/frameworks/base/core/java/android/widget/
H A DArrayAdapter.java41 * of your objects to determine what text will be displayed for the item in the list.
49 * Contains the list of objects that represent the data of this ArrayAdapter.
50 * The content of this list is referred to as "the array" in the documentation.
251 * Remove all elements from the list.
291 * Control whether methods that change the list ({@link #add},
300 * @param notifyOnChange if true, modifications to the list will
447 * is removed from the list.</p>
461 ArrayList<T> list;
463 list = new ArrayList<T>(mOriginalValues);
465 results.values = list;
[all...]
H A DListPopupWindow.java51 * list of choices.
67 * the autocomplete dropdown list to cover the IME.
115 * The provided prompt view should appear above list content.
124 * The provided prompt view should appear below list content.
315 * of the size or content of the list. {@link #getBackground()} will fill any space
316 * that is not used by the list.
340 * for the full list
360 * Sets a drawable to use as the list item selector.
459 * Set the gravity of the dropdown list. This is commonly used to
518 * Sets a listener to receive events when a list ite
[all...]
/frameworks/base/core/jni/
H A Dandroid_hardware_location_ActivityRecognitionHardware.cpp213 char const* const* list = NULL; local
214 int list_size = sModule->get_supported_activities_list(sModule, &list);
215 if (list_size <= 0 || list == NULL) {
232 const char* string_ptr = const_cast<const char*>(list[i]);
H A Dandroid_os_SELinux.cpp269 * Purpose: Gets a list of the SELinux boolean names.
280 char **list; local
282 if (security_get_boolean_names(&list, &len) == -1) {
289 ScopedLocalRef<jstring> obj(env, env->NewStringUTF(list[i]));
291 free(list[i]);
293 free(list);
H A Dandroid_util_Binder.cpp208 * The GetJavaVM function isn't on the "approved" list of JNI calls
380 JavaDeathRecipient(JNIEnv* env, jobject object, const sp<DeathRecipientList>& list) argument
382 mObjectWeak(NULL), mList(list)
385 // The list holds a strong reference to this object.
386 LOGDEATH("Adding JDR %p to DRL %p", this, list.get());
387 list->add(this);
417 sp<DeathRecipientList> list = mList.promote(); local
418 if (list != NULL) {
419 LOGDEATH("Removing JDR %p from DRL %p", this, list.get());
420 list
1152 DeathRecipientList* list = (DeathRecipientList*) local
1187 DeathRecipientList* list = (DeathRecipientList*) local
[all...]
/frameworks/base/core/tests/coretests/src/android/content/
H A DAssetTest.java70 String[] files = mAssets.list("");
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListRecyclerProfiling.java41 ListView listView = (ListView) findViewById(R.id.list);
/frameworks/base/libs/hwui/
H A DExtensions.h61 void findExtensions(const char* extensions, SortedVector<String8>& list) const;
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DHwTests.java65 List<ResolveInfo> list = pm.queryIntentActivities(mainIntent, 0);
67 if (null == list)
80 int len = list.size();
85 ResolveInfo info = list.get(i);
H A DViewLayersActivity.java97 final ListView list = (ListView) findViewById(listId);
98 list.setAdapter(new SimpleListAdapter(this));
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
H A DVectorDrawableTest.java64 List<ResolveInfo> list = pm.queryIntentActivities(mainIntent, 0);
66 if (null == list)
79 int len = list.size();
84 ResolveInfo info = list.get(i);
/frameworks/ex/variablespeed/jni/
H A Dsola_time_scaler.h24 #include <list>
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DApnContext.java52 * Used to check if conditions (new RAT) are resulting in a new list which warrants a retry.
154 ArrayList<ApnSetting> list = mWaitingApns;
157 if (list != null) {
158 if (!list.isEmpty()) {
159 apn = list.get(0);
/frameworks/rs/cpu_ref/linkloader/include/
H A DELFSectionSymTab.h71 void getFuncNameList(size_t size, char const **list) const;
/frameworks/base/core/java/android/hardware/
H A DSensorManager.java372 * Gets the full list of sensors that are available.
388 * Use this method to get the list of available sensors of a certain type.
402 * @return a list of sensors matching the asked type.
409 List<Sensor> list;
412 list = mSensorListByType.get(type);
413 if (list == null) {
415 list = fullList;
417 list = new ArrayList<Sensor>();
420 list.add(i);
423 list
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java72 * the autocomplete dropdown list to cover the IME.
131 * The provided prompt view should appear above list content.
140 * The provided prompt view should appear below list content.
332 * of the size or content of the list. {@link #getBackground()} will fill any space
333 * that is not used by the list.
357 * for the full list
377 * Sets a drawable to use as the list item selector.
475 * Set the gravity of the dropdown list. This is commonly used to
534 * Sets a listener to receive events when a list item is clicked.
545 * Sets a listener to receive events when a list ite
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_dpb.c203 Function to perform reference picture list reordering based on
215 dpb 'list' field of the structure reordered
292 dpb->list[j] = dpb->list[j-1];
293 /* put picture into the list */
294 dpb->list[refIdx++] = &dpb->buffer[index];
297 if(dpb->list[j] != &dpb->buffer[index])
298 dpb->list[k++] = dpb->list[j];
838 list
[all...]
/frameworks/base/core/java/android/os/
H A DServiceManagerNative.java83 String[] list = listServices();
84 reply.writeStringArray(list);
/frameworks/base/data/keyboards/
H A Dcommon.mk15 # This is the list of framework provided keylayouts and key character maps to include.
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHotplugDetectionAction.java197 private static BitSet addressListToBitSet(List<Integer> list) { argument
199 for (Integer value : list) {

Completed in 836 milliseconds

1234567891011