HomeSort by relevance Sort by last modified time
    Searched refs:computed (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/compiler-rt/test/builtins/Unit/ppc/
floatditf_test.c 13 DD computed; local
18 computed.ld = __floatditf(tests[i].input);
20 if ((computed.hi != expected.hi) || (computed.lo != expected.lo))
24 printf("\tComputed %La = ( %a , %a )\n", computed.ld, computed.hi, computed.lo);
floatunditf_test.c 13 DD computed; local
18 computed.ld = __floatunditf(tests[i].input);
20 if ((computed.hi != expected.hi) || (computed.lo != expected.lo))
24 printf("\tComputed %La = ( %a , %a )\n", computed.ld, computed.hi, computed.lo);
  /external/guava/guava-tests/test/com/google/common/cache/
NullCacheTest.java 43 Object computed = new Object(); local
47 .build(constantLoader(computed));
50 assertSame(computed, cache.getUnchecked(key));
53 assertSame(computed, notification.getValue());
60 Object computed = new Object(); local
64 .build(constantLoader(computed));
67 assertSame(computed, cache.getUnchecked(key));
70 assertSame(computed, notification.getValue());
77 Object computed = new Object(); local
81 .build(constantLoader(computed));
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sha.py 20 computed = obj.hexdigest()
21 self.assertTrue(computed == digest)
26 self.assertTrue(computed == computed_again)
33 self.assertTrue(computed == hexd)
test_hashlib.py 162 computed = hash_object_constructor(data).hexdigest()
164 computed, digest,
168 computed, len(data), digest))
177 computed = h.hexdigest()
179 computed, digest,
183 computed, len(data), digest))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sha.py 20 computed = obj.hexdigest()
21 self.assertTrue(computed == digest)
26 self.assertTrue(computed == computed_again)
33 self.assertTrue(computed == hexd)
test_hashlib.py 162 computed = hash_object_constructor(data).hexdigest()
164 computed, digest,
168 computed, len(data), digest))
177 computed = h.hexdigest()
179 computed, digest,
183 computed, len(data), digest))
  /external/jemalloc/test/unit/
hash.c 70 uint32_t computed, expected; local
121 computed = (final[0] << 0) | (final[1] << 8) | (final[2] << 16) |
137 assert_u32_eq(computed, expected,
139 hash_variant_string(variant), expected, computed);
  /external/chromium_org/third_party/skia/include/gpu/
GrPaint.h 19 * The paint describes how color and coverage are computed at each pixel by GrContext draw
39 * Note that the coverage is applied after the blend. This is why they are computed as distinct
191 bool computed = false; local
193 if (!computed && !newToOld.invert(&oldToNew)) {
196 computed = true;
201 if (!computed && !newToOld.invert(&oldToNew)) {
204 computed = true;
  /external/skia/include/gpu/
GrPaint.h 19 * The paint describes how color and coverage are computed at each pixel by GrContext draw
39 * Note that the coverage is applied after the blend. This is why they are computed as distinct
196 bool computed = false; local
198 if (!computed && !newToOld.invert(&oldToNew)) {
201 computed = true;
206 if (!computed && !newToOld.invert(&oldToNew)) {
209 computed = true;
  /external/pixman/test/
pixel-test.c 196 uint32_t computed = access (dest, i, j); local
199 if (!pixel_checker_check (&dest_checker, computed, &reference_color))
220 pixel_checker_split_pixel (&dest_checker, computed, &a, &r, &g, &b);
227 pixel_checker_split_pixel (&dest_checker, computed, &a, &r, &g, &b);
228 printf (" got: %8d %8d %8d %8d (pixel: %8x)\n", a, r, g, b, computed);
  /external/smack/src/com/kenai/jbosh/
ComposableBody.java 75 * Computed raw XML.
77 private final AtomicReference<String> computed = field in class:ComposableBody
279 String comp = computed.get();
282 computed.set(comp);
  /external/chromium_org/mojo/public/tools/bindings/generators/
mojom_python_generator.py 183 computed = set()
191 'Unable to get computed value for field %s of enum %s' %
193 if field not in computed:
204 if constant in computed:
215 computed.add(constant)
219 if field in computed:
235 computed.add(field)
  /libcore/luni/src/test/java/libcore/java/math/
BigDecimalTest.java 57 BigDecimal computed = parsed.divide(BigDecimal.ONE); local
58 assertEquals("Unexpected precision for computed value " + value,
59 expectedPrecision, computed.precision());
  /art/runtime/arch/
memcmp16_test.cc 142 int32_t computed = art::testing::MemCmp16Testing(s1_pot_unaligned, s2_pot_unaligned, mod_min);
144 ASSERT_EQ(expected, computed) << "Run " << round << ", c1=" << count1 << " c2=" << count2;
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
TokenSource.pm 26 computed from a CharStream; it only store indices into the char stream.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
elementsPanel.css 217 .styles-section.read-only:not(.computed-style) {
225 .styles-section.computed-style .properties li.not-parsed-ok {
332 .styles-section.computed-style.expanded .properties > li {
336 .styles-section.computed-style.expanded .properties > li .webkit-css-property {
448 .styles-section.computed-style .properties .disabled {
599 .sidebar-pane .metrics-and-computed {
612 .sidebar-pane.composite .metrics-and-computed .sidebar-pane-toolbar,
635 .sidebar-pane.composite .metrics-and-computed .sidebar-pane-toolbar {
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_sprite_point.spec 44 1. How are the texture coordinates computed?
53 texture coordinates. The r and q coordinates may have been computed
125 texture coordinates are computed as follows:
138 Point size may either be specified with PointSize or computed
143 unchanged and may have been computed with texgen and/or the texture
  /external/chromium_org/third_party/polymer/components-chromium/core-overlay/
core-overlay-extracted.js 206 var computed = getComputedStyle(this.target);
208 position: computed.position === 'static' ? 'fixed' :
209 computed.position
254 var computed = getComputedStyle(this.target);
255 var t = (computed.top === 'auto' && computed.bottom === 'auto');
256 var l = (computed.left === 'auto' && computed.right === 'auto');
  /external/chromium_org/v8/test/mjsunit/
object-literal-overwrite.js 30 // Check that constants and computed properties are overwriting each other
104 // Check that the initializers of computed properties are executed, even if
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
sort.h 59 bool computed; member in struct:hist_entry_diff
  /external/mesa3d/docs/OLD/
MESA_sprite_point.spec 44 1. How are the texture coordinates computed?
53 texture coordinates. The r and q coordinates may have been computed
125 texture coordinates are computed as follows:
138 Point size may either be specified with PointSize or computed
143 unchanged and may have been computed with texgen and/or the texture
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
structural_line_walker.js 56 // labels computed for the node.
  /external/chromium_org/v8/test/mjsunit/compiler/
multiply-sub.js 29 // Test expressions that can be computed with a multiply-add instruction.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-526.js 28 // Test object literals with computed property and getter.

Completed in 616 milliseconds

1 2 3 4