Home
last modified time | relevance | path

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

123456789

/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/
Drjsmin.c97 rchar c, quote, spaced = U(' '); in rjsmin() local
104 if (spaced == U('\n')) spaced = U(' '); in rjsmin()
115 if (spaced == U('\n')) spaced = U(' '); in rjsmin()
150 if (spaced == U('\n')) spaced = U(' '); in rjsmin()
185 if (spaced == U('\n')) { in rjsmin()
186 spaced = U(' '); in rjsmin()
241 if (spaced == U('\n')) spaced = U(' '); in rjsmin()
364 spaced = quote; in rjsmin()
/external/autotest/server/site_tests/firmware_TPMExtend/
Dfirmware_TPMExtend.py36 spaced = ' '.join(extended[i:i + 2]
38 logging.debug('PCR %d should contain hash: %s', num, spaced)
39 return ('PCR-%.2d: %s' % (num, spaced.upper())) in pcrs
/external/webrtc/system_wrappers/source/
Dmetrics.cc29 // linearly/exponentially spaced buckets) if samples are logged more frequently.
223 // Histogram with exponentially spaced buckets.
236 // Histogram with linearly spaced buckets.
251 // Histogram with linearly spaced buckets.
/external/webrtc/system_wrappers/include/
Dmetrics.h105 // Histogram for counters (exponentially spaced buckets).
159 // Histogram for percentage (evenly spaced buckets).
167 // Histogram for enumerators (evenly spaced buckets).
177 // Histogram for percentage (evenly spaced buckets).
185 // Histogram for enumerators (evenly spaced buckets).
/external/skia/bench/
DHardStopGradientBench_ScaleNumColors.cpp40 * different colors. The positions are evenly spaced,
70 // Evenly spaced afterwards in onPreDraw()
/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/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/image_io/src/jpeg/
Djpeg_segment_lister.cc78 /// @return A line with the various parameters properly spaced.
99 /// @return A line with the parameters properly spaced.
/external/snakeyaml/src/test/resources/specification/
Dexample2_22.yaml3 spaced: 2001-12-14 21:59:43.10 -5
/external/python/pyyaml/tests/data/
Dspec-02-22.data3 spaced: 2001-12-14 21:59:43.10 -5
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-02-22.data3 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/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_LinSpace.pbtxt30 A sequence of `num` evenly-spaced values are generated beginning at `start`.
/external/vixl/examples/aarch32/
Dmandelbrot.cc81 // 64 equally spaced values in the range. in GenerateMandelBrot()
88 // Store 4 equally spaced values in q0 (kCReal) to use SIMD. in GenerateMandelBrot()
/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/Eigen/src/Core/
DCwiseNullaryOp.h264 * \brief Sets a linearly spaced vector.
266 * The function generates 'size' equally spaced values in the closed interval [low,high].
414 * \brief Sets a linearly spaced vector.
416 * The function generates 'size' equally spaced values in the closed interval [low,high].
437 * \brief Sets a linearly spaced vector.
439 * The function fills \c *this with equally spaced values in the closed interval [low,high].
/external/tensorflow/tensorflow/examples/wav_to_spectrogram/
DREADME.md32 frequencies is, and how widely adjacent windows are spaced.
/external/skia/src/gpu/ganesh/tessellate/
DGrStrokeTessellationShader.h20 // "radial edges". Parametric edges are spaced evenly in the parametric sense, and radial edges
/external/webrtc/modules/audio_processing/agc2/
Dagc2_testing_common.h35 // Returns evenly spaced `num_points` numbers over a specified interval [l, r].
/external/harfbuzz_ng/src/
Dhb-ot-post-table.hh302 * spaced, non-zero if the font is not
303 * proportionally spaced (i.e. monospaced). */
/external/cronet/third_party/icu/source/data/translit/
DHan_Latin_Names.txt19 # Need Spacedhan so the name transliterations get spaced properly
/external/icu/icu4c/source/data/translit/
DHan_Latin_Names.txt19 # Need Spacedhan so the name transliterations get spaced properly
/external/eigen/doc/
DTutorialSlicingIndexing.dox8 …g that consists in taking a set of rows, columns, or elements, uniformly spaced within a matrix or…
30 Taking a set of rows, columns, or elements, uniformly spaced within a matrix or vector is achieved …

123456789