Home
last modified time | relevance | path

Searched refs:sorted_output (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.random.sample/
H A Dranges_sample.pass.cpp158 auto sorted_output = std::ranges::subrange(output.begin(), output.begin() + n); in test_one() local
159 std::ranges::sort(sorted_output); in test_one()
160 assert(std::ranges::includes(sorted_input, sorted_output)); in test_one()
/aosp_15_r20/system/sepolicy/build/soong/
H A Dselinux_contexts.go317 sorted_output := pathForModuleOut(ctx, ctx.ModuleName()+"_sorted")
322 FlagWithOutput("-o ", sorted_output)
324 builtContext = sorted_output
/aosp_15_r20/system/testing/gtest_extras/gtest_isolated/tests/
DSystemTests.cpp270 std::string sorted_output = SortTestOutput(sanitized_output_); in VerifySortedOutput() local
271 ASSERT_EQ(expected_output, sorted_output); in VerifySortedOutput()