/external/libnl/python/netlink/route/qdisc/ |
D | htb.py | 51 self._class = cl 56 rate = capi.rtnl_htb_get_rate(self._class._rtnl_class) 61 capi.rtnl_htb_set_rate(self._class._rtnl_class, int(value)) 66 ceil = capi.rtnl_htb_get_ceil(self._class._rtnl_class) 71 capi.rtnl_htb_set_ceil(self._class._rtnl_class, int(value)) 76 burst = capi.rtnl_htb_get_rbuffer(self._class._rtnl_class) 81 capi.rtnl_htb_set_rbuffer(self._class._rtnl_class, int(value)) 86 burst = capi.rtnl_htb_get_cbuffer(self._class._rtnl_class) 91 capi.rtnl_htb_set_cbuffer(self._class._rtnl_class, int(value)) 96 return capi.rtnl_htb_get_prio(self._class._rtnl_class) [all …]
|
/external/tensorflow/tensorflow/core/profiler/internal/testdata/ |
D | graph.pbtxt | 59 key: "_class" 100 key: "_class" 138 key: "_class" 183 key: "_class" 230 key: "_class" 259 key: "_class" 280 key: "_class" 334 key: "_class" 374 key: "_class" 395 key: "_class" [all …]
|
/external/libtextclassifier/utils/java/ |
D | jni-cache.cc | 53 result->FIELD##_class = MakeGlobalRef(env->FindClass(NAME), env, jvm); \ 54 TC3_CHECK_JNI_PTR(result->FIELD##_class) << "Error finding class: " << NAME; 60 result->FIELD##_class = MakeGlobalRef(clazz, env, jvm); \ 67 env->GetMethodID(result->CLASS##_class.get(), NAME, SIGNATURE); \ 72 if (result->CLASS##_class != nullptr) { \ 74 env->GetMethodID(result->CLASS##_class.get(), NAME, SIGNATURE); \ 79 if (result->CLASS##_class != nullptr) { \ 81 env->GetStaticMethodID(result->CLASS##_class.get(), NAME, SIGNATURE); \ 87 env->GetStaticMethodID(result->CLASS##_class.get(), NAME, SIGNATURE); \ 93 env->GetStaticFieldID(result->CLASS##_class.get(), NAME, SIGNATURE); \ [all …]
|
/external/python/cpython2/Lib/plat-mac/ |
D | MiniAEFrame.py | 136 _class = _attributes['evcl'].type 139 if (_class, _type) in self.ae_handlers: 140 _function = self.ae_handlers[(_class, _type)] 141 elif (_class, '****') in self.ae_handlers: 142 _function = self.ae_handlers[(_class, '****')] 146 raise 'Cannot happen: AE callback without handler', (_class, _type) 151 _parameters['_class'] = _class 195 def other(self, _object=None, _class=None, _type=None, **args): argument 196 print 'AppleEvent', (_class, _type), 'for', _object, 'Other args:', args
|
/external/libkmsxx/py/tests/ |
D | sync.py | 27 def fire(_class): argument 29 while len(_class.timers) > 0: 30 timer = _class.timers[0] 34 del _class.timers[0] 39 def next_timeout(_class): argument 41 if len(_class.timers) == 0 or _class.timers[0].timeout < clk: 44 return _class.timers[0].timeout - clk
|
/external/python/cpython3/Lib/email/ |
D | parser.py | 18 def __init__(self, _class=None, *, policy=compat32): argument 39 self._class = _class 50 feedparser = FeedParser(self._class, policy=self.policy)
|
/external/emma/core/java12/com/vladium/util/exception/ |
D | AbstractRuntimeException.java | 187 final Class _class = getClass (); in getMessage() local 191 msg = ExceptionCommon.getMessage (_class, supermsg); in getMessage() 195 msg = ExceptionCommon.getMessage (_class, supermsg, m_arguments); in getMessage() 201 final String className = _class.getName (); in getMessage()
|
D | AbstractException.java | 187 final Class _class = getClass (); in getMessage() local 191 msg = ExceptionCommon.getMessage (_class, supermsg); in getMessage() 195 msg = ExceptionCommon.getMessage (_class, supermsg, m_arguments); in getMessage() 201 final String className = _class.getName (); in getMessage()
|
/external/python/cpython2/Lib/email/ |
D | parser.py | 45 self._class = kws['_class'] 48 self._class = Message 64 feedparser = FeedParser(self._class)
|
/external/python/cpython3/Doc/library/ |
D | email.parser.rst | 139 .. class:: BytesParser(_class=None, *, policy=policy.compat32) 141 Create a :class:`BytesParser` instance. The *_class* and *policy* 151 .. versionchanged:: 3.6 *_class* defaults to the policy ``message_factory``. 186 .. class:: BytesHeaderParser(_class=None, *, policy=policy.compat32) 194 .. class:: Parser(_class=None, *, policy=policy.compat32) 200 .. versionchanged:: 3.6 *_class* defaults to the policy ``message_factory``. 224 .. class:: HeaderParser(_class=None, *, policy=policy.compat32) 237 .. function:: message_from_bytes(s, _class=None, *, policy=policy.compat32) 240 equivalent to ``BytesParser().parsebytes(s)``. Optional *_class* and 249 .. function:: message_from_binary_file(fp, _class=None, *, \ [all …]
|
/external/tensorflow/tensorflow/python/framework/testdata/ |
D | metrics_export_meta_graph.pb | 763 key: "_class" 802 key: "_class" 857 key: "_class" 898 key: "_class" 919 key: "_class" 958 key: "_class" 1013 key: "_class" 1054 key: "_class" 1213 key: "_class" 1250 key: "_class"
|
/external/tensorflow/tensorflow/core/grappler/costs/graph_properties_testdata/ |
D | loops_and_resource_vars.pbtxt | 62 key: "_class" 81 key: "_class" 272 key: "_class" 292 key: "_class" 542 key: "_class" 562 key: "_class"
|
D | while_loop_var_handle_op.pbtxt | 23 key: "_class" 171 key: "_class" 185 key: "_class"
|
D | nested_loop.pbtxt | 197 key: "_class" 217 key: "_class" 414 key: "_class" 434 key: "_class"
|
D | merge_without_loops.pbtxt | 164 key: "_class" 231 key: "_class"
|
D | loops_and_queues.pbtxt | 234 key: "_class" 254 key: "_class" 567 key: "_class" 587 key: "_class"
|
D | while_loop.pbtxt | 190 key: "_class" 210 key: "_class"
|
D | queues_and_loops.pbtxt | 307 key: "_class" 327 key: "_class"
|
/external/tensorflow/tensorflow/cc/saved_model/testdata/half_plus_two_pbtxt/00000123/ |
D | saved_model.pbtxt | 535 key: "_class" 575 key: "_class" 672 key: "_class" 712 key: "_class" 809 key: "_class" 849 key: "_class" 1524 key: "_class" 1564 key: "_class" 1623 key: "_class" 1935 key: "_class" [all …]
|
/external/python/cpython2/Doc/library/ |
D | email.parser.rst | 103 .. class:: Parser([_class]) 106 *_class*. This must be a callable factory (such as a function or a class), and 167 .. function:: message_from_string(s[, _class[, strict]]) 170 ``Parser().parsestr(s)``. Optional *_class* and *strict* are interpreted as 177 .. function:: message_from_file(fp[, _class[, strict]]) 180 exactly equivalent to ``Parser().parse(fp)``. Optional *_class* and *strict*
|
D | miniaeframe.rst | 58 ``_class`` and ``_type`` are the Class and Type designators and ``_attributes``
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | lstm_layer_inference.pbtxt | 190 key: "_class" 222 key: "_class" 473 key: "_class" 505 key: "_class" 700 key: "_class" 732 key: "_class" 927 key: "_class" 959 key: "_class" 1154 key: "_class" 1186 key: "_class" [all …]
|
/external/antlr/runtime/Python/ |
D | xmlrunner.py | 31 (self._class, self._method) = test.id().rsplit(".", 1) 62 "class": self._class,
|
/external/tensorflow/tensorflow/c/ |
D | c_api_experimental.cc | 1201 key: "_class" in CreateImagenetDatasetFunctions() 1255 key: "_class" in CreateImagenetDatasetFunctions() 1337 key: "_class" in CreateImagenetDatasetFunctions() 1357 key: "_class" in CreateImagenetDatasetFunctions() 1411 key: "_class" in CreateImagenetDatasetFunctions() 1664 key: "_class" in CreateImagenetDatasetFunctions() 1684 key: "_class" in CreateImagenetDatasetFunctions() 1761 key: "_class" in CreateImagenetDatasetFunctions() 2464 key: "_class" in CreateImagenetDatasetFunctions() 2933 key: "_class" in CreateImagenetDatasetFunctions() [all …]
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | loop_optimizer_test.cc | 853 key: "_class" in TEST_F() 874 key: "_class" in TEST_F() 895 key: "_class" in TEST_F() 974 key: "_class" in TEST_F() 1120 key: "_class" in TEST_F() 1291 key: "_class" in TEST_F()
|