Home
last modified time | relevance | path

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

12

/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/
Dproperty-details.h211 PropertyDetails CopyWithRepresentation(Representation representation) const { in CopyWithRepresentation()
224 static uint8_t EncodeRepresentation(Representation representation) { in EncodeRepresentation()
242 Representation representation() const { in representation() function
287 PropertyDetails(int value, Representation representation) { in PropertyDetails()
Dproperty.h81 Representation representation) in FieldDescriptor()
88 Representation representation) in FieldDescriptor()
156 Representation representation() const { in representation() function
Dlookup.h130 Representation representation() const { in representation() function
Dhydrogen-escape-analysis.cc146 Representation representation = load->representation(); in NewLoadReplacement() local
Dcode-stubs.h969 Representation representation) in StoreFieldStub()
982 Representation representation() { in representation() function
1036 Representation representation() { in representation() function
Dcode-stubs-hydrogen.cc559 Representation representation = index.is_double() in BuildLoadNamedField() local
724 Representation representation) { in BuildStoreNamedField()
Dhydrogen-instructions.cc1513 HValue* value, Representation representation) { in New()
4581 Representation representation) { in ForMapAndOffset()
4646 Representation representation) { in ForBackingStoreOffset()
4654 Representation representation, in ForField()
Ddeoptimizer.h795 SlotRef(Address addr, SlotRepresentation representation) in SlotRef()
Dlithium.h435 Representation representation, in AddValue()
/external/v8/test/cctest/
Dgay-shortest.h36 const char* representation; member
Dgay-precision.h37 const char* representation; member
Dgay-fixed.h37 const char* representation; member
Dtest-bignum-dtoa.cc46 static void TrimRepresentation(Vector<char> representation) { in TrimRepresentation()
Dtest-dtoa.cc46 static void TrimRepresentation(Vector<char> representation) { in TrimRepresentation()
Dtest-fast-dtoa.cc46 static void TrimRepresentation(Vector<char> representation) { in TrimRepresentation()
/external/libcxxabi/src/Unwind/
DUnwind-EHABI.cpp764 static uint64_t ValueAsBitPattern(_Unwind_VRS_DataRepresentation representation, in ValueAsBitPattern()
784 uint32_t regno, _Unwind_VRS_DataRepresentation representation, in _Unwind_VRS_Set()
837 _Unwind_VRS_DataRepresentation representation, in _Unwind_VRS_Get_Internal()
886 _Unwind_VRS_DataRepresentation representation, in _Unwind_VRS_Get()
902 _Unwind_VRS_DataRepresentation representation) { in _Unwind_VRS_Pop()
/external/skia/bench/
Dbench_util.py92 def __init__(self, data, representation=None): argument
186 def parse(settings, lines, representation=None): argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
DX9Curve.java66 ASN1ObjectIdentifier representation in X9Curve() local
/external/robolectric/src/main/java/android/net/
DUri__FromAndroid.java1970 int representation = parcel.readInt(); in readFrom() local
2154 int representation = parcel.readInt(); in readFrom() local
/external/v8/src/compiler/
Dsimplified-lowering.cc825 MachineType representation, in ComputeWriteBarrierKind()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECFieldElement.java514 private int representation; field in ECFieldElement.Fp.F2m

12