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

1 2 3

  /external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
security.py 120 permission to be public. Once "published", data on the Internet can be copied
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncAdapter.java 232 long published; local
239 published = c.getLong(COLUMN_PUBLISHED);
249 (match.published != published)) {
255 .withValue(FeedContract.Entry.COLUMN_NAME_PUBLISHED, match.published)
279 .withValue(FeedContract.Entry.COLUMN_NAME_PUBLISHED, e.published)
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncAdapter.java 232 long published; local
239 published = c.getLong(COLUMN_PUBLISHED);
249 (match.published != published)) {
255 .withValue(FeedContract.Entry.COLUMN_NAME_PUBLISHED, match.published)
279 .withValue(FeedContract.Entry.COLUMN_NAME_PUBLISHED, e.published)
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
SyncAdapter.java 232 long published; local
239 published = c.getLong(COLUMN_PUBLISHED);
249 (match.published != published)) {
255 .withValue(FeedContract.Entry.COLUMN_NAME_PUBLISHED, match.published)
279 .withValue(FeedContract.Entry.COLUMN_NAME_PUBLISHED, e.published)
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/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...]
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/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...]
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.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
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pdp11/
absreloc.s 5 # it under the terms of the GNU General Public License as published by
opcode.s 5 # it under the terms of the GNU General Public License as published by
  /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
  /toolchain/binutils/binutils-2.25/binutils/
configure.com 9 $! it under the terms of the GNU General Public License as published by
  /toolchain/binutils/binutils-2.25/opcodes/
configure.com 12 $! it under the terms of the GNU General Public License as published by
  /external/iptables/iptables/
iptables-apply 27 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
  /prebuilts/go/darwin-x86/src/net/http/
triv.go 126 // The counter is published as a variable directly.
  /prebuilts/go/linux-x86/src/net/http/
triv.go 126 // The counter is published as a variable directly.
  /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

Completed in 1561 milliseconds

1 2 3