Home
last modified time | relevance | path

Searched refs:link (Results 1 – 25 of 44) sorted by relevance

12

/development/samples/RSSReader/src/com/example/android/rssreader/
DRssItem.java34 public RssItem(CharSequence title, CharSequence link, CharSequence description) { in RssItem() argument
36 mLink = link; in RssItem()
52 public void setLink(CharSequence link) { in setLink() argument
53 mLink = link; in setLink()
DRssReader.java490 String link = ""; in parseRSS() local
497 title = link = description = ""; in parseRSS()
503 link = xpp.getText(); in parseRSS()
514 RssItem item = new RssItem(title, link, description); in parseRSS()
/development/samples/training/network-usage/src/com/example/android/networkusage/
DStackOverflowXmlParser.java72 public final String link; field in StackOverflowXmlParser.Entry
75 private Entry(String title, String summary, String link) { in Entry() argument
78 this.link = link; in Entry()
89 String link = null; in readEntry() local
100 link = readLink(parser); in readEntry()
105 return new Entry(title, summary, link); in readEntry()
118 String link = ""; in readLink() local
124 link = parser.getAttributeValue(null, "href"); in readLink()
129 return link; in readLink()
DNetworkActivity.java252 htmlString.append(entry.link); in loadXmlFromNetwork()
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/net/
DFeedParser.java131 String link = null; in readEntry() local
152 link = tempLink; in readEntry()
163 return new Entry(id, title, link, publishedOn); in readEntry()
212 String link = null; in readAlternateLink() local
217 link = parser.getAttributeValue(null, "href"); in readAlternateLink()
223 return link; in readAlternateLink()
268 public final String link; field in FeedParser.Entry
271 Entry(String id, String title, String link, long published) { in Entry() argument
274 this.link = link; in Entry()
/development/vndk/tools/definition-tool/assets/visual/
Ddep-graph.css50 .link {
57 .link--violate {
65 .link--source,
66 .link--target {
71 .link--source {
75 .link--target {
Ddep-graph.js16 let link;
41 link = svg.append("g").selectAll(".link");
206 link = link.data(libsDepData[0])
247 link.classed("link--target", false)
257 link.classed("link--target",
/development/vndk/tools/definition-tool/tests/
Dtest_elfdump.py64 target.link(out_file, [obj_file], ['-ldl', '-lc', '-lstdc++'])
73 target.link(out_file, [obj_file], ['-shared', '-lc'])
77 target.link(out_file, [obj_file],
83 target.link(out_file, [obj_file],
89 target.link(out_file, [obj_file],
95 target.link(out_file, [obj_file],
Dndk_toolchain.py112 def link(self, out_file, obj_files, ldflags): member in Target
/development/samples/devbytes/telephony/SmsSampleProject/
Dgradlew56 link=`expr "$ls" : '.*-> \(.*\)$'`
57 if expr "$link" : '/.*' > /dev/null; then
58 PRG="$link"
60 PRG=`dirname "$PRG"`"/$link"
/development/samples/training/testingfun/
Dgradlew56 link=`expr "$ls" : '.*-> \(.*\)$'`
57 if expr "$link" : '/.*' > /dev/null; then
58 PRG="$link"
60 PRG=`dirname "$PRG"`"/$link"
/development/tools/checkcolor/
Dgradlew56 link=`expr "$ls" : '.*-> \(.*\)$'`
57 if expr "$link" : '/.*' > /dev/null; then
58 PRG="$link"
60 PRG=`dirname "$PRG"`"/$link"
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
DSyncAdapter.java231 String link; in updateLocalFeedData() local
238 link = c.getString(COLUMN_LINK); in updateLocalFeedData()
248 (match.link != null && !match.link.equals(link)) || in updateLocalFeedData()
254 .withValue(FeedContract.Entry.COLUMN_NAME_LINK, match.link) in updateLocalFeedData()
278 .withValue(FeedContract.Entry.COLUMN_NAME_LINK, e.link) in updateLocalFeedData()
/development/samples/browseable/ActionBarCompat-ListPopupMenu/
D_index.jd8 This sample shows you how to use {@link android.support.v7.widget.PopupMenu PopupMenu}
/development/vndk/tools/definition-tool/assets/insight/
Dinsight.css17 #control_menu:link {
50 a:link {
/development/tools/templates/
Djava_tests_file.template7 * {@link android.test.ApplicationTestCase ApplicationTestCase} for more information on
/development/samples/ApiDemos/src/com/example/android/apis/text/
DLink.java37 setContentView(R.layout.link); in onCreate()
/development/tools/winscope/src/
DLogEntry.vue26 <a @click="setTimelineTime(source.timestamp)" class="time-link">
92 .time-column .time-link {
DTransactionEntry.vue20 <a @click="e => setTimelineTime(e, source.timestamp)" class="time-link">
163 .time-column .time-link {
/development/samples/SimpleJNI/jni/
DAndroid.bp28 // All of the shared libraries we link against.
/development/samples/browseable/AppShortcuts/src/com.example.android.appshortcuts/
DShortcutHelper.java183 b.setIcon(Icon.createWithResource(mContext, R.drawable.link)); in setSiteInformation()
/development/samples/ShortcutSample/src/com/example/android/shortcutsample/
DShortcutHelper.java186 b.setIcon(Icon.createWithResource(mContext, R.drawable.link)); in setSiteInformation()
/development/vndk/tools/definition-tool/datasets/
Deligible-list-26.csv111 …s_minijail.so,VNDK,"Will be FWK-ONLY in the future. Vendor module should link libavservices_minij…
230 /system/${LIB}/libminijail.so,VNDK,"Will be FWK-ONLY in the future. Vendor module should link libm…
436 …s_minijail.so,VNDK,"Will be FWK-ONLY in the future. Vendor module should link libavservices_minij…
469 …ibminijail.so,VNDK,"Will be FWK-ONLY in the future. Vendor module should link libminijail_vendor.…
499 /vendor/${LIB}/libavservices_minijail_vendor.so,VND-ONLY,Framework module should link libavservices…
502 /vendor/${LIB}/libminijail_vendor.so,VND-ONLY,Framework module should link libminijail.so
Deligible-list-27.csv124 /system/${LIB}/libavservices_minijail.so,FWK-ONLY,"Vendor module should link libavservices_minijail…
245 /system/${LIB}/libminijail.so,FWK-ONLY,"Vendor module should link libminijail_vendor.so"
252 /system/${LIB}/libnbaio.so,FWK-ONLY,"Vendor module should link libnbaio_mono.so"
557 /vendor/${LIB}/libavservices_minijail_vendor.so,VND-ONLY,Framework module should link libavservices…
561 /vendor/${LIB}/libminijail_vendor.so,VND-ONLY,Framework module should link libminijail.so
/development/tools/repo_diff/
DREADME.md49 this is done you should get a link to "Make a copy of this report".

12