Home
last modified time | relevance | path

Searched refs:computed (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/external/guava/guava-tests/test/com/google/common/cache/
DNullCacheTest.java43 Object computed = new Object(); in testGet() local
47 .build(constantLoader(computed)); in testGet()
50 assertSame(computed, cache.getUnchecked(key)); in testGet()
53 assertSame(computed, notification.getValue()); in testGet()
60 Object computed = new Object(); in testGet_expireAfterWrite() local
64 .build(constantLoader(computed)); in testGet_expireAfterWrite()
67 assertSame(computed, cache.getUnchecked(key)); in testGet_expireAfterWrite()
70 assertSame(computed, notification.getValue()); in testGet_expireAfterWrite()
77 Object computed = new Object(); in testGet_expireAfterAccess() local
81 .build(constantLoader(computed)); in testGet_expireAfterAccess()
[all …]
/external/compiler-rt/test/builtins/Unit/ppc/
Dfloatunditf_test.c13 DD computed; in main() local
18 computed.ld = __floatunditf(tests[i].input); in main()
20 if ((computed.hi != expected.hi) || (computed.lo != expected.lo)) in main()
24 printf("\tComputed %La = ( %a , %a )\n", computed.ld, computed.hi, computed.lo); in main()
Dfloatditf_test.c13 DD computed; in main() local
18 computed.ld = __floatditf(tests[i].input); in main()
20 if ((computed.hi != expected.hi) || (computed.lo != expected.lo)) in main()
24 printf("\tComputed %La = ( %a , %a )\n", computed.ld, computed.hi, computed.lo); in main()
/external/fmtlib/doc/bootstrap/
Dtype.less27 margin-top: @line-height-computed;
28 margin-bottom: (@line-height-computed / 2);
38 margin-top: (@line-height-computed / 2);
39 margin-bottom: (@line-height-computed / 2);
59 margin: 0 0 (@line-height-computed / 2);
63 margin-bottom: @line-height-computed;
148 padding-bottom: ((@line-height-computed / 2) - 1);
149 margin: (@line-height-computed * 2) 0 @line-height-computed;
161 margin-bottom: (@line-height-computed / 2);
191 margin-bottom: @line-height-computed;
[all …]
Dprogress-bars.less28 height: @line-height-computed;
29 margin-bottom: @line-height-computed;
41 line-height: @line-height-computed;
Dcode.less43 padding: ((@line-height-computed - 1) / 2);
44 margin: 0 0 (@line-height-computed / 2);
Dforms.less24 margin-bottom: @line-height-computed;
221 min-height: @line-height-computed; // Ensure the input doesn't jump when there is no text
302 min-height: (@line-height-computed + @font-size-base);
332 min-height: (@line-height-computed + @font-size-small);
348 min-height: (@line-height-computed + @font-size-large);
405 top: (@line-height-computed + 5); // Height of the `label` and its margin
530 min-height: (@line-height-computed + (@padding-base-vertical + 1));
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
Dconstant_resolver.py12 computed = set()
23 if field not in computed:
32 if constant in computed:
43 computed.add(constant)
47 if field in computed:
63 computed.add(field)
/external/python/cpython2/Lib/test/
Dtest_sha.py20 computed = obj.hexdigest()
21 self.assertTrue(computed == digest)
26 self.assertTrue(computed == computed_again)
33 self.assertTrue(computed == hexd)
Dtest_hashlib.py173 computed = hash_object_constructor(data).hexdigest()
175 computed, digest,
179 computed, len(data), digest))
188 computed = h.hexdigest()
190 computed, digest,
194 computed, len(data), digest))
/external/curl/
Dlocal-configure.patch44 -/* The size of `long', as computed by sizeof. */
47 /* The size of `long long', as computed by sizeof. */
50 -/* The size of `off_t', as computed by sizeof. */
53 -/* The size of `void*', as computed by sizeof. */
/external/jemalloc/test/unit/
Dhash.c71 uint32_t computed, expected; in hash_variant_verify_key() local
122 computed = (final[0] << 0) | (final[1] << 8) | (final[2] << 16) | in hash_variant_verify_key()
138 assert_u32_eq(computed, expected, in hash_variant_verify_key()
140 hash_variant_string(variant), expected, computed); in hash_variant_verify_key()
/external/r8/src/test/java/com/android/tools/r8/maindexlist/
DMainDexTracingTest.java148 String computed = resultMainDexList.get(i); in doTest() local
155 computed = computed.substring(0, computed.lastIndexOf('$')); in doTest()
157 Assert.assertEquals(reference, computed); in doTest()
/external/libogg/
Dconfig.h.in58 /* The size of `int', as computed by sizeof. */
61 /* The size of `long', as computed by sizeof. */
64 /* The size of `long long', as computed by sizeof. */
67 /* The size of `short', as computed by sizeof. */
/external/llvm/test/Transforms/IndVarSimplify/
Ddont-recompute.ll4 ; to be computed by the loop and used in the loop any way. In the example below
5 ; although a's value can be computed outside of the loop, there is no benefit
6 ; in doing so as it has to be computed by the loop anyway.
/external/mesa3d/src/gallium/docs/source/cso/
Dsampler.rst39 coordinate is computed. Then, regular CLAMP_TO_EDGE is applied to the coord.
41 coordinate is computed. Then, regular CLAMP_TO_BORDER is applied to the
44 computed. Then, regular CLAMP is applied to the coord.
92 Bias factor which is added to the computed level of detail.
93 The normal level of detail is computed from the partial derivatives of
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dinter_arrival_unittest.cc168 bool computed = inter_arrival->ComputeDeltas(timestamp, in InternalExpectFalse() local
174 EXPECT_EQ(computed, false); in InternalExpectFalse()
190 bool computed = inter_arrival->ComputeDeltas(timestamp, in InternalExpectTrue() local
196 EXPECT_EQ(true, computed); in InternalExpectTrue()
/external/eigen/unsupported/Eigen/
DMatrixFunctions118 \param[in] M matrix whose exponential is to be computed.
135 The matrix exponential is computed using the scaling-and-squaring
137 rescaled, then the exponential of the reduced matrix is computed
176 \param[in] M invertible matrix whose logarithm is to be computed.
195 logarithm of an atomic block is computed by MatrixLogarithmAtomic,
198 square roots computed by MatrixBase::sqrt().
256 super-diagonal is directly computed.
437 \param[in] M invertible matrix whose square root is to be computed.
450 computed by this function.
452 The matrix square root is computed by first reducing the matrix to
[all …]
/external/libevent/
Dconfig.h.in387 /* The size of `int', as computed by sizeof. */
390 /* The size of `long', as computed by sizeof. */
393 /* The size of `long long', as computed by sizeof. */
396 /* The size of `off_t', as computed by sizeof. */
399 /* The size of `pthread_t', as computed by sizeof. */
402 /* The size of `short', as computed by sizeof. */
405 /* The size of `size_t', as computed by sizeof. */
408 /* The size of `void *', as computed by sizeof. */
/external/fdlibm/
Dchanges16 printf(" pow failure x %e y %e computed %e correct %e \n",x,y,p,z);
21 printf(" pow failure x %e y %e computed %e correct %e \n",x,y,p,z);
/external/python/cpython2/
Dpyconfig.h.in121 /* Define if the C compiler supports computed gotos. */
1004 /* The size of `double', as computed by sizeof. */
1007 /* The size of `float', as computed by sizeof. */
1010 /* The size of `fpos_t', as computed by sizeof. */
1013 /* The size of `int', as computed by sizeof. */
1016 /* The size of `long', as computed by sizeof. */
1019 /* The size of `long double', as computed by sizeof. */
1022 /* The size of `long long', as computed by sizeof. */
1025 /* The size of `off_t', as computed by sizeof. */
1028 /* The size of `pid_t', as computed by sizeof. */
[all …]
/external/ImageMagick/config/
Dconfig.h.in872 /* The size of `double', as computed by sizeof. */
875 /* The size of `double_t', as computed by sizeof. */
878 /* The size of `float', as computed by sizeof. */
881 /* The size of `float_t', as computed by sizeof. */
884 /* The size of `long double', as computed by sizeof. */
887 /* The size of `off_t', as computed by sizeof. */
890 /* The size of `signed int', as computed by sizeof. */
893 /* The size of `signed long', as computed by sizeof. */
896 /* The size of `signed long long', as computed by sizeof. */
899 /* The size of `signed short', as computed by sizeof. */
[all …]
/external/deqp/doc/testspecs/GLES3/
Dfunctional.shaders.matrix.txt51 reference image computed using same algorithm written in C.
54 pre-computed reference value in fragment shader. Fragment color
/external/fmtlib/doc/bootstrap/mixins/
Dnav-divider.less7 margin: ((@line-height-computed / 2) - 1) 0;
/external/clang/test/Parser/
Dobjcxx11-attributes.mm12 // An array size which is computed by a message send is OK.
20 // An array size which is computed by a lambda is not OK.

12345678910>>...12