Searched refs:former (Results 1 – 25 of 392) sorted by relevance
12345678910>>...16
/external/deqp-deps/amber/tests/cases/ |
D | draw_triangle_list_with_depth.vkscript | 85 # the one drawn by the former command. However, the rectangle drawn 86 # by the former command is shown in the final frame buffer because
|
/external/python/cpython3/Modules/ |
D | README | 2 and former extension modules that are now builtin modules.
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | XMLNormalizingLoader.java | 307 String former = source.getValueAtPath(fullXPath); in addPath() local 308 if (former != null) { in addPath() 310 if (!former.equals(value) || !fullXPath.equals(formerPath)) { in addPath() 312 warnOnOverride(former, formerPath); in addPath() 391 private void warnOnOverride(String former, String formerPath) { in warnOnOverride() argument 394 + ";\toverriding old value <" + former + "> at path " + distinguishing + in warnOnOverride()
|
/external/openscreen/third_party/mozilla/ |
D | README.md | 5 `url_parse_internal.{h,cc}` contains additional functions needed by the former
|
/external/vm_tools/p9/ |
D | .clang-format | 17 # cpplint.py does smarter #include sorting than clang-format (the former ignores
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | UnMacroRegions.txt | 297 807 The former Yugoslav Republic of Macedonia 443 807 The former Yugoslav Republic of Macedonia 527 807 The former Yugoslav Republic of Macedonia
|
/external/llvm-project/lld/test/COFF/ |
D | eh_frame_suffix_sorting.s | 11 # crtend.o, even if the former had a section name suffix.
|
/external/libcap/doc/values/ |
D | 8.txt | 17 other processes arbitraily. The former leads to
|
/external/llvm-project/polly/test/ScopInfo/ |
D | wraping_signed_expr_2.ll | 9 ; we will add the assumption that i+1 won't overflow only to the former.
|
D | wraping_signed_expr_0.ll | 10 ; we will add the assumption that i+1 won't overflow only to the former.
|
D | wraping_signed_expr_1.ll | 9 ; we will add the assumption that i+1 won't overflow only to the former.
|
/external/llvm-project/llvm/test/FileCheck/ |
D | opt-color.txt | 5 ; Run without and with -color. In the former case, FileCheck should suppress
|
/external/skia/site/docs/dev/testing/ |
D | skiagold.md | 105 - Follow one of two options for handling former positives: 106 - Leave former positives as-is and let them fall off with time if there is low 108 - Mark former positives as negative if needed to verify the change moving
|
/external/skqp/site/dev/testing/ |
D | skiagold.md | 98 * Follow one of two options for handling former positives: 99 + Leave former positives as-is and let them fall off with time if there is 101 + Mark former positives as negative if needed to verify the change moving
|
/external/angle/third_party/zlib/patches/ |
D | 0007-zero-init-deflate-window.patch | 16 the former doesn't exist in upstream zlib, I'm not planning to send this
|
/external/zlib/patches/ |
D | 0007-zero-init-deflate-window.patch | 16 the former doesn't exist in upstream zlib, I'm not planning to send this
|
/external/llvm-project/llvm/test/CodeGen/Mips/msa/ |
D | cc_without_nan.ll | 6 ; Test that the latter nodes are matched to the same instructions as the former.
|
/external/deqp/external/vulkancts/data/vulkan/amber/compute/workgroup_memory_explicit_layout/ |
D | copy_memory_basic.amber | 69 ;;; blocks covering each half of the former.
|
/external/libpng/ |
D | README | 180 * Glenn Randers-Pehrson (former maintainer, 1998-2018) 181 * Andreas Eric Dilger (former maintainer, 1996-1997) 182 * Guy Eric Schalnat (original author and former maintainer, 1995-1996)
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | ByteString.java | 256 public int compare(ByteString former, ByteString latter) { 257 ByteIterator formerBytes = former.iterator(); 270 return Integer.compare(former.size(), latter.size());
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | performance-no-automatic-move.rst | 28 The former version (``Cool``) should be preferred over the latter (``Uncool``)
|
/external/libusb/ |
D | README.git | 9 The difference between autogen.sh and bootstrap.sh is that the former invokes
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | debuginfo-split-carryexpr.ll | 12 ; "low" it does not, only the former should be undefined.
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | m49_raw.txt | 987 The former Yugoslav Republic of Macedonia 1400 807 The former Yugoslav Republic of Macedonia
|
/external/bcc/examples/networking/http_filter/ |
D | README.md | 23 The implementation is split in two portions: the former that exploits eBPF code, the latter that pe…
|
12345678910>>...16