HomeSort by relevance Sort by last modified time
    Searched full:newgroups (Results 1 - 3 of 3) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/descriptors/
OtherXmlDescriptors.java 288 ArrayList<ElementDescriptor> newGroups = new ArrayList<ElementDescriptor>();
292 newGroups.add(desc);
301 everything.addAll(newGroups);
306 for (ElementDescriptor layoutDesc : newGroups) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
nntplib.py 266 def newgroups(self, date, time, file=None): member in class:NNTP
267 """Process a NEWGROUPS command. Arguments:
274 return self.longcmd('NEWGROUPS ' + date + ' ' + time, file)
533 date: Date suitable for newnews/newgroups commands etc.
534 time: Time suitable for newnews/newgroups commands etc."""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
nntplib.py 266 def newgroups(self, date, time, file=None): member in class:NNTP
267 """Process a NEWGROUPS command. Arguments:
274 return self.longcmd('NEWGROUPS ' + date + ' ' + time, file)
533 date: Date suitable for newnews/newgroups commands etc.
534 time: Time suitable for newnews/newgroups commands etc."""

Completed in 1219 milliseconds