/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLFormElement.idl | 36 [ImplementedAs=item] getter Element (unsigned long index);
|
HTMLTableSectionElement.cpp | 76 insertBefore(row, children->item(index), exceptionState); 87 RefPtrWillBeRawPtr<Element> row = children->item(index);
|
RadioNodeList.cpp | 71 const HTMLInputElement* inputElement = toRadioButtonInputElement(*item(i)); 85 HTMLInputElement* inputElement = toRadioButtonInputElement(*item(i));
|
/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
FileInputType.cpp | 92 state.append(m_fileList->item(i)->path()); 93 state.append(m_fileList->item(i)->name()); 118 encoding.appendData(element().name(), fileList->item(i)->name()); 130 encoding.appendBlob(element().name(), fileList->item(i)); 205 value = "C:\\fakepath\\" + m_fileList->item(0)->name(); 293 if (files->item(i)->path() != m_fileList->item(i)->path()) { 379 names.append(fileList->item(i)->name());
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
panelEnablerView.css | 85 .panel-enabler-view button:not(.status-bar-item) { 98 body.inactive .panel-enabler-view button:not(.status-bar-item), 99 .panel-enabler-view button:disabled:not(.status-bar-item) { 106 .panel-enabler-view button:active:not(.status-bar-item) {
|
/external/chromium_org/third_party/bintrees/bintrees/ |
treeslice.py | 20 return tpl % ", ".join( ("%r: %r" % item for item in self.items()) )
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_util.cpp | 29 for (Item *next, *item = head.next; item != &head; item = next) { 30 next = item->next; 31 delete item; 39 Item *rem = pos; 51 Item *item = pos; local 58 DLLIST_DEL(item); [all...] |
/external/hamcrest/library/src/org/hamcrest/collection/ |
IsCollectionContaining.java | 21 for (T item : collection) { 22 if (elementMatcher.matches(item)){
|
/external/hamcrest/library/src/org/hamcrest/xml/ |
HasXPath.java | 42 public boolean matchesSafely(Node item) { 44 String result = (String) compiledXPath.evaluate(item, XPathConstants.STRING);
|
/external/junit/src/org/junit/internal/matchers/ |
IsCollectionContaining.java | 23 for (T item : collection) { 24 if (elementMatcher.matches(item)){
|
/external/junit/src/org/junit/rules/ |
ExpectedException.java | 131 public boolean matchesSafely(Throwable item) { 132 return matcher.matches(item.getMessage());
|
/external/libvorbis/doc/ |
06-floor0.tex | 78 \item An \varname{[amplitude]} value of zero must result in a return code that indicates this channel is unused in this frame (the output of the channel will be all-zeroes in synthesis). Several later stages of decode don't occur for an unused channel. 79 \item An end-of-packet condition during decode should be considered a 84 \item The book number used for decode 89 \item The number of scalars read into the vector \varname{[coefficients]} 151 \item \varname{[i]} = 0 152 \item \varname{[$\omega$]} = $\pi$ * map element \varname{[i]} / \varname{[floor0_bark_map_size]} 153 \item if ( \varname{[floor0_order]} is odd ) { 155 \item calculate \varname{[p]} and \varname{[q]} according to: 164 \item calculate \varname{[p]} and \varname{[q]} according to: 173 \item calculate \varname{[linear_floor_value]} according to [all...] |
/external/llvm/utils/lit/lit/ |
discovery.py | 21 def getTestSuite(item, litConfig, cache): 22 """getTestSuite(item, litConfig, cache) -> (suite, relative_path) 24 Find the test suite containing @arg item. 26 @retval (None, ...) - Indicates no test suite contains @arg item. 27 @retval (suite, relative_path) - The suite that @arg item is in, and its 61 item = os.path.realpath(item) 65 while not os.path.isdir(item): 66 parent,base = os.path.split(item) 67 if parent == item [all...] |
/external/lzma/CPP/Common/ |
Wildcard.h | 32 void AddItemSimple(bool include, CItem &item);
44 void AddItem(bool include, CItem &item);
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_util.cpp | 29 for (Item *next, *item = head.next; item != &head; item = next) { 30 next = item->next; 31 delete item; 39 Item *rem = pos; 51 Item *item = pos; local 58 DLLIST_DEL(item); [all...] |
/external/smack/src/org/jivesoftware/smackx/ |
PEPManager.java | 110 * @param item the item to publish. 112 public void publish(PEPItem item) { 114 PEPPubSub pubSub = new PEPPubSub(item);
|
/external/smack/src/org/jivesoftware/smackx/pubsub/ |
ItemsExtension.java | 70 * <li>Request items from node - itemsType = {@link ItemsElementType#items}, items = list of {@link Item} and an
72 * <li>Request to delete items - itemsType = {@link ItemsElementType#retract}, items = list of {@link Item} containing
74 * <li>Items published event - itemsType = {@link ItemsElementType#items}, items = list of {@link Item} and
81 * @param items The list of {@link Item} or {@link RetractItem}
95 * <li>Request items from node - itemsType = {@link ItemsElementType#items}, items = list of {@link Item} and an
97 * <li>Request to delete items - itemsType = {@link ItemsElementType#retract}, items = list of {@link Item} containing
99 * <li>Items published event - itemsType = {@link ItemsElementType#items}, items = list of {@link Item} and
106 * @param items The list of {@link Item} or {@link RetractItem}
135 * return List of {@link Item}, {@link RetractItem}, or null
177 for (PacketExtension item : items) [all...] |
/frameworks/av/media/libstagefright/ |
MetaData.cpp | 197 typed_data item; local 198 i = mItems.add(key, item); 203 typed_data &item = mItems.editValueAt(i); local 205 item.setData(type, data, size); 218 const typed_data &item = mItems.valueAt(i); local 220 item.getData(type, data, size); 362 const typed_data &item = mItems.valueAt(i); local 363 ALOGI("%s: %s", cc, item.asString().string());
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/ |
OverflowMenuAdapter.java | 67 // Since a menu item's ID is optional, we'll use the position as an 68 // ID for the item in the AdapterView 91 final MenuItemImpl item = items.get(i); local 92 if (item == expandedItem) {
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
BerTlv.java | 135 for (ComprehensionTlv item : ctlvs) { 136 int itemLength = item.getLength();
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
UnitTest.java | 25 private ScriptField_ListAllocs_s.Item mItem; 134 public void setItem(ScriptField_ListAllocs_s.Item item) { 135 mItem = item;
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
UnitTest.java | 25 private ScriptField_ListAllocs_s.Item mItem; 134 public void setItem(ScriptField_ListAllocs_s.Item item) { 135 mItem = item;
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/ |
ExpandedMenuView.java | 82 public boolean invokeItem(MenuItemImpl item) { 83 return mMenu.performItemAction(item, 0);
|
/frameworks/testing/espresso/espresso-sample/src/main/java/com/google/android/apps/common/testing/ui/testapp/ |
ActionBarTestActivity.java | 30 * Shows ActionBar with a lot of items to get Action overflow on large displays. Click on item 92 public boolean onActionItemClicked(ActionMode mode, MenuItem item) { 93 setResult(item.getTitle());
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
hc_nodeappendchilddocfragment.java | 91 employeeNode = elementList.item(1); 100 child = (Node) childList.item(indexN100A2);
|