Searched defs:link (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
H A DStackOverflowXmlParser.java69 // It includes the data members "title," "link," and "summary."
72 public final String link; field in class:StackOverflowXmlParser.Entry
75 private Entry(String title, String summary, String link) { argument
78 this.link = link;
82 // Parses the contents of an entry. If it encounters a title, summary, or link tag, hands them
89 String link = null;
99 } else if (name.equals("link")) {
100 link = readLink(parser);
105 return new Entry(title, summary, link);
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPseudoGridView.java140 * Usage: {@code ViewGroupAdapterBridge.link(viewGroup, adapter)}
150 public static void link(ViewGroup viewGroup, BaseAdapter adapter) { method in class:PseudoGridView.ViewGroupAdapterBridge
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp66 bool Linker::link(Module& pModule, IRBuilder& pBuilder) function in class:Linker
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DHardwareConfig.java167 public void assignSim(String id, int state, String link) { argument
170 modemUuid = link;
/frameworks/rs/driver/
H A DrsdShaderCache.cpp91 if (!link(rsc)) {
107 bool RsdShaderCache::link(const Context *rsc) { function in class:RsdShaderCache
127 rsdGLCheckError(rsc, "RsdShaderCache::link (hit)");
226 rsdGLCheckError(rsc, "RsdShaderCache::link (miss)");
/frameworks/base/core/java/android/net/
H A DLinkProperties.java38 * Describes the properties of a network link.
40 * A link represents a connection to a network.
50 // The interface described by the network link.
65 // Stores the properties of links that are "stacked" above this link.
115 * Sets the interface name for this link. All {@link RouteInfo} already set for this
118 * @param iface The name of the network interface used for this link.
131 * Gets the interface name for this link. May be {@code null} if not set.
133 * @return The interface name set for this link or {@code null}.
152 * Returns all the addresses on this link
485 addStackedLink(LinkProperties link) argument
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h193 ResolveInfo* link() function in class:mcld::ResolveInfo
196 const ResolveInfo* link() const function in class:mcld::ResolveInfo
/frameworks/base/services/core/java/com/android/server/
H A DMountService.java216 /** When defined, base template for user-specific {@link StorageVolume}. */
223 /** Map from path to {@link StorageVolume} */
266 /** Map from raw paths to {@link ObbState}. */
307 public void link() throws RemoteException { method in class:MountService.ObbState
1422 * Create and add new {@link StorageVolume} for given {@link UserHandle}
1423 * using {@link #mEmulatedTemplate} as template.
1559 Slog.e(TAG, "Failed to link to listener death");
2580 obbState.link();
2583 * The binder died before we could link i
[all...]

Completed in 366 milliseconds