/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/ |
D | AnnotationIntrospectorPair.java | 49 protected final AnnotationIntrospector _primary, _secondary; field in AnnotationIntrospectorPair 53 _primary = p; in AnnotationIntrospectorPair() 59 return _primary.version(); in version() 87 _primary.allIntrospectors(result); in allIntrospectors() 96 return _primary.isAnnotationBundle(ann) || _secondary.isAnnotationBundle(ann); in isAnnotationBundle() 108 PropertyName name1 = _primary.findRootName(ac); in findRootName() 125 JsonIgnoreProperties.Value v1 = _primary.findPropertyIgnoralByName(config, ann); in findPropertyIgnoralByName() 134 JsonIncludeProperties.Value v1 = _primary.findPropertyInclusionByName(config, a); in findPropertyInclusionByName() 142 Boolean result = _primary.isIgnorableType(ac); in isIgnorableType() 152 Object id = _primary.findFilterId(ann); in findFilterId() [all …]
|
/external/tensorflow/tensorflow/python/distribute/ |
D | values.py | 170 return self._primary 175 def _primary(self): member in DistributedValues 455 self._common_name = self._primary.name.split(":")[0] 537 return self._primary.is_initialized() 540 result = self._primary.is_initialized() 554 return self._primary.initializer 573 return self._primary.constraint 577 return self._primary.graph 585 return self._primary._unique_id # pylint: disable=protected-access 590 return self._primary._graph_key # pylint: disable=protected-access [all …]
|
D | tpu_values.py | 85 self._handle_id = self._common_name + "_" + str(id(self._primary)) 169 return self._primary.op 170 return values.DistributedVarOp(self._primary.op.name, 171 self._primary.op.graph, 172 self._primary.op.traceback, 173 self._primary.op.type) 196 return self._primary.assign_sub(value, use_locking, name, read_value) 202 return self._primary.assign_add(value, use_locking, name, read_value) 208 return self._primary.assign(value, use_locking, name, read_value) 214 return self._primary.scatter_sub(sparse_delta, use_locking, name) [all …]
|
D | values_test.py | 662 self.assertIs(captures[0][0], v._primary.handle) 696 _test(lambda: self.assertEqual(v.device, v._primary.device), v) 699 _test(lambda: self.assertIs(v.graph, v._primary.graph), v) 702 _test(lambda: self.assertIs(v.initializer, v._primary.initializer), v) 705 _test(lambda: self.assertIs(v.op, v._primary.op), v) 763 _test(lambda: self.assertIs(v.handle, v._primary.handle), v)
|
D | mirrored_strategy_test.py | 1378 concrete_forward = forward.get_concrete_function(x, w._primary, b._primary) 1395 self.assertEqual(self.evaluate(g1._primary), 1.0) 1396 self.assertEqual(self.evaluate(g2._primary), 1.0)
|
D | cross_device_ops.py | 1159 … index.append(array_ops.identity(all_reduced._primary)) # pylint: disable=protected-access 1329 … index.append(array_ops.identity(all_gathered._primary)) # pylint: disable=protected-access
|
D | parameter_server_strategy.py | 536 return x._primary # pylint: disable=protected-access
|
/external/python/cpython2/Lib/ |
D | string.py | 92 self._primary = primary 97 return self._primary[key]
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/ |
D | LeftRecursiveRules.stg | 37 recPrimaryName(ruleName) ::= "<ruleName>_primary"
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/ |
D | JavaScript.stg | 795 recRuleSetResultAction() ::= "root_0=$<ruleName>_primary.tree;"
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Scala/ |
D | Scala.stg | 849 recRuleSetResultAction() ::= "root_0=$<ruleName>_primary.tree;"
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
D | Python.stg | 944 recRuleSetResultAction() ::= "root_0 = $<ruleName>_primary.tree"
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Python3/ |
D | Python3.stg | 951 recRuleSetResultAction() ::= "root_0 = $<ruleName>_primary.tree"
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
D | Ruby.stg | 1391 recRuleSetResultAction() ::= "root_0=$<ruleName>_primary.tree;"
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
D | Java.stg | 874 recRuleSetResultAction() ::= "root_0=$<ruleName>_primary.tree;"
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
D | ActionScript.stg | 811 recRuleSetResultAction() ::= "root_0=$<ruleName>_primary.tree;"
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
D | CSharp3.stg | 1121 recRuleSetResultAction() ::= "root_0=$<ruleName>_primary.tree;"
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
D | CSharp2.stg | 1141 recRuleSetResultAction() ::= "root_0=$<ruleName>_primary.tree;"
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
D | ObjC.stg | 1353 recRuleSetResultAction() ::= "root_0=$<ruleName>_primary.tree;"
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Cpp/ |
D | Cpp.stg | 1814 recRuleSetResultAction() ::= "root_0=$<ruleName>_primary.tree;"
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/C/ |
D | C.stg | 2275 recRuleSetResultAction() ::= "root_0=$<ruleName>_primary.tree;"
|