Home
last modified time | relevance | path

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

12345678

/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.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/skia/bench/
DHardStopGradientBench_ScaleNumColors.cpp51 * different colors. The positions are evenly spaced,
81 // Evenly spaced afterwards in onPreDraw()
/external/skqp/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/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/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/llvm-7.0/llvm/test/YAMLParser/
Dspec-02-22.test5 spaced: 2001-12-14 21:59:43.10 -5
/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/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_LinSpace.pbtxt29 A sequence of `num` evenly-spaced values are generated beginning at `start`.
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYStepMode.java22 * SUBDIVIDE - draw n number of evenly spaced ticks.
/external/vixl/examples/aarch32/
Dmandelbrot.cc78 // 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/
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/harfbuzz_ng/src/
Dhb-ot-post-table.hh280 * spaced, non-zero if the font is not
281 * proportionally spaced (i.e. monospaced). */
/external/tensorflow/tensorflow/examples/wav_to_spectrogram/
DREADME.md32 frequencies is, and how widely adjacent windows are spaced.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMRegisterInfo.td456 // 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/
DTutorialReshapeSlicing.dox40 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/
Dquantile_ops_test.py242 # 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

12345678