Home
last modified time | relevance | path

Searched defs:Swap (Results 1 – 18 of 18) sorted by relevance

/aosp12/frameworks/av/media/libeffects/loudness/common/core/
H A Dbyte_swapper.h42 static T Swap(const T &val) { in Swap() function
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
H A Dswap.h28 inline void Swap(T& a, T& b) RAPIDJSON_NOEXCEPT { in Swap() function
H A Dstack.h85 void Swap(Stack& rhs) RAPIDJSON_NOEXCEPT { in Swap() function
/aosp12/art/compiler/utils/
H A Dswap_space_test.cc79 TEST_F(SwapSpaceTest, Swap) { in TEST_F() argument
/aosp12/build/soong/shared/
H A Denv.go125 func (e envFileData) Swap(i, j int) { func
/aosp12/build/blueprint/parser/
H A Dsort.go276 func (l commentsByOffset) Swap(i, j int) { func
/aosp12/build/soong/androidmk/parser/
H A Dast.go118 func (s byPosition) Swap(i, j int) { func
/aosp12/build/soong/cc/
H A Dccdeps.go239 func (d Deals) Swap(i, j int) { d[i], d[j] = d[j], d[i] } func
/aosp12/system/chre/util/tests/
H A Dfixed_size_vector_test.cc167 TEST(FixedSizeVector, Swap) { in TEST() argument
H A Ddynamic_vector_test.cc494 TEST(DynamicVector, Swap) { in TEST() argument
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
H A Ddocumenttest.cpp196 TEST(Document, Swap) { in TEST() argument
H A Dvaluetest.cpp267 TEST(Value, Swap) { in TEST() argument
H A Dpointertest.cpp854 TEST(Pointer, Swap) { in TEST() argument
/aosp12/build/blueprint/
H A Dcontext.go3669 func (s *pkgAssociationSorter) Swap(i, j int) { func
3768 func (s *globalEntitySorter) Swap(i, j int) { func
3891 func (s depSorter) Swap(i, j int) { func
3923 func (s moduleSorter) Swap(i, j int) { func
/aosp12/build/soong/android/
H A Dapex.go502 func (a byApexName) Swap(i, j int) { a[i], a[j] = a[j], a[i] } func
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Dpointer.h663 …ValueType& Swap(ValueType& root, ValueType& value, typename ValueType::AllocatorType& allocator) c… in Swap() function
669 …ValueType& Swap(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& … in Swap() function
/aosp12/frameworks/native/libs/vr/libpdx/
H A Dvariant_tests.cpp774 TEST(Variant, Swap) { in TEST() argument
/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info.cc536 void Swap(SafeBuffer& other) { in Swap() function in art::ProfileCompilationInfo::SafeBuffer