OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:discover
(Results
1 - 25
of
871
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/avahi/avahi-python/avahi-discover/
.gitignore
1
avahi-
discover
2
avahi-
discover
.desktop
3
avahi-
discover
.desktop.in
Makefile.am
22
avahi-
discover
.py \
23
avahi-
discover
.desktop.in.in
39
avahi-
discover
40
desktop_DATA += avahi-
discover
.desktop
47
avahi-
discover
48
desktop_DATA += avahi-
discover
.desktop
53
avahi-
discover
.desktop.in: avahi-
discover
.desktop.in.in
56
avahi-
discover
: avahi-
discover
.p
[
all
...]
avahi-discover.desktop.in.in
5
Exec=@bindir@/avahi-
discover
/external/avahi/avahi-discover-standalone/
.gitignore
1
avahi-
discover
-standalone
/external/avahi/po/
POTFILES.in
3
[type: gettext/glade]avahi-
discover
-standalone/avahi-
discover
.ui
4
avahi-python/avahi-
discover
/avahi-
discover
.desktop.in.in
5
avahi-python/avahi-
discover
/avahi-
discover
.py
POTFILES.skip
4
avahi-python/avahi-
discover
/avahi-
discover
.desktop.in
/external/chromium-trace/catapult/systrace/profile_chrome/
run_tests
3
exec python -m unittest
discover
profile_chrome '*_unittest.py' $@
/frameworks/base/services/net/java/android/net/dhcp/
DhcpDiscoverPacket.java
23
* This class implements the DHCP-
DISCOVER
packet.
27
* Generates a
DISCOVER
packet with the specified parameters.
35
return s + "
DISCOVER
" +
40
* Fills in a packet with the requested
DISCOVER
parameters.
51
* Adds optional parameters to a
DISCOVER
packet.
/external/rootdev/
README.chromium
5
Description: Performs operations to
discover
and annotate the root block device
12
- Walks sysfs to
discover
the block devices
/external/autotest/client/cros/cellular/
run_all_unittests.sh
6
python -m unittest
discover
-v --pattern=*test_noautorun.py > /dev/null
/external/autotest/client/site_tests/p2p_ConsumeFiles/
control
14
to check that it can
discover
files on this network. If p2p-client isn't able
15
to
discover
and return URLs in this environment the test will fail. Among the
20
PURPOSE = 'Check that P2P can
discover
peers and download from them.'
21
CRITERIA = 'Fails if p2p-client is not able to
discover
and get the URLs.'
/external/chromium-trace/catapult/telemetry/telemetry/internal/testing/discoverable_classes/
discover_dummyclass.py
5
"""A dummy exception subclass used by core/
discover
.py's unit tests."""
parameter_discover_dummyclass.py
5
"""A dummy exception subclass used by core/
discover
.py's unit tests."""
/external/chromium-trace/catapult/telemetry/third_party/mox3/
.testr.conf
2
test_command=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_TEST_TIMEOUT=60 ${PYTHON:-python} -m subunit.run
discover
-t ./ ./ $LISTOPT $IDOPTION
/external/chromium-trace/catapult/third_party/mox3/
.testr.conf
2
test_command=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_TEST_TIMEOUT=60 ${PYTHON:-python} -m subunit.run
discover
-t ./ ./ $LISTOPT $IDOPTION
/external/chromium-trace/catapult/telemetry/telemetry/core/
discover_unittest.py
7
from telemetry.core import
discover
19
classes =
discover
.DiscoverClasses(self._start_dir,
34
classes =
discover
.DiscoverClasses(self._start_dir,
49
classes =
discover
.DiscoverClasses(self._start_dir, self._base_dir,
66
classes =
discover
.DiscoverClasses(self._start_dir,
81
classes =
discover
.DiscoverClasses(self._start_dir,
96
classes =
discover
.DiscoverClasses(self._start_dir,
/development/samples/training/NsdChat/res/values/
strings.xml
22
<string name="
discover
">
Discover
</string>
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
profiler_finder.py
7
from telemetry.core import
discover
14
return
discover
.DiscoverClasses(profiler_dir, util.GetTelemetryDir(),
/external/avahi/man/
avahi-discover.1.xml.in
24
<manpage name="avahi-
discover
" section="1" desc="Browse for mDNS/DNS-SD services using the Avahi daemon">
27
<cmd>avahi-
discover
</cmd>
39
<p>avahi-
discover
takes no command line arguments at the moment.</p>
/frameworks/base/docs/html/training/tv/discovery/
index.jd
27
app developers to provide quick and easy paths for users to
discover
and enjoy your content.
31
The Android framework helps you provide a number of paths for users to
discover
your content,
36
This class shows you how to help users
discover
your app's content through recommendations and
/external/autotest/server/site_tests/network_WiFi_ScanPerformance/
control
15
the time limit and able to
discover
all APs.
/external/libnfc-nci/src/nfc/nfc/
nfc_ee.c
46
** Parameters
discover
- 1 to enable
discover
, 0 to disable.
51
tNFC_STATUS NFC_NfceeDiscover (BOOLEAN
discover
)
53
return nci_snd_nfcee_discover ((UINT8) (
discover
? NCI_DISCOVER_ACTION_ENABLE : NCI_DISCOVER_ACTION_DISABLE));
/external/skia/platform_tools/android/tests/
run_all.py
16
suite = unittest.TestLoader().
discover
(os.path.dirname(__file__),
/external/skia/tools/
test_all.py
17
suite = unittest.TestLoader().
discover
(os.path.dirname(__file__),
/frameworks/base/docs/html/training/
best-ux.jd
9
the best interaction patterns for Android. For instance, to help users quickly
discover
content
Completed in 1039 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>