Searched defs:link (Results 1 - 10 of 10) 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:mcld::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.cpp98 if (!link(rsc)) {
114 bool RsdShaderCache::link(const Context *rsc) { function in class:RsdShaderCache
134 rsdGLCheckError(rsc, "RsdShaderCache::link (hit)");
235 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.
167 * Sets the interface name for this link. All {@link RouteInfo} already set for this
170 * @param iface The name of the network interface used for this link.
183 * Gets the interface name for this link. May be {@code null} if not set.
185 * @return The interface name set for this link or {@code null}.
204 * Returns all the addresses on this link
551 addStackedLink(LinkProperties link) argument
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h174 ResolveInfo* link() { return m_Ptr.info_ptr; } function in class:mcld::ResolveInfo
176 const ResolveInfo* link() const { return m_Ptr.info_ptr; } function in class:mcld::ResolveInfo
/frameworks/base/tools/aapt2/link/
H A DLink.cpp33 #include "link/Linkers.h"
34 #include "link/ProductFilter.h"
35 #include "link/ReferenceLinker.h"
36 #include "link/ManifestFixer.h"
37 #include "link/TableMerger.h"
1373 int link(const std::vector<StringPiece>& args) { function in namespace:aapt
1392 .optionalFlagList("-I", "Adds an Android APK to link against", &options.includePaths)
1393 .optionalFlagList("-R", "Compilation unit to link, using `overlay` semantics.\n"
1458 if (!flags.parse("aapt2 link", args, &std::cerr)) {
/frameworks/base/services/core/java/com/android/server/
H A DMountService.java489 /** Map from raw paths to {@link ObbState}. */
527 public void link() throws RemoteException { method in class:MountService.ObbState
3140 obbState.link();
3143 * The binder died before we could link it, so clean up our state
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 5253 milliseconds