HomeSort by relevance Sort by last modified time
    Searched full:_description (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /tools/test/connectivity/acts/framework/
sample_config_2.json 2 "_description": "This is an example skeleton test configuration file.",
5 "_description": "Sample testbed with two android devices",
9 "_description": "Sample testbed with two android devices",
14 "_description": "Sample testbed with no devices"
sample_config.json 0 { "_description": "This is an example skeleton test configuration file.",
5 "_description": "Sample testbed with two android devices",
10 "_description": "Sample testbed with two android devices",
16 "_description": "Sample testbed with no devices",
  /tools/test/connectivity/acts/tests/google/fugu/
fugu_pairing_test.json 2 "_description": "Test configuration for Fugu pairing the remote controller",
9 "_description": "A testbed for RelayDevices",
15 "_description": "A testbed for RelayDevices",
21 "_description": "A testbed for RelayDevices",
27 "_description": "A testbed for RelayDevices",
33 "_description": "A testbed for RelayDevices",
  /tools/test/connectivity/acts/tests/google/bt/config/
sample_basic.json 0 { "_description": "Sample config file for a Bluetooth testbed.",
5 "_description": "2 Android devices. This testbed can run tests that require two devices such as BLE, GATT, and SPP tests.",
sample_mass_beacon_deployment.json 0 { "_description": "Sample config file for simulating mass beacon deployments.",
5 "_description": "A testbed with N number of Android devices. This testbed is for specifically BeaconSwarmTest.py. The first Android device represents the device under test. The next N devices will be represented in beacon_devices that will act as BLE beacons. The beacon_count config line will contain the max number of advertisements the device concurrently supports.",
  /tools/test/connectivity/acts/tests/google/wifi/aware/config/
wifi_aware.json 2 "_description": "This is a test configuration file for Wi-Fi Aware tests in INTERACTIVE (high-power) mode.",
6 "_description": "Wi-Fi Aware testbed: auto-detect all attached devices",
wifi_aware_non_interactive.json 2 "_description": "This is a test configuration file for Wi-Fi Aware tests in NON-INTERACTIVE (low-power) mode.",
6 "_description": "Wi-Fi Aware testbed: auto-detect all attached devices",
  /tools/test/connectivity/acts/framework/tests/
acts_sanity_test_config.json 5 "_description": "ACTS sanity test bed, no device needed.",
acts_sniffer_test_config.json 5 "_description": "ACTS sniffer sanity test bed, no device needed.",
  /tools/test/connectivity/acts/tests/google/wifi/rtt/config/
wifi_rtt.json 2 "_description": "This is a test configuration file for Wi-Fi RTT tests.",
6 "_description": "Wi-Fi RTT testbed: auto-detect all attached devices",
  /tools/test/connectivity/acts/tests/google/tel/config/
sample_testbed_configs.json 0 { "_description": "Sample config file for live network testing",
5 "_description": "2 Android devices with Live SIMs.",
11 "_description": "3 Android devices with Live SIMs usable for Conference Calling.",
18 "_description": "2 Android devices, 2 attenuators (control DUT's WiFi or Cellular RSSI)",
34 "_description": "2 Multi-SIM Android Devices with live network SIMs",
51 "_description": "1 Android device and 1 Monsoon Power Monitor.",
  /tools/test/connectivity/acts/tests/google/wifi/
example_config.json 2 "_description": "This and example IOT WiFi testbed.",
5 "_description": "WiFi testbed with 1 devices",
WifiScannerTests.config 2 "_description": "Default wireless network setup for APs used in the test.",
  /external/ImageMagick/Magick++/lib/
CoderInfo.cpp 20 _description(),
33 _description(coder_._description),
46 _description(),
68 _description=std::string(magickInfo->description);
93 _description=coder_._description;
117 return(_description);
  /hardware/google/easel/amber/camera/include/
HdrPlusProfiler.h 26 #define DECLARE_PROFILER_TIMER(_var, _description)
29 #define SCOPE_PROFILER_TIMER(_description) do {} while(0)
39 * _description is the description for this timer. It will be used when logging the timer duration.
41 #define DECLARE_PROFILER_TIMER(_var, _description) pbcamera::TimerLogger _var = {_description}
62 #define SCOPE_PROFILER_TIMER(_description) pbcamera::ScopeTimerLogger _timer(_description)
  /external/webrtc/talk/app/webrtc/objc/
RTCSessionDescription.mm 36 @synthesize description = _description;
45 _description = sdp;
69 _description = @(sdp.c_str());
  /external/toolchain-utils/
file_lock_machine.py 98 self._description = None
101 return self._description
107 self._description = desc
158 self._description = LockDescription(desc)
160 if self._description.exclusive and self._description.auto:
172 self._description = LockDescription()
175 return self._description
183 self._file.write(json.dumps(self._description.__dict__, skipkeys=True))
  /development/testrunner/test_defs/
test_suite.py 33 self._description = ''
87 return self._description
90 self._description = desc
  /development/gsi/gsi_util/gsi_util/commands/common/
image_sources.py 20 _DESCRIPTION = """The image sources to be mounted targets.
61 group = parser.add_argument_group('image sources', _DESCRIPTION)
  /external/ImageMagick/Magick++/lib/Magick++/
CoderInfo.h 76 std::string _description; member in class:Magick::CoderInfo
  /tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
sain_smart_8_channel_usb_relay_board.py 40 "_description": "This is an example skeleton of a ficticious relay.",
42 "_description": "A testbed with one relay",
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DFA.as 28 private var _description:String;
37 this._description = description;
175 return _description;
  /external/sl4a/Docs/
generate_api_reference_md.py 53 self._description = ''
66 self._description = m.group('value')
98 return self._description
  /external/autotest/site_utils/bootperf-bin/
showbootdata 52 _DESCRIPTION = """\
61 optparser = optparse.OptionParser(usage=_USAGE, description=_DESCRIPTION)
  /external/clang/test/SemaObjC/
default-synthesize-1.m 141 return _description; // expected-error {{use of undeclared identifier '_description'}}

Completed in 573 milliseconds

1 2 3 4