/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/ |
D | GenericKey.java | 8 private Object representation; field in GenericKey 14 public GenericKey(Object representation) in GenericKey() argument 17 this.representation = representation; in GenericKey() 20 public GenericKey(AlgorithmIdentifier algorithmIdentifier, byte[] representation) in GenericKey() argument 23 this.representation = representation; in GenericKey() 26 protected GenericKey(AlgorithmIdentifier algorithmIdentifier, Object representation) in GenericKey() argument 29 this.representation = representation; in GenericKey() 39 return representation; in getRepresentation()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/ |
D | AbstractListChromosome.java | 34 private final List<T> representation; field in AbstractListChromosome 40 public AbstractListChromosome(final List<T> representation) { in AbstractListChromosome() argument 42 checkValidity(representation); in AbstractListChromosome() 46 this.representation = Collections.unmodifiableList(new ArrayList<T> (representation)); in AbstractListChromosome() 53 public AbstractListChromosome(final T[] representation) { in AbstractListChromosome() argument 54 this(Arrays.asList(representation)); in AbstractListChromosome() 71 return representation; in getRepresentation()
|
D | RandomKey.java | 81 public RandomKey(List<Double> representation) { in RandomKey() argument 82 super(representation); in RandomKey() 98 public RandomKey(Double[] representation) { in RandomKey() argument 99 this(Arrays.asList(representation)); in RandomKey() 119 …private static <S> List<S> decodeGeneric(List<S> sequence, List<Double> representation, List<Doubl… in decodeGeneric() argument 122 if (representation.size() != l) { in decodeGeneric() 123 …for decoding (%s) has to be equal to the length of the RandomKey (%s)", l, representation.size())); in decodeGeneric() 125 if (representation.size() != sortedRepr.size()) { in decodeGeneric() 126 …rmat("Representation and sortedRepr must have same sizes, %d != %d", representation.size(), sorted… in decodeGeneric() 129 …List<Double> reprCopy = new ArrayList<Double> (representation);// do not modify the orig. represen… in decodeGeneric()
|
D | BinaryChromosome.java | 35 public BinaryChromosome(List<Integer> representation) { in BinaryChromosome() argument 36 super(representation); in BinaryChromosome() 43 public BinaryChromosome(Integer[] representation) { in BinaryChromosome() argument 44 super(representation); in BinaryChromosome()
|
/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/ |
D | DynamicSymmetry.h | 68 std::vector<int> representation; member 72 for (std::size_t i = 0; i < representation.size(); i++) in isId() 73 if (i != (size_t)representation[i]) in isId() 93 …return std::array<Index, N>{{ idx[n >= m_numIndices ? n : m_elements[which].representation[n]]... … in h_permute() 101 for (auto k : m_elements[which].representation) in h_permute() 111 result.representation.reserve(m_numIndices); in ge() 115 result.representation.push_back(g.two); in ge() 117 result.representation.push_back(g.one); in ge() 119 result.representation.push_back(int(k)); in ge() 143 if (ee.representation == e.representation) in findElement() [all …]
|
/external/libunwind_llvm/src/ |
D | Unwind-EHABI.cpp | 733 static uint64_t ValueAsBitPattern(_Unwind_VRS_DataRepresentation representation, in ValueAsBitPattern() argument 736 switch (representation) { in ValueAsBitPattern() 753 uint32_t regno, _Unwind_VRS_DataRepresentation representation, in _Unwind_VRS_Set() argument 758 representation, in _Unwind_VRS_Set() 759 ValueAsBitPattern(representation, valuep)); in _Unwind_VRS_Set() 763 if (representation != _UVRSD_UINT32 || regno > 15) in _Unwind_VRS_Set() 770 if (representation != _UVRSD_VFPX && representation != _UVRSD_DOUBLE) in _Unwind_VRS_Set() 772 if (representation == _UVRSD_VFPX) { in _Unwind_VRS_Set() 787 if (representation != _UVRSD_UINT32 || regno > 3) in _Unwind_VRS_Set() 794 if (representation != _UVRSD_DOUBLE || regno > 31) in _Unwind_VRS_Set() [all …]
|
/external/v8/src/ |
D | machine-type.h | 62 constexpr MachineType(MachineRepresentation representation, in MachineType() argument 64 : representation_(representation), semantic_(semantic) {} in MachineType() 67 return representation() == other.representation() && 75 constexpr MachineRepresentation representation() const { in representation() function 81 return representation() == MachineRepresentation::kNone; in IsNone() 93 return representation() == MachineRepresentation::kTaggedPointer || in IsTagged() 94 representation() == MachineRepresentation::kTaggedSigned || in IsTagged() 95 representation() == MachineRepresentation::kTagged; in IsTagged() 231 return ElementSizeLog2Of(this->representation()) <= kPointerSizeLog2; in LessThanOrEqualPointerSize() 244 return static_cast<size_t>(type.representation()) + in hash_value()
|
D | map-updater.cc | 76 Representation representation) const { in GetOrComputeFieldType() 83 return GetValue(descriptor)->OptimalType(isolate_, representation); in GetOrComputeFieldType() 89 PropertyLocation location, Representation representation) { in GetOrComputeFieldType() argument 96 ->OptimalType(isolate_, representation); in GetOrComputeFieldType() 103 Representation representation, in ReconfigureToDataField() argument 121 Representation old_representation = old_details.representation(); in ReconfigureToDataField() 122 new_representation_ = representation.generalize(old_representation); in ReconfigureToDataField() 136 new_representation_ = representation; in ReconfigureToDataField() 206 Representation old_representation = old_details.representation(); in TryRecofigureToDataFieldInplace() 228 .representation() in TryRecofigureToDataFieldInplace() [all …]
|
D | property.cc | 31 Representation representation, int field_index) in Descriptor() argument 34 details_(kind, attributes, location, constness, representation, in Descriptor() 49 Representation representation) { in DataField() argument 51 representation, MaybeObjectHandle(FieldType::Any(isolate))); in DataField() 57 Representation representation, in DataField() argument 60 PropertyDetails details(kData, attributes, kField, constness, representation, in DataField() 115 os << ":" << representation().Mnemonic(); in PrintAsFastTo()
|
D | property-details.h | 247 Representation representation, int field_index = 0) { 251 RepresentationField::encode(EncodeRepresentation(representation)) | 278 PropertyDetails CopyWithRepresentation(Representation representation) const { in CopyWithRepresentation() argument 279 return PropertyDetails(value_, representation); in CopyWithRepresentation() 294 static uint8_t EncodeRepresentation(Representation representation) { in EncodeRepresentation() argument 295 return representation.kind(); in EncodeRepresentation() 314 Representation representation() const { in representation() function 394 PropertyDetails(int value, Representation representation) { in PropertyDetails() argument 396 value, EncodeRepresentation(representation)); in PropertyDetails()
|
D | field-index.h | 28 Representation representation = Representation::Tagged()); 90 static Encoding FieldEncoding(Representation representation) { in FieldEncoding() argument 91 switch (representation.kind()) { in FieldEncoding() 102 PrintF("%s\n", representation.Mnemonic()); in FieldEncoding()
|
/external/python/pyasn1/pyasn1/type/ |
D | tagmap.py | 59 representation = '%s object at 0x%x' % (self.__class__.__name__, id(self)) 62 representation += ' present %s' % repr(self.__presentTypes) 65 representation += ' skip %s' % repr(self.__skipTypes) 68 representation += ' default %s' % repr(self.__defaultType) 70 return '<%s>' % representation
|
D | tag.py | 67 representation = '[%s:%s:%s]' % (self.__tagClass, self.__tagFormat, self.__tagId) 68 return '<%s object at 0x%x tag %s>' % (self.__class__.__name__, id(self), representation) 195 representation = '-'.join(['%s:%s:%s' % (x.tagClass, x.tagFormat, x.tagId) 197 if representation: 198 representation = 'tags ' + representation 200 representation = 'untagged' 202 return '<%s object at 0x%x %s>' % (self.__class__.__name__, id(self), representation)
|
D | namedval.py | 107 representation = ', '.join(['%s=%d' % x for x in self.items()]) 109 if len(representation) > 64: 110 representation = representation[:32] + '...' + representation[-32:] 112 return '<%s object 0x%x enums %s>' % (self.__class__.__name__, id(self), representation)
|
D | base.py | 251 representation = '%s %s object at 0x%x' % ( 257 representation += ' %s %s' % (attr, value) 263 representation += ' payload [%s]' % value 265 return '<%s>' % representation 473 representation = '%s %s object at 0x%x' % ( 479 representation += ' %s=%r' % (attr, value) 482 representation += ' payload [%s]' % ', '.join([repr(x) for x in self._componentValues]) 484 return '<%s>' % representation
|
/external/golang-protobuf/ptypes/wrappers/ |
D | wrappers.proto | 50 // The JSON representation for `DoubleValue` is JSON number. 58 // The JSON representation for `FloatValue` is JSON number. 66 // The JSON representation for `Int64Value` is JSON string. 74 // The JSON representation for `UInt64Value` is JSON string. 82 // The JSON representation for `Int32Value` is JSON number. 90 // The JSON representation for `UInt32Value` is JSON number. 98 // The JSON representation for `BoolValue` is JSON `true` and `false`. 106 // The JSON representation for `StringValue` is JSON string. 114 // The JSON representation for `BytesValue` is JSON string.
|
/external/protobuf/src/google/protobuf/ |
D | wrappers.proto | 51 // The JSON representation for `DoubleValue` is JSON number. 59 // The JSON representation for `FloatValue` is JSON number. 67 // The JSON representation for `Int64Value` is JSON string. 75 // The JSON representation for `UInt64Value` is JSON string. 83 // The JSON representation for `Int32Value` is JSON number. 91 // The JSON representation for `UInt32Value` is JSON number. 99 // The JSON representation for `BoolValue` is JSON `true` and `false`. 107 // The JSON representation for `StringValue` is JSON string. 115 // The JSON representation for `BytesValue` is JSON string.
|
D | struct.proto | 46 // might be supported by a native representation. For example, in 48 // object. The details of that representation are described together 51 // The JSON representation for `Struct` is JSON object. 62 // The JSON representation for `Value` is JSON value. 84 // The JSON representation for `NullValue` is JSON `null`. 92 // The JSON representation for `ListValue` is JSON array.
|
/external/v8/src/compiler/ |
D | load-elimination.h | 86 MachineRepresentation representation, Zone* zone) in NON_EXPORTED_BASE() 88 elements_[next_index_++] = Element(object, index, value, representation); in NON_EXPORTED_BASE() 92 MachineRepresentation representation, in NON_EXPORTED_BASE() 96 Element(object, index, value, representation); in NON_EXPORTED_BASE() 101 MachineRepresentation representation) const; in NON_EXPORTED_BASE() 113 MachineRepresentation representation) in NON_EXPORTED_BASE() 117 representation(representation) {} in NON_EXPORTED_BASE() 122 MachineRepresentation representation = MachineRepresentation::kNone; in NON_EXPORTED_BASE() member 246 MachineRepresentation representation, in NON_EXPORTED_BASE() 251 MachineRepresentation representation) const; in NON_EXPORTED_BASE()
|
D | machine-graph-verifier.cc | 66 return call_descriptor->GetReturnType(index).representation(); in GetProjectionType() 100 .representation(); in Run() 104 linkage_->GetReturnType().representation()); in Run() 118 LoadRepresentationOf(node->op()).representation()); in Run() 128 LoadRepresentationOf(node->op()).representation()); in Run() 139 call_descriptor->GetReturnType(0).representation(); in Run() 158 AtomicOpType(node->op()).representation()); in Run() 163 StoreRepresentationOf(node->op()).representation()); in Run() 570 switch (type.representation()) { in Run() 581 type.representation()); in Run() [all …]
|
/external/python/cpython2/Doc/library/ |
D | pprint.rst | 16 types, the representation may not be loadable. This may be the case if objects 20 The formatted representation keeps objects on a single line if it can, and 46 formatted representation. The keywords are *indent*, *depth*, and *width*. The 78 Return the formatted representation of *object* as a string. *indent*, *width* 88 Prints the formatted representation of *object* on *stream*, followed by a 113 Determine if the formatted representation of *object* is "readable," or can be 123 Determine if *object* requires a recursive representation. 130 Return a string representation of *object*, protected against recursive data 131 structures. If the representation of *object* exposes a recursive entry, the 133 id=number>``. The representation is not otherwise formatted. [all …]
|
/external/pdfium/third_party/lcms/ |
D | 0019-utf8.patch | 39 //device representation of the color are given. Both representations are 16-bit values. 40 -//The device representation corresponds to the header<92>s <93>color space of data<94> field. 41 -//This representation should be consistent with the <93>number of device components<94> 42 +//The device representation corresponds to the header's 'color space of data' field. 43 +//This representation should be consistent with the 'number of device components' 45 -//The PCS representation corresponds to the header<92>s PCS field. The PCS representation 46 +//The PCS representation corresponds to the header's PCS field. The PCS representation
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_DatasetToGraph.pbtxt | 7 A variant tensor representing the dataset to return the graph representation for. 13 The graph representation of the dataset (as serialized GraphDef). 18 Returns a graph representation for `input_dataset`.
|
/external/grpc-grpc/doc/ |
D | internationalization.md | 17 Recommended representation in language-specific APIs: string type. 22 Recommended representation in language-specific APIs: string/unicode string. 31 Recommended representation in language-specific APIs: unicode string. 36 Recommended representation in language-specific APIs: string. 41 Recommended representation in language-specific APIs: string.
|
/external/golang-protobuf/ptypes/struct/ |
D | struct.proto | 46 // might be supported by a native representation. For example, in 48 // object. The details of that representation are described together 51 // The JSON representation for `Struct` is JSON object. 62 // The JSON representation for `Value` is JSON value. 84 // The JSON representation for `NullValue` is JSON `null`. 92 // The JSON representation for `ListValue` is JSON array.
|