Home
last modified time | relevance | path

Searched refs:discovery (Results 1 – 25 of 54) sorted by relevance

123

/external/ppp/pppd/plugins/rp-pppoe/
DMakefile.linux30 all: rp-pppoe.so pppoe-discovery
32 pppoe-discovery: pppoe-discovery.o debug.o
33 $(CC) -o pppoe-discovery pppoe-discovery.o debug.o
35 pppoe-discovery.o: pppoe-discovery.c
36 $(CC) $(CFLAGS) -c -o pppoe-discovery.o pppoe-discovery.c
41 rp-pppoe.so: plugin.o discovery.o if.o common.o
42 $(CC) -o rp-pppoe.so -shared plugin.o discovery.o if.o common.o
48 $(INSTALL) -s -c -m 555 pppoe-discovery $(BINDIR)
51 rm -f *.o *.so pppoe-discovery
56 discovery.o: discovery.c
[all …]
Dpppoe-discovery.c614 discovery(PPPoEConnection *conn) in discovery() function
691 discovery(conn); in main()
Dpppoe.h286 void discovery(PPPoEConnection *conn);
Dplugin.c187 discovery(conn); in PPPOEConnectDevice()
/external/autotest/site_utils/
Dpubsub_utils_unittest.py12 from apiclient import discovery
108 self.mox.StubOutWithMock(discovery, 'build')
109 discovery.build(pubsub_utils.PUBSUB_SERVICE_NAME,
128 self.mox.StubOutWithMock(discovery, 'build')
129 discovery.build(pubsub_utils.PUBSUB_SERVICE_NAME,
Dpubsub_utils.py14 from apiclient import discovery
41 return discovery.build(PUBSUB_SERVICE_NAME, PUBSUB_VERSION,
Dgmail_lib.py32 from apiclient.discovery import build as apiclient_build
Dphapi_lib.py16 from apiclient.discovery import build as apiclient_build
/external/llvm/utils/lit/tests/
Dunittest-adaptor.py13 import lit.discovery
16 unittest_suite = lit.discovery.load_test_suite([input_path])
/external/llvm/utils/lit/tests/Inputs/exec-discovery/
Dlit.site.cfg1 # 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")
/external/autotest/client/cros/scripts/
Dwifi91 (successful, discovery, association, configuration, reason) = result
96 print 'Discovery time: %f.' % discovery
/external/llvm/utils/lit/tests/Inputs/exec-discovery-in-tree/
Dlit.cfg7 config.name = 'exec-discovery-in-tree-suite'
/external/llvm/utils/lit/tests/Inputs/discovery/
Dlit.cfg8 # ../exec-discovery).
/external/wpa_supplicant_8/wpa_supplicant/
DREADME-P2P126 Stop ongoing P2P device discovery or other operation (connect, listen
137 Send P2P provision discovery request to the specified peer. The
223 This command starts provision discovery with the P2PS enabled peer device.
248 This command sends a provision discovery response from responder side.
280 discovery of the peer.
374 Schedule a P2P service discovery request. The parameters for this
377 supports service discovery) and P2P Service Query TLV(s) as hexdump. For
383 discovery protocols and requests this to be sent to all discovered
385 requests are sent during device discovery (see p2p_find).
409 single query TLV (i.e., a service discovery for a specific UPnP
[all …]
/external/libvpx/libvpx/third_party/googletest/
DREADME.libvpx9 xUnit architecture. Supports automatic test discovery, a rich set of
/external/iptables/etc/
Dethertypes36 PPP_DISC 8863 # PPPoE discovery messages
/external/llvm/utils/lit/tests/unit/
DTestRunner.py43 lit.discovery.find_tests_for_inputs(lit_config, inputs))
/external/autotest/test_suites/
Dcontrol.bvt-inline30 * The failure may prevent discovery of other bugs.
/external/iputils/doc/
Drdisc.sgml11 <refpurpose>network router discovery daemon</refpurpose>
62 Server side of router discovery protocol is supported by Cisco IOS
/external/llvm/docs/CommandGuide/
Dlit.rst19 search for tests (see :ref:`test-discovery`).
179 .. _test-discovery:
187 as part of *test discovery*.
264 As described in :ref:`test-discovery`, tests are always located inside a *test
/external/llvm/utils/lit/lit/
Dmain.py17 import lit.discovery
307 lit.discovery.find_tests_for_inputs(litConfig, inputs))
/external/llvm/utils/lit/
DTODO14 the formats on discovery implementation).
24 * The test format doesn't have full control over the discovery of tests in
/external/chromium-trace/catapult/telemetry/telemetry/testing/
Drun_browser_tests.py186 parser = typ.ArgumentParser(discovery=False, reporting=True, running=True)
/external/mdnsresponder/mDNSPosix/
Dnss_ReadMe.txt121 DNS service discovery and link-local
/external/googletest/
DREADME.md29 * Test discovery.

123