Home
last modified time | relevance | path

Searched refs:verified (Results 1 – 25 of 161) sorted by relevance

1234567

/external/mockito/src/org/mockito/internal/verification/
DInOrderContextImpl.java13 final IdentitySet verified = new IdentitySet(); field in InOrderContextImpl
16 return verified.contains(invocation); in isVerified()
20 verified.add(i); in markVerified()
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/tests/
Dtest_integers.py32 verified = rsa.core.decrypt_int(signed, self.pub.e,self.pub.n)
33 print("\tVerified: %d" % verified)
35 self.assertEqual(message, verified)
/external/mockito/src/org/mockito/internal/invocation/
DInvocationImpl.java37 private boolean verified; field in InvocationImpl
66 return verified || isIgnoredForVerification; in isVerified()
112 this.verified = true; in markVerified()
/external/deqp/doc/testspecs/GLES31/
Dfunctional.shaders.sample_variables.txt44 Values are verified with verifier fragment shader.
48 fragment output value and then texture contents are verified. With default
51 gl_SampleID output a non-zero green value. Result image is then verified to
68 verified for legality, uniqueness and distribution. With framebuffer and
69 renderbuffer render targets only the legality and distribution are verified.
70 Distribution is verified by averaging sample position values (texture) or by
Dfunctional.shaders.atomic_counter.txt48 the shader. Atomic counter values are verified by comparing against the
55 counters are verified separately.
57 Test cases using only atomicCounter() call are verified by checking that all
71 atomicCounterDecrement() are verified by counting how many times each value
Dfunctional.tessellation.txt71 comparisons, and thus not all rules are exactly verified (such as
90 winding mode specified in the TES. The patterns drawn are simple and verified by
98 value of gl_PatchVerticesIn is verified. The "quads" mode is used.
113 the cases with differing input and output patch sizes are verified with
115 gl_TessLevel*[] cases draw simple all-white patterns and are verified as such.
135 potential cracks are likely to become visible. The resulting image is verified
Dfunctional.image_load_store.txt50 of a FBO and read with glReadPixels(). Texture is verified with exact
54 mapping. Texture is verified with some tolerance.
82 result cases are verified by comparing the pixels of the first image to
84 of the operation. The results for the return value cases are verified by reading
119 verification result into a 2d r32ui image. The result is trivially verified.
Dfunctional.fbo.no_attachments.txt42 Rendering is verified to happen with occlusion queries. This rather limited
50 is verified by running a shader that discard all fragments that are not within
Dfunctional.tessellation_geometry_interaction.txt55 cells, and the result image is verified.
72 grid of green and yellow cells, and the result image is verified.
91 is then verified from the image.
Dfunctional.vertex_attribute_binding.txt62 pointer API is also verified.
66 then verified. Mixed API rendering tests intermix both vertex
Dfunctional.uniform_location.txt44 are verified to match the given ones with glGetUniformLocation. Generated
50 shader is verified to be fully white.
Dfunctional.debug.txt66 Push/Pop DebugGroup and verified with a callback.
72 run are verified to be the correct subset of messages from the first run.
/external/clang/bindings/python/tests/cindex/
Dtest_location.py65 verified = False
68 verified = True
70 assert verified
/external/easymock/src/org/easymock/internal/
DMocksBehavior.java165 boolean verified = true; in verify()
170 verified = false; in verify()
173 if (verified) { in verify()
/external/autotest/client/site_tests/security_RootfsStatefulSymlinks/
Dcontrol9 rootfs can undermine the security provided by verified boot. Therefore,
15 PURPOSE = "To avoid circumventions of verified boot by careless symlinks."
/external/autotest/client/site_tests/platform_BootLockbox/
Dcontrol21 lockbox data can be signed and verified before finalization but after
22 finalization it can only be verified. This test requires a reboot of the DUT
/external/ipsec-tools/src/racoon/
Dnattraversal.c187 int verified = 0; in natt_compare_addr_hash() local
190 return verified; in natt_compare_addr_hash()
203 return verified; /* XXX should abort */ in natt_compare_addr_hash()
209 verified = 1; in natt_compare_addr_hash()
214 return verified; in natt_compare_addr_hash()
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
Dcrypt.py421 verified = False
425 verified = True
427 if not verified:
/external/deqp/doc/testspecs/GLES3/
Dfunctional.pbo.txt44 the write data is verified to be correct by mapping the buffer. Additionally,
46 is verified by doing the same operation without pack buffer and then comparing
/external/autotest/client/site_tests/platform_OSLimits/
Dcontrol37 The resources being verified are:
42 The sysctls being verified are:
/external/selinux/libselinux/src/
Dsetexecfilecon.c59 int rpm_execcon(unsigned int verified __attribute__ ((unused)), in rpm_execcon() argument
/external/autotest/server/site_tests/platform_CloseOpenLid/
Dcontrol17 verified by pinging."""
/external/autotest/client/site_tests/firmware_TouchMTB/
Dcontrol16 data. The packets are parsed and verified with specified validators for every
/external/llvm/test/Transforms/GVN/
D2008-12-15-CacheVisited.ll2 ; Cached results must be added to and verified against the visited sets.
/external/deqp/doc/testspecs/GL3/
Dfunctional.conditional_render.txt67 framebuffer is verified to contain only the color it was cleared to.
68 Otherwise the contents of the framebuffer are verified to match its contents

1234567