OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:are_equal
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_processing/test/
apmtest.m
313
function [
are_equal
, diffvector] = ...
316
are_equal
= false;
346
are_equal
= true;
354
are_equal
= false;
/external/skia/tests/
MatrixTest.cpp
37
static bool
are_equal
(skiatest::Reporter* reporter,
function
126
REPORTER_ASSERT(reporter,
are_equal
(reporter, m, m2));
797
REPORTER_ASSERT(reporter,
are_equal
(reporter, mat, mat2));
805
REPORTER_ASSERT(reporter,
are_equal
(reporter, mat, mat2));
807
REPORTER_ASSERT(reporter, !
are_equal
(reporter, mat, mat2));
Completed in 122 milliseconds