/external/lzma/CPP/7zip/Common/ |
D | UniqBlocks.cpp | 11 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()
|
D | UniqBlocks.h | 13 CUIntVector Sorted; member
|
/external/clang/unittests/Format/ |
D | SortImportsTestJS.cpp | 28 auto Sorted = in sort() local 30 EXPECT_TRUE(static_cast<bool>(Sorted)); in sort() 32 *Sorted, reformat(Style, *Sorted, Ranges, FileName)); in sort()
|
D | SortIncludesTest.cpp | 29 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/ |
D | test_extent.in | 10 # 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/ |
D | MipsELFObjectWriter.cpp | 419 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/ |
D | MipsELFObjectWriter.cpp | 461 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/ |
D | reflection.fbs | 75 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/ |
D | InstrProf.h | 428 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/ |
D | tree_config.proto | 100 // 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/ |
D | api_def_Skipgram.pbtxt | 12 Frequencies of words. Sorted in the non-ascending order.
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/ |
D | riwords.txt | 8 # Sorted Thai word list used for testing the ThaiCollator class.
|
/external/icu/icu4c/source/test/testdata/ |
D | riwords.txt | 7 # Sorted Thai word list used for testing the ThaiCollator class.
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/ |
D | riwords.txt | 8 # Sorted Thai word list used for testing the ThaiCollator class.
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86GenSubtargetInfo.inc | 53 // 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/ |
D | channelz.proto | 444 // 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/ |
D | channelz.proto | 444 // 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/ |
D | bisect.rst | 69 Searching Sorted Lists
|
/external/python/cpython2/Doc/library/ |
D | bisect.rst | 71 Searching Sorted Lists
|
/external/boringssl/src/crypto/stack/ |
D | stack_test.cc | 229 TEST(StackTest, Sorted) { in TEST() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 358 Sorted = false; in create()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | constant_folding_test.cc | 642 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/ |
D | MipsGenSubtargetInfo.inc | 75 // 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/ |
D | nn_ops_test.cc | 1313 auto top_k = ops::TopK(root, input, input_k, ops::TopK::Sorted(true)); in BM_TopK()
|
/external/protobuf/src/google/protobuf/ |
D | map_test.cc | 2701 TEST(TextFormatMapTest, Sorted) { in TEST() argument
|