HomeSort by relevance Sort by last modified time
    Searched full:are_equal (Results 1 - 14 of 14) sorted by null

  /external/llvm/include/llvm/MC/
MCTargetOptions.h 37 #define ARE_EQUAL(X) LHS.X == RHS.X
38 return (ARE_EQUAL(SanitizeAddress) &&
39 ARE_EQUAL(MCRelaxAll) &&
40 ARE_EQUAL(MCNoExecStack) &&
41 ARE_EQUAL(MCSaveTempLabels) &&
42 ARE_EQUAL(MCUseDwarfDirectory) &&
43 ARE_EQUAL(ShowMCEncoding) &&
44 ARE_EQUAL(ShowMCInst) &&
45 ARE_EQUAL(AsmVerbose) &&
46 ARE_EQUAL(DwarfVersion))
    [all...]
  /external/llvm/include/llvm/Target/
TargetOptions.h 232 #define ARE_EQUAL(X) LHS.X == RHS.X
234 ARE_EQUAL(UnsafeFPMath) &&
235 ARE_EQUAL(NoInfsFPMath) &&
236 ARE_EQUAL(NoNaNsFPMath) &&
237 ARE_EQUAL(HonorSignDependentRoundingFPMathOption) &&
238 ARE_EQUAL(UseSoftFloat) &&
239 ARE_EQUAL(NoZerosInBSS) &&
240 ARE_EQUAL(JITEmitDebugInfo) &&
241 ARE_EQUAL(JITEmitDebugInfoToDisk) &&
242 ARE_EQUAL(GuaranteedTailCallOpt) &
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/
unordered_base.h 87 are_equal(const _UnorderedCont& __uc, function in struct:__profile::_Equal_helper
101 are_equal(const _UnorderedCont& __uc, function in struct:__profile::_Equal_helper
114 are_equal(const _UnorderedCont& __uc, function in struct:__profile::_Equal_helper
130 are_equal(const _UnorderedCont& __uc, function in struct:__profile::_Equal_helper
144 return __equal_helper::are_equal(__uc, __lhs, __rhs);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/
unordered_base.h 87 are_equal(const _UnorderedCont& __uc, function in struct:__profile::_Equal_helper
101 are_equal(const _UnorderedCont& __uc, function in struct:__profile::_Equal_helper
114 are_equal(const _UnorderedCont& __uc, function in struct:__profile::_Equal_helper
130 are_equal(const _UnorderedCont& __uc, function in struct:__profile::_Equal_helper
144 return __equal_helper::are_equal(__uc, __lhs, __rhs);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/
unordered_base.h 87 are_equal(const _UnorderedCont& __uc, function in struct:__profile::_Equal_helper
101 are_equal(const _UnorderedCont& __uc, function in struct:__profile::_Equal_helper
114 are_equal(const _UnorderedCont& __uc, function in struct:__profile::_Equal_helper
130 are_equal(const _UnorderedCont& __uc, function in struct:__profile::_Equal_helper
144 return __equal_helper::are_equal(__uc, __lhs, __rhs);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/
unordered_base.h 87 are_equal(const _UnorderedCont& __uc, function in struct:__profile::_Equal_helper
101 are_equal(const _UnorderedCont& __uc, function in struct:__profile::_Equal_helper
114 are_equal(const _UnorderedCont& __uc, function in struct:__profile::_Equal_helper
130 are_equal(const _UnorderedCont& __uc, function in struct:__profile::_Equal_helper
144 return __equal_helper::are_equal(__uc, __lhs, __rhs);
  /external/chromium_org/content/browser/service_worker/
service_worker_storage_unittest.cc 88 ServiceWorkerStatusCode status, bool are_equal) {
90 *are_equal_out = are_equal;
990 bool are_equal = false; local
    [all...]
service_worker_register_job.h 149 bool are_equal);
service_worker_register_job.cc 531 bool are_equal) {
532 if (are_equal) {
service_worker_storage.h 56 void(ServiceWorkerStatusCode status, bool are_equal)>
  /external/chromium_org/third_party/webrtc/modules/audio_processing/test/
apmtest.m 313 function [are_equal, diffvector] = ...
316 are_equal = false;
346 are_equal = true;
354 are_equal = false;
  /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 29 static bool are_equal(skiatest::Reporter* reporter, function
114 REPORTER_ASSERT(reporter, are_equal(reporter, m, m2));
809 REPORTER_ASSERT(reporter, are_equal(reporter, mat, mat2));
815 REPORTER_ASSERT(reporter, !are_equal(reporter, mat, mat2));
  /external/chromium_org/third_party/skia/tests/
MatrixTest.cpp 29 static bool are_equal(skiatest::Reporter* reporter, function
114 REPORTER_ASSERT(reporter, are_equal(reporter, m, m2));
    [all...]

Completed in 1285 milliseconds