/external/autotest/server/cros/ap_configurators/ |
D | ap_spec.py | 141 self._mode = mode 148 if not self._channel and (self._mode == MODE_N or not self._mode): 151 if not self._mode: 152 self._mode = DEFAULT_2GHZ_MODE 155 if not self._mode: 156 self._mode = DEFAULT_5GHZ_MODE 162 if ((band == BAND_2GHZ and self._mode not in VALID_2GHZ_MODES) or 163 (band == BAND_5GHZ and self._mode not in VALID_5GHZ_MODES)): 178 mode_string_for_mode(self._mode), 212 return self._mode [all …]
|
/external/autotest/server/cros/network/ |
D | hostap_config.py | 286 return self._mode == self.MODE_11AC_PURE 292 if self._mode == self.MODE_11A: 294 if self._mode == self.MODE_11B: 296 if self._mode == self.MODE_11G: 311 return self._mode in (self.MODE_11N_MIXED, self.MODE_11N_PURE) 317 return self._mode in (self.MODE_11AC_MIXED, self.MODE_11AC_PURE) 516 self._mode = mode 528 'frequency %d' % (self._mode, self.frequency)) 576 self._mode, 612 if self._mode == self.MODE_11A and frequency < 5000: [all …]
|
/external/valgrind/include/ |
D | pub_tool_basics.h | 198 SysResMode _mode; member 277 switch (sr._mode) { in sr_isError() 290 switch (sr._mode) { in sr_Res() 303 switch (sr._mode) { in sr_ResHI() 316 switch (sr._mode) { in sr_Err() 330 return sr1._mode == sr2._mode in sr_EQ()
|
/external/libvncserver/webclients/novnc/include/ |
D | websock.js | 59 this._mode = 'base64'; // Current WebSocket mode: 'binary', 'base64' 285 this._mode = this._websocket.protocol; 288 this._mode = 'base64'; 320 if (this._mode === 'binary') { 330 if (this._mode === 'binary') {
|
/external/opencv3/3rdparty/openexr/IlmImf/ |
D | ImfTileOffsets.cpp | 54 _mode (mode), in TileOffsets() 58 switch (_mode) in TileOffsets() 255 switch (_mode) in isValidTile() 314 switch (_mode) in operator ()() 354 switch (_mode) in operator ()()
|
D | ImfTileOffsets.h | 97 LevelMode _mode; variable
|
/external/valgrind/coregrind/ |
D | m_syscall.c | 220 res._mode = 0; /* invalid */ in VG_() 227 res._mode = isErr ? SysRes_UNIX_ERR : SysRes_UNIX_OK; in VG_() 233 res._mode = SysRes_MACH; in VG_() 239 res._mode = SysRes_MDEP; in VG_() 253 res._mode = 0; /* invalid */ in VG_() 260 res._mode = isErr ? SysRes_UNIX_ERR : SysRes_UNIX_OK; in VG_() 266 res._mode = SysRes_MACH; in VG_() 272 res._mode = SysRes_MDEP; in VG_() 287 r._mode = SysRes_UNIX_ERR; in VG_() 295 r._mode = SysRes_UNIX_OK; in VG_()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/ |
D | locked_file.py | 74 self._mode = mode 129 self._fh = open(self._filename, self._mode) 199 self._fh = open(self._filename, self._mode) 274 self._fh = open(self._filename, self._mode)
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/ |
D | HashList.cs | 64 private EnumerationMode _mode; field in Antlr.Runtime.Collections.HashList.HashListEnumerator 82 _mode = mode; in HashListEnumerator() 154 if (_mode == EnumerationMode.Key) 156 else if (_mode == EnumerationMode.Value)
|
/external/compiler-rt/lib/asan/scripts/ |
D | asan_device_setup | 366 local _mode=$3 369 echo "Installing $_to/$_basename $_mode $_context" 372 if [[ -n "$_mode" ]]; then 373 adb_shell chmod "$_mode" "$_to/$_basename"
|
/external/icu/icu4c/source/test/perf/normperf/ |
D | normperf.h | 77 …uickCheckFn func, ULine* srcLines,int32_t srcNumLines, UNormalizationMode _mode, int32_t opts, UBo… in QuickCheckPerfFunction() argument 82 mode = _mode; in QuickCheckPerfFunction() 87 …ckCheckFn func, const UChar* source,int32_t sourceLen, UNormalizationMode _mode, int32_t opts, UBo… in QuickCheckPerfFunction() argument 92 mode = _mode; in QuickCheckPerfFunction()
|
/external/autotest/client/cros/cellular/wardmodem/ |
D | at_transceiver.py | 80 self._mode = ATTransceiverMode.WARDMODEM 154 return self._mode 172 self._mode = value
|
/external/opencv3/modules/imgproc/perf/ |
D | perf_cvt_color.cpp | 251 int _mode = get<1>(GetParam()), mode = _mode; in PERF_TEST_P() local 265 SANITY_CHECK(dst, _mode == CX_BGRA2HLS_FULL ? 2 : 1); in PERF_TEST_P()
|
/external/autotest/client/cros/ |
D | cros_disks.py | 400 self._mode = mode 454 os.chmod(path, self._mode) 488 os.chmod(path, self._mode)
|
/external/opencv3/apps/traincascade/ |
D | haarfeatures.h | 18 CvHaarFeatureParams( int _mode );
|
D | haarfeatures.cpp | 15 CvHaarFeatureParams::CvHaarFeatureParams( int _mode ) : mode( _mode ) in CvHaarFeatureParams() argument
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | touchbotII_robot_wrapper.py | 66 self._mode = options[OPTIONS.MODE] 320 return (self._mode in [MODE.NOISE, MODE.COMPLETE] 331 return self._mode in [MODE.ROBOT, MODE.QUICKSTEP, MODE.NOISE]
|
/external/icu/icu4c/source/tools/tzcode/ |
D | tz2icu.cpp | 793 const string& _mode, in set() 805 if (_mode == "DOWLEQ") { in set() 807 } else if (_mode == "DOWGEQ") { in set() 809 } else if (_mode == "DOM") { in set() 841 << _mode in set()
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/ |
D | test_stream.py | 165 def makefile(self, _mode, _bufsize=None): argument
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-main.c | 435 VG_(printf)(" {%lu %lu %u}\n", s1->sres._wLO, s1->sres._wHI, s1->sres._mode); in eq_SyscallStatus() 436 VG_(printf)(" {%lu %lu %u}\n", s2->sres._wLO, s2->sres._wHI, s2->sres._mode); in eq_SyscallStatus() 1232 switch (sres._mode) { in putSyscallStatusIntoGuestState() 1247 LibVEX_GuestX86_put_eflag_c( sres._mode==SysRes_UNIX_ERR ? 1 : 0, in putSyscallStatusIntoGuestState() 1265 switch (sres._mode) { in putSyscallStatusIntoGuestState() 1280 LibVEX_GuestAMD64_put_rflag_c( sres._mode==SysRes_UNIX_ERR ? 1 : 0, in putSyscallStatusIntoGuestState()
|
/external/opencv3/modules/calib3d/src/ |
D | stereosgbm.cpp | 84 int _mode ) in StereoSGBMParams() 96 mode = _mode; in StereoSGBMParams() 843 int _mode ) in StereoSGBMImpl() argument 848 _mode ); in StereoSGBMImpl()
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/ |
D | modulegraph.py | 213 for _sfx, _mode, _type in imp.get_suffixes(): 252 for _sfx, _mode, _type in imp.get_suffixes():
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr17168.ll | 134 !77 = !DIDerivedType(tag: DW_TAG_member, name: "_mode", line: 334, size: 32, align: 32, offset: 153…
|
/external/opencv3/modules/imgproc/src/ |
D | imgwarp.cpp | 2753 …ker(const Mat & _src, Mat & _dst, double _inv_scale_x, double _inv_scale_y, int _mode, bool *_ok) : in IPPresizeInvoker() argument 2755 inv_scale_y(_inv_scale_y), pSpec(NULL), mode(_mode), in IPPresizeInvoker()
|
/external/valgrind/perf/ |
D | test_input_for_tinycc.c | 5141 int _mode; member
|