/aosp12/frameworks/av/media/libeffects/loudness/common/core/ |
H A D | byte_swapper.h | 42 static T Swap(const T &val) { in Swap() function
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/ |
H A D | swap.h | 28 inline void Swap(T& a, T& b) RAPIDJSON_NOEXCEPT { in Swap() function
|
H A D | stack.h | 85 void Swap(Stack& rhs) RAPIDJSON_NOEXCEPT { in Swap() function
|
/aosp12/art/compiler/utils/ |
H A D | swap_space_test.cc | 79 TEST_F(SwapSpaceTest, Swap) { in TEST_F() argument
|
/aosp12/build/soong/shared/ |
H A D | env.go | 125 func (e envFileData) Swap(i, j int) { func
|
/aosp12/build/blueprint/parser/ |
H A D | sort.go | 276 func (l commentsByOffset) Swap(i, j int) { func
|
/aosp12/build/soong/androidmk/parser/ |
H A D | ast.go | 118 func (s byPosition) Swap(i, j int) { func
|
/aosp12/build/soong/cc/ |
H A D | ccdeps.go | 239 func (d Deals) Swap(i, j int) { d[i], d[j] = d[j], d[i] } func
|
/aosp12/system/chre/util/tests/ |
H A D | fixed_size_vector_test.cc | 167 TEST(FixedSizeVector, Swap) { in TEST() argument
|
H A D | dynamic_vector_test.cc | 494 TEST(DynamicVector, Swap) { in TEST() argument
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
H A D | documenttest.cpp | 196 TEST(Document, Swap) { in TEST() argument
|
H A D | valuetest.cpp | 267 TEST(Value, Swap) { in TEST() argument
|
H A D | pointertest.cpp | 854 TEST(Pointer, Swap) { in TEST() argument
|
/aosp12/build/blueprint/ |
H A D | context.go | 3669 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 D | apex.go | 502 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 D | pointer.h | 663 …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 D | variant_tests.cpp | 774 TEST(Variant, Swap) { in TEST() argument
|
/aosp12/art/libprofile/profile/ |
H A D | profile_compilation_info.cc | 536 void Swap(SafeBuffer& other) { in Swap() function in art::ProfileCompilationInfo::SafeBuffer
|