/external/apache-http/src/org/apache/http/conn/routing/ |
HttpRoute.java | 57 * The local address to connect from. 83 * @param local the local address to route from, or 95 private HttpRoute(InetAddress local, 115 this.localAddress = local; 127 * @param local the local address to route from, or 136 public HttpRoute(HttpHost target, InetAddress local, HttpHost[] proxies, 138 this(local, target, toChain(proxies), secure, tunnelled, layered); 146 * @param local the local address to route from, o [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
QName.java | 39 * consisting of the local part of the name and the possibly null URI reference 49 * The local name. 86 * local name. 89 * @param localName The local name 98 * local name. 101 * @param localName The local name 130 * and local name. 134 * @param localName The local name 144 * and local name. 148 * @param localName The local nam [all...] |
/external/icu4c/test/testdata/ |
Makefile.in | 26 -include Makefile.local 29 .PHONY : all all-local all-recursive install install-local \ 30 install-recursive clean clean-local clean-recursive distclean \ 31 distclean-local distclean-recursive doc dist dist-local dist-recursive \ 32 check check-local check-recursive build-dir testdata.jar xcheck 34 xcheck: all-local 42 all: all-local 43 install: install-local [all...] |
/bootable/recovery/applypatch/ |
imgdiff_test.sh | 15 WORK_DIR=/data/local/tmp 81 local fn=$1 91 run_command rm /data/local/tmp/target 93 run_command /data/local/tmp/applypatch /data/local/tmp/source \ 94 /data/local/tmp/target $(sha1 $tmpdir/target) $(size $tmpdir/target) \ 95 $(sha1 $tmpdir/source):/data/local/tmp/patch \ 97 $ADB pull /data/local/tmp/target $tmpdir/result
|
/cts/tools/dx-tests/src/dxc/junit/verify/t482_10/ |
Test_t482_10.java | 28 * @title Uninitialized local variable 41 * @title Uninitialized local variable
|
/dalvik/dx/tests/091-ssa-const-collector/ |
Blort.java | 8 /** all uses of 10 should be combined except the local assignment */ 47 /** local variables cannot be intermingled */
|
/dalvik/hit/src/com/android/hit/ |
RootType.java | 27 NATIVE_LOCAL (7, "native local"), 34 JAVA_LOCAL (14, "java local"),
|
/external/bluetooth/bluez/doc/ |
oob-api.txt | 12 This method reads local OOB data from adapter. Return 15 Note: This method will generate and return new local
|
/external/chromium/base/ |
base_paths_win.h | 29 DIR_LOCAL_APP_DATA_LOW, // Local AppData directory for low integrity level. 30 DIR_LOCAL_APP_DATA, // "Local Settings\Application Data" directory under the
|
/external/chromium/chrome/browser/ |
mock_browsing_data_local_storage_helper.h | 36 // Marks all local storage files as existing. 39 // Returns true if all local storage files were deleted since the last
|
/external/chromium/third_party/libevent/sample/ |
signal-test.c | 3 * cc -I/usr/local/include -o signal-test \ 4 * signal-test.c -L/usr/local/lib -levent
|
time-test.c | 3 * cc -I/usr/local/include -o time-test time-test.c -L/usr/local/lib -levent
|
/external/chromium/third_party/libevent/test/ |
test-eof.c | 3 * cc -I/usr/local/include -o time-test time-test.c -L/usr/local/lib -levent
|
test-time.c | 3 * cc -I/usr/local/include -o time-test time-test.c -L/usr/local/lib -levent
|
test-weof.c | 3 * cc -I/usr/local/include -o time-test time-test.c -L/usr/local/lib -levent
|
/external/chromium/third_party/libjingle/overrides/talk/xmllite/ |
qname.h | 18 QName(const std::string & ns, const std::string & local); 19 QName(bool add, const std::string & ns, const std::string & local);
|
/external/clang/test/CXX/class.access/class.access.dcl/ |
p1.cpp | 57 typedef struct A::hiding local; typedef in typeref:struct:test1::B::hiding 58 struct hiding _ = local(); 100 typedef struct A::hiding local; typedef in typeref:struct:test2::B::hiding 101 struct hiding _ = local(); 143 typedef struct A<T>::hiding local; 144 struct hiding _ = local(); 148 typedef struct A<T>::hiding local; 149 union hiding _ = local();
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
p4.cpp | 54 typedef struct A::hiding local; typedef in typeref:struct:test1::B::hiding 55 struct hiding _ = local(); 97 typedef struct A::hiding local; typedef in typeref:struct:test2::B::hiding 98 struct hiding _ = local(); 140 typedef struct A<T>::hiding local; 141 struct hiding _ = local(); 145 typedef struct A<T>::hiding local; 146 union hiding _ = local();
|
/external/clang/test/Index/ |
cindex-from-source.m | 3 // RUN: c-index-test -test-load-source local %s -include %t.pfx.h > %t 11 // RUN: c-index-test -test-load-source-reparse 5 local %s -include %t.pfx.h > %t
|
/external/clang/test/SemaObjC/ |
ivar-ref-misuse.m | 37 sprite = 15; // expected-warning {{local declaration of 'sprite' hides instance variable}} 39 spree = 17; // expected-warning {{local declaration of 'spree' hides instance variable}}
|
/external/dbus/doc/ |
Makefile.am | 22 all-local: $(HTML_FILES) 40 maintainer-clean-local:
|
/external/dhcpcd/dhcpcd-hooks/ |
50-yp.conf | 12 local cf=/etc/yp.conf."$interface" prefix= x= pid= 41 local pid="$(ypbind_pid)"
|
/external/iproute2/include/linux/ |
if_addr.h | 17 * IFA_ADDRESS is prefix address, rather than local interface address. 20 * local address is supplied in IFA_LOCAL attribute.
|
/external/iptables/extensions/ |
libipt_CLUSTERIP.man | 20 \fB\-\-local\-node\fP \fInum\fP 21 Local node number within this cluster.
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/structure/ |
FirstFunction.java | 26 * Returns true if the local variable is the first in a loop or each. 31 * @param args A local variable.
|