HomeSort by relevance Sort by last modified time
    Searched full:link (Results 1051 - 1075 of 8734) sorted by null

<<41424344454647484950>>

  /dalvik/vm/compiler/template/armv5te-vfp/
TEMPLATE_MEM_OP_DECODE.S 12 mov r0, lr @ arg0 <- link register
  /development/samples/ApiDemos/src/com/example/android/apis/
_package.html 3 <link rel="stylesheet" type="text/css" href="assets/style.css" />
  /development/samples/ApiDemos/src/com/example/android/apis/text/
Link.java 32 public class Link extends Activity {
37 setContentView(R.layout.link);
63 "<a href=\"http://www.google.com\">link</a> " +
68 // link without using HTML at all. Again, for a fixed string
  /development/simulator/app/
PrefsDialog.h 14 //DECLARE_CLASS(PrefsDialog) // shown in book, but causes link problems
  /external/apache-http/src/org/apache/http/auth/params/
AuthParams.java 38 * This class implements an adaptor around the {@link HttpParams} interface
57 * {@link org.apache.http.auth.Credentials}.
59 * {@link HTTP#DEFAULT_PROTOCOL_CHARSET HTTP.DEFAULT_PROTOCOL_CHARSET}
83 * {@link org.apache.http.auth.Credentials}.
  /external/apache-http/src/org/apache/http/client/
CookieStore.java 48 * Adds an {@link Cookie HTTP cookie}, replacing any existing equivalent cookies.
52 * @param cookie the {@link Cookie cookie} to be added
64 * Removes all of {@link Cookie cookies} in this store that have expired by
65 * the specified {@link java.util.Date date}.
  /external/apache-http/src/org/apache/http/conn/routing/
package.html 40 An {@link org.apache.http.conn.routing.HttpRoute HttpRoute}
46 The {@link org.apache.http.conn.routing.RouteTracker RouteTracker}
48 {@link org.apache.http.conn.routing.HttpRouteDirector HttpRouteDirector}
54 The {@link org.apache.http.conn.routing.HttpRoutePlanner HttpRoutePlanner}
  /external/apache-http/src/org/apache/http/cookie/
CookieAttributeHandler.java 50 * {@link org.apache.http.cookie.Cookie} property.
52 * @param cookie {@link org.apache.http.cookie.Cookie} to be updated
61 * @param cookie {@link org.apache.http.cookie.Cookie} to validate
72 * @param cookie {@link org.apache.http.cookie.Cookie} to match
  /external/apache-http/src/org/apache/http/impl/client/
BasicResponseHandler.java 44 * A {@link ResponseHandler} that returns the response body as a String
46 * body is consumed and an {@link HttpResponseException} is thrown.
49 * {@link org.apache.http.client.HttpClient#execute(
65 * {@link HttpResponseException}.
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
PoolEntryRequest.java 38 * Encapsulates a request for a {@link BasicPoolEntry}.
44 * If {@link #abortRequest()} is called before this completes
45 * an {@link InterruptedException} is thrown.
64 * {@link #getPoolEntry(long, TimeUnit)}.
  /external/bison/tests/
atlocal 26 # Are special link options needed?
atlocal.in 26 # Are special link options needed?
  /external/bluetooth/bluez/network/
network.conf 7 # Disable link encryption: default=false
  /external/bluetooth/glib/docs/reference/glib/tmpl/
quarks.sgml 15 <link linkend="glib-datasets">Datasets</link> and
16 <link linkend="glib-keyed-data-lists">Keyed Data Lists</link>.
  /external/dropbear/libtomcrypt/testprof/
makefile.shared 21 libtool --silent --mode=link gcc $(CFLAGS) `find . -type f | grep "[.]lo" | xargs` -o $@ -rpath $(LIBPATH) -version-info $(VERSION)
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
IDeclaredExceptionTable.java 15 * This table is a structure nested within {@link ExceptionsAttribute_info}
17 * index points to a {@link com.vladium.jcd.cls.constant.CONSTANT_Class_info}
30 * Returns the {@link com.vladium.jcd.cls.constant.CONSTANT_Class_info} constant
64 * @return offset of the new pointer [same as {@link #size()}-1 when called
  /external/emma/core/java12/com/vladium/util/exception/
IThrowableWrapper.java 19 * inspectable by {@link ExceptionCommon} should implement this interface.
21 * although the implementation in {@link ExceptionCommon} is upwards compatible
42 * {@link ExceptionCommon} to avoid infinite
51 * {@link ExceptionCommon} to avoid infinite
  /external/grub/stage2/
iso9660.h 41 #define RR_FLAG_SL 0x04 /* Symbolic link */
43 #define RR_FLAG_CL 0x10 /* Child link */
44 #define RR_FLAG_PL 0x20 /* Parent link */
174 } link; member in struct:rock_ridge::__anon1981::SL
  /external/guava/src/com/google/common/collect/
ImmutableSet.java 38 * <p>Unlike {@link Collections#unmodifiableSet}, which is a <i>view</i> of a
49 * <p>This class has been observed to perform significantly better than {@link
50 * HashSet} for objects with very fast {@link Object#hashCode} implementations
52 * methods create hash-based instances, the {@link ImmutableSortedSet} subclass
71 * to {@link Collections#emptySet}, and is preferable mainly for consistency
84 * performs comparably to {@link Collections#singleton}, but will not accept
94 * occurrences of an element (according to {@link Object#equals}) after the
106 * occurrences of an element (according to {@link Object#equals}) after the
118 * occurrences of an element (according to {@link Object#equals}) after the
130 * occurrences of an element (according to {@link Object#equals}) after th
    [all...]
  /external/icu4c/config/
mh-irix 15 ## Commands to link
18 #LINK.c= $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
19 LINK.c= $(CXX) $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS)
20 LINK.cc= $(CXX) $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS)
  /external/iproute2/include/linux/
if_tunnel.h 28 int link; member in struct:ip_tunnel_parm
ip6_tunnel.h 22 int link; /* ifindex of underlying L2 interface */ member in struct:ip6_tnl_parm
  /external/libpng/projects/beos/
x86-shared.txt 20 well when you link)
x86-static.txt 20 well when you link)
  /external/libxml2/include/libxml/
entities.h 42 struct _xmlNode *children; /* First child link */
43 struct _xmlNode *last; /* Last child link */
45 struct _xmlNode *next; /* next sibling link */
46 struct _xmlNode *prev; /* previous sibling link */

Completed in 231 milliseconds

<<41424344454647484950>>