/external/icu4c/i18n/unicode/ |
D | coleitr.h | 359 inline int32_t CollationElementIterator::primaryOrder(int32_t order) in primaryOrder() 370 inline int32_t CollationElementIterator::secondaryOrder(int32_t order) in secondaryOrder() 381 inline int32_t CollationElementIterator::tertiaryOrder(int32_t order) in tertiaryOrder() 386 inline int32_t CollationElementIterator::getMaxExpansion(int32_t order) const in getMaxExpansion() 391 inline UBool CollationElementIterator::isIgnorable(int32_t order) in isIgnorable()
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/spec/ |
D | ECParameterSpec_ImplTest.java | 77 BigInteger order = BigInteger.valueOf(5L); in testECParameterSpec02() local 182 BigInteger order = BigInteger.valueOf(5L); in testGetCofactor() local 205 BigInteger order = BigInteger.valueOf(5L); in testGetCurve() local 230 BigInteger order = BigInteger.valueOf(5L); in testGetGenerator() local 255 BigInteger order = BigInteger.valueOf(5L); in testGetOrder() local
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
D | SortedMapGenerators.java | 66 @Override public List<String> order(List<String> insertionOrder) { in order() method in SortedMapGenerators.ImmutableSortedMapKeySetGenerator 95 public List<String> order(List<String> insertionOrder) { in order() method in SortedMapGenerators.ImmutableSortedMapValuesGenerator 119 @Override public List<Entry<String, String>> order( in order() method in SortedMapGenerators.ImmutableSortedMapSubMapEntryGenerator 137 @Override public List<String> order(List<String> insertionOrder) { in order() method in SortedMapGenerators.ImmutableSortedMapHeadMapKeySetGenerator 167 public List<String> order(List<String> insertionOrder) { in order() method in SortedMapGenerators.ImmutableSortedMapTailMapValuesGenerator 189 @Override public List<Entry<String, String>> order( in order() method in SortedMapGenerators.ImmutableSortedMapEntrySetGenerator
|
/external/speex/libspeex/ |
D | quant_lsp.c | 71 static void compute_quant_weights(spx_lsp_t *qlsp, spx_word16_t *quant_weight, int order) in compute_quant_weights() 159 void lsp_quant_nb(spx_lsp_t *lsp, spx_lsp_t *qlsp, int order, SpeexBits *bits) in lsp_quant_nb() 213 void lsp_unquant_nb(spx_lsp_t *lsp, int order, SpeexBits *bits) in lsp_unquant_nb() 242 void lsp_quant_lbr(spx_lsp_t *lsp, spx_lsp_t *qlsp, int order, SpeexBits *bits) in lsp_quant_lbr() 283 void lsp_unquant_lbr(spx_lsp_t *lsp, int order, SpeexBits *bits) in lsp_unquant_lbr() 306 void lsp_quant_high(spx_lsp_t *lsp, spx_lsp_t *qlsp, int order, SpeexBits *bits) in lsp_quant_high() 310 void lsp_unquant_high(spx_lsp_t *lsp, int order, SpeexBits *bits) in lsp_unquant_high() 319 void lsp_quant_high(spx_lsp_t *lsp, spx_lsp_t *qlsp, int order, SpeexBits *bits) in lsp_quant_high() 366 void lsp_unquant_high(spx_lsp_t *lsp, int order, SpeexBits *bits) in lsp_unquant_high()
|
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
D | CollationElementIteratorTest.java | 62 int order = iterator.next(); in testNext() local 86 int order = iterator.next(); in testReset() local 106 int order = iterator.next(); in testGetMaxExpansion() local 120 int order = iterator.next(); in testPrimaryOrder() local 135 int order = iterator.next(); in testSecondaryOrder() local 150 int order = iterator.next(); in testTertiaryOrder() local
|
/external/kernel-headers/original/linux/ |
D | gfp.h | 102 static inline void arch_free_page(struct page *page, int order) { } in arch_free_page() 109 unsigned int order) in alloc_pages_node() 126 alloc_pages(gfp_t gfp_mask, unsigned int order) in alloc_pages() 136 #define alloc_pages(gfp_mask, order) \ argument 148 #define __get_dma_pages(gfp_mask, order) \ argument
|
D | bitops.h | 13 int order; in get_bitmask_order() local 21 int order; in get_count_order() local
|
/external/flac/libFLAC/ |
D | fixed.c | 235 unsigned i, order; in FLAC__fixed_compute_best_predictor() local 297 unsigned i, order; in FLAC__fixed_compute_best_predictor_wide() local 352 void FLAC__fixed_compute_residual(const FLAC__int32 data[], unsigned data_len, unsigned order, FLAC… in FLAC__fixed_compute_residual() 395 void FLAC__fixed_restore_signal(const FLAC__int32 residual[], unsigned data_len, unsigned order, FL… in FLAC__fixed_restore_signal()
|
D | lpc.c | 156 int FLAC__lpc_quantize_coefficients(const FLAC__real lp_coeff[], unsigned order, unsigned precision… in FLAC__lpc_quantize_coefficients() 265 …FLAC__int32 *data, unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quanti… in FLAC__lpc_compute_residual_from_qlp_coefficients() 531 …FLAC__int32 *data, unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quanti… in FLAC__lpc_compute_residual_from_qlp_coefficients_wide() 795 …_int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quanti… in FLAC__lpc_restore_signal() 1063 …_int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quanti… in FLAC__lpc_restore_signal_wide() 1361 …unsigned order, index, best_index; /* 'index' the index into lpc_error; index==order-1 since lpc_e… in FLAC__lpc_compute_best_order() local
|
/external/openssl/crypto/ecdsa/ |
D | ecs_ossl.c | 93 BIGNUM *k = NULL, *r = NULL, *order = NULL, *X = NULL; in ecdsa_sign_setup() local 226 BIGNUM *kinv=NULL, *s, *m=NULL,*tmp=NULL,*order=NULL; in ecdsa_do_sign() local 358 BIGNUM *order, *u1, *u2, *m, *X; in ecdsa_do_verify() local
|
/external/eigen/unsupported/Eigen/src/Splines/ |
D | Spline.h | 277 …void derivativesImpl(const SplineType& spline, typename SplineType::Scalar u, DenseIndex order, De… in derivativesImpl() 312 Spline<_Scalar, _Dim, _Degree>::derivatives(Scalar u, DenseIndex order) const in derivatives() 322 Spline<_Scalar, _Dim, _Degree>::derivatives(Scalar u, DenseIndex order) const in derivatives() 339 …ativesImpl(const SplineType& spline, typename SplineType::Scalar u, DenseIndex order, DerivativeTy… in basisFunctionDerivativesImpl() 446 Spline<_Scalar, _Dim, _Degree>::basisFunctionDerivatives(Scalar u, DenseIndex order) const in basisFunctionDerivatives() 456 Spline<_Scalar, _Dim, _Degree>::basisFunctionDerivatives(Scalar u, DenseIndex order) const in basisFunctionDerivatives()
|
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/ |
D | ByteBufferTest.java | 2040 private int bytes2int(byte bytes[], ByteOrder order) { in bytes2int() 2059 private long bytes2long(byte bytes[], ByteOrder order) { in bytes2long() 2078 private short bytes2short(byte bytes[], ByteOrder order) { in bytes2short() 2097 private char bytes2char(byte bytes[], ByteOrder order) { in bytes2char() 2101 private float bytes2float(byte bytes[], ByteOrder order) { in bytes2float() 2105 private double bytes2double(byte bytes[], ByteOrder order) { in bytes2double() 2109 private byte[] int2bytes(int value, ByteOrder order) { in int2bytes() 2128 private byte[] long2bytes(long value, ByteOrder order) { in long2bytes() 2147 private byte[] short2bytes(short value, ByteOrder order) { in short2bytes() 2166 private byte[] char2bytes(char value, ByteOrder order) { in char2bytes() [all …]
|
/external/emma/core/java12/com/vladium/emma/report/txt/ |
D | ReportGenerator.java | 176 …final ItemComparator order = m_typeSortComparators [PackageItem.getTypeMetadata ().getTypeID ()]; … in visit() local 225 …final ItemComparator order = m_typeSortComparators [m_srcView ? SrcFileItem.getTypeMetadata ().get… in visit() local 267 …final ItemComparator order = m_typeSortComparators [ClassItem.getTypeMetadata ().getTypeID ()]; … in visit() local 317 …final ItemComparator order = m_typeSortComparators [MethodItem.getTypeMetadata ().getTypeID ()]; … in visit() local
|
/external/icu4c/test/intltest/ |
D | tscoll.h | 28 int32_t order; member
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | TestStringSortedSetGenerator.java | 36 @Override public List<String> order(List<String> insertionOrder) { in order() method in TestStringSortedSetGenerator
|
D | TestCollidingSetGenerator.java | 44 public List<Object> order(List<Object> insertionOrder) { in order() method in TestCollidingSetGenerator
|
/external/openssl/crypto/ec/ |
D | ec_check.c | 62 BIGNUM *order; in EC_GROUP_check() local
|
/external/v8/src/ |
D | cpu-profiler.h | 64 unsigned order; variable 102 explicit TickSampleEventRecord(unsigned order) in TickSampleEventRecord() 114 unsigned order; variable
|
/external/emma/core/java12/com/vladium/emma/report/lcov/ |
D | ReportGenerator.java | 122 final ItemComparator order = in visit() local 147 final ItemComparator order = m_typeSortComparators[id]; in visit() local 208 final ItemComparator order = m_typeSortComparators[ in emitFileCoverage() local
|
/external/skia/src/core/ |
D | SkFontHost.cpp | 34 void SkFontHost::SetSubpixelOrder(LCDOrder order) in SetSubpixelOrder()
|
/external/icu4c/test/cintltst/ |
D | callcoll.h | 34 int32_t order; member
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | topsort.h | 41 TopOrderVisitor(vector<StateId> *order, bool *acyclic) in TopOrderVisitor() 89 vector<StateId> order; in TopSort() local
|
/external/openfst/src/include/fst/ |
D | topsort.h | 46 TopOrderVisitor(vector<StateId> *order, bool *acyclic) in TopOrderVisitor() 94 vector<StateId> order; in TopSort() local
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
D | StdCatchBuilder.java | 42 private final int[] order; field in StdCatchBuilder 55 public StdCatchBuilder(RopMethod method, int[] order, in StdCatchBuilder() 122 public static CatchTable build(RopMethod method, int[] order, in build()
|
/external/dropbear/libtomcrypt/src/pk/ecc/ |
D | ecc_test.c | 32 void *modulus, *order; in ecc_test() local
|