Home
last modified time | relevance | path

Searched defs:representation (Results 1 – 25 of 56) sorted by relevance

123

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DGenericKey.java8 private Object representation; field in GenericKey
14 public GenericKey(Object representation) in GenericKey()
20 public GenericKey(AlgorithmIdentifier algorithmIdentifier, byte[] representation) in GenericKey()
26 protected GenericKey(AlgorithmIdentifier algorithmIdentifier, Object representation) in GenericKey()
/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
DAbstractListChromosome.java34 private final List<T> representation; field in AbstractListChromosome
40 public AbstractListChromosome(final List<T> representation) { in AbstractListChromosome()
53 public AbstractListChromosome(final T[] representation) { in AbstractListChromosome()
DBinaryChromosome.java35 public BinaryChromosome(List<Integer> representation) { in BinaryChromosome()
43 public BinaryChromosome(Integer[] representation) { in BinaryChromosome()
DRandomKey.java81 public RandomKey(List<Double> representation) { in RandomKey()
98 public RandomKey(Double[] representation) { in RandomKey()
119 …private static <S> List<S> decodeGeneric(List<S> sequence, List<Double> representation, List<Doubl… in decodeGeneric()
/external/v8/src/ic/
Dhandler-configuration-inl.h84 Representation representation, in StoreField()
120 Representation representation) { in StoreField()
127 Representation representation, in TransitionToField()
Dhandler-compiler.cc498 Representation representation = details.representation(); in CompileStoreTransition() local
/external/v8/src/compiler/
Djs-global-object-specialization.cc51 FieldAccess ForPropertyCellValue(MachineRepresentation representation, in ForPropertyCellValue()
119 MachineRepresentation representation = MachineRepresentation::kTagged; in ReduceJSLoadGlobal() local
195 MachineRepresentation representation = MachineRepresentation::kTagged; in ReduceJSStoreGlobal() local
Dcommon-operator.h86 : representation_(representation), hint_(hint) {} in representation_() argument
88 MachineRepresentation representation() const { return representation_; } in representation() function
Dmachine-operator.h54 StoreRepresentation(MachineRepresentation representation, in StoreRepresentation()
59 MachineRepresentation representation() const { return representation_; } in representation() function
Drepresentation-change.h125 : representation_(representation), in representation_() argument
208 MachineRepresentation representation() const { return representation_; } in representation() function
Dmachine-graph-verifier.cc447 MachineRepresentation representation) { in CheckValueInputRepresentationIs()
609 int GetRepresentationProperties(MachineRepresentation representation) { in GetRepresentationProperties()
/external/v8/src/
Dproperty-details.h289 PropertyDetails CopyWithRepresentation(Representation representation) const { in CopyWithRepresentation()
302 static uint8_t EncodeRepresentation(Representation representation) { in EncodeRepresentation()
323 Representation representation() const { in representation() function
384 PropertyDetails(int value, Representation representation) { in PropertyDetails()
Dmachine-type.h58 MachineType(MachineRepresentation representation, MachineSemantic semantic) in MachineType()
69 MachineRepresentation representation() const { return representation_; } in representation() function
Dproperty.cc26 Representation representation) in DataDescriptor()
Dproperty.h76 PropertyAttributes attributes, Representation representation) in DataDescriptor()
Dlookup.h236 Representation representation() const { in representation() function
Dcode-stubs-hydrogen.cc735 Representation representation = index.is_double() in BuildLoadNamedField() local
783 Representation representation, bool transition_to_field) { in BuildStoreNamedField()
Dcode-stubs.h1323 Representation representation) in StoreFieldStub()
1338 Representation representation() const { in representation() function
1374 Representation representation, StoreMode store_mode) in StoreTransitionStub()
1386 Representation representation() const { in representation() function
/external/libunwind_llvm/src/
DUnwind-EHABI.cpp770 static uint64_t ValueAsBitPattern(_Unwind_VRS_DataRepresentation representation, in ValueAsBitPattern()
790 uint32_t regno, _Unwind_VRS_DataRepresentation representation, in _Unwind_VRS_Set()
843 _Unwind_VRS_DataRepresentation representation, in _Unwind_VRS_Get_Internal()
892 _Unwind_VRS_DataRepresentation representation, in _Unwind_VRS_Get()
908 _Unwind_VRS_DataRepresentation representation) { in _Unwind_VRS_Pop()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
DX9Curve.java66 ASN1ObjectIdentifier representation in X9Curve() local
/external/v8/src/crankshaft/
Dhydrogen-escape-analysis.cc147 Representation representation = load->representation(); in NewLoadReplacement() local
/external/v8/src/ast/
Dast-types.cc752 const bitset representation = in Intersect() local
965 const bitset representation = in Union() local
1036 bitset representation = AST_REPRESENTATION(bits); in NormalizeUnion() local
Dast-types.h484 AstBitsetType::bitset representation, Zone* zone) { in New()
492 static AstType* New(Limits lim, AstBitsetType::bitset representation, in New()
/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/
DDynamicSymmetry.h68 std::vector<int> representation; member
/external/robolectric/v1/src/main/java/android/net/
DUri__FromAndroid.java1970 int representation = parcel.readInt(); in readFrom() local
2154 int representation = parcel.readInt(); in readFrom() local

123