/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/ |
DeclarationName.h | 316 /// this provides a lexicographical ordering. 322 /// this provides a lexicographical ordering. 328 /// this provides a lexicographical ordering. 334 /// this provides a lexicographical ordering.
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/ |
DeclarationName.h | 316 /// this provides a lexicographical ordering. 322 /// this provides a lexicographical ordering. 328 /// this provides a lexicographical ordering. 334 /// this provides a lexicographical ordering.
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/ |
DeclarationName.h | 316 /// this provides a lexicographical ordering. 322 /// this provides a lexicographical ordering. 328 /// this provides a lexicographical ordering. 334 /// this provides a lexicographical ordering.
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/ |
DeclarationName.h | 316 /// this provides a lexicographical ordering. 322 /// this provides a lexicographical ordering. 328 /// this provides a lexicographical ordering. 334 /// this provides a lexicographical ordering.
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/ |
DeclarationName.h | 316 /// this provides a lexicographical ordering. 322 /// this provides a lexicographical ordering. 328 /// this provides a lexicographical ordering. 334 /// this provides a lexicographical ordering.
|
/external/guava/guava/src/com/google/common/collect/ |
Ordering.java | 419 * a lexicographical natural ordering over integers considers {@code 422 * <p>Note that {@code ordering.lexicographical().reverse()} is not 423 * equivalent to {@code ordering.reverse().lexicographical()} (consider how 431 // Ordering.<String>natural().lexicographical(); 432 public <S extends T> Ordering<Iterable<S>> lexicographical() { method in class:Ordering [all...] |
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
OrderingTest.java | 379 Ordering<Iterable<String>> lexy = ordering.lexicographical(); 390 .addEqualityGroup(lexy, ordering.lexicographical()) 391 .addEqualityGroup(numberOrdering.lexicographical()) [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
OrderingTest.java | 381 Ordering<Iterable<String>> lexy = ordering.lexicographical(); 392 .addEqualityGroup(lexy, ordering.lexicographical()) 393 .addEqualityGroup(numberOrdering.lexicographical()) [all...] |
/libcore/ojluni/src/main/java/sun/security/util/ |
DerOutputStream.java | 330 * set elements be sorted into ascending lexicographical order 356 * Lexicographical order comparison on byte arrays, for ordering
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
search_autocomplete.js | 225 if (n == 0) // lexicographical sort if scores are the same
|
/build/make/tools/fs_config/ |
README | 104 * lexicographical less than before other
|
/external/doclava/res/assets/templates/assets/ |
search_autocomplete.js | 225 if (n == 0) // lexicographical sort if scores are the same
|
/external/guava/guava/src/com/google/common/primitives/ |
SignedBytes.java | 180 * Lexicographical order article at Wikipedia</a>
|
UnsignedInts.java | 150 * @see <a href="http://en.wikipedia.org/wiki/Lexicographical_order"> Lexicographical order
|
/external/syslinux/core/lwip/doc/ |
snmp_agent.txt | 134 tree must be kept in sorted ascending (lexicographical) order.
|
/prebuilts/go/darwin-x86/src/flag/ |
flag.go | 296 // sortFlags returns the flags as a slice in lexicographical sorted order. 337 // VisitAll visits the flags in lexicographical order, calling fn for each. 345 // VisitAll visits the command-line flags in lexicographical order, calling 351 // Visit visits the flags in lexicographical order, calling fn for each. 359 // Visit visits the command-line flags in lexicographical order, calling fn [all...] |
/prebuilts/go/linux-x86/src/flag/ |
flag.go | 296 // sortFlags returns the flags as a slice in lexicographical sorted order. 337 // VisitAll visits the flags in lexicographical order, calling fn for each. 345 // VisitAll visits the command-line flags in lexicographical order, calling 351 // Visit visits the flags in lexicographical order, calling fn for each. 359 // Visit visits the command-line flags in lexicographical order, calling fn [all...] |
/external/python/cpython2/Doc/tutorial/ |
datastructures.rst | 732 The comparison uses *lexicographical* ordering: first the first two items are 736 the same type, the lexicographical comparison is carried out recursively. If 739 the smaller (lesser) one. Lexicographical ordering for strings uses the ASCII
|
/external/python/cpython3/Doc/tutorial/ |
datastructures.rst | 683 The comparison uses *lexicographical* ordering: first the first two items are 687 the same type, the lexicographical comparison is carried out recursively. If 690 the smaller (lesser) one. Lexicographical ordering for strings uses the Unicode
|
/art/compiler/debug/ |
elf_debug_frame_writer.h | 179 // Let's therefore sort them in the lexicographical order of the opcodes.
|
/external/google-breakpad/src/common/ |
module.cc | 207 // lexicographical order by name, which is neat.
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
CodeGenRegisters.h | 209 // Lexicographical order of (Members, SpillSize, SpillAlignment).
|
/prebuilts/go/darwin-x86/src/path/filepath/ |
match.go | 308 // added in lexicographical order.
|
/prebuilts/go/linux-x86/src/path/filepath/ |
match.go | 308 // added in lexicographical order.
|
/libcore/ojluni/src/main/java/java/time/zone/ |
ZoneRulesProvider.java | 195 * The version must follow lexicographical order, thus the returned map will 358 * The version must follow lexicographical order, thus the returned map will
|