Searched refs:TEST_F (Results 276 - 300 of 2874) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/net/base/
H A Dpriority_queue_unittest.cc46 TEST_F(PriorityQueueTest, AddAndClear) { function in namespace:net::__anon8564
55 TEST_F(PriorityQueueTest, FirstMinOrder) { function in namespace:net::__anon8564
66 TEST_F(PriorityQueueTest, LastMinOrder) { function in namespace:net::__anon8564
74 TEST_F(PriorityQueueTest, FirstMaxOrder) { function in namespace:net::__anon8564
82 TEST_F(PriorityQueueTest, LastMaxOrder) { function in namespace:net::__anon8564
90 TEST_F(PriorityQueueTest, EraseFromMiddle) { function in namespace:net::__anon8564
/external/chromium_org/net/quic/
H A Dquic_alarm_test.cc72 TEST_F(QuicAlarmTest, IsSet) { function in namespace:net::test::__anon8912
76 TEST_F(QuicAlarmTest, Set) { function in namespace:net::test::__anon8912
84 TEST_F(QuicAlarmTest, Cancel) { function in namespace:net::test::__anon8912
93 TEST_F(QuicAlarmTest, Fire) { function in namespace:net::test::__anon8912
103 TEST_F(QuicAlarmTest, FireAndResetViaReturn) { function in namespace:net::test::__anon8912
112 TEST_F(QuicAlarmTest, FireAndResetViaSet) { function in namespace:net::test::__anon8912
H A Dquic_bandwidth_test.cc14 TEST_F(QuicBandwidthTest, FromTo) { function in namespace:net::test
35 TEST_F(QuicBandwidthTest, Add) { function in namespace:net::test
43 TEST_F(QuicBandwidthTest, Subtract) { function in namespace:net::test
50 TEST_F(QuicBandwidthTest, TimeDelta) { function in namespace:net::test
60 TEST_F(QuicBandwidthTest, Scale) { function in namespace:net::test
70 TEST_F(QuicBandwidthTest, BytesPerPeriod) { function in namespace:net::test
/external/chromium_org/net/socket/
H A Dbuffered_write_stream_socket_unittest.cc52 TEST_F(BufferedWriteStreamSocketTest, SingleWrite) { function in namespace:net::__anon8955
61 TEST_F(BufferedWriteStreamSocketTest, AsyncWrite) { function in namespace:net::__anon8955
71 TEST_F(BufferedWriteStreamSocketTest, TwoWritesIntoOne) { function in namespace:net::__anon8955
81 TEST_F(BufferedWriteStreamSocketTest, WriteWhileBlocked) { function in namespace:net::__anon8955
97 TEST_F(BufferedWriteStreamSocketTest, ContinuesPartialWrite) { function in namespace:net::__anon8955
108 TEST_F(BufferedWriteStreamSocketTest, TwoSeparateWrites) { function in namespace:net::__anon8955
/external/chromium_org/sync/internal_api/
H A Djs_sync_encryption_handler_observer_unittest.cc48 TEST_F(JsSyncEncryptionHandlerObserverTest, NoArgNotifiations) { function in namespace:syncer::__anon10000
59 TEST_F(JsSyncEncryptionHandlerObserverTest, OnPassphraseRequired) { function in namespace:syncer::__anon10000
97 TEST_F(JsSyncEncryptionHandlerObserverTest, OnBootstrapTokenUpdated) { function in namespace:syncer::__anon10000
112 TEST_F(JsSyncEncryptionHandlerObserverTest, OnEncryptedTypesChanged) { function in namespace:syncer::__anon10000
137 TEST_F(JsSyncEncryptionHandlerObserverTest, OnCryptographerStateChanged) { function in namespace:syncer::__anon10000
157 TEST_F(JsSyncEncryptionHandlerObserverTest, OnPassphraseTypeChanged) { function in namespace:syncer::__anon10000
H A Djs_sync_manager_observer_unittest.cc47 TEST_F(JsSyncManagerObserverTest, NoArgNotifiations) { function in namespace:syncer::__anon10001
58 TEST_F(JsSyncManagerObserverTest, OnInitializationComplete) { function in namespace:syncer::__anon10001
77 TEST_F(JsSyncManagerObserverTest, OnSyncCycleCompleted) { function in namespace:syncer::__anon10001
102 TEST_F(JsSyncManagerObserverTest, OnActionableError) { function in namespace:syncer::__anon10001
118 TEST_F(JsSyncManagerObserverTest, OnConnectionStatusChange) { function in namespace:syncer::__anon10001
132 TEST_F(JsSyncManagerObserverTest, SensitiveNotifiations) { function in namespace:syncer::__anon10001
/external/chromium_org/ui/base/animation/
H A Danimation_unittest.cc85 TEST_F(AnimationTest, RunCase) { function in namespace:ui
96 TEST_F(AnimationTest, CancelCase) { function in namespace:ui
108 TEST_F(AnimationTest, EndCase) { function in namespace:ui
119 TEST_F(AnimationTest, DeleteFromEnd) { function in namespace:ui
127 TEST_F(AnimationTest, ShouldRenderRichAnimation) { function in namespace:ui
147 TEST_F(AnimationTest, StartState) { function in namespace:ui
/external/protobuf/gtest/test/
H A Dgtest_output_test_.cc75 // HasFatalFailure() outside of a TEST, TEST_F, or test fixture.
104 // When calling HasFatalFailure() inside a TEST, TEST_F, or test
225 // Tests using assertions outside of TEST and TEST_F.
261 TEST_F(NonFatalFailureInFixtureConstructorTest, FailureInConstructor) { function
294 TEST_F(FatalFailureInFixtureConstructorTest, FailureInConstructor) { function
321 TEST_F(NonFatalFailureInSetUpTest, FailureInSetUp) { function
346 TEST_F(FatalFailureInSetUpTest, FailureInSetUp) { function
392 TEST_F(ExceptionInFixtureCtorTest, ExceptionInFixtureCtor) { function
419 TEST_F(ExceptionInSetUpTest, ExceptionInSetUp) { function
443 TEST_F(ExceptionInTestFunctionTes function
454 TEST_F(ExceptionInTestFunctionTest, CppException) { function
474 TEST_F(ExceptionInTearDownTest, ExceptionInTearDown) { function
497 TEST_F(MixedUpTestCaseTest, FirstTestFromNamespaceFoo) {} function in namespace:foo
498 TEST_F(MixedUpTestCaseTest, SecondTestFromNamespaceFoo) {} function in namespace:foo
503 TEST_F(MixedUpTestCaseWithSameTestNameTest, function in namespace:foo
515 TEST_F(MixedUpTestCaseTest, ThisShouldFail) {} function in namespace:bar
516 TEST_F(MixedUpTestCaseTest, ThisShouldFailToo) {} function in namespace:bar
523 TEST_F(MixedUpTestCaseWithSameTestNameTest, function in namespace:bar
536 TEST_F(TEST_F_before_TEST_in_same_test_case, DefinedUsingTEST_F) {} function
549 TEST_F(TEST_before_TEST_F_in_same_test_case, DefinedUsingTEST_FAndShouldFail) { function
825 TEST_F(ExpectFailureTest, ExpectFatalFailure) { function
839 TEST_F(ExpectFailureTest, ExpectNonFatalFailure) { function
872 TEST_F(ExpectFailureWithThreadsTest, ExpectFatalFailure) { function
879 TEST_F(ExpectFailureWithThreadsTest, ExpectNonFatalFailure) { function
890 TEST_F(ScopedFakeTestPartResultReporterTest, InterceptOnlyCurrentThread) { function
906 TEST_F(ExpectFailureTest, ExpectFatalFailureOnAllThreads) { function
920 TEST_F(ExpectFailureTest, ExpectNonFatalFailureOnAllThreads) { function
[all...]
/external/webrtc/test/testsupport/
H A Dpacket_reader_unittest.cc42 TEST_F(PacketReaderTest, Uninitialized) { function in namespace:webrtc::test
48 TEST_F(PacketReaderTest, InitializeZeroLengthArgument) { function in namespace:webrtc::test
54 TEST_F(PacketReaderTest, NormalSmallData) { function in namespace:webrtc::test
72 TEST_F(PacketReaderTest, NormalOnePacketData) { function in namespace:webrtc::test
89 TEST_F(PacketReaderTest, NormalLargeData) { function in namespace:webrtc::test
112 TEST_F(PacketReaderTest, EmptyData) { function in namespace:webrtc::test
/external/chromium_org/sync/internal_api/public/util/
H A Dweak_handle_unittest.cc76 TEST_F(WeakHandleTest, Uninitialized) { function in namespace:syncer
93 TEST_F(WeakHandleTest, InitializedAfterDestroy) { function in namespace:syncer
103 TEST_F(WeakHandleTest, InitializedAfterInvalidate) { function in namespace:syncer
111 TEST_F(WeakHandleTest, Call) { function in namespace:syncer
132 TEST_F(WeakHandleTest, CallAfterDestroy) { function in namespace:syncer
146 TEST_F(WeakHandleTest, CallAfterInvalidate) { function in namespace:syncer
160 TEST_F(WeakHandleTest, CallThreaded) { function in namespace:syncer
170 TEST_F(WeakHandleTest, CallAfterDestroyThreaded) { function in namespace:syncer
183 TEST_F(WeakHandleTest, CallAfterInvalidateThreaded) { function in namespace:syncer
194 TEST_F(WeakHandleTes function in namespace:syncer
214 TEST_F(WeakHandleTest, WithDestroyedThread) { function in namespace:syncer
237 TEST_F(WeakHandleTest, InitializedAcrossCopyAssign) { function in namespace:syncer
264 TEST_F(WeakHandleTest, TypeConversionConstructor) { function in namespace:syncer
286 TEST_F(WeakHandleTest, TypeConversionConstructorMakeWeakHandle) { function in namespace:syncer
298 TEST_F(WeakHandleTest, TypeConversionConstructorAssignment) { function in namespace:syncer
315 TEST_F(WeakHandleTest, TypeConversionConstructorUninitialized) { function in namespace:syncer
320 TEST_F(WeakHandleTest, TypeConversionConstructorUninitializedAssignment) { function in namespace:syncer
[all...]
/external/chromium/chrome/browser/chromeos/login/
H A Dcryptohome_op_unittest.cc138 TEST_F(CryptohomeOpTest, MountSuccess) { function in namespace:chromeos
145 TEST_F(CryptohomeOpTest, MountFatal) { function in namespace:chromeos
152 TEST_F(CryptohomeOpTest, MountKeyFailure) { function in namespace:chromeos
159 TEST_F(CryptohomeOpTest, MountRecreated) { function in namespace:chromeos
166 TEST_F(CryptohomeOpTest, MountGuestSuccess) { function in namespace:chromeos
173 TEST_F(CryptohomeOpTest, MountGuestFatal) { function in namespace:chromeos
180 TEST_F(CryptohomeOpTest, MigrateSuccessPassOld) { function in namespace:chromeos
187 TEST_F(CryptohomeOpTest, MigrateSuccessPassNew) { function in namespace:chromeos
194 TEST_F(CryptohomeOpTest, MigrateKeyFailure) { function in namespace:chromeos
201 TEST_F(CryptohomeOpTes function in namespace:chromeos
208 TEST_F(CryptohomeOpTest, RemoveFailure) { function in namespace:chromeos
215 TEST_F(CryptohomeOpTest, CheckKeySuccess) { function in namespace:chromeos
222 TEST_F(CryptohomeOpTest, CheckKeyFailure) { function in namespace:chromeos
[all...]
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dfull_wallet_unittest.cc366 TEST_F(FullWalletTest, CreateFullWalletMissingExpirationMonth) { function in namespace:autofill::wallet
371 TEST_F(FullWalletTest, CreateFullWalletMissingExpirationYear) { function in namespace:autofill::wallet
376 TEST_F(FullWalletTest, CreateFullWalletMissingIin) { function in namespace:autofill::wallet
381 TEST_F(FullWalletTest, CreateFullWalletMissingRest) { function in namespace:autofill::wallet
386 TEST_F(FullWalletTest, CreateFullWalletMissingBillingAddress) { function in namespace:autofill::wallet
391 TEST_F(FullWalletTest, CreateFullWalletMalformedBillingAddress) { function in namespace:autofill::wallet
396 TEST_F(FullWalletTest, CreateFullWalletWithRequiredActions) { function in namespace:autofill::wallet
426 TEST_F(FullWalletTest, CreateFullWalletWithInvalidRequiredActions) { function in namespace:autofill::wallet
431 TEST_F(FullWalletTest, CreateFullWallet) { function in namespace:autofill::wallet
444 TEST_F(FullWalletTes function in namespace:autofill::wallet
462 TEST_F(FullWalletTest, RestLengthUnderDecryptionTest) { function in namespace:autofill::wallet
480 TEST_F(FullWalletTest, GetCreditCardInfo) { function in namespace:autofill::wallet
508 TEST_F(FullWalletTest, CreateFullWalletFromClearTextData) { function in namespace:autofill::wallet
[all...]
/external/chromium_org/components/nacl/loader/
H A Dnacl_validation_query_unittest.cc125 TEST_F(NaClValidationQueryTest, Sanity) { function in namespace:__anon7485
137 TEST_F(NaClValidationQueryTest, ConsistentShort) { function in namespace:__anon7485
147 TEST_F(NaClValidationQueryTest, InconsistentShort) { function in namespace:__anon7485
159 TEST_F(NaClValidationQueryTest, ConsistentShortBug) { function in namespace:__anon7485
173 TEST_F(NaClValidationQueryTest, InconsistentShortBug1) { function in namespace:__anon7485
186 TEST_F(NaClValidationQueryTest, InconsistentShort2) { function in namespace:__anon7485
198 TEST_F(NaClValidationQueryTest, InconsistentZeroSizedAdd) { function in namespace:__anon7485
209 TEST_F(NaClValidationQueryTest, ConsistentZeroSizedAdd) { function in namespace:__anon7485
221 TEST_F(NaClValidationQueryTest, ConsistentRepeatedShort) { function in namespace:__anon7485
235 TEST_F(NaClValidationQueryTes function in namespace:__anon7485
245 TEST_F(NaClValidationQueryTest, ConsistentRepeatedLong) { function in namespace:__anon7485
259 TEST_F(NaClValidationQueryTest, PerturbKey) { function in namespace:__anon7485
271 TEST_F(NaClValidationQueryTest, PerturbVersion) { function in namespace:__anon7485
[all...]
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_unittest_autogen.h15 TEST_F(GLES2ImplementationTest, AttachShader) { function
27 TEST_F(GLES2ImplementationTest, BindBuffer) { function
41 TEST_F(GLES2ImplementationTest, BindFramebuffer) { function
55 TEST_F(GLES2ImplementationTest, BindRenderbuffer) { function
69 TEST_F(GLES2ImplementationTest, BlendColor) { function
80 TEST_F(GLES2ImplementationTest, BlendEquation) { function
91 TEST_F(GLES2ImplementationTest, BlendEquationSeparate) { function
102 TEST_F(GLES2ImplementationTest, BlendFunc) { function
113 TEST_F(GLES2ImplementationTest, BlendFuncSeparate) { function
124 TEST_F(GLES2ImplementationTes function
144 TEST_F(GLES2ImplementationTest, Clear) { function
155 TEST_F(GLES2ImplementationTest, ClearColor) { function
166 TEST_F(GLES2ImplementationTest, ClearDepthf) { function
177 TEST_F(GLES2ImplementationTest, ClearStencil) { function
188 TEST_F(GLES2ImplementationTest, ColorMask) { function
199 TEST_F(GLES2ImplementationTest, CompileShader) { function
212 TEST_F(GLES2ImplementationTest, CopyTexImage2D) { function
223 TEST_F(GLES2ImplementationTest, CopyTexSubImage2D) { function
234 TEST_F(GLES2ImplementationTest, CullFace) { function
245 TEST_F(GLES2ImplementationTest, DeleteBuffers) { function
259 TEST_F(GLES2ImplementationTest, DeleteFramebuffers) { function
273 TEST_F(GLES2ImplementationTest, DeleteProgram) { function
284 TEST_F(GLES2ImplementationTest, DeleteRenderbuffers) { function
298 TEST_F(GLES2ImplementationTest, DeleteShader) { function
309 TEST_F(GLES2ImplementationTest, DeleteTextures) { function
323 TEST_F(GLES2ImplementationTest, DepthFunc) { function
334 TEST_F(GLES2ImplementationTest, DepthMask) { function
345 TEST_F(GLES2ImplementationTest, DepthRangef) { function
356 TEST_F(GLES2ImplementationTest, DetachShader) { function
367 TEST_F(GLES2ImplementationTest, DisableVertexAttribArray) { function
378 TEST_F(GLES2ImplementationTest, DrawArrays) { function
389 TEST_F(GLES2ImplementationTest, EnableVertexAttribArray) { function
400 TEST_F(GLES2ImplementationTest, Flush) { function
411 TEST_F(GLES2ImplementationTest, FramebufferRenderbuffer) { function
423 TEST_F(GLES2ImplementationTest, FramebufferTexture2D) { function
435 TEST_F(GLES2ImplementationTest, FrontFace) { function
446 TEST_F(GLES2ImplementationTest, GenBuffers) { function
462 TEST_F(GLES2ImplementationTest, GenerateMipmap) { function
473 TEST_F(GLES2ImplementationTest, GenFramebuffers) { function
489 TEST_F(GLES2ImplementationTest, GenRenderbuffers) { function
505 TEST_F(GLES2ImplementationTest, GenTextures) { function
525 TEST_F(GLES2ImplementationTest, GetBooleanv) { function
542 TEST_F(GLES2ImplementationTest, GetBufferParameteriv) { function
559 TEST_F(GLES2ImplementationTest, GetFloatv) { function
576 TEST_F(GLES2ImplementationTest, GetFramebufferAttachmentParameteriv) { function
597 TEST_F(GLES2ImplementationTest, GetIntegerv) { function
614 TEST_F(GLES2ImplementationTest, GetProgramiv) { function
632 TEST_F(GLES2ImplementationTest, GetRenderbufferParameteriv) { function
649 TEST_F(GLES2ImplementationTest, GetShaderiv) { function
668 TEST_F(GLES2ImplementationTest, GetTexParameterfv) { function
685 TEST_F(GLES2ImplementationTest, GetTexParameteriv) { function
705 TEST_F(GLES2ImplementationTest, GetVertexAttribfv) { function
723 TEST_F(GLES2ImplementationTest, GetVertexAttribiv) { function
741 TEST_F(GLES2ImplementationTest, Hint) { function
752 TEST_F(GLES2ImplementationTest, IsBuffer) { function
772 TEST_F(GLES2ImplementationTest, IsEnabled) { function
792 TEST_F(GLES2ImplementationTest, IsFramebuffer) { function
812 TEST_F(GLES2ImplementationTest, IsProgram) { function
832 TEST_F(GLES2ImplementationTest, IsRenderbuffer) { function
852 TEST_F(GLES2ImplementationTest, IsShader) { function
872 TEST_F(GLES2ImplementationTest, IsTexture) { function
892 TEST_F(GLES2ImplementationTest, LineWidth) { function
903 TEST_F(GLES2ImplementationTest, LinkProgram) { function
914 TEST_F(GLES2ImplementationTest, PixelStorei) { function
925 TEST_F(GLES2ImplementationTest, PolygonOffset) { function
936 TEST_F(GLES2ImplementationTest, ReleaseShaderCompiler) { function
947 TEST_F(GLES2ImplementationTest, RenderbufferStorage) { function
958 TEST_F(GLES2ImplementationTest, SampleCoverage) { function
969 TEST_F(GLES2ImplementationTest, Scissor) { function
980 TEST_F(GLES2ImplementationTest, StencilFunc) { function
991 TEST_F(GLES2ImplementationTest, StencilFuncSeparate) { function
1002 TEST_F(GLES2ImplementationTest, StencilMask) { function
1013 TEST_F(GLES2ImplementationTest, StencilMaskSeparate) { function
1024 TEST_F(GLES2ImplementationTest, StencilOp) { function
1035 TEST_F(GLES2ImplementationTest, StencilOpSeparate) { function
1046 TEST_F(GLES2ImplementationTest, TexParameterf) { function
1057 TEST_F(GLES2ImplementationTest, TexParameterfv) { function
1073 TEST_F(GLES2ImplementationTest, TexParameteri) { function
1084 TEST_F(GLES2ImplementationTest, TexParameteriv) { function
1100 TEST_F(GLES2ImplementationTest, Uniform1f) { function
1111 TEST_F(GLES2ImplementationTest, Uniform1fv) { function
1129 TEST_F(GLES2ImplementationTest, Uniform1i) { function
1140 TEST_F(GLES2ImplementationTest, Uniform1iv) { function
1158 TEST_F(GLES2ImplementationTest, Uniform2f) { function
1169 TEST_F(GLES2ImplementationTest, Uniform2fv) { function
1187 TEST_F(GLES2ImplementationTest, Uniform2i) { function
1198 TEST_F(GLES2ImplementationTest, Uniform2iv) { function
1216 TEST_F(GLES2ImplementationTest, Uniform3f) { function
1227 TEST_F(GLES2ImplementationTest, Uniform3fv) { function
1245 TEST_F(GLES2ImplementationTest, Uniform3i) { function
1256 TEST_F(GLES2ImplementationTest, Uniform3iv) { function
1274 TEST_F(GLES2ImplementationTest, Uniform4f) { function
1285 TEST_F(GLES2ImplementationTest, Uniform4fv) { function
1303 TEST_F(GLES2ImplementationTest, Uniform4i) { function
1314 TEST_F(GLES2ImplementationTest, Uniform4iv) { function
1332 TEST_F(GLES2ImplementationTest, UniformMatrix2fv) { function
1350 TEST_F(GLES2ImplementationTest, UniformMatrix3fv) { function
1368 TEST_F(GLES2ImplementationTest, UniformMatrix4fv) { function
1386 TEST_F(GLES2ImplementationTest, UseProgram) { function
1397 TEST_F(GLES2ImplementationTest, ValidateProgram) { function
1408 TEST_F(GLES2ImplementationTest, VertexAttrib1f) { function
1419 TEST_F(GLES2ImplementationTest, VertexAttrib1fv) { function
1435 TEST_F(GLES2ImplementationTest, VertexAttrib2f) { function
1446 TEST_F(GLES2ImplementationTest, VertexAttrib2fv) { function
1462 TEST_F(GLES2ImplementationTest, VertexAttrib3f) { function
1473 TEST_F(GLES2ImplementationTest, VertexAttrib3fv) { function
1489 TEST_F(GLES2ImplementationTest, VertexAttrib4f) { function
1500 TEST_F(GLES2ImplementationTest, VertexAttrib4fv) { function
1516 TEST_F(GLES2ImplementationTest, Viewport) { function
1527 TEST_F(GLES2ImplementationTest, BlitFramebufferEXT) { function
1538 TEST_F(GLES2ImplementationTest, RenderbufferStorageMultisampleEXT) { function
1549 TEST_F(GLES2ImplementationTest, FramebufferTexture2DMultisampleEXT) { function
1562 TEST_F(GLES2ImplementationTest, TexStorage2DEXT) { function
1573 TEST_F(GLES2ImplementationTest, GenQueriesEXT) { function
1589 TEST_F(GLES2ImplementationTest, DeleteQueriesEXT) { function
1606 TEST_F(GLES2ImplementationTest, PopGroupMarkerEXT) { function
1617 TEST_F(GLES2ImplementationTest, GenVertexArraysOES) { function
1633 TEST_F(GLES2ImplementationTest, DeleteVertexArraysOES) { function
1647 TEST_F(GLES2ImplementationTest, IsVertexArrayOES) { function
1671 TEST_F(GLES2ImplementationTest, ResizeCHROMIUM) { function
1683 TEST_F(GLES2ImplementationTest, DestroyStreamTextureCHROMIUM) { function
1695 TEST_F(GLES2ImplementationTest, TexImageIOSurface2DCHROMIUM) { function
1706 TEST_F(GLES2ImplementationTest, CopyTextureCHROMIUM) { function
1717 TEST_F(GLES2ImplementationTest, DrawArraysInstancedANGLE) { function
1728 TEST_F(GLES2ImplementationTest, VertexAttribDivisorANGLE) { function
1739 TEST_F(GLES2ImplementationTest, ProduceTextureCHROMIUM) { function
1755 TEST_F(GLES2ImplementationTest, ConsumeTextureCHROMIUM) { function
1772 TEST_F(GLES2ImplementationTest, BindTexImage2DCHROMIUM) { function
1783 TEST_F(GLES2ImplementationTest, ReleaseTexImage2DCHROMIUM) { function
1794 TEST_F(GLES2ImplementationTest, DiscardFramebufferEXT) { function
1812 TEST_F(GLES2ImplementationTest, LoseContextCHROMIUM) { function
1824 TEST_F(GLES2ImplementationTest, WaitSyncPointCHROMIUM) { function
1835 TEST_F(GLES2ImplementationTest, DrawBuffersEXT) { function
[all...]
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dauto_enrollment_client_unittest.cc141 TEST_F(AutoEnrollmentClientTest, NetworkFailure) { function in namespace:policy::__anon4580
149 TEST_F(AutoEnrollmentClientTest, EmptyReply) { function in namespace:policy::__anon4580
157 TEST_F(AutoEnrollmentClientTest, ClientUploadsRightBits) { function in namespace:policy::__anon4580
170 TEST_F(AutoEnrollmentClientTest, AskForMoreThenFail) { function in namespace:policy::__anon4580
180 TEST_F(AutoEnrollmentClientTest, AskForMoreThenEvenMore) { function in namespace:policy::__anon4580
190 TEST_F(AutoEnrollmentClientTest, AskForLess) { function in namespace:policy::__anon4580
200 TEST_F(AutoEnrollmentClientTest, AskForSame) { function in namespace:policy::__anon4580
210 TEST_F(AutoEnrollmentClientTest, AskForSameTwice) { function in namespace:policy::__anon4580
220 TEST_F(AutoEnrollmentClientTest, AskForTooMuch) { function in namespace:policy::__anon4580
228 TEST_F(AutoEnrollmentClientTes function in namespace:policy::__anon4580
242 TEST_F(AutoEnrollmentClientTest, ConsumerDevice) { function in namespace:policy::__anon4580
255 TEST_F(AutoEnrollmentClientTest, EnterpriseDevice) { function in namespace:policy::__anon4580
268 TEST_F(AutoEnrollmentClientTest, NoSerial) { function in namespace:policy::__anon4580
276 TEST_F(AutoEnrollmentClientTest, NoBitsUploaded) { function in namespace:policy::__anon4580
289 TEST_F(AutoEnrollmentClientTest, ManyBitsUploaded) { function in namespace:policy::__anon4580
307 TEST_F(AutoEnrollmentClientTest, MoreThan32BitsUploaded) { function in namespace:policy::__anon4580
318 TEST_F(AutoEnrollmentClientTest, ReuseCachedDecision) { function in namespace:policy::__anon4580
333 TEST_F(AutoEnrollmentClientTest, RetryIfPowerLargerThanCached) { function in namespace:policy::__anon4580
345 TEST_F(AutoEnrollmentClientTest, NetworkChangeRetryAfterErrors) { function in namespace:policy::__anon4580
374 TEST_F(AutoEnrollmentClientTest, CancelAndDeleteSoonWithPendingRequest) { function in namespace:policy::__anon4580
395 TEST_F(AutoEnrollmentClientTest, NetworkChangedAfterCancelAndDeleteSoon) { function in namespace:policy::__anon4580
425 TEST_F(AutoEnrollmentClientTest, CancelAndDeleteSoonAfterCompletion) { function in namespace:policy::__anon4580
438 TEST_F(AutoEnrollmentClientTest, CancelAndDeleteSoonAfterNetworkFailure) { function in namespace:policy::__anon4580
[all...]
/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
H A Denterprise_platform_keys_private_api_unittest.cc193 TEST_F(EPKPChallengeMachineKeyTest, ChallengeBadBase64) { function in namespace:extensions::__anon4831
199 TEST_F(EPKPChallengeMachineKeyTest, NonEnterpriseDevice) { function in namespace:extensions::__anon4831
206 TEST_F(EPKPChallengeMachineKeyTest, ExtensionNotWhitelisted) { function in namespace:extensions::__anon4831
214 TEST_F(EPKPChallengeMachineKeyTest, UserNotManaged) { function in namespace:extensions::__anon4831
221 TEST_F(EPKPChallengeMachineKeyTest, DevicePolicyDisabled) { function in namespace:extensions::__anon4831
229 TEST_F(EPKPChallengeMachineKeyTest, DoesKeyExistDbusFailed) { function in namespace:extensions::__anon4831
238 TEST_F(EPKPChallengeMachineKeyTest, GetCertificateFailed) { function in namespace:extensions::__anon4831
247 TEST_F(EPKPChallengeMachineKeyTest, SignChallengeFailed) { function in namespace:extensions::__anon4831
256 TEST_F(EPKPChallengeMachineKeyTest, KeyExists) { function in namespace:extensions::__anon4831
266 TEST_F(EPKPChallengeMachineKeyTes function in namespace:extensions::__anon4831
313 TEST_F(EPKPChallengeUserKeyTest, ChallengeBadBase64) { function in namespace:extensions::__anon4831
319 TEST_F(EPKPChallengeUserKeyTest, UserPolicyDisabled) { function in namespace:extensions::__anon4831
326 TEST_F(EPKPChallengeUserKeyTest, ExtensionNotWhitelisted) { function in namespace:extensions::__anon4831
334 TEST_F(EPKPChallengeUserKeyTest, UserNotManaged) { function in namespace:extensions::__anon4831
341 TEST_F(EPKPChallengeUserKeyTest, DevicePolicyDisabled) { function in namespace:extensions::__anon4831
349 TEST_F(EPKPChallengeUserKeyTest, DoesKeyExistDbusFailed) { function in namespace:extensions::__anon4831
358 TEST_F(EPKPChallengeUserKeyTest, GetCertificateFailed) { function in namespace:extensions::__anon4831
367 TEST_F(EPKPChallengeUserKeyTest, SignChallengeFailed) { function in namespace:extensions::__anon4831
376 TEST_F(EPKPChallengeUserKeyTest, KeyRegistrationFailed) { function in namespace:extensions::__anon4831
384 TEST_F(EPKPChallengeUserKeyTest, KeyExists) { function in namespace:extensions::__anon4831
394 TEST_F(EPKPChallengeUserKeyTest, KeyNotRegistered) { function in namespace:extensions::__anon4831
402 TEST_F(EPKPChallengeUserKeyTest, PersonalDevice) { function in namespace:extensions::__anon4831
410 TEST_F(EPKPChallengeUserKeyTest, Success) { function in namespace:extensions::__anon4831
[all...]
/external/chromium/sdch/open-vcdiff/src/
H A Daddrcache_test.cc138 TEST_F(VCDiffAddressCacheTest, ZeroCacheSizes) { function in namespace:open_vcdiff::__anon3266
143 TEST_F(VCDiffAddressCacheTest, NegativeCacheSizes) { function in namespace:open_vcdiff::__anon3266
148 TEST_F(VCDiffAddressCacheTest, OnlySameCacheSizeIsNegative) { function in namespace:open_vcdiff::__anon3266
153 TEST_F(VCDiffAddressCacheTest, ExtremePositiveCacheSizes) { function in namespace:open_vcdiff::__anon3266
159 TEST_F(VCDiffAddressCacheTest, ExtremeNegativeCacheSizes) { function in namespace:open_vcdiff::__anon3266
168 TEST_F(VCDiffAddressCacheTest, NearCacheSizeIsTooBig) { function in namespace:open_vcdiff::__anon3266
173 TEST_F(VCDiffAddressCacheTest, SameCacheSizeIsTooBig) { function in namespace:open_vcdiff::__anon3266
178 TEST_F(VCDiffAddressCacheTest, CombinedSizesAreTooBig) { function in namespace:open_vcdiff::__anon3266
184 TEST_F(VCDiffAddressCacheTest, MaxLegalNearCacheSize) { function in namespace:open_vcdiff::__anon3266
189 TEST_F(VCDiffAddressCacheTes function in namespace:open_vcdiff::__anon3266
194 TEST_F(VCDiffAddressCacheTest, MaxLegalCombinedSizes) { function in namespace:open_vcdiff::__anon3266
200 TEST_F(VCDiffAddressCacheTest, DestroyWithoutInitialization) { function in namespace:open_vcdiff::__anon3266
205 TEST_F(VCDiffAddressCacheTest, DestroyDefaultWithoutInitialization) { function in namespace:open_vcdiff::__anon3266
210 TEST_F(VCDiffAddressCacheTest, CacheContentsInitiallyZero) { function in namespace:open_vcdiff::__anon3266
224 TEST_F(VCDiffAddressCacheTest, InsertFirstTen) { function in namespace:open_vcdiff::__anon3266
242 TEST_F(VCDiffAddressCacheTest, InsertIntMax) { function in namespace:open_vcdiff::__anon3266
255 TEST_F(VCDiffAddressCacheTest, EncodeAddressModes) { function in namespace:open_vcdiff::__anon3266
272 TEST_F(VCDiffAddressCacheTest, DecodeAddressModes) { function in namespace:open_vcdiff::__anon3266
321 TEST_F(VCDiffAddressCacheTest, EncodeAddressZeroCacheSizes) { function in namespace:open_vcdiff::__anon3266
342 TEST_F(VCDiffAddressCacheTest, DecodeAddressZeroCacheSizes) { function in namespace:open_vcdiff::__anon3266
367 TEST_F(VCDiffAddressCacheDeathTest, EncodeNegativeAddress) { function in namespace:open_vcdiff::__anon3266
373 TEST_F(VCDiffAddressCacheDeathTest, EncodeAddressPastHereAddress) { function in namespace:open_vcdiff::__anon3266
381 TEST_F(VCDiffAddressCacheDeathTest, DecodeInvalidMode) { function in namespace:open_vcdiff::__anon3266
399 TEST_F(VCDiffAddressCacheDeathTest, DecodeZeroOrNegativeHereAddress) { function in namespace:open_vcdiff::__anon3266
423 TEST_F(VCDiffAddressCacheTest, DecodeAddressPastHereAddress) { function in namespace:open_vcdiff::__anon3266
433 TEST_F(VCDiffAddressCacheTest, HereModeAddressTooLarge) { function in namespace:open_vcdiff::__anon3266
443 TEST_F(VCDiffAddressCacheTest, NearModeAddressOverflow) { function in namespace:open_vcdiff::__anon3266
468 TEST_F(VCDiffAddressCacheTest, DecodeInvalidVarint) { function in namespace:open_vcdiff::__anon3266
485 TEST_F(VCDiffAddressCacheTest, DecodePartialVarint) { function in namespace:open_vcdiff::__anon3266
510 TEST_F(VCDiffAddressCacheDeathTest, DecodeBadMode) { function in namespace:open_vcdiff::__anon3266
523 TEST_F(VCDiffAddressCacheTest, DecodeInvalidHereAddress) { function in namespace:open_vcdiff::__anon3266
533 TEST_F(VCDiffAddressCacheTest, DecodeInvalidNearAddress) { function in namespace:open_vcdiff::__anon3266
607 TEST_F(VCDiffAddressCacheTest, PerformanceTest) { function in namespace:open_vcdiff::__anon3266
[all...]
/external/chromium_org/sdch/open-vcdiff/src/
H A Daddrcache_test.cc138 TEST_F(VCDiffAddressCacheTest, ZeroCacheSizes) { function in namespace:open_vcdiff::__anon9932
143 TEST_F(VCDiffAddressCacheTest, NegativeCacheSizes) { function in namespace:open_vcdiff::__anon9932
148 TEST_F(VCDiffAddressCacheTest, OnlySameCacheSizeIsNegative) { function in namespace:open_vcdiff::__anon9932
153 TEST_F(VCDiffAddressCacheTest, ExtremePositiveCacheSizes) { function in namespace:open_vcdiff::__anon9932
159 TEST_F(VCDiffAddressCacheTest, ExtremeNegativeCacheSizes) { function in namespace:open_vcdiff::__anon9932
168 TEST_F(VCDiffAddressCacheTest, NearCacheSizeIsTooBig) { function in namespace:open_vcdiff::__anon9932
173 TEST_F(VCDiffAddressCacheTest, SameCacheSizeIsTooBig) { function in namespace:open_vcdiff::__anon9932
178 TEST_F(VCDiffAddressCacheTest, CombinedSizesAreTooBig) { function in namespace:open_vcdiff::__anon9932
184 TEST_F(VCDiffAddressCacheTest, MaxLegalNearCacheSize) { function in namespace:open_vcdiff::__anon9932
189 TEST_F(VCDiffAddressCacheTes function in namespace:open_vcdiff::__anon9932
194 TEST_F(VCDiffAddressCacheTest, MaxLegalCombinedSizes) { function in namespace:open_vcdiff::__anon9932
200 TEST_F(VCDiffAddressCacheTest, DestroyWithoutInitialization) { function in namespace:open_vcdiff::__anon9932
205 TEST_F(VCDiffAddressCacheTest, DestroyDefaultWithoutInitialization) { function in namespace:open_vcdiff::__anon9932
210 TEST_F(VCDiffAddressCacheTest, CacheContentsInitiallyZero) { function in namespace:open_vcdiff::__anon9932
224 TEST_F(VCDiffAddressCacheTest, InsertFirstTen) { function in namespace:open_vcdiff::__anon9932
242 TEST_F(VCDiffAddressCacheTest, InsertIntMax) { function in namespace:open_vcdiff::__anon9932
255 TEST_F(VCDiffAddressCacheTest, EncodeAddressModes) { function in namespace:open_vcdiff::__anon9932
272 TEST_F(VCDiffAddressCacheTest, DecodeAddressModes) { function in namespace:open_vcdiff::__anon9932
321 TEST_F(VCDiffAddressCacheTest, EncodeAddressZeroCacheSizes) { function in namespace:open_vcdiff::__anon9932
342 TEST_F(VCDiffAddressCacheTest, DecodeAddressZeroCacheSizes) { function in namespace:open_vcdiff::__anon9932
367 TEST_F(VCDiffAddressCacheDeathTest, EncodeNegativeAddress) { function in namespace:open_vcdiff::__anon9932
373 TEST_F(VCDiffAddressCacheDeathTest, EncodeAddressPastHereAddress) { function in namespace:open_vcdiff::__anon9932
381 TEST_F(VCDiffAddressCacheDeathTest, DecodeInvalidMode) { function in namespace:open_vcdiff::__anon9932
399 TEST_F(VCDiffAddressCacheDeathTest, DecodeZeroOrNegativeHereAddress) { function in namespace:open_vcdiff::__anon9932
423 TEST_F(VCDiffAddressCacheTest, DecodeAddressPastHereAddress) { function in namespace:open_vcdiff::__anon9932
433 TEST_F(VCDiffAddressCacheTest, HereModeAddressTooLarge) { function in namespace:open_vcdiff::__anon9932
443 TEST_F(VCDiffAddressCacheTest, NearModeAddressOverflow) { function in namespace:open_vcdiff::__anon9932
468 TEST_F(VCDiffAddressCacheTest, DecodeInvalidVarint) { function in namespace:open_vcdiff::__anon9932
485 TEST_F(VCDiffAddressCacheTest, DecodePartialVarint) { function in namespace:open_vcdiff::__anon9932
510 TEST_F(VCDiffAddressCacheDeathTest, DecodeBadMode) { function in namespace:open_vcdiff::__anon9932
523 TEST_F(VCDiffAddressCacheTest, DecodeInvalidHereAddress) { function in namespace:open_vcdiff::__anon9932
533 TEST_F(VCDiffAddressCacheTest, DecodeInvalidNearAddress) { function in namespace:open_vcdiff::__anon9932
607 TEST_F(VCDiffAddressCacheTest, PerformanceTest) { function in namespace:open_vcdiff::__anon9932
[all...]
/external/open-vcdiff/src/
H A Daddrcache_test.cc138 TEST_F(VCDiffAddressCacheTest, ZeroCacheSizes) { function in namespace:open_vcdiff::__anon23340
143 TEST_F(VCDiffAddressCacheTest, NegativeCacheSizes) { function in namespace:open_vcdiff::__anon23340
148 TEST_F(VCDiffAddressCacheTest, OnlySameCacheSizeIsNegative) { function in namespace:open_vcdiff::__anon23340
153 TEST_F(VCDiffAddressCacheTest, ExtremePositiveCacheSizes) { function in namespace:open_vcdiff::__anon23340
159 TEST_F(VCDiffAddressCacheTest, ExtremeNegativeCacheSizes) { function in namespace:open_vcdiff::__anon23340
168 TEST_F(VCDiffAddressCacheTest, NearCacheSizeIsTooBig) { function in namespace:open_vcdiff::__anon23340
173 TEST_F(VCDiffAddressCacheTest, SameCacheSizeIsTooBig) { function in namespace:open_vcdiff::__anon23340
178 TEST_F(VCDiffAddressCacheTest, CombinedSizesAreTooBig) { function in namespace:open_vcdiff::__anon23340
184 TEST_F(VCDiffAddressCacheTest, MaxLegalNearCacheSize) { function in namespace:open_vcdiff::__anon23340
189 TEST_F(VCDiffAddressCacheTes function in namespace:open_vcdiff::__anon23340
194 TEST_F(VCDiffAddressCacheTest, MaxLegalCombinedSizes) { function in namespace:open_vcdiff::__anon23340
200 TEST_F(VCDiffAddressCacheTest, DestroyWithoutInitialization) { function in namespace:open_vcdiff::__anon23340
205 TEST_F(VCDiffAddressCacheTest, DestroyDefaultWithoutInitialization) { function in namespace:open_vcdiff::__anon23340
210 TEST_F(VCDiffAddressCacheTest, CacheContentsInitiallyZero) { function in namespace:open_vcdiff::__anon23340
224 TEST_F(VCDiffAddressCacheTest, InsertFirstTen) { function in namespace:open_vcdiff::__anon23340
242 TEST_F(VCDiffAddressCacheTest, InsertIntMax) { function in namespace:open_vcdiff::__anon23340
255 TEST_F(VCDiffAddressCacheTest, EncodeAddressModes) { function in namespace:open_vcdiff::__anon23340
272 TEST_F(VCDiffAddressCacheTest, DecodeAddressModes) { function in namespace:open_vcdiff::__anon23340
321 TEST_F(VCDiffAddressCacheTest, EncodeAddressZeroCacheSizes) { function in namespace:open_vcdiff::__anon23340
342 TEST_F(VCDiffAddressCacheTest, DecodeAddressZeroCacheSizes) { function in namespace:open_vcdiff::__anon23340
367 TEST_F(VCDiffAddressCacheDeathTest, EncodeNegativeAddress) { function in namespace:open_vcdiff::__anon23340
373 TEST_F(VCDiffAddressCacheDeathTest, EncodeAddressPastHereAddress) { function in namespace:open_vcdiff::__anon23340
381 TEST_F(VCDiffAddressCacheDeathTest, DecodeInvalidMode) { function in namespace:open_vcdiff::__anon23340
399 TEST_F(VCDiffAddressCacheDeathTest, DecodeZeroOrNegativeHereAddress) { function in namespace:open_vcdiff::__anon23340
423 TEST_F(VCDiffAddressCacheTest, DecodeAddressPastHereAddress) { function in namespace:open_vcdiff::__anon23340
433 TEST_F(VCDiffAddressCacheTest, HereModeAddressTooLarge) { function in namespace:open_vcdiff::__anon23340
443 TEST_F(VCDiffAddressCacheTest, NearModeAddressOverflow) { function in namespace:open_vcdiff::__anon23340
468 TEST_F(VCDiffAddressCacheTest, DecodeInvalidVarint) { function in namespace:open_vcdiff::__anon23340
485 TEST_F(VCDiffAddressCacheTest, DecodePartialVarint) { function in namespace:open_vcdiff::__anon23340
510 TEST_F(VCDiffAddressCacheDeathTest, DecodeBadMode) { function in namespace:open_vcdiff::__anon23340
523 TEST_F(VCDiffAddressCacheTest, DecodeInvalidHereAddress) { function in namespace:open_vcdiff::__anon23340
533 TEST_F(VCDiffAddressCacheTest, DecodeInvalidNearAddress) { function in namespace:open_vcdiff::__anon23340
607 TEST_F(VCDiffAddressCacheTest, PerformanceTest) { function in namespace:open_vcdiff::__anon23340
[all...]
/external/ceres-solver/internal/ceres/
H A Dunsymmetric_linear_solver_test.cc121 TEST_F(UnsymmetricLinearSolverTest, EigenDenseQR) { function in namespace:ceres::internal
128 TEST_F(UnsymmetricLinearSolverTest, EigenDenseNormalCholesky) { function in namespace:ceres::internal
136 TEST_F(UnsymmetricLinearSolverTest, LAPACKDenseQR) { function in namespace:ceres::internal
143 TEST_F(UnsymmetricLinearSolverTest, LAPACKDenseNormalCholesky) { function in namespace:ceres::internal
152 TEST_F(UnsymmetricLinearSolverTest, function in namespace:ceres::internal
161 TEST_F(UnsymmetricLinearSolverTest, function in namespace:ceres::internal
172 TEST_F(UnsymmetricLinearSolverTest, function in namespace:ceres::internal
181 TEST_F(UnsymmetricLinearSolverTest, function in namespace:ceres::internal
/external/chromium/chrome/browser/search_engines/
H A Dsearch_host_to_urls_map_unittest.cc51 TEST_F(SearchHostToURLsMapTest, Add) { function
61 TEST_F(SearchHostToURLsMapTest, Remove) { function
79 TEST_F(SearchHostToURLsMapTest, Update) { function
91 TEST_F(SearchHostToURLsMapTest, UpdateGoogleBaseURLs) { function
110 TEST_F(SearchHostToURLsMapTest, GetTemplateURLForKnownHost) { function
115 TEST_F(SearchHostToURLsMapTest, GetTemplateURLForUnknownHost) { function
121 TEST_F(SearchHostToURLsMapTest, GetURLsForKnownHost) { function
142 TEST_F(SearchHostToURLsMapTest, GetURLsForUnknownHost) { function
/external/chromium/webkit/glue/
H A Dcpp_bound_class_unittest.cc164 TEST_F(CppBoundClassTest, ObjectExists) { function in namespace:__anon3386
173 TEST_F(CppBoundClassTest, PropertiesAreInitialized) { function in namespace:__anon3386
181 TEST_F(CppBoundClassTest, SubOject) { function in namespace:__anon3386
190 TEST_F(CppBoundClassTest, SetAndGetProperties) { function in namespace:__anon3386
214 TEST_F(CppBoundClassTest, SetAndGetPropertiesWithCallbacks) { function in namespace:__anon3386
233 TEST_F(CppBoundClassTest, InvokeMethods) { function in namespace:__anon3386
276 TEST_F(CppBoundClassTest, function in namespace:__anon3386
284 TEST_F(CppBoundClassWithFallbackMethodTest, function in namespace:__anon3386
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_database_helper_unittest.cc17 TEST_F(CannedBrowsingDataDatabaseHelperTest, Empty) { function in namespace:__anon4273
33 TEST_F(CannedBrowsingDataDatabaseHelperTest, IgnoreExtensionsAndDevTools) { function in namespace:__anon4273
H A Dbrowsing_data_indexed_db_helper_unittest.cc15 TEST_F(CannedBrowsingDataIndexedDBHelperTest, Empty) { function in namespace:__anon4280
29 TEST_F(CannedBrowsingDataIndexedDBHelperTest, IgnoreExtensionsAndDevTools) { function in namespace:__anon4280
H A Dbrowsing_data_local_storage_helper_unittest.cc17 TEST_F(CannedBrowsingDataLocalStorageTest, Empty) { function in namespace:__anon4282
32 TEST_F(CannedBrowsingDataLocalStorageTest, IgnoreExtensionsAndDevTools) { function in namespace:__anon4282

Completed in 1627 milliseconds

<<11121314151617181920>>