Searched refs:local (Results 1 - 25 of 5363) sorted by path

1234567891011>>

/external/android-clat/
H A Dnetlink_msg.c25 #include <netlink-local.h>
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as357 * enclosing rule. This local follow set only includes tokens
382 * that rule is pushed on a stack. Here are the various "local"
395 * depth local follow set after call to rule
441 * Like Grosch I implemented local FOLLOW sets that are combined
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas310 /// Helper for storing local variables inside a routine. The code that ANTLR
325 /// it uses the local storage as follows:
348 /// needed. Also, no range checking is done. But 256 local variables should
H A DAntlr.Runtime.pas1679 /// specified string. This copies data from the string to a local
2149 * enclosing rule. This local follow set only includes tokens
2174 * that rule is pushed on a stack. Here are the various "local"
2187 * depth local follow set after call to rule
2233 * Like Grosch I implemented local FOLLOW sets that are combined
/external/apache-http/src/org/apache/commons/codec/language/
H A DMetaphone.java92 StringBuffer local = new StringBuffer(40); // manipulate
100 local.append(inwd, 1, inwd.length - 1);
102 local.append(inwd);
107 local.append(inwd, 1, inwd.length - 1);
109 local.append(inwd);
114 local.append(inwd, 1, inwd.length - 1);
118 local.append(inwd, 1, inwd.length - 1);
119 local.setCharAt(0, 'W'); // WH -> W
121 local.append(inwd);
126 local
[all...]
/external/apache-http/src/org/apache/http/conn/
H A DClientConnectionOperator.java85 * @param local the local address to route from, or
94 InetAddress local,
92 openConnection(OperatedClientConnection conn, HttpHost target, InetAddress local, HttpContext context, HttpParams params) argument
/external/apache-http/src/org/apache/http/conn/params/
H A DConnRouteParams.java174 * :: for IPv6) to override a specific local address in a hierarchy.
178 * @return the local address set in the argument parameters, or
185 InetAddress local = (InetAddress)
188 return local;
197 * @param local the value to set, may be <code>null</code>
200 InetAddress local) {
204 params.setParameter(LOCAL_ADDRESS, local);
199 setLocalAddress(HttpParams params, InetAddress local) argument
/external/apache-http/src/org/apache/http/conn/routing/
H A DHttpRoute.java62 * The local address to connect from.
88 * @param local the local address to route from, or
100 private HttpRoute(InetAddress local, argument
120 this.localAddress = local;
132 * @param local the local address to route from, or
141 public HttpRoute(HttpHost target, InetAddress local, HttpHost[] proxies, argument
143 this(local, target, toChain(proxies), secure, tunnelled, layered);
151 * @param local th
164 HttpRoute(HttpHost target, InetAddress local, HttpHost proxy, boolean secure, TunnelType tunnelled, LayerType layered) argument
180 HttpRoute(HttpHost target, InetAddress local, boolean secure) argument
208 HttpRoute(HttpHost target, InetAddress local, HttpHost proxy, boolean secure) argument
[all...]
H A DRouteTracker.java61 * The local address to connect from.
90 * @param local the local address to route from, or
93 public RouteTracker(HttpHost target, InetAddress local) { argument
98 this.localAddress = local;
/external/apache-http/src/org/apache/http/impl/conn/
H A DDefaultClientConnectionOperator.java107 InetAddress local,
120 // local address may be null
152 local, 0, params);
105 openConnection(OperatedClientConnection conn, HttpHost target, InetAddress local, HttpContext context, HttpParams params) argument
H A DDefaultHttpRoutePlanner.java107 final InetAddress local =
118 route = new HttpRoute(target, local, secure);
120 route = new HttpRoute(target, local, proxy, secure);
H A DProxySelectorRoutePlanner.java147 final InetAddress local =
169 route = new HttpRoute(target, local, secure);
171 route = new HttpRoute(target, local, proxy, secure);
/external/apache-http/src/org/apache/http/params/
H A DDefaultedHttpParams.java39 * present in the local one. The state of the local collection can be mutated,
53 private final HttpParams local; field in class:DefaultedHttpParams
56 public DefaultedHttpParams(final HttpParams local, final HttpParams defaults) { argument
58 if (local == null) {
61 this.local = local;
66 * Creates a copy of the local collection with the same default
69 HttpParams clone = this.local.copy();
74 * Retrieves the value of the parameter from the local collectio
[all...]
/external/apache-http/src/org/apache/http/protocol/
H A DDefaultedHttpContext.java37 * present in the local one. The state of the local context can be mutated,
51 private final HttpContext local; field in class:DefaultedHttpContext
54 public DefaultedHttpContext(final HttpContext local, final HttpContext defaults) { argument
56 if (local == null) {
59 this.local = local;
64 Object obj = this.local.getAttribute(id);
73 return this.local.removeAttribute(id);
77 this.local
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DAttributesImplSerializer.java95 * @param local the local name of the attribute
105 String local,
111 super.addAttribute(uri, local, qname, type, val);
132 m_buff.append('{').append(uri).append('}').append(local);
155 // Add quick look-up to find with uri/local name pair
157 String local = super.getLocalName(index);
159 m_buff.append('{').append(uri).append('}').append(local);
209 * @param localName the local namer (after the ':' ) of the attribute name.
103 addAttribute( String uri, String local, String qname, String type, String val) argument
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOM3TreeWalker.java762 // create a local namespace declaration attribute
1126 * @param local local part of qualified name
1130 String local,
1133 // check that both prefix and local part match NCName
1134 if (local == null)
1141 && XMLChar.isValidNCName(local);
1145 && XML11Char.isXML11ValidNCName(local);
1819 * Records local namespace declarations, to be used for normalization later
1902 // Create a local namespac
1128 isValidQName( String prefix, String local, boolean xml11Version) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DNamespaceSupport2.java219 * <dd>The local name (without prefix).</dd>
240 * local name, and the raw XML 1.0 name; or null if there
567 * URI part (or empty string), the local part,
616 String local = qName.substring(index+1);
627 name[1] = local.intern();
726 * _only_ its local bindings, and delegate upward if not found.</p>
/external/bison/build-aux/
H A Dtexinfo.tex8813 % /usr/local/texlive/2008/texmf-var/web2c/pdftex/etex.log.
/external/bison/
H A Dcfg.mk43 local-checks-to-skip = \
50 # The local directory containing the checked-out copy of gnulib used in
H A Dmaint.mk166 local-checks-available += $(syntax-check-rules)
168 local-checks-available += no-vc-detected
172 .PHONY: $(local-checks-available)
194 local-check := \
196 $(filter-out $(local-checks-to-skip), $(local-checks-available)))
198 syntax-check: $(local-check)
1412 alpha beta stable: $(local-check) writable-files $(submodule-checks)
1492 # Some projects carry local adjustments for gnulib modules via patches in
1497 # generate a fuzz-free .diff file. If you customize the name of your local
[all...]
/external/bison/data/
H A Dyacc.c179 # Declare the variables that are global, or local to YYPARSE if
342 infringing on user name space. This should be done even for local
566 local variables YYSIZE and YYSTACKSIZE give the old and new number of
/external/bison/lib/
H A Dspawni.c51 # include <local-setxid.h>
/external/blktrace/doc/
H A Dblktrace.tex360 \emph{local} directory. The format of the file names is (by default)
/external/bluetooth/bluedroid/
H A DAndroid.mk5 # Setup bdroid local make variables for handling configuration
/external/ceres-solver/
H A DAndroid.mk53 # ../obj/local/armeabi-v7a/libceres.a

Completed in 3129 milliseconds

1234567891011>>