HomeSort by relevance Sort by last modified time
    Searched refs:item (Results 1526 - 1550 of 5060) sorted by null

<<61626364656667686970>>

  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilRegionMediaElementImpl.java 39 region = (SMILRegionElement)regions.item(i);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
TargetMenuListener.java 109 MenuItem item = new MenuItem(menu, SWT.CHECK); local
110 item.setText(title);
114 item.setSelection(true);
117 item.addSelectionListener(new TargetMenuListener(chooser, target, false));
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
MockNodeList.java 52 public Node item(int index) { method in class:MockNodeList
  /system/core/adb/
fdevent.h 53 void fdevent_remove(fdevent *item);
  /system/core/toolbox/
dynarray.h 18 void dynarray_append( dynarray_t *a, void* item );
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
SampleMediaRouterActivity.java 174 MediaItem item = getCheckedMediaItem(); local
175 if (item != null) {
176 mPlayButton.setEnabled(route.supportsControlRequest(makePlayIntent(item)));
185 final MediaItem item = getCheckedMediaItem(); local
186 if (item == null) {
191 Intent intent = makePlayIntent(item);
202 "Now playing " + item.mName,
210 "Unable to play " + item.mName + ", error: " + error,
220 "Play not supported for " + item.mName, Toast.LENGTH_LONG).show();
263 private Intent makePlayIntent(MediaItem item) {
    [all...]
  /external/v8/tools/
gc-nvp-trace-processor.py 90 class Item(object):
121 return flatten([item.fieldrefs() for item in self.items])
124 return 'plot ' + ', '.join([item.to_gnuplot(ctx) for item in self.items])
153 for field in flatten([item.fieldrefs() for item in plot]):
161 for item in subplot.items:
162 if item.axis == x1y2 or item.axis == x2y2
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLSelectElement.cpp 455 Node* HTMLSelectElement::item(unsigned index) function in class:WebCore::HTMLSelectElement
457 return options()->item(index);
472 before = toHTMLElement(options()->item(index+1));
506 Element* item = items[i]; local
507 if (item->hasLocalName(optionTag) && optionIndex++ >= newLen) {
508 ASSERT(item->parentNode());
509 itemsToRemove.append(item);
514 Element* item = itemsToRemove[i].get(); local
515 if (item->parentNode()) {
516 item->parentNode()->removeChild(item, ec)
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DreamSettings.java 151 // create "when to dream" overflow menu item
162 // create "help" overflow menu item (make sure it appears last)
170 MenuItem item = menu.add(titleRes); local
171 item.setShowAsAction(actionEnum);
172 item.setEnabled(isEnabled);
173 item.setOnMenuItemClickListener(new OnMenuItemClickListener() {
175 public boolean onMenuItemClick(MenuItem item) {
180 return item;
206 public void onClick(DialogInterface dialog, int item) {
207 mBackend.setActivatedOnDock(item == 0 || item == 2)
    [all...]
  /build/tools/
check_radio_versions.py 39 for item in sys.argv[2:]:
40 key, fn = item.split(":", 1)
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebBackForwardListTest.java 90 WebHistoryItem item = list.getItemAtIndex(i); local
91 if (!url[i].equals(item.getUrl())) {
  /external/chromium/chrome/browser/importer/
external_process_importer_client.h 57 // Report item completely downloaded on IO thread.
65 virtual void OnImportItemStart(int item) OVERRIDE;
66 virtual void OnImportItemFinished(int item) OVERRIDE;
profile_import_process_client.cc 29 void ProfileImportProcessClient::OnImportItemStart(int item) {
32 void ProfileImportProcessClient::OnImportItemFinished(int item) {
  /external/chromium/chrome/browser/ui/cocoa/translate/
translate_infobar_base.h 40 // Adds an item with the specified properties to |menu|.
120 // |newLanguageIdx| is the index of the newly selected item in the appropriate
125 // Called when an item in one of the toolbar's language or options
127 - (void)languageMenuChanged:(id)item;
128 - (void)optionsMenuChanged:(id)item;
  /external/chromium/chrome/browser/ui/views/importer/
import_progress_dialog_view.h 63 virtual void ImportItemStarted(importer::ImportItem item) OVERRIDE;
64 virtual void ImportItemEnded(importer::ImportItem item) OVERRIDE;
  /external/chromium/googleurl/
PRESUBMIT.py 65 for item in excluded_paths:
66 if item.match(path):
  /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/libvpx/libvpx/nestegg/include/nestegg/
nestegg.h 210 /** Get a pointer to chunk number @a item of codec initialization data for
214 @param item Zero based chunk item number.
220 int nestegg_track_codec_data(nestegg * context, unsigned int track, unsigned int item,
277 /** Get a pointer to chunk number @a item of packet data.
279 @param item Zero based chunk item number.
285 int nestegg_packet_data(nestegg_packet * packet, unsigned int item,
  /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...]
  /external/webkit/Source/JavaScriptCore/API/tests/
minidom.js 62 print("item " + i + ": " + childNodes.item(i));
73 print("item " + i + ": " + childNodes.item(i));
  /external/webkit/Source/WebCore/css/
CSSStyleDeclaration.idl 44 DOMString item(in unsigned long index);
CSSValueList.cpp 49 CSSValue* CSSValueList::item(unsigned index) function in class:WebCore::CSSValueList
101 newList->append(item(index));

Completed in 4376 milliseconds

<<61626364656667686970>>