HomeSort by relevance Sort by last modified time
    Searched refs:published (Results 1 - 25 of 51) sorted by null

1 2 3

  /developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapter/src/main/java/com/example/android/network/sync/basicsyncadapter/
SyncAdapter.java 229 long published; local
236 published = c.getLong(COLUMN_PUBLISHED);
246 (match.published != published)) {
252 .withValue(FeedContract.Entry.COLUMN_NAME_PUBLISHED, published)
276 .withValue(FeedContract.Entry.COLUMN_NAME_PUBLISHED, e.published)
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapter/src/main/java/com/example/android/network/sync/basicsyncadapter/net/
FeedParser.java 105 // <published>2003-06-27T12:00:00Z</published>
154 } else if (name.equals("published")) {
155 // Example: <published>2003-06-27T12:00:00Z</published>
180 return readBasicTag(parser, "published");
269 public final long published; field in class:FeedParser.Entry
271 Entry(String id, String title, String link, long published) {
275 this.published = published;
    [all...]
  /ndk/sources/host-tools/make-3.81/
subproc.bat 7 rem the terms of the GNU General Public License as published by the Free
configure.bat 7 rem the terms of the GNU General Public License as published by the Free
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Collections.Tests.pas 28 published
40 published
Antlr.Runtime.Tools.Tests.pas 29 published
41 published
52 published
63 published
88 published
102 published
Antlr.Runtime.Tests.pas 25 published
Antlr.Runtime.Tree.Tests.pas 29 published
65 published
96 published
160 published
    [all...]
  /external/linux-tools-perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
Context.pm 52 GNU General Public License ("GPL") version 2 as published by the Free
Util.pm 91 GNU General Public License ("GPL") version 2 as published by the Free
Core.pm 189 GNU General Public License ("GPL") version 2 as published by the Free
  /external/bison/data/
stack.hh 6 # it under the terms of the GNU General Public License as published by
location.cc 6 # it under the terms of the GNU General Public License as published by
lalr1.cc 6 # it under the terms of the GNU General Public License as published by
    [all...]
lalr1.java 6 # it under the terms of the GNU General Public License as published by
glr.cc 8 # it under the terms of the GNU General Public License as published by
glr.c 8 # it under the terms of the GNU General Public License as published by
    [all...]
  /external/iptables/iptables/
iptables-apply 28 The program has been published under the terms of the Artistic Licence 2.0
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
messages.properties 18 RSSFeedCommon.ToBePublishedAt=to be published at:
  /ndk/sources/host-tools/make-3.81/w32/subproc/
build.bat 25 rem terms of the GNU General Public License as published by the Free Software
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosASM.S 7 ; License as published by the Free Software Foundation; either
  /external/bison/
cfg.mk 5 # it under the terms of the GNU General Public License as published by
  /external/bison/djgpp/
djunpack.bat 13 Rem it under the terms of the GNU General Public License as published by
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 9 # it under the terms of the GNU General Public License as published by
513 either of that version or of any later version published by the Free
515 this License, you may choose any version ever published by the Free Software
565 it under the terms of the GNU General Public License as published by
  /external/bison/doc/
refcard.tex 27 % it under the terms of the GNU General Public License as published by

Completed in 467 milliseconds

1 2 3