Home
last modified time | relevance | path

Searched refs:Sorted (Results 1 – 25 of 76) sorted by relevance

1234

/external/lzma/CPP/7zip/Common/
DUniqBlocks.cpp11 unsigned left = 0, right = Sorted.Size(); in AddUniq()
15 unsigned index = Sorted[mid]; in AddUniq()
36 Sorted.Insert(left, index); in AddUniq()
51 unsigned num = Sorted.Size(); in GetReverseMap()
54 const unsigned *sorted = &Sorted[0]; in GetReverseMap()
DUniqBlocks.h13 CUIntVector Sorted; member
/external/clang/unittests/Format/
DSortImportsTestJS.cpp28 auto Sorted = in sort() local
30 EXPECT_TRUE(static_cast<bool>(Sorted)); in sort()
32 *Sorted, reformat(Style, *Sorted, Ranges, FileName)); in sort()
DSortIncludesTest.cpp29 auto Sorted = in sort() local
31 EXPECT_TRUE(static_cast<bool>(Sorted)); in sort()
33 *Sorted, reformat(Style, *Sorted, Ranges, FileName)); in sort()
/external/llvm-project/clang/unittests/Format/
DSortImportsTestJS.cpp27 auto Sorted = in sort() local
29 EXPECT_TRUE(static_cast<bool>(Sorted)); in sort()
31 *Sorted, reformat(Style, *Sorted, Ranges, FileName)); in sort()
DSortImportsTestJava.cpp19 auto Sorted = applyAllReplacements(Code, Replaces); in sort() local
20 EXPECT_TRUE(static_cast<bool>(Sorted)); in sort()
22 *Sorted, reformat(FmtStyle, *Sorted, Ranges, "input.java")); in sort()
DSortIncludesTest.cpp33 auto Sorted = applyAllReplacements(Code, Replaces); in sort() local
34 EXPECT_TRUE(static_cast<bool>(Sorted)); in sort()
36 *Sorted, reformat(FmtStyle, *Sorted, Ranges, FileName)); in sort()
/external/e2fsprogs/resize/
Dtest_extent.in10 # Num=3, Size=10, Cursor=0, Sorted=1
17 # Num=3, Size=10, Cursor=0, Sorted=1
53 # Num=5, Size=10, Cursor=0, Sorted=1
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp419 std::list<MipsRelocationEntry> Sorted; in sortRelocs() local
428 std::back_inserter(Sorted), [](const ELFRelocationEntry &Reloc) { in sortRelocs()
443 find_best(Sorted.begin(), Sorted.end(), in sortRelocs()
463 if (InsertionPoint != Sorted.end()) in sortRelocs()
465 Sorted.insert(InsertionPoint, R)->Matched = true; in sortRelocs()
468 DEBUG(dumpRelocs("S: ", Sorted)); in sortRelocs()
470 assert(Relocs.size() == Sorted.size() && "Some relocs were not consumed"); in sortRelocs()
475 for (const auto &R : reverse(Sorted)) in sortRelocs()
/external/flatbuffers/reflection/
Dreflection.fbs78 fields:[Field] (required); // Sorted.
102 objects:[Object] (required); // Sorted.
103 enums:[Enum] (required); // Sorted.
107 services:[Service]; // Sorted.
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp446 std::list<MipsRelocationEntry> Sorted; in sortRelocs() local
455 std::back_inserter(Sorted), [](const ELFRelocationEntry &Reloc) { in sortRelocs()
470 find_best(Sorted.begin(), Sorted.end(), in sortRelocs()
490 if (InsertionPoint != Sorted.end()) in sortRelocs()
492 Sorted.insert(InsertionPoint, R)->Matched = true; in sortRelocs()
495 LLVM_DEBUG(dumpRelocs("S: ", Sorted)); in sortRelocs()
497 assert(Relocs.size() == Sorted.size() && "Some relocs were not consumed"); in sortRelocs()
502 for (const auto &R : reverse(Sorted)) in sortRelocs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp471 std::list<MipsRelocationEntry> Sorted; in sortRelocs() local
480 std::back_inserter(Sorted), [](const ELFRelocationEntry &Reloc) { in sortRelocs()
495 find_best(Sorted.begin(), Sorted.end(), in sortRelocs()
515 if (InsertionPoint != Sorted.end()) in sortRelocs()
517 Sorted.insert(InsertionPoint, R)->Matched = true; in sortRelocs()
520 LLVM_DEBUG(dumpRelocs("S: ", Sorted)); in sortRelocs()
522 assert(Relocs.size() == Sorted.size() && "Some relocs were not consumed"); in sortRelocs()
527 for (const auto &R : reverse(Sorted)) in sortRelocs()
/external/llvm-project/clang-tools-extra/clangd/index/
DSerialization.cpp168 std::vector<llvm::StringRef> Sorted; member in clang::clangd::__anona61de3f00111::StringTableOut
182 Sorted = {Unique.begin(), Unique.end()}; in finalize()
183 llvm::sort(Sorted); in finalize()
184 for (unsigned I = 0; I < Sorted.size(); ++I) in finalize()
185 Index.try_emplace({Sorted[I].data(), Sorted[I].size()}, I); in finalize()
188 for (llvm::StringRef S : Sorted) { in finalize()
204 assert(!Sorted.empty() && "table not finalized"); in index()
/external/libchrome/base/android/java/templates/
DBuildConfig.template45 // Sorted list of locales that have a compressed .pak within assets.
53 // Sorted list of locales that have an uncompressed .pak within assets.
/external/harfbuzz_ng/src/
Dhb-iter.hh366 template <typename Iter, typename Proj, hb_function_sortedness_t Sorted,
369 hb_iter_t<hb_map_iter_t<Iter, Proj, Sorted>,
377 Sorted == hb_function_sortedness_t::SORTED ? true :
378 Sorted == hb_function_sortedness_t::RETAINS_SORTING ? Iter::is_sorted_iterator :
397 template <typename Proj, hb_function_sortedness_t Sorted>
404 hb_map_iter_t<Iter, Proj, Sorted>
406 { return hb_map_iter_t<Iter, Proj, Sorted> (it, f); } in operator ()()
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenExegesis.inc22 // Sorted (by CpuName) array of pfm counters.
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenExegesis.inc22 // Sorted (by CpuName) array of pfm counters.
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenExegesis.inc22 // Sorted (by CpuName) array of pfm counters.
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_file.cc86 std::vector<const T*> Sorted(const std::unordered_set<const T*>& vals) { in Sorted() function
511 for (auto scc : Sorted(refs.strong_sccs)) { in GenerateInternalForwardDeclarations()
517 for (auto scc : Sorted(refs.weak_sccs)) { in GenerateInternalForwardDeclarations()
526 for (auto instance : Sorted(refs.weak_default_instances)) { in GenerateInternalForwardDeclarations()
534 for (auto file : Sorted(refs.weak_reflection_files)) { in GenerateInternalForwardDeclarations()
861 for (auto dep : Sorted(refs.strong_reflection_files)) { in GenerateReflectionInitializationCode()
864 for (auto dep : Sorted(refs.weak_reflection_files)) { in GenerateReflectionInitializationCode()
/external/llvm-project/llvm/include/llvm/ProfileData/
DInstrProf.h429 bool Sorted = false; variable
480 Sorted = false; in addFuncName()
546 if (Sorted) in finalizeSymtab()
553 Sorted = true; in finalizeSymtab()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h423 bool Sorted = false; variable
474 Sorted = false; in addFuncName()
540 if (Sorted) in finalizeSymtab()
547 Sorted = true; in finalizeSymtab()
/external/rust/crates/rayon/src/slice/
Dmergesort.rs237 Sorted, enumerator
385 MergesortResult::Sorted in mergesort()
694 if res != MergesortResult::Sorted { in par_mergesort()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Skipgram.pbtxt12 Frequencies of words. Sorted in the non-ascending order.
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/
Driwords.txt8 # Sorted Thai word list used for testing the ThaiCollator class.
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/
Driwords.txt8 # Sorted Thai word list used for testing the ThaiCollator class.

1234