HomeSort by relevance Sort by last modified time
    Searched full:discovery (Results 1 - 25 of 784) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/extensions/api/discovery/
OWNERS 0 # Discovery extension members. For core API change, check with owners in
discovery_api.cc 5 #include "chrome/browser/extensions/api/discovery/discovery_api.h"
8 #include "chrome/browser/extensions/api/discovery/suggested_link.h"
9 #include "chrome/browser/extensions/api/discovery/suggested_links_registry.h"
10 #include "chrome/browser/extensions/api/discovery/suggested_links_registry_factory.h"
15 namespace discovery = extensions::api::experimental_discovery;
24 scoped_ptr<discovery::Suggest::Params> params(
25 discovery::Suggest::Params::Create(*args_));
54 scoped_ptr<discovery::RemoveSuggestion::Params> params(
55 discovery::RemoveSuggestion::Params::Create(*args_));
discovery_api.h 14 DECLARE_EXTENSION_FUNCTION("experimental.discovery.suggest",
24 DECLARE_EXTENSION_FUNCTION("experimental.discovery.removeSuggestion",
35 DECLARE_EXTENSION_FUNCTION("experimental.discovery.clearAllSuggestions",
suggested_link.cc 5 #include "chrome/browser/extensions/api/discovery/suggested_link.h"
  /external/llvm/utils/lit/tests/Inputs/exec-discovery/
lit.site.cfg 1 # Load the discovery suite, but with a separate exec root.
4 config.test_source_root = os.path.join(os.path.dirname(config.test_exec_root), "discovery")
  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
WiFiP2pService.java 2 package com.example.android.wifidirect.discovery;
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/
build.properties 8 discovery/,\
  /external/llvm/utils/lit/tests/
discovery.py 1 # Check the basic discovery process, including a sub-suite.
3 # RUN: %{lit} %{inputs}/discovery \
9 # CHECK-BASIC-ERR: loading suite config '{{.*}}/discovery/lit.cfg'
10 # CHECK-BASIC-ERR: loading local config '{{.*}}/discovery/subdir/lit.local.cfg'
11 # CHECK-BASIC-ERR: loading suite config '{{.*}}/discovery/subsuite/lit.cfg'
15 # CHECK-BASIC-OUT: Source Root: {{.*/discovery/subsuite$}}
16 # CHECK-BASIC-OUT: Exec Root : {{.*/discovery/subsuite$}}
18 # CHECK-BASIC-OUT: Source Root: {{.*/discovery$}}
19 # CHECK-BASIC-OUT: Exec Root : {{.*/discovery$}}
30 # Check discovery when exact test names are given
    [all...]
unittest-adaptor.py 13 import lit.discovery namespace
16 unittest_suite = lit.discovery.load_test_suite([input_path])
  /external/ppp/pppd/plugins/rp-pppoe/
Makefile.linux 29 all: rp-pppoe.so pppoe-discovery
31 pppoe-discovery: libplugin.a pppoe-discovery.o
32 $(CC) -o pppoe-discovery pppoe-discovery.o libplugin.a
34 pppoe-discovery.o: pppoe-discovery.c
35 $(CC) $(CFLAGS) '-DVERSION="$(VERSION)"' -c -o pppoe-discovery.o pppoe-discovery.c
44 $(INSTALL) -s -c -m 555 pppoe-discovery $(BINDIR
    [all...]
pppoe-discovery.c 2 * Perform PPPoE discovery
57 fprintf(conn->debugFile, "pppoe-discovery %s\n", VERSION);
83 discovery(conn);
92 sprintf(buf, "pppoe-discovery: %.256s", str);
103 sprintf(buf, "pppoe-discovery: %.256s: %.256s", str, strerror(i));
122 fprintf(stderr, "Usage: pppoe-discovery [options]\n");
  /external/chromium_org/chrome/common/extensions/api/
experimental_discovery.idl 6 namespace experimental.discovery {
27 // Suggests a URL for discovery.
31 // Removes a URL that was previously suggested for discovery by this
33 // |linkUrl|: The URl to remove from discovery. Must be exactly the same as
37 // Clear all the URLs that were previously suggested for discovery by this
dial.idl 9 // Represents a unique device that responded to a DIAL discovery request.
41 // Requests that DIAL discovery happen immediately. The request may not be
42 // honored as discovery may already be happening in the background. The
43 // callback is invoked with |true| if discovery was initiated or |false|
61 // Event fired to inform clients on errors during device discovery.
  /development/samples/WiFiDirectServiceDiscovery/res/values/
strings.xml 7 <string name="app_name">Wi-Fi Discovery</string>
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
dial.html 2 discovery requests on the local network to discover DIAL-capable devices and
4 listener causes the service to periodically issue discovery requests to maintain
8 <p>The onDeviceList event is fired when discovery respnses are received and in
11 <p>The client can request that network discovery can be done immediately by
  /external/llvm/utils/lit/tests/Inputs/exec-discovery-in-tree/
lit.cfg 5 config.name = 'exec-discovery-in-tree-suite'
  /development/samples/WiFiDirectServiceDiscovery/
_index.html 2 the Wi-Fi Direct Service Discovery APIs. Service discovery on Wi-Fi direct allows applications to discover and enagage with peers that support a certain service.
6 with Wi-Fi Direct Service Discovery APIs: Advertise services, discover services and connect to peers advertising such services</p>
10 href="src/com/example/android/wifidirect/discovery/WiFiServiceDiscoveryActivity.html"><code>WiFiServiceDiscoveryActivity</code></a>
12 href="src/com/example/android/wifidirect/discovery/WiFiDirectBroadcastReceiver.html"><code>
16 href="src/com/example/android/wifidirect/discovery/WiFiDirectServicesList.html"><code>WiFiDirectServicesList</code></a>
18 <li><a href="src/com/example/android/wifidirect/discovery/WiFiChatFragment.html"><code>WiFiChatFragment</code></a>
20 <li><a href="src/com/example/android/wifidirect/discovery/ChatManager.html"><code>ChatManager</code></a>
22 <li><a href="src/com/example/android/wifidirect/discovery/GroupOwnerSocketHandler.html"><code>GroupOwnerSocketHandler</code></a>
24 <li><a href="src/com/example/android/wifidirect/discovery/ClientSocketHandler.html"><code>GroupOwnerSocketHandler</code></a
    [all...]
  /external/llvm/utils/lit/tests/Inputs/discovery/
lit.cfg 7 # ../exec-discovery).
  /external/chromium_org/device/bluetooth/
bluetooth_task_manager_win.h 112 // Starts discovery. Once the discovery starts, it issues a discovery inquiry
114 // values. The discovery finishes when StopDiscovery() is called or timeout
121 // maximum value or stop discovery call is received.
125 // this function does not issue a discovery inquiry. Instead it gets the
149 // indicates whether the adapter is in discovery mode or not.
  /external/libnfc-nci/src/nfa/int/
nfa_dm_int.h 228 /* DM RF discovery state */
232 NFA_DM_RFST_DISCOVERY, /* discovery state */
243 /* DM RF discovery state machine event */
246 NFA_DM_RF_DISCOVER_CMD, /* start RF discovery */
248 NFA_DM_RF_DISCOVER_NTF, /* RF discovery NTF from NFCC */
261 /* DM RF discovery state machine data */
271 tNFC_DISCOVER nfc_discover; /* discovery data from NFCC */
276 /* Callback event from NFA DM RF Discovery to other NFA sub-modules */
279 NFA_DM_RF_DISC_START_EVT, /* discovery started with protocol, technology and mode */
318 /* DM RF discovery host ID *
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/dial/
dial_service.h 65 // Called when a single discovery request was sent.
72 // Called when we have all responses from the last discovery request.
85 // Starts a new round of discovery. Returns |true| if discovery was started
98 // associated with a single discovery cycle into its own |DiscoveryOperation|
132 // Sends a single discovery request |send_buffer| to |send_address|
183 // The callback to be invoked when a discovery request was made.
205 // Starts the control flow for one discovery cycle.
213 // |SendOneRequest()|, and start the timer to finish discovery if needed.
226 // Sends a single discovery request to every socket that are currently open
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pServiceRequest.java 26 * A class for creating a service discovery request for use with
29 * <p>This class is used to create service discovery request for custom
30 * vendor specific service discovery protocol {@link WifiP2pServiceInfo#SERVICE_TYPE_VENDOR_SPECIFIC}
43 * Service discovery protocol. It's defined in table63 in Wi-Fi Direct specification.
71 * @param protocolType service discovery protocol.
90 * @param serviceType service discovery type.
91 * @param length the length of service discovery packet.
184 * Create a service discovery request.
193 * @return service discovery request.
200 * Create a service discovery request
    [all...]
WifiP2pDnsSdServiceRequest.java 22 * A class for creating a Bonjour service discovery request for use with
57 * Create a service discovery request to search all Bonjour services.
66 * Create a service discovery to search for Bonjour services with the specified
85 * Create a service discovery request to get the TXT data from the specified
  /external/jmdns/src/javax/jmdns/
package-info.java 4 * JmDNS is a Java implementation of multi-cast DNS and can be used for service registration and discovery in local area networks. JmDNS is fully compatible with Apple's Bonjour. The project was originally started in December 2002 by Arthur van Hoff
  /external/libvpx/libvpx/third_party/googletest/
README.webm 9 xUnit architecture. Supports automatic test discovery, a rich set of

Completed in 287 milliseconds

1 2 3 4 5 6 7 8 91011>>