HomeSort by relevance Sort by last modified time
    Searched defs:items (Results 401 - 425 of 525) sorted by null

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 255 for key, (data, handler) in self._user_data.items():
482 def items(self): member in class:NamedNodeMap
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 255 for key, (data, handler) in self._user_data.items():
482 def items(self): member in class:NamedNodeMap
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java 766 String[] items = path.split("/"); //$NON-NLS-1$ local
768 for (String item : items) {
    [all...]
  /external/chromium/chrome/browser/automation/
automation_provider_observers.cc 128 ListValue* items = new ListValue; local
142 items->Append(item);
145 return_value->Set("tabs", items);
    [all...]
testing_automation_provider.cc 2984 DictionaryValue* items = profile_->GetPrefs()->GetPreferenceValues(); local
3158 ListValue* items = new ListValue; local
    [all...]
  /external/chromium_org/chrome/browser/automation/
automation_provider_observers.cc 184 ListValue* items = new ListValue; local
198 items->Append(item);
201 return_value->Set("tabs", items);
    [all...]
  /external/icu4c/test/intltest/
dtfmttst.cpp 3653 const NumAsStringItem items[] = { local
3889 const MonthPatternItem items[] = { local
4007 const TestContextItem items[] = { local
4090 const TestNonGregoItem items[] = { local
    [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/
PieRenderer.java 390 private void layoutItems(int level, List<PieItem> items) {
395 final int count = items.size();
397 for (PieItem item : items) {
398 // shared between items
555 List<PieItem> items = getParent().getItems(); local
556 final int count = items.size();
567 List<PieItem> items = getOpenItem().getItems(); local
568 final int count = items.size();
570 for (PieItem inner : items) {
808 List<PieItem> items = getOpenItem().getItems() local
896 List<PieItem> items = getOpenItem().getItems(); local
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Folder.java 324 // When the folder gets focus, we don't want to announce the list of items.
349 private void placeInReadingOrder(ArrayList<ShortcutInfo> items) {
351 int count = items.size();
353 ShortcutInfo item = items.get(i);
360 Collections.sort(items, gridComparator);
365 ShortcutInfo item = items.get(i);
387 // We rearrange the items in case there are any empty gaps
390 // If our folder has too many items we prune them from the list. This is an issue
392 // number of items.
867 ArrayList<ItemInfo> items = new ArrayList<ItemInfo>() local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.ui.views_3.5.0.I20100527-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
sdk-common.jar 
swtmenubar.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_context.h 626 struct brw_cache_item **items; member in struct:brw_cache
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.h 626 struct brw_cache_item **items; member in struct:brw_cache
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActiveServices.java 506 // start items up to and including this one.
1959 ArrayMap<ComponentName, ServiceRecord> items = smap.mServicesByName; local
    [all...]
  /frameworks/base/services/java/com/android/server/content/
SyncManager.java 1408 final ArrayList<SyncStorageEngine.SyncHistoryItem> items local
    [all...]
SyncStorageEngine.java 1437 ArrayList<SyncHistoryItem> items = new ArrayList<SyncHistoryItem>(N); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java 874 String[] items = codes.toArray(new String[codes.size()]); local
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.2.0/
sdk-common-22.2.0.jar 
  /bionic/libc/kernel/common/sound/
asound.h 785 unsigned int items; member in struct:snd_ctl_elem_info::__anon669::__anon672
    [all...]

Completed in 456 milliseconds

<<11121314151617181920>>