HomeSort by relevance Sort by last modified time
    Searched refs:Sniffer (Results 1 - 24 of 24) sorted by null

  /tools/test/connectivity/acts/framework/tests/
SnifferSanityTest.py 18 from acts.controllers.sniffer import Sniffer
33 """Validate sniffer configuration & capture API using the 'with' clause.
38 for sniffer in self.sniffers:
40 with sniffer.start_capture(
41 override_configs={Sniffer.CONFIG_KEY_CHANNEL: channel},
44 self.log.info("Capture: %s", sniffer.get_capture_file())
47 """Validate sniffer configuration & capture API using a manual/raw
56 for sniffer in self.sniffers:
58 sniffer.start_capture
    [all...]
  /tools/test/connectivity/acts/framework/acts/controllers/sniffer_lib/local/
local_base.py 31 from acts.controllers import sniffer
33 class SnifferLocalBase(sniffer.Sniffer):
52 raise sniffer.InvalidDataError("Empty interface provided")
61 raise sniffer.ExecutionError(err)
79 start using baseline configurations (specified when sniffer initialized)
88 if sniffer.Sniffer.CONFIG_KEY_CHANNEL in final_configs:
91 str(final_configs[sniffer.Sniffer.CONFIG_KEY_CHANNEL])
    [all...]
tcpdump.py 18 from acts.controllers import sniffer
21 class Sniffer(local_base.SnifferLocalBase):
22 """This class defines a sniffer which uses tcpdump as its back-end
34 raise sniffer.SnifferError(
tshark.py 18 from acts.controllers import sniffer
21 class Sniffer(local_base.SnifferLocalBase):
22 """This class defines a sniffer which uses tshark as its back-end
35 raise sniffer.SnifferError("Cannot find a path to the 'tshark' "
  /tools/test/connectivity/acts/framework/acts/controllers/
sniffer.py 20 ACTS_CONTROLLER_CONFIG_NAME = "Sniffer"
25 """Initializes the sniffer structures based on the JSON configuration. The
28 Type: A first-level type of sniffer. Planned to be 'local' for sniffers
31 SubType: The specific sniffer type to be used.
32 Interface: The WLAN interface used to configure the sniffer.
34 sniffer. Configurations can be overridden when starting a capture.
35 The keys must be one of the Sniffer.CONFIG_KEY_* values.
46 objs.append(module.Sniffer(interface,
55 for sniffer in objs:
57 sniffer.stop_capture(
    [all...]
  /external/dng_sdk/source/
dng_host.cpp 40 dng_abort_sniffer *sniffer)
43 , fSniffer (sniffer)
102 dng_abort_sniffer::SniffForAbort (Sniffer ());
241 Sniffer ());
dng_host.h 110 /// Allocate a dng_host object, possiblly with custom allocator and sniffer.
114 /// \param sniffer Used to periodically check if pending DNG conversions
119 dng_abort_sniffer *sniffer = NULL);
121 /// Clean up direct memory for dng_host. Memory allocator and abort sniffer
139 /// Setter for host's abort sniffer.
141 void SetSniffer (dng_abort_sniffer *sniffer)
143 fSniffer = sniffer;
146 /// Getter for host's abort sniffer.
148 dng_abort_sniffer * Sniffer ()
dng_stream.h 85 dng_stream (dng_abort_sniffer *sniffer = NULL,
551 /// Getter for sniffer associated with stream.
552 /// \retval The sniffer for this stream.
554 dng_abort_sniffer * Sniffer () const
559 /// Putter for sniffer associated with stream.
560 /// \param sniffer The new sniffer to use (or NULL for none).
562 void SetSniffer (dng_abort_sniffer *sniffer)
564 fSniffer = sniffer;
644 dng_abort_sniffer *sniffer);
    [all...]
dng_stream.cpp 28 dng_stream::dng_stream (dng_abort_sniffer *sniffer,
44 , fSniffer (sniffer)
1201 dng_abort_sniffer *sniffer)
1204 , fOldSniffer (stream.Sniffer ())
1208 fStream.SetSniffer (sniffer);
  /external/skia/tools/
get_images_from_skps.cpp 46 struct Sniffer : public SkPixelSerializer {
50 Sniffer(std::string name) {
173 Sniffer sniff(file.c_str());
  /external/skia/include/codec/
SkCodec.h     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_csv.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_csv.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_csv.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_csv.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_csv.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
csv.py 23 "register_dialect", "get_dialect", "list_dialects", "Sniffer",
160 # Guard Sniffer's type checking against builds that exclude complex()
166 class Sniffer:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
csv.py 23 "register_dialect", "get_dialect", "list_dialects", "Sniffer",
156 # Guard Sniffer's type checking against builds that exclude complex()
162 class Sniffer:
  /prebuilts/gdb/darwin-x86/lib/python2.7/
csv.py 23 "register_dialect", "get_dialect", "list_dialects", "Sniffer",
156 # Guard Sniffer's type checking against builds that exclude complex()
162 class Sniffer:
  /prebuilts/gdb/linux-x86/lib/python2.7/
csv.py 23 "register_dialect", "get_dialect", "list_dialects", "Sniffer",
156 # Guard Sniffer's type checking against builds that exclude complex()
162 class Sniffer:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
csv.py 23 "register_dialect", "get_dialect", "list_dialects", "Sniffer",
156 # Guard Sniffer's type checking against builds that exclude complex()
162 class Sniffer:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
csv.py 23 "register_dialect", "get_dialect", "list_dialects", "Sniffer",
156 # Guard Sniffer's type checking against builds that exclude complex()
162 class Sniffer:
  /external/skia/src/codec/
SkRawCodec.cpp 113 task.Start(numTasks, tileSize, &Allocator(), Sniffer());
117 task.ProcessOnThread(taskIndex, taskAreas[taskIndex], tileSize, this->Sniffer());
  /packages/apps/TV/libs/
exoplayer.jar 

Completed in 546 milliseconds