/development/samples/ControllerSample/libs/ |
android-support-v4.jar | |
/development/samples/training/ContactsList/libs/ |
android-support-v4.jar | |
/development/samples/training/EffectiveNavigation/libs/ |
android-support-v4.jar | |
/development/samples/training/InteractiveChart/libs/ |
android-support-v4.jar | |
/external/robolectric/lib/main/ |
android-support-v4.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar | |
/development/samples/training/basic/FragmentBasics/libs/ |
android-support-v4.jar | |
/development/samples/training/location-aware/libs/ |
android-support-v4.jar | |
/cts/tests/tests/keystore/src/android/keystore/cts/ |
KeyPairGeneratorTest.java | 1390 InetAddress host = InetAddress.getLocalHost(); local [all...] |
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/ |
request.py | 422 host = e.get('HTTP_HOST') 423 if host is not None: 424 if ':' in host: 425 host, port = host.split(':', 1) 439 The URL through the host (no path) 444 host = e.get('HTTP_HOST') 445 if host is not None: 446 if ':' in host: 447 host, port = host.split(':', 1 669 host = property(_host__get, _host__set, _host__del, doc=_host__get.__doc__) variable in class:BaseRequest [all...] |
/external/elfutils/src/ |
Makefile | 327 host = x86_64-unknown-linux-gnu macro
|
/external/elfutils/src/config/ |
Makefile | 211 host = x86_64-unknown-linux-gnu macro
|
/external/elfutils/src/lib/ |
Makefile | 261 host = x86_64-unknown-linux-gnu macro
|
/external/elfutils/src/libasm/ |
Makefile | 312 host = x86_64-unknown-linux-gnu macro
|
/external/elfutils/src/libcpu/ |
Makefile | 287 host = x86_64-unknown-linux-gnu macro
|
/external/elfutils/src/libdw/ |
Makefile | 362 host = x86_64-unknown-linux-gnu macro [all...] |
/external/elfutils/src/libdwelf/ |
Makefile | 291 host = x86_64-unknown-linux-gnu macro
|
/external/elfutils/src/libdwfl/ |
Makefile | 350 host = x86_64-unknown-linux-gnu macro
|
/external/elfutils/src/libebl/ |
Makefile | 313 host = x86_64-unknown-linux-gnu macro
|
/external/elfutils/src/libelf/ |
Makefile | 355 host = x86_64-unknown-linux-gnu macro [all...] |
/external/elfutils/src/m4/ |
Makefile | 209 host = x86_64-unknown-linux-gnu macro
|
/external/fio/ |
server.c | 1632 const char *host = str; local [all...] |
/external/iptables/libxtables/ |
xtables.c | 1189 struct hostent *host; local 1191 host = gethostbyaddr(addr, sizeof(struct in_addr), AF_INET); 1192 if (host == NULL) 1195 return host->h_name; 1332 struct hostent *host; local 1337 if ((host = gethostbyname(name)) != NULL) { 1338 if (host->h_addrtype != AF_INET || 1339 host->h_length != sizeof(struct in_addr)) 1342 while (host->h_addr_list[*naddr] != NULL) 1346 memcpy(&addr[i], host->h_addr_list[i] [all...] |
/external/libnfc-nci/src/nfa/int/ |
nfa_hci_int.h | 37 #define NFA_HCI_HOST_ID_UICC0 0x02 /* Host ID for UICC 0 */ 38 #define NFA_HCI_LAST_HOST_SPECIFIC_GATE 0xEF /* Lost host specific gate */ 52 #define NFA_HCI_STATE_WAIT_NETWK_ENABLE 0x02 /* HCI is waiting for initialization of other host in the network */ 58 #define NFA_HCI_STATE_RESTORE_NETWK_ENABLE 0x08 /* HCI is waiting for initialization of other host in the network after restore */ 81 NFA_HCI_API_GET_HOST_LIST_EVT, /* Get the list of Host in the network */ 82 NFA_HCI_API_GET_REGISTRY_EVT, /* Get a registry entry from a host */ 83 NFA_HCI_API_SET_REGISTRY_EVT, /* Set a registry entry on a host */ 222 UINT8 host; member in struct:__anon12971 302 tNFA_HCI_API_GET_HOST_LIST get_host_list; /* Get the list of Host in the network */ 303 tNFA_HCI_API_GET_REGISTRY get_registry; /* Get a registry entry on a host */ [all...] |