HomeSort by relevance Sort by last modified time
    Searched refs:items (Results 251 - 275 of 302) sorted by null

<<111213

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java 631 String[] items = path.split("/"); //$NON-NLS-1$ local
633 for (String item : items) {
    [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 562 # tags like paragraphs, headers, and list items.
579 # list items and could have been indented. Indented blocks would have
624 # tags like paragraphs, headers, and list items.
    [all...]
  /device/samsung/crespo/alsa-lib/src/mixer/
simple_none.c 1598 unsigned int k, items; local
    [all...]
  /device/samsung/crespo/alsa-utils/alsamixer/
alsamixer.c 551 int items = snd_mixer_selem_get_enum_items(elem); local
552 if (items < 0)
555 if (eidx >= items)
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/
BeautifulSoup.py 251 """Returns all items that match the given criteria and appear
277 """Returns all items that match the given criteria and appear
463 for k,v in h.items():
    [all...]
  /device/samsung/crespo/alsa-lib/include/sound/
asound.h 824 unsigned int items; \/* R: number of items *\/ member in struct:sndrv_ctl_elem_info::__anon1395::__anon1398
    [all...]
  /device/samsung/crespo/libaudio2/
asound.h 706 unsigned int items; member in struct:snd_ctl_elem_info::__anon1532::__anon1535
  /external/libxml2/
xmlIO.c 994 int items; local
998 items = fwrite(&buffer[0], len, 1, (FILE *) context);
999 if ((items == 0) && (ferror((FILE *) context))) {
1003 return(items * len);
    [all...]
  /external/quake/quake/src/QW/server/
sv_send.c 542 // stuff the sigil bits into the high bits of items for sbar
543 stats[STAT_ITEMS] = (int)ent->v.items | ((int)pr_global_struct->serverflags << 28);
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /external/bzip2/
bzlib.c 102 void* default_bzalloc ( void* opaque, Int32 items, Int32 size )
104 void* v = malloc ( items * size );
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 
  /external/webkit/WebKit/qt/Api/
qwebpage.cpp 509 const QList<WebCore::ContextMenuItem> *items, QBitArray *visitedWebActions)
512 for (int i = 0; i < items->count(); ++i) {
513 const ContextMenuItem &item = items->at(i);
    [all...]
  /frameworks/base/core/java/android/content/
SyncStorageEngine.java 1194 ArrayList<SyncHistoryItem> items = new ArrayList<SyncHistoryItem>(N); local
    [all...]
  /external/quake/quake/src/WinQuake/
r_main.cpp 619 if (cl.items & IT_INVISIBILITY)
  /external/webkit/WebKit/android/jni/
WebViewCore.cpp 1883 const WTF::Vector<Element*>& items = m_select->listItems(); local
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
test_expectations.py 105 for item in TestExpectationsFile.EXPECTATIONS.items():
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp 3282 KeyedVector<uint32_t, const Item*> items; local
    [all...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /prebuilt/darwin-x86/swt/
swt.jar 
  /external/qemu/distrib/libpng-1.2.19/
png.h     [all...]
  /external/webkit/WebCore/inspector/front-end/
inspector.css 428 #count-items {
    [all...]
  /external/icu4c/data/
makedata.mak 501 # - extract all data items
511 # - extract all data items
    [all...]

Completed in 1296 milliseconds

<<111213