/external/grpc-grpc/src/python/grpcio/grpc/beta/ |
D | _client_adaptations.py | 294 self._group = group 307 self._channel, self._group, self._method, timeout, with_call, 313 self._channel, self._group, self._method, timeout, protocol_options, 332 self._group = group 340 self._channel, self._group, self._method, timeout, protocol_options, 359 self._group = group 372 self._channel, self._group, self._method, timeout, with_call, 383 self._channel, self._group, self._method, timeout, protocol_options, 401 self._group = group 413 self._channel, self._group, self._method, timeout, protocol_options, [all …]
|
/external/clang/test/SemaObjC/ |
D | unused.m | 113 id _group; 124 if (!_group) { 125 _group = @"group"; 127 return _group;
|
/external/mesa3d/src/intel/compiler/ |
D | brw_fs_builder.h | 59 _group(0), in fs_builder() 74 _group(inst->group), in fs_builder() 121 bld._group += i * n; in group() 175 return _group; in group() 363 inst->group = _group; in emit() 651 unsigned _group; variable
|
D | brw_vec4_builder.h | 56 _dispatch_width(dispatch_width), _group(0), in shader() 70 _dispatch_width(inst->exec_size), _group(inst->group), in vec4_builder() 117 bld._group += i * n; in group() 162 return _group; in group() 623 unsigned _group; variable
|
/external/tensorflow/tensorflow/contrib/kafka/python/ops/ |
D | kafka_dataset_ops.py | 59 self._group = ops.convert_to_tensor( 69 self._group, self._eof, self._timeout)
|
/external/python/cpython2/Lib/ |
D | locale.py | 142 def _group(s, monetary=False): function 210 parts[0], seps = _group(parts[0], monetary=monetary) 219 formatted, seps = _group(formatted, monetary=monetary)
|
/external/python/cpython3/Lib/ |
D | locale.py | 138 def _group(s, monetary=False): function 193 parts[0], seps = _group(parts[0], monetary=monetary) 202 formatted, seps = _group(formatted, monetary=monetary)
|
D | shutil.py | 1050 _group = group 1062 _group = -1 1064 _group = _get_gid(group) 1065 if _group is None: 1068 os.chown(path, _user, _group)
|
/external/tensorflow/tensorflow/python/distribute/ |
D | distribute_lib.py | 559 return self._extended._group(value, name) # pylint: disable=protected-access 1275 def _group(self, value, name=None): member in DistributionStrategyExtended
|
D | values.py | 1418 g = extended._group(u) # pylint: disable=protected-access
|
/external/autotest/client/bin/ |
D | job.py | 534 _group, testname = self.pkgmgr.get_package_name(url, 'test') 1274 _group, testname = self.pkgmgr.get_package_name(url, 'test')
|
/external/clang/bindings/python/clang/ |
D | cindex.py | 474 token._group = token_group
|
/external/libxkbcommon/xkbcommon/test/data/keymaps/ |
D | host.xkb | 1089 xkb_symbols "pc_us_pt_2_us_3_inet(evdev)_group(shift_caps_toggle)_compose(ralt)" {
|