/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/ |
D | rjsmin.c | 97 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/ |
D | firmware_TPMExtend.py | 27 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/ |
D | metrics.h | 64 // Histogram for counters (exponentially spaced buckets). 105 // Histogram for percentage (evenly spaced buckets). 114 // Histogram for enumerators (evenly spaced buckets).
|
/external/skia/bench/ |
D | HardStopGradientBench_ScaleNumColors.cpp | 51 * different colors. The positions are evenly spaced, 81 // Evenly spaced afterwards in onPreDraw()
|
/external/skqp/bench/ |
D | HardStopGradientBench_ScaleNumColors.cpp | 51 * different colors. The positions are evenly spaced, 81 // Evenly spaced afterwards in onPreDraw()
|
/external/swiftshader/third_party/LLVM/test/Analysis/BasicAA/ |
D | featuretest.ll | 53 ; 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/ |
D | vb20_common_tests.c | 72 "vb2_packed_key_data() spaced"); in test_helper_functions() 84 "vb2_signature_data() spaced"); in test_helper_functions()
|
D | vboot_common_tests.c | 81 "GetPublicKeyData() spaced"); in VerifyHelperFunctions() 83 "GetPublicKeyDataC() spaced"); in VerifyHelperFunctions()
|
/external/llvm/test/Analysis/BasicAA/ |
D | featuretest.ll | 53 ; 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/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/BasicAA/ |
D | featuretest.ll | 53 ; 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/ |
D | jpeg_segment_lister.cc | 78 /// @return A line with the various parameters properly spaced. 99 /// @return A line with the parameters properly spaced.
|
/external/snakeyaml/src/test/resources/specification/ |
D | example2_22.yaml | 3 spaced: 2001-12-14 21:59:43.10 -5
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | spec-02-22.data | 3 spaced: 2001-12-14 21:59:43.10 -5
|
/external/llvm/test/YAMLParser/ |
D | spec-02-22.test | 5 spaced: 2001-12-14 21:59:43.10 -5
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/YAMLParser/ |
D | spec-02-22.test | 5 spaced: 2001-12-14 21:59:43.10 -5
|
/external/eigen/Eigen/src/Core/ |
D | CwiseNullaryOp.h | 244 * \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/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_LinSpace.pbtxt | 29 A sequence of `num` evenly-spaced values are generated beginning at `start`.
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
D | XYStepMode.java | 22 * SUBDIVIDE - draw n number of evenly spaced ticks.
|
/external/vixl/examples/aarch32/ |
D | mandelbrot.cc | 78 // 64 equally spaced values in the range. in GenerateMandelBrot() 85 // Store 4 equally spaced values in q0 (kCReal) to use SIMD. in GenerateMandelBrot()
|
/external/llvm/lib/Target/ARM/ |
D | ARMRegisterInfo.td | 405 // 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/harfbuzz_ng/src/ |
D | hb-ot-post-table.hh | 280 * spaced, non-zero if the font is not 281 * proportionally spaced (i.e. monospaced). */
|
/external/tensorflow/tensorflow/examples/wav_to_spectrogram/ |
D | README.md | 32 frequencies is, and how widely adjacent windows are spaced.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMRegisterInfo.td | 456 // Pseudo-registers representing 2-spaced consecutive D registers. 461 // Spaced pairs of D registers. 469 // Spaced triples of D registers. 480 // Spaced quads of D registers.
|
/external/eigen/doc/ |
D | TutorialReshapeSlicing.dox | 40 Slicing consists in taking a set of rows, columns, or elements, uniformly spaced within a matrix.
|
/external/tensorflow/tensorflow/contrib/boosted_trees/python/kernel_tests/ |
D | quantile_ops_test.py | 242 # Expect 100 equally spaced buckets. 253 # Expect 100 equally spaced buckets. 431 Creates array dividing range [0, 1] to 1<<16 elements equally spaced 455 Creates array dividing range [0, 1] to 1<<16 elements equally spaced
|