Searched refs:discovery (Results 1 – 25 of 54) sorted by relevance
123
/external/ppp/pppd/plugins/rp-pppoe/ |
D | Makefile.linux | 30 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 …]
|
D | pppoe-discovery.c | 614 discovery(PPPoEConnection *conn) in discovery() function 691 discovery(conn); in main()
|
D | pppoe.h | 286 void discovery(PPPoEConnection *conn);
|
D | plugin.c | 187 discovery(conn); in PPPOEConnectDevice()
|
/external/autotest/site_utils/ |
D | pubsub_utils_unittest.py | 12 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,
|
D | pubsub_utils.py | 14 from apiclient import discovery 41 return discovery.build(PUBSUB_SERVICE_NAME, PUBSUB_VERSION,
|
D | gmail_lib.py | 32 from apiclient.discovery import build as apiclient_build
|
D | phapi_lib.py | 16 from apiclient.discovery import build as apiclient_build
|
/external/llvm/utils/lit/tests/ |
D | unittest-adaptor.py | 13 import lit.discovery 16 unittest_suite = lit.discovery.load_test_suite([input_path])
|
/external/llvm/utils/lit/tests/Inputs/exec-discovery/ |
D | 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")
|
/external/autotest/client/cros/scripts/ |
D | wifi | 91 (successful, discovery, association, configuration, reason) = result 96 print 'Discovery time: %f.' % discovery
|
/external/llvm/utils/lit/tests/Inputs/exec-discovery-in-tree/ |
D | lit.cfg | 7 config.name = 'exec-discovery-in-tree-suite'
|
/external/llvm/utils/lit/tests/Inputs/discovery/ |
D | lit.cfg | 8 # ../exec-discovery).
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README-P2P | 126 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/ |
D | README.libvpx | 9 xUnit architecture. Supports automatic test discovery, a rich set of
|
/external/iptables/etc/ |
D | ethertypes | 36 PPP_DISC 8863 # PPPoE discovery messages
|
/external/llvm/utils/lit/tests/unit/ |
D | TestRunner.py | 43 lit.discovery.find_tests_for_inputs(lit_config, inputs))
|
/external/autotest/test_suites/ |
D | control.bvt-inline | 30 * The failure may prevent discovery of other bugs.
|
/external/iputils/doc/ |
D | rdisc.sgml | 11 <refpurpose>network router discovery daemon</refpurpose> 62 Server side of router discovery protocol is supported by Cisco IOS
|
/external/llvm/docs/CommandGuide/ |
D | lit.rst | 19 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/ |
D | main.py | 17 import lit.discovery 307 lit.discovery.find_tests_for_inputs(litConfig, inputs))
|
/external/llvm/utils/lit/ |
D | TODO | 14 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/ |
D | run_browser_tests.py | 186 parser = typ.ArgumentParser(discovery=False, reporting=True, running=True)
|
/external/mdnsresponder/mDNSPosix/ |
D | nss_ReadMe.txt | 121 DNS service discovery and link-local
|
/external/googletest/ |
D | README.md | 29 * Test discovery.
|
123