HomeSort by relevance Sort by last modified time
    Searched full:network (Results 651 - 675 of 3324) sorted by null

<<21222324252627282930>>

  /external/wpa_supplicant_8/src/wps/
wps_upnp_i.h 129 u8 mac_addr[ETH_ALEN]; /* mac addr of network i.f. we use */
130 char *ip_addr_text; /* IP address of network i.f. we use */
131 unsigned ip_addr; /* IP address of network i.f. we use (host order) */
  /external/wpa_supplicant_8/wpa_supplicant/
config_winreg.c 16 * network configuration fields is same as described in the sample
24 * networks as a subkey. Each network has set of values in the same way as
25 * network block in the configuration file. In addition, blobs subkey has
28 * Example network configuration block:
296 "network '" TSTR "'", netw);
300 wpa_printf(MSG_MSGDUMP, "Start of a new network '" TSTR "'", netw);
347 "configured for network '" TSTR "'.", netw);
357 "but no PSK configured for network '" TSTR "'.",
368 "cipher for network '" TSTR "'.", netw);
420 wpa_printf(MSG_ERROR, "Failed to parse network "
    [all...]
ChangeLog 29 * add freq_list network configuration parameter to allow the AP
34 ESS quite a bit, e.g., with bgscan="simple:30:-45:300" in the network
98 * added AP mode functionality (CONFIG_AP=y) with mode=2 in the network
120 (scan_freq option in the network configuration block); this can speed
122 subset of channels is actually used in the network (this is currently
127 network-specific optimizations to be used to improve roaming within
134 enroll credentials for a network using PIN and PBC methods; in
157 and password="Ki:OPc"/password="Ki:OPc:SQN" in network configuration)
158 * added a new network configuration option, wpa_ptk_rekey, that can be
210 * removed 'nai' and 'eappsk' network configuration variables that wer
    [all...]
  /frameworks/base/core/java/android/content/
IContentService.aidl 44 * Check if the provider should be synced when a network tickle is received
46 * @return true if the provider should be synced when a network tickle is received
51 * Set whether or not the provider is synced when it receives a network tickle.
  /frameworks/base/docs/html/guide/developing/devices/
emulator.jd 37 <li><a href="#networkaddresses">Network Address Space</a></li>
39 <li><a href="#redirection">Using Network Redirection</a></li>
52 <li><a href="#netstatus">Network Status</a></li>
53 <li><a href="#netdelay">Network Delay Emulation</a></li>
54 <li><a href="#netspeed">Network Speed Emulation</a></li>
92 applications, access the network, play audio and video, store and retrieve data,
98 on the data network.</p>
172 instances, and you can set up network redirection that allows emulators to send
    [all...]
  /frameworks/base/location/java/android/location/
LocationProvider.java 30 * radio, or access to a specific carrier's network, or to the
88 * data network (e.g., the Internet), false otherwise.
101 * cellular network (e.g., to make use of cell tower IDs), false
  /frameworks/base/telephony/java/com/android/internal/telephony/ims/
IsimUiccRecords.java 45 private String mIsimDomain; // IMS home network domain name
141 * Return the IMS home network domain name.
143 * @return the IMS home network domain name, or null if not available
  /frameworks/base/tests/DumpRenderTree/assets/
run_page_cycler.py 72 print "for network mode, need to specify --suite as well."
154 help="(for network mode) specify the suite to"
159 help="(for network mode) specify how many iterations"
  /libcore/luni/src/main/java/java/util/logging/
SocketHandler.java 118 // establish the network connection
122 getErrorManager().error("Failed to establish the network connection", e,
130 * Closes this handler. The network connection to the host is also closed.
  /packages/apps/Phone/src/com/android/phone/
OtaStartupReceiver.java 87 if (DBG) Log.d(TAG, "call OtaUtils.maybeDoOtaCall after network is available");
127 // Delay OTA provisioning if network is not available yet
131 if (DBG) Log.w(TAG, "Network is not ready. Registering to receive notification.");
  /packages/providers/DownloadProvider/res/values-en-rGB/
strings.xml 42 <string name="wifi_required_title" msgid="1995971416871498179">"Download too large for operator network"</string>
43 <string name="wifi_required_body" msgid="3067694630143784449">"You must use Wi-Fi to complete this <xliff:g id="SIZE">%s </xliff:g> download. "\n\n"Touch <xliff:g id="QUEUE_TEXT">%s </xliff:g> to start this download the next time that you\'re connected to a Wi-Fi network."</string>
45 <string name="wifi_recommended_body" msgid="1314735166699936073">"Starting this <xliff:g id="SIZE">%s </xliff:g> download now may shorten your battery life and/or result in excessive usage of your mobile data connection, which can lead to charges by your mobile operator depending on your data plan."\n\n" Touch <xliff:g id="QUEUE_TEXT">%s</xliff:g> to start this download the next time that you\'re connected to a Wi-Fi network."</string>
  /packages/providers/DownloadProvider/res/values-tl/
strings.xml 42 <string name="wifi_required_title" msgid="1995971416871498179">"Masyadong malaki ang download sa operator network"</string>
43 <string name="wifi_required_body" msgid="3067694630143784449">"Dapat kang gumamit ng Wi-Fi upang kumpletuhin ang <xliff:g id="SIZE">%s </xliff:g> na download na ito. "\n\n"Pindutin ang <xliff:g id="QUEUE_TEXT">%s </xliff:g> upang simulan ang download na ito sa susunod na oras na nakakonekta ka sa Wi-Fi network."</string>
45 <string name="wifi_recommended_body" msgid="1314735166699936073">"Ang pagsisimula sa <xliff:g id="SIZE">%s </xliff:g> na download na ito ngayon ay maaaring magpaikli sa buhay ng iyong baterya at/o magresulta sa labis-labis na paggamit ng iyong koneksyon ng data sa mobile, na maaaring humantong sa mga pagsingil ng iyong mobile operator depende sa iyong plan ng data."\n\n" Pindutin ang <xliff:g id="QUEUE_TEXT">%s</xliff:g> upang simulan ang download na ito sa susunod na oras nakakonekta ka sa isang Wi-Fi network."</string>
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
EmulatorConsole.java 66 private final static String COMMAND_NETWORK_STATUS = "network status\r\n"; //$NON-NLS-1$
67 private final static String COMMAND_NETWORK_SPEED = "network speed %1$s\r\n"; //$NON-NLS-1$
68 private final static String COMMAND_NETWORK_LATENCY = "network delay %1$s\r\n"; //$NON-NLS-1$
96 /** Arrays of valid network speeds */
107 /** Arrays of valid network latencies */
183 /** Network Status class */
185 /** network speed status. This is an index in the {@link #DOWNLOAD_SPEEDS} array. */
187 /** network latency status. This is an index in the {@link #MIN_LATENCIES} array. */
341 * Get the network status of the emulator.
348 Current network status
    [all...]
  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsManagerTest.java 60 // List of network operators that don't support SMS delivery report
91 // List of network operators that doesn't support Data(binary) SMS message
105 // List of network operators that doesn't support Maltipart SMS message
253 // This GSM network doesn't support Data(binary) SMS message.
274 // This GSM network doesn't support Multipart SMS message.
  /external/chromium/chrome/browser/download/
save_file_manager.h 9 // thread for saving data in order to avoid disk activity on either network IO
10 // thread or the UI thread. It coordinates the notifications from the network
17 // ResourceDispatcherHost, run in network IO thread, the all sub-resources
18 // and save-only-HTML pages will be got from network IO. The second is from
240 // calls SaveFinished with save id -1 for network error. We name the requests
  /external/chromium/chrome/common/extensions/docs/static/
external_extensions.html 20 A network admin wants to install the same extensions
91 (Copy it to a local directory or to a network share for example,
158 (Copy it to a local directory or to a network share &mdash;
241 Permissions problems on a network share </li>
253 <li>Permissions problems on a network share </li>
  /external/dnsmasq/po/
de.po 250 msgid "Assume we are the only DHCP server on the local network."
816 #: option.c:2945 network.c:754 dhcp.c:734
843 #: network.c:73
848 #: network.c:417 dnsmasq.c:189
853 #: network.c:424
858 #: network.c:450
863 #: network.c:455
868 #: network.c:467
873 #: network.c:661
878 #: network.c:69
    [all...]
fi.po 214 msgid "Assume we are the only DHCP server on the local network."
773 #: option.c:2945 network.c:754 dhcp.c:734
800 #: network.c:73
805 #: network.c:417 dnsmasq.c:189
810 #: network.c:424
815 #: network.c:450
820 #: network.c:455
825 #: network.c:467
830 #: network.c:661
835 #: network.c:69
    [all...]
it.po 214 msgid "Assume we are the only DHCP server on the local network."
773 #: option.c:2945 network.c:754 dhcp.c:734
800 #: network.c:73
805 #: network.c:417 dnsmasq.c:189
810 #: network.c:424
815 #: network.c:450
820 #: network.c:455
825 #: network.c:467
830 #: network.c:661
835 #: network.c:69
    [all...]
pt_BR.po 214 msgid "Assume we are the only DHCP server on the local network."
773 #: option.c:2945 network.c:754 dhcp.c:734
800 #: network.c:73
805 #: network.c:417 dnsmasq.c:189
810 #: network.c:424
815 #: network.c:450
820 #: network.c:455
825 #: network.c:467
830 #: network.c:661
835 #: network.c:69
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
NetworkManager.js 75 InspectorBackend.registerDomainDispatcher("Network", this);
170 if (WebInspector.panels.network)
171 WebInspector.panels.network.mainResourceDOMContentTime = time;
176 if (WebInspector.panels.network)
177 WebInspector.panels.network.mainResourceLoadTime = time;
  /external/wpa_supplicant/wpa_gui/
wpagui.ui 40 <string>Network:</string>
319 <string>Add Network</string>
322 <string>&amp;Add Network</string>
330 <string>Edit Network</string>
333 <string>&amp;Edit Network</string>
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
wpagui.ui 40 <string>Network:</string>
319 <string>Add Network</string>
322 <string>&amp;Add Network</string>
330 <string>Edit Network</string>
333 <string>&amp;Edit Network</string>
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui/
wpagui.ui 40 <string>Network:</string>
319 <string>Add Network</string>
322 <string>&amp;Add Network</string>
330 <string>Edit Network</string>
333 <string>&amp;Edit Network</string>
  /frameworks/base/telephony/java/com/android/internal/telephony/
TelephonyIntents.java 43 * and MNC (Mobile Network code, 2-3 digits).</li>
45 * the network manually, and false indicates that network selection is handled by the
180 * <code>"NETWORK"</code> locked on Network Personalization </li>

Completed in 3739 milliseconds

<<21222324252627282930>>