Home
last modified time | relevance | path

Searched full:spaced (Results 1 – 25 of 97) sorted by relevance

1234

/external/autotest/server/site_tests/firmware_TPMExtend/
Dfirmware_TPMExtend.py27 spaced = ' '.join(extended[i:i+2] for i in xrange(0, len(extended), 2))
28 logging.debug('PCR %d should contain hash: %s', num, spaced)
29 return ('PCR-%.2d: %s' % (num, spaced.upper())) in pcrs
/external/webrtc/webrtc/system_wrappers/include/
Dmetrics.h64 // Histogram for counters (exponentially spaced buckets).
105 // Histogram for percentage (evenly spaced buckets).
114 // Histogram for enumerators (evenly spaced buckets).
/external/harfbuzz_ng/src/
Dhb-ot-post-table.hh102 * spaced, non-zero if the font is not
103 * proportionally spaced (i.e. monospaced). */
/external/skia/bench/
DHardStopGradientBench_ScaleNumColors.cpp51 * different colors. The positions are evenly spaced,
81 // Evenly spaced afterwards in onPreDraw()
/external/swiftshader/third_party/LLVM/test/Analysis/BasicAA/
Dfeaturetest.ll53 ; Test that if two pointers are spaced out by a constant getelementptr, that
66 ; Test that if two pointers are spaced out by a constant offset, that they
/external/llvm/test/Analysis/BasicAA/
Dfeaturetest.ll53 ; Test that if two pointers are spaced out by a constant getelementptr, that
66 ; Test that if two pointers are spaced out by a constant offset, that they
/external/vboot_reference/tests/
Dvb20_common_tests.c72 "vb2_packed_key_data() spaced"); in test_helper_functions()
84 "vb2_signature_data() spaced"); in test_helper_functions()
Dvboot_common_tests.c81 "GetPublicKeyData() spaced"); in VerifyHelperFunctions()
83 "GetPublicKeyDataC() spaced"); in VerifyHelperFunctions()
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-02-22.data3 spaced: 2001-12-14 21:59:43.10 -5
/external/snakeyaml/src/test/resources/specification/
Dexample2_22.yaml3 spaced: 2001-12-14 21:59:43.10 -5
/external/llvm/test/YAMLParser/
Dspec-02-22.test5 spaced: 2001-12-14 21:59:43.10 -5
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYStepMode.java22 * SUBDIVIDE - draw n number of evenly spaced ticks.
/external/eigen/Eigen/src/Core/
DCwiseNullaryOp.h244 * \brief Sets a linearly spaced vector.
246 * The function generates 'size' equally spaced values in the closed interval [low,high].
367 * \brief Sets a linearly spaced vector.
369 * The function generates 'size' equally spaced values in the closed interval [low,high].
390 * \brief Sets a linearly spaced vector.
392 * The function fills \c *this with equally spaced values in the closed interval [low,high].
/external/llvm/lib/Target/ARM/
DARMRegisterInfo.td405 // Pseudo-registers representing 2-spaced consecutive D registers.
410 // Spaced pairs of D registers.
418 // Spaced triples of D registers.
429 // Spaced quads of D registers.
/external/eigen/doc/
DTutorialReshapeSlicing.dox40 Slicing consists in taking a set of rows, columns, or elements, uniformly spaced within a matrix.
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPUnitDebuggeeProcessWrapper.java172 // parse non-spaced or quoted argument
221 // parse non-spaced or quoted argument in splitCommandLine()
/external/icu/icu4c/source/data/translit/
DHan_Latin_Names.txt18 # Need Spacedhan so the name transliterations get spaced properly
/external/trappy/trappy/stats/
DIndexer.py53 :return: A uniformly spaced index.
/external/hyphenation-patterns/en-US/
Dushyphex.tex323 dou-ble-spaced
561 let-ter-spaced
682 mono-spaced
1063 single-spaced
Dhyph-en-us.hyp.txt324 dou-ble-spaced
562 let-ter-spaced
683 mono-spaced
1064 single-spaced
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
DStepNormalizer.java83 * regularly spaced steps regardless of the steps the integrator
/external/ltp/testcases/kernel/syscalls/fsync/
Dfsync02.c29 * 2. Write to the file at equally spaced intervals up to a max block
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Daudio_encoder_opus_unittest.cc105 // Returns a vector with the n evenly-spaced numbers a, a + (b - a)/(n - 1),
/external/python/cpython2/Lib/test/
Dtest_tuple.py56 # should spread-out closely spaced values
/external/trappy/tests/
Dtest_sched.py154 """Test that FTrace object parses spaced value attributes correctly"""

1234