Home
last modified time | relevance | path

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

123

/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/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp461 std::list<MipsRelocationEntry> Sorted; in sortRelocs() local
470 std::back_inserter(Sorted), [](const ELFRelocationEntry &Reloc) { in sortRelocs()
485 find_best(Sorted.begin(), Sorted.end(), in sortRelocs()
505 if (InsertionPoint != Sorted.end()) in sortRelocs()
507 Sorted.insert(InsertionPoint, R)->Matched = true; in sortRelocs()
510 LLVM_DEBUG(dumpRelocs("S: ", Sorted)); in sortRelocs()
512 assert(Relocs.size() == Sorted.size() && "Some relocs were not consumed"); in sortRelocs()
517 for (const auto &R : reverse(Sorted)) in sortRelocs()
/external/flatbuffers/reflection/
Dreflection.fbs75 fields:[Field] (required); // Sorted.
99 objects:[Object] (required); // Sorted.
100 enums:[Enum] (required); // Sorted.
104 services:[Service]; // Sorted.
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DInstrProf.h428 bool Sorted = false; variable
479 Sorted = false; in addFuncName()
545 if (Sorted) in finalizeSymtab()
552 Sorted = true; in finalizeSymtab()
/external/tensorflow/tensorflow/contrib/boosted_trees/proto/
Dtree_config.proto100 // Sorted list of Ids in the set.
159 // Sorted list of column handlers that have been used in at least one split
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Skipgram.pbtxt12 Frequencies of words. Sorted in the non-ascending order.
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/
Driwords.txt8 # Sorted Thai word list used for testing the ThaiCollator class.
/external/icu/icu4c/source/test/testdata/
Driwords.txt7 # Sorted Thai word list used for testing the ThaiCollator class.
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/
Driwords.txt8 # Sorted Thai word list used for testing the ThaiCollator class.
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86GenSubtargetInfo.inc53 // Sorted (by key) array of values for CPU features.
86 // Sorted (by key) array of values for CPU subtype.
/external/grpc-grpc-java/services/src/main/proto/grpc/channelz/v1/
Dchannelz.proto444 // list of channels that the connection detail service knows about. Sorted in
460 // list of servers that the connection detail service knows about. Sorted in
477 // list of socket refs that the connection detail service knows about. Sorted in
/external/grpc-grpc/src/proto/grpc/channelz/
Dchannelz.proto444 // list of channels that the connection detail service knows about. Sorted in
460 // list of servers that the connection detail service knows about. Sorted in
477 // list of socket refs that the connection detail service knows about. Sorted in
/external/python/cpython3/Doc/library/
Dbisect.rst69 Searching Sorted Lists
/external/python/cpython2/Doc/library/
Dbisect.rst71 Searching Sorted Lists
/external/boringssl/src/crypto/stack/
Dstack_test.cc229 TEST(StackTest, Sorted) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DInstrProf.cpp358 Sorted = false; in create()
/external/tensorflow/tensorflow/core/common_runtime/
Dconstant_folding_test.cc642 ops::TopK(s.WithOpName("topK"), c0, k, ops::TopK::Sorted(false)); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
DMipsGenSubtargetInfo.inc75 // Sorted (by key) array of values for CPU features.
127 // Sorted (by key) array of values for CPU subtype.
2414 // Sorted (by key) array of itineraries for CPU subtype.
/external/tensorflow/tensorflow/core/kernels/
Dnn_ops_test.cc1313 auto top_k = ops::TopK(root, input, input_k, ops::TopK::Sorted(true)); in BM_TopK()
/external/protobuf/src/google/protobuf/
Dmap_test.cc2701 TEST(TextFormatMapTest, Sorted) { in TEST() argument

123