HomeSort by relevance Sort by last modified time
    Searched full:host (Results 626 - 650 of 2243) sorted by null

<<21222324252627282930>>

  /external/webkit/WebKit/android/wds/
Connection.h 73 // Establish a connection to the local host on the given port.
  /external/webkit/WebKit/mac/Storage/
WebSecurityOriginPrivate.h 38 - (NSString*)host;
  /external/webkit/WebKit/mac/WebCoreSupport/
WebKeyGenerator.m 80 NSString *keyDescription = [NSString stringWithFormat:UI_STRING("Key from %@", "name of keychain key generated by the KEYGEN tag"), [pageURL host]];
  /external/webkit/WebKit/win/
WebSecurityOrigin.h 55 virtual HRESULT STDMETHODCALLTYPE host(
  /external/wpa_supplicant/
driver_hostap.h 2 * WPA Supplicant - driver interaction with Linux Host AP driver
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_hostap.h 2 * WPA Supplicant - driver interaction with Linux Host AP driver
  /frameworks/base/docs/html/resources/
community-more.jd 13 <th>Channel</th><th>Host</th><th>Description</th>
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/
ForwardServer.java 30 * external host/port via adb networking proxy.
  /hardware/broadcom/wlan/bcm4329/src/include/
sdioh.h 2 * SDIO Host Controller Spec header file
3 * Register map and definitions for the Standard Host Controller
202 #define SD1_MODE 0x1 /* SD Host Cntrlr Spec */
203 #define SD4_MODE 0x2 /* SD Host Cntrlr Spec */
  /hardware/ti/omap3/dspbridge/libbridge/
dsptrap.c 36 /* ----------------------------------- Host OS */
perfutils.c 31 /* ----------------------------------- Host OS */
  /ndk/docs/
CHANGES.TXT 59 - Simplified build system: You no longer need to run build/host-setup.sh
130 - build/host-setup.sh has been removed. There is no need for a 'setup' step
131 when using the NDK for the first time. All host-specific autodetection and
206 - Fix build/host-setup.sh to execute as a Bourne shell script (again)
266 - Actually use the awk version detected by host-setup.sh during the build.
325 - Fix build/host-setup.sh to:
327 * remove unused host gcc dependency
328 * improve Windows host auto-detection
331 * ensure that the script is run from $NDKROOT as build/host-setup.sh
  /packages/apps/Browser/src/com/android/browser/
WebsiteSettingsActivity.java 244 // Create a map from host to origin. This is used to add metadata
252 String host = Uri.parse(origin).getHost(); local
254 if (hosts.containsKey(host)) {
255 hostSites = (Set) hosts.get(host);
258 hosts.put(host, hostSites);
263 // Check the bookmark DB. If we have data for a host used by any of
275 String host = Uri.parse(url).getHost(); local
276 if (hosts.containsKey(host)) {
283 Set matchingSites = (Set) hosts.get(host);
  /sdk/archquery/src/com/android/archquery/
Main.java 20 * Java command line tool to return the CPU architecture of the host java VM.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
UiElementEditPart.java 275 // The host is the EditPart where this policy is installed,
277 EditPart host = getHost();
278 if (host instanceof UiElementEditPart) {
281 (UiElementEditPart) host,
  /system/core/adb/
test_track_devices.c 58 const char* request = "host:track-devices";
  /system/core/rootdir/
Android.mk 18 # we are capable of running dex preopt on the host.
  /external/dnsmasq/po/
id.po 122 msgstr "Menghasilkan ipaddr untuk semua host dalam domain yang dipilih."
159 msgstr "Mengembalikan record MX untuk diri sendiri host-host lokal."
169 msgstr "Jangan meneruskan permintaan DNS spurious dari host-host Windows."
185 msgstr "Setel alamat atau nama host untuk mesin yang disebutkan."
188 msgid "Read DHCP host specs from file"
239 msgstr "Jangan menggunakan DHCP untuk host-host yang dipilih."
245 msgstr "Jangan menggunakan DHCP untuk host-host yang dipilih.
    [all...]
  /external/kernel-headers/original/linux/
usb.h 29 * Host-side wrappers for standard USB descriptors ... these are parsed
46 * struct usb_host_endpoint - host-side endpoint descriptor and queue
68 /* host-side wrapper for one interface setting's parsed descriptors */
268 struct device *controller; /* host/master side hardware */
273 unsigned b_hnp_enable:1; /* OTG: did A-Host enable HNP? */
282 void *hcpriv; /* Host Controller private data */
441 * hardware such as physical bus addresses for host controllers or ports on
443 * reconfigured, by re-cabling a tree of USB devices or by moving USB host
445 * in host controller driver modules, does not change these path identifers;
453 * USB 2.0 root hubs (EHCI host controllers) will get one path ID if they ar
    [all...]
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.java 367 // Use virtual host if set
430 // If we have a direct route to the target host
539 * @param target the target host for the request.
562 ("Target host must not be null, or set in parameters.");
838 String host = target.getHostName(); local
    [all...]
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 34 # Added master host list so offline hosts can still be displayed.
72 # Sorted host list. (It's actually sorted by IP--the sub &byip() compares two
114 @host{qw/raw_lease ether_addr ip_addr hostname raw_client_id/} = split /\s+/;
115 $ether = $host{ether_addr};
116 # Mark each online host as online.
119 foreach $key (keys %host) {
120 $list->{$ether}->{$key} = $host{$key};
125 # all of the extra stuff to do with a host's data once it is read.
149 # Do stuff per host.
181 # Update times for joining host
    [all...]
  /external/ppp/pppd/
tty.c 200 "Send and receive over socket, arg is host:port",
865 * host and port.
873 u_int32_t host; local
877 /* parse host:port and resolve host to an IP address */
882 error("Can't parse host:port for socket destination");
886 host = inet_addr(dest);
887 if (host == (u_int32_t) -1) {
890 error("%s: unknown host in socket option", dest);
894 host = *(u_int32_t *)(hent->h_addr_list[0])
    [all...]
  /external/webkit/WebKit/mac/Misc/
WebNSURLExtras.mm 52 // For host names bigger than this, we won't do IDN encoding, which is almost certainly OK.
160 // In a mailto: URL, host names come after a '@' character and end with a '>' or ',' or '?' character.
162 // When we find a '?' character, we are past the part of the URL that contains host names.
184 // Find start of host name or of quoted string.
198 // Find end of host name.
211 // Process host name range.
229 // If we are the end of the string, then break from the string loop back to the host name loop.
259 // Find the host name in a hierarchical URL.
262 // If there is a "@" character, the host part is just the part after the "@".
293 // Find "@" for the start of the host name
    [all...]
  /build/
buildspec.mk.default 60 # Uncomment this if you want the host tools built in debug mode. Otherwise
75 # DEBUG_MODULE_ variable is set. Host and device flags are handled
  /build/core/combo/
TARGET_linux-x86.mk 21 # When building for the simulator, use the HOST settings as TARGET settings
115 $(call normalize-host-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \

Completed in 225 milliseconds

<<21222324252627282930>>