Home
last modified time | relevance | path

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

1234

/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()
/external/autotest/site_utils/
Dpubsub_utils_unittest.py14 from apiclient import discovery
118 self.mox.StubOutWithMock(discovery, 'build')
119 discovery.build(
142 self.mox.StubOutWithMock(discovery, 'build')
144 discovery.build(
Dpubsub_utils.py15 from apiclient import discovery
70 return discovery.build(PUBSUB_SERVICE_NAME, PUBSUB_VERSION,
Dgmail_lib.py34 from apiclient.discovery import build as apiclient_build
/external/python/cpython3/Tools/unittestgui/
DREADME.txt9 Updated for unittest test discovery by Mark Roddy and Python 3
12 For details on how to make your tests work with test discovery,
16 http://docs.python.org/library/unittest.html#test-discovery
/external/autotest/skylab_migration/venv/skylab_venv/
Dsso_discovery.py3 from apiclient import discovery
96 discovery_service_url=discovery.DISCOVERY_URI,
101 return discovery.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/perfetto/src/ftrace_reader/test/data/android_flounder_lte_LRX16F_3.10.40/events/cfg80211/rdev_return_int_mpath_info/
Dformat21 …illed: %u, frame qlen: %u, sn: %u, metric: %u, exptime: %u, discovery timeout: %u, discovery retri…
/external/perfetto/src/ftrace_reader/test/data/android_seed_N2F62_3.10.49/events/cfg80211/rdev_return_int_mpath_info/
Dformat21 …illed: %u, frame qlen: %u, sn: %u, metric: %u, exptime: %u, discovery timeout: %u, discovery retri…
/external/tensorflow/tensorflow/contrib/cluster_resolver/python/training/
Dgce_cluster_resolver.py27 from googleapiclient import discovery # pylint: disable=g-import-not-at-top
87 self._service = discovery.build(
Dtpu_cluster_resolver.py30 from googleapiclient import discovery # pylint: disable=g-import-not-at-top
104 self._service = discovery.build(
/external/perfetto/src/ftrace_reader/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/cfg80211/rdev_return_int_mpath_info/
Dformat21 …illed: %u, frame qlen: %u, sn: %u, metric: %u, exptime: %u, discovery timeout: %u, discovery retri…
/external/autotest/client/cros/scripts/
Dwifi89 (successful, discovery, association, configuration, reason) = result
94 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/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/llvm/utils/lit/tests/Inputs/discovery/
Dlit.cfg8 # ../exec-discovery).
/external/libvpx/libvpx/third_party/googletest/
DREADME.libvpx9 xUnit architecture. Supports automatic test discovery, a rich set of
/external/python/cpython3/Doc/library/
Dunittest.rst72 a GUI tool for test discovery and execution. This is intended largely for ease of use
184 When executed without arguments :ref:`unittest-test-discovery` is started::
232 The command line can also be used for test discovery, for running all of the
236 .. _unittest-test-discovery:
243 Unittest supports simple test discovery. In order to be compatible with test
244 discovery, all of the test files must be :ref:`modules <tut-modules>` or
250 Test discovery is implemented in :meth:`TestLoader.discover`, but can also be
260 discovery the ``discover`` sub-command must be used explicitly.
272 Directory to start discovery (``.`` default)
296 Test discovery loads tests by importing them. Once test discovery has found
[all …]
/external/iptables/etc/
Dethertypes36 PPP_DISC 8863 # PPPoE discovery messages
/external/python/cpython2/Doc/library/
Dunittest.rst83 discovery. unittest2 allows you to use these features with earlier
242 The command line can also be used for test discovery, for running all of the
246 .. _unittest-test-discovery:
253 Unittest supports simple test discovery. In order to be compatible with test
254 discovery, all of the test files must be :ref:`modules <tut-modules>` or
259 Test discovery is implemented in :meth:`TestLoader.discover`, but can also be
275 Directory to start discovery (``.`` default)
299 Test discovery loads tests by importing them. Once test discovery has
304 If you have a package installed globally and attempt test discovery on
306 wrong place. If this happens test discovery will warn you and exit.
[all …]
/external/llvm/utils/lit/tests/unit/
DTestRunner.py43 lit.discovery.find_tests_for_inputs(lit_config, inputs))
/external/python/cpython3/Tools/
DREADME45 discovery.
/external/freetype/builds/cmake/
DFindHarfBuzz.cmake29 # After successful discovery, this will set for inclusion where needed:

1234