Searched refs:link (Results 26 - 50 of 63) sorted by relevance

123

/frameworks/compile/mclinker/unittests/
H A DLinkerTest.cpp60 if (linker.link(module, builder))
119 if (linker.link(module, builder)) {
178 if (linker.link(module1, builder1)) {
222 if (linker.link(module2, builder2)) {
276 if (linker.link(module1, *builder1)) {
325 if (linker.link(module2, *builder2)) {
496 if (linker.link(module, builder)) {
/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.
163 * Sets the interface name for this link. All {@link RouteInfo} already set for this
166 * @param iface The name of the network interface used for this link.
179 * Gets the interface name for this link. May be {@code null} if not set.
181 * @return The interface name set for this link or {@code null}.
200 * Returns all the addresses on this link
547 addStackedLink(LinkProperties link) argument
[all...]
/frameworks/support/previewsdk/
H A DAndroid.mk17 # Here is the final static library that apps can link against.
/frameworks/support/v7/palette/
H A DAndroid.mk17 # Here is the final static library that apps can link against.
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DUserDetailView.java48 ViewGroupAdapterBridge.link(this, mAdapter);
/frameworks/base/tools/aapt2/data/
H A DMakefile61 $(AAPT) link --manifest AndroidManifest.xml $(addprefix -I ,$(PRIVATE_INCLUDES)) --java $(LOCAL_GEN) -o $@ $(PRIVATE_INTERMEDIATE_TABLES) $(LOCAL_LIBS) --proguard $(LOCAL_PROGUARD) -v
/frameworks/base/tools/aapt2/data/lib/
H A DMakefile59 $(AAPT) link --manifest AndroidManifest.xml $(addprefix -I ,$(PRIVATE_LIBS)) --java $(LOCAL_GEN) -o $@ $(PRIVATE_INTERMEDIATE_TABLES) --static-lib
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigStore.java486 * See {@link Settings.Secure#WIFI_MAX_DHCP_RETRY_COUNT}. This is the default
1210 * @return the {@link WifiConfiguration} corresponding to this SSID, if any, so that we can
1349 WifiConfiguration link = getWifiConfiguration(configKey);
1350 if (link == null) {
1354 if (link.autoJoinStatus != WifiConfiguration.AUTO_JOIN_ENABLED) {
1358 if (link.hiddenSSID == true) {
1362 if (link.SSID == null || TextUtils.isEmpty(link.SSID)) {
1366 length = link.SSID.length();
1367 if (length > 2 && (link
[all...]
/frameworks/base/core/java/android/text/util/
H A DLinkify.java56 * create <code>http://example.com</code> when the clickable url link is
82 * {@link android.webkit.WebView#findAddress(String) findAddress()} method in
83 * {@link android.webkit.WebView} for finding addresses, which has various
102 * to prevent turning the domain name in an email address into a web link.
153 * what is allowed to match and become a link, and what is not.
165 * if the match should be turned into an actionable link.
174 * @return Whether this match should be turned into a link
202 * of the link types indicated in the mask into clickable links.
246 for (LinkSpec link: links) {
247 applyLink(link
[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/support/customtabs/
H A DAndroid.mk17 # Here is the final static library that apps can link against.
/frameworks/support/percent/
H A DAndroid.mk29 # Here is the final static library that apps can link against.
/frameworks/support/v7/appcompat/
H A DAndroid.mk17 # Here is the final static library that apps can link against.
/frameworks/support/v7/gridlayout/
H A DAndroid.mk17 # Here is the final static library that apps can link against.
/frameworks/support/v7/recyclerview/
H A DAndroid.mk31 # Here is the final static library that apps can link against.
/frameworks/rs/driver/
H A DrsdShaderCache.h69 bool link(const android::renderscript::Context *rsc);
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/support/v14/preference/
H A DAndroid.mk34 # Here is the final static library that apps can link against.
/frameworks/support/v7/preference/
H A DAndroid.mk34 # Here is the final static library that apps can link against.
/frameworks/base/core/tests/coretests/src/android/net/
H A DLinkPropertiesTest.java95 // set 2 link addresses
134 // change link addresses
192 // set 2 link addresses
224 // set 3 link addresses, eg, [A, A, B]
230 // set 3 link addresses, eg, [A, B, B]
339 for (LinkProperties link : rmnet0.getStackedLinks()) {
340 if (link.getInterfaceName().equals("clat4")) {
341 link.setInterfaceName("newname");
344 for (LinkProperties link : rmnet0.getStackedLinks()) {
345 assertFalse("newname".equals(link
[all...]
/frameworks/base/data/fonts/
H A DAndroid.mk27 # $(1): new font $(2): link target
/frameworks/native/opengl/libs/
H A DAndroid.mk121 # Platform modules should link against libGLESv2.so (-lGLESv2), but NDK apps
/frameworks/support/v17/preference-leanback/
H A DAndroid.mk47 # Here is the final static library that apps can link against.
/frameworks/support/v7/cardview/
H A DAndroid.mk65 # Here is the final static library that apps can link against.
/frameworks/support/v7/mediarouter/
H A DAndroid.mk56 # Here is the final static library that apps can link against.

Completed in 936 milliseconds

123