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
35
static bool
are_equal
(skiatest::Reporter* reporter,
function
123
REPORTER_ASSERT(reporter,
are_equal
(reporter, m, m2));
452
REPORTER_ASSERT(reporter,
are_equal
(reporter, mat, mat2));
460
REPORTER_ASSERT(reporter,
are_equal
(reporter, mat, mat2));
462
REPORTER_ASSERT(reporter, !
are_equal
(reporter, mat, mat2));
Completed in 158 milliseconds