HomeSort by relevance Sort by last modified time
    Searched full:item (Results 1726 - 1750 of 4518) sorted by null

<<61626364656667686970>>

  /packages/apps/Gallery3D/src/com/cooliris/media/
LocationMediaFilter.java 80 public boolean pass(MediaItem item) {
81 double radius = distanceBetween(mCenterLat, mCenterLon, item.mLatitude, item.mLongitude);
  /packages/inputmethods/PinyinIME/jni/include/
ngram.h 32 // The maximum score of a lemma item.
37 // After this process, an item with a lower score has a higher frequency.
85 // item.
  /external/blktrace/btt/doc/
btt.tex 72 \item Run \texttt{blktrace}, specifying whatever devices and other
76 \item After tracing completes, run \texttt{blkrawverify}, specifying
87 \item Run \texttt{blkparse} with the \texttt{-d} option specifying
96 \item Run \texttt{btt} specifying the file produced by
108 \item[average component times across all IOs] The time line of each IO
112 \item Time needed to insert or merge an incoming IO onto the request
124 \item[Q2G] Time needed to \emph{get} a request (get request
127 \item[G2I] Time needed to put that request onto the request
135 \item Time spent on the request queue. The average time from when
144 \item Driver and device time -- the average time from when th
    [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
LinkedBlockingQueue.java 66 /** The item, volatile to ensure barrier separating write and read */
67 volatile E item; field in class:LinkedBlockingQueue.Node
69 Node(E x) { item = x; }
125 * @param x the item
140 E x = first.item;
141 first.item = null;
444 return first.item;
469 if (o.equals(p.item)) {
477 p.item = null;
510 a[k++] = p.item;
803 E item = (E)s.readObject(); local
    [all...]
  /cts/tests/res/drawable/
testcolor.xml 20 <item android:color="#FFA6C839"/>
  /cts/tests/res/menu/
browser.xml 19 <item android:id="@+id/goto_menu_id"
  /cts/tests/res/xml/
anim_list_missing_item_drawable.xml 21 <item android:duration="2000" />
anim_list_missing_item_duration.xml 21 <item android:drawable="@drawable/testimage" />
anim_list_missing_list_attrs.xml 21 <item android:drawable="@drawable/testimage"
level_list_missing_item_drawable.xml 21 <item android:minLevel="100"
level_list_missing_item_minlevel_maxlevel.xml 21 <item android:drawable="@drawable/testimage" />
selector_missing_item_drawable.xml 25 <item android:state_focused="true"
selector_missing_selector_attrs.xml 21 <item android:drawable="@drawable/testimage"
  /dalvik/dx/src/com/android/dx/dex/file/
FieldIdsSection.java 50 public Collection<? extends Item> items() {
129 FieldIdItem item = fieldIds.get(ref); local
131 if (item == null) {
135 return item.getIndex();
MethodIdsSection.java 50 public Collection<? extends Item> items() {
129 MethodIdItem item = methodIds.get(ref); local
131 if (item == null) {
135 return item.getIndex();
ProtoIdsSection.java 50 public Collection<? extends Item> items() {
121 ProtoIdItem item = protoIds.get(prototype); local
123 if (item == null) {
127 return item.getIndex();
  /dalvik/dx/src/com/android/dx/util/
LabeledItem.java 20 * An item that has an integer label.
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_attrchildnodes2.java 69 testNode = acronymList.item(3);
76 textNode = (Text) childNodes.item(0);
79 textNode = (Text) childNodes.item(1);
82 textNode = (Text) childNodes.item(2);
hc_nodeinsertbeforedocfragment.java 81 employeeNode = elementList.item(1);
83 refChild = childList.item(3);
90 child = childList.item(3);
93 child = childList.item(4);
hc_nodeinsertbeforenewchildexists.java 88 employeeNode = elementList.item(1);
90 refChild = childList.item(5);
91 newChild = childList.item(0);
94 child = (Node) childList.item(indexN1008C);
hc_nodereplacechildnewchildexists.java 85 employeeNode = elementList.item(1);
87 newChild = childList.item(0);
88 oldChild = childList.item(5);
92 childNode = (Node) childList.item(indexN10094);
nodeinsertbeforedocfragment.java 81 employeeNode = elementList.item(1);
83 refChild = childList.item(3);
90 child = childList.item(3);
93 child = childList.item(4);
nodelistreturnlastitem.java 31 * Get this last child of the third employee using NodeList.item(NodeList.length - 1)
68 employeeNode = elementList.item(2);
73 child = employeeList.item(5);
77 child = employeeList.item(12);
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/jaxp/
XPathExpressionImpl.java 97 public Object eval(Object item, QName returnType)
99 XObject resultObject = eval ( item );
139 * for context item evaluation,
147 * <code>item</code>, an empty document will be used for the
152 * @param item The starting context (node or node list, for example).
165 public Object evaluate(Object item, QName returnType)
184 return eval( item, returnType);
207 * <p>This method calls {@link #evaluate(Object item, QName returnType)}
212 * for context item evaluation,
216 * <code>item</code>, an empty document will be used for th
    [all...]
  /dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
HasAttribute.java 68 testNode = (Element) elementList.item(4);
81 // testNode = (Element) elementList.item(0);
98 testNode = (Element) elementList.item(0);
115 testNode = (Element) elementList.item(0);

Completed in 125 milliseconds

<<61626364656667686970>>