/external/eigen/unsupported/test/ |
cxx11_tensor_thread_pool.cpp | 93 VERIFY(&t_result.data()[i] != &m_result.data()[i]); 225 VERIFY(dimensions_match(st_result.dimensions(), tp_result.dimensions())); 264 VERIFY(dimensions_match(st_result.dimensions(), tp_result.dimensions()));
|
openglsupport.cpp | 35 VERIFY((loc!=-1) && "uniform not found"); \ 48 VERIFY((loc!=-1) && "uniform not found"); \
|
matrix_function.cpp | 15 #define VERIFY_IS_APPROX_ABS(a, b) VERIFY(test_isApprox_abs(a, b))
|
cxx11_tensor_contraction.cpp | 379 VERIFY(&t_result.data()[i] != &m_result.data()[i]); 407 VERIFY(internal::isApprox(t_result(i), m_result(i, 0), 1)); 431 VERIFY(internal::isApprox(t_result(i), m_result(i, 0), 1));
|
NonLinearOptimization.cpp | [all...] |
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_helpers.cc | 615 VERIFY = 1, // Only log an error but parsing will succeed. 626 return VERIFY; 662 case VERIFY: {
|
/external/webrtc/webrtc/p2p/base/ |
dtlstransportchannel.cc | 330 if (!VERIFY(dtls_state() == DTLS_TRANSPORT_NEW)) { 421 VERIFY(MaybeStartDtls());
|
/external/webrtc/webrtc/sound/ |
alsasoundsystem.cc | 251 VERIFY(success); 355 VERIFY(success);
|
/bionic/libc/kernel/android/scsi/scsi/ |
scsi_proto.h | 55 #define VERIFY 0x2f
|
/development/samples/IntentPlayground/src/com/example/android/intentplayground/ |
BaseActivity.java | 55 public enum Mode {LAUNCH, VERIFY, RESULT}
|
/external/eigen/test/ |
eigensolver_generic.cpp | 86 VERIFY((ei3.eigenvectors().transpose()*ei3.eigenvectors().transpose()).eval().isIdentity());
|
geo_orthomethods.cpp | 41 VERIFY(mat3.isUnitary());
|
geo_hyperplane.cpp | 126 VERIFY(line_u.coeffs().isApprox(converted_coeffs));
|
mapstaticmethods.cpp | 145 VERIFY(true); // just to avoid 'unused function' warning
|
/external/kernel-headers/modified/scsi/ |
scsi_proto.h | 53 #define VERIFY 0x2f
|
/external/kernel-headers/original/scsi/ |
scsi_proto.h | 53 #define VERIFY 0x2f
|
/external/webrtc/talk/app/webrtc/ |
peerconnection.cc | 802 if (!VERIFY(observer != NULL)) { 860 if (!VERIFY(observer != nullptr)) { [all...] |
/external/autotest/frontend/afe/ |
models_test.py | 161 host=self.hosts[0], task=models.SpecialTask.Task.VERIFY, 167 self.assertEquals(task.execution_path(), 'hosts/host1/1-verify') 203 host=self.hosts[0], task=models.SpecialTask.Task.VERIFY,
|
rpc_interface_unittest.py | [all...] |
/external/autotest/scheduler/ |
scheduler_models_unittest.py | 122 # Force a re-query and verify that the correct data was stored. 416 self._check_special_tasks(tasks, [(models.SpecialTask.Task.VERIFY, 1)]) 427 self._check_special_tasks(tasks, [(models.SpecialTask.Task.VERIFY, 1)])
|
query_managers.py | 123 cleanup, then verify. 149 models.SpecialTask.Task.VERIFY,
|
/external/libpng/scripts/ |
makevms.com | 105 $ V = 'F$Verify(0) 136 $ VV=F$VERIFY(0) 139 $ VV='F$Verify(VV) 141 $ If V Then Set Verify
|
/external/nos/host/android/hals/keymaster/ |
proto_utils.cpp | 78 case KeyPurpose::VERIFY: 79 return nosapp::KeyPurpose::VERIFY; 99 case nosapp::KeyPurpose::VERIFY: 100 *out = KeyPurpose::VERIFY; [all...] |
/external/webrtc/webrtc/base/ |
messagequeue.cc | 338 VERIFY(0 != ++dmsgq_next_num_);
|
physicalsocketserver.cc | 116 VERIFY(0 == getsockopt(s_, SOL_SOCKET, SO_TYPE, (SockOptArg)&type, &len)); 782 if (VERIFY(1 == write(afd_[1], b, sizeof(b)))) { 797 VERIFY(1 == read(afd_[0], b, sizeof(b))); [all...] |