/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/printer/lexicalpreservation/ |
D | DifferenceElementCalculatorTest.java | 94 assertEquals(kept(new CsmChild(cu.getType(0))), differenceElements.get(1)); in compilationUnitExampleWithPackageSetDiff() 95 assertEquals(kept(new CsmToken(eolTokenKind())), differenceElements.get(2)); in compilationUnitExampleWithPackageSetDiff() 110 … assertEquals(kept(new CsmToken(GeneratedJavaParserConstants.AT)), differenceElements.get(i++)); in annotationDeclarationExampleWithModifierAdded() 111 …assertEquals(kept(new CsmToken(GeneratedJavaParserConstants.INTERFACE)), differenceElements.get(i+… in annotationDeclarationExampleWithModifierAdded() 112 assertEquals(kept(new CsmToken(spaceTokenKind())), differenceElements.get(i++)); in annotationDeclarationExampleWithModifierAdded() 113 … assertEquals(kept(new CsmChild(annotationDeclaration.getName())), differenceElements.get(i++)); in annotationDeclarationExampleWithModifierAdded() 114 assertEquals(kept(new CsmToken(spaceTokenKind())), differenceElements.get(i++)); in annotationDeclarationExampleWithModifierAdded() 115 …assertEquals(kept(new CsmToken(GeneratedJavaParserConstants.LBRACE)), differenceElements.get(i++)); in annotationDeclarationExampleWithModifierAdded() 116 assertEquals(kept(new CsmToken(eolTokenKind())), differenceElements.get(i++)); in annotationDeclarationExampleWithModifierAdded() 117 … assertEquals(kept(new CsmChild(annotationDeclaration.getMember(0))), differenceElements.get(i++)); in annotationDeclarationExampleWithModifierAdded() [all …]
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/ |
D | Difference.java | 176 Kept kept = (Kept) diffElement; in applyLeftOverDiffElements() local 178 if (kept.isWhiteSpaceOrComment() || kept.isIndent() || kept.isUnindent()) { in applyLeftOverDiffElements() 440 …private void applyKeptDiffElement(Kept kept, TextElement originalElement, boolean originalElementI… in applyKeptDiffElement() argument 443 } else if (kept.isChild() && originalElementIsChild) { in applyKeptDiffElement() 446 } else if (kept.isChild() && originalElementIsToken) { in applyKeptDiffElement() 450 if (kept.isPrimitiveType()) { in applyKeptDiffElement() 454 … throw new UnsupportedOperationException("kept " + kept.getElement() + " vs " + originalElement); in applyKeptDiffElement() 457 } else if (kept.isToken() && originalElementIsToken) { in applyKeptDiffElement() 460 if (kept.getTokenType() == originalTextToken.getTokenKind()) { in applyKeptDiffElement() 463 } else if (kept.isNewLine() && originalTextToken.isSpaceOrTab()) { in applyKeptDiffElement() [all …]
|
D | Kept.java | 27 Kept kept = (Kept) o; in equals() 29 return element.equals(kept.element); in equals()
|
/external/libcap/tests/ |
D | psx_test.c | 22 static void say_hello_expecting(const char *title, int n, int kept) { in say_hello_expecting() argument 28 getpid(), title, n, tp.raw, keeper, kept); in say_hello_expecting() 29 if (keeper != kept) { in say_hello_expecting() 31 title, tp.raw, keeper, kept); in say_hello_expecting()
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | readability-uppercase-literal-suffix.rst | 45 * ``L`` will be kept as is. 49 * ``uL`` will be kept as is. 50 * ``ull`` will be kept as is, since it is not in the list
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/docs/ |
D | DESCRIPTION | 19 - Strings are kept, except that escaped newlines are stripped 22 space is kept if it's outside a ruleset.) 25 - Optional space after unicode escapes is kept, resp. replaced by a simple 28 - Comments starting with an exclamation mark (``!``) can be kept optionally.
|
/external/llvm-project/lld/test/ELF/ |
D | merge-sym-gc.s | 9 a1: ## Unreferenced. In first fragment, kept by a2 reference. 19 c2: ## Unreferenced. In third fragment, kept by c1 reference.
|
/external/wpa_supplicant_8/hs20/server/ca/ |
D | openssl-root.cnf | 18 dir = ./rootCA # Where everything is kept 19 certs = $dir/certs # Where the issued certs are kept 20 crl_dir = $dir/crl # Where the issued crl are kept
|
D | openssl.cnf | 18 dir = ./demoCA # Where everything is kept 19 certs = $dir/certs # Where the issued certs are kept 20 crl_dir = $dir/crl # Where the issued crl are kept
|
/external/grpc-grpc-java/testing/src/main/resources/certs/ |
D | server1-openssl.cnf | 24 dir = . # Where everything is kept 25 certs = $dir # Where the issued certs are kept 26 crl_dir = $dir # Where the issued crl are kept
|
/external/llvm-project/llvm/test/LTO/Resolution/X86/ |
D | not-prevailing-weak-aliasee.ll | 1 ; Test to ensure that non-prevailing weak aliasee is kept as a weak definition 11 ; Check that __a is kept as a weak def. __b can be dropped since its alias is
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | global-merge.ll | 9 ; Global variables marked with "used" attribute must be kept 14 ; Global used in landing pad instruction must be kept 65 ; Global variables that can be placed in BSS should be kept together in a
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/ |
D | README.rst | 36 - Strings are kept, except that escaped newlines are stripped 39 space is kept if it's outside a ruleset.) 42 - Optional space after unicode escapes is kept, resp. replaced by a simple 45 - Comments starting with an exclamation mark (``!``) can be kept optionally.
|
/external/llvm/test/CodeGen/ARM/ |
D | global-merge.ll | 9 ; Global variables marked with "used" attribute must be kept 14 ; Global used in landing pad instruction must be kept 65 ; Global variables that can be placed in BSS should be kept together in a
|
/external/llvm-project/llvm/test/tools/llvm-objcopy/MachO/ |
D | strip-debug.test | 9 ## Make sure that all symbols are kept. 17 ## Make sure that all relocations to non-debug sections are kept.
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | saver.proto | 30 // "max_to_keep" checkpoints are kept; if specified, in addition to keeping 31 // the last "max_to_keep" checkpoints, an additional checkpoint will be kept
|
/external/llvm-project/lld/test/ELF/lto/ |
D | resolution.ll | 4 ;; The global symbol in both cases should be kept. LTO should throw away the 6 ;; weak symbol in a native object will be kept, but will be unlabelled.
|
/external/python/cryptography/ |
D | pyproject.toml | 2 # Must be kept in sync with `setup_requirements` in `setup.py`
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/ |
D | preserve-strings.css | 6 content: "/* test */"; /* <---- this is not a comment, should be be kept */
|
/external/fmtlib/doc/basic-bootstrap/ |
D | README | 1 Sphinx basic theme with Bootstrap support. Modifications are kept to
|
/external/llvm-project/llvm/test/Transforms/LoopUnroll/ |
D | full-unroll-keep-first-exit.ll | 4 ; Unroll twice, with first loop exit kept 31 ; Unroll thrice, with first loop exit kept 107 ; Unroll twice, with first loop exit kept 134 ; Unroll thrice, with first loop exit kept
|
/external/skqp/src/pathops/ |
D | SkOpSpan.cpp | 440 void SkOpSpan::release(const SkOpPtT* kept) { in release() argument 442 SkOPASSERT(kept->span() != this); in release() 453 coincidence->fixUp(this->ptT(), kept); in release() 458 const SkOpSpanBase* keptSpan = kept->span(); in release()
|
D | SkOpCoincidence.cpp | 1289 void SkOpCoincidence::fixUp(SkOpPtT* deleted, const SkOpPtT* kept) { in fixUp() argument 1290 SkOPASSERT(deleted != kept); in fixUp() 1292 this->fixUp(fHead, deleted, kept); in fixUp() 1295 this->fixUp(fTop, deleted, kept); in fixUp() 1299 void SkOpCoincidence::fixUp(SkCoincidentSpans* coin, SkOpPtT* deleted, const SkOpPtT* kept) { in fixUp() argument 1303 if (coin->coinPtTEnd()->span() == kept->span()) { in fixUp() 1307 coin->setCoinPtTStart(kept); in fixUp() 1310 if (coin->coinPtTStart()->span() == kept->span()) { in fixUp() 1314 coin->setCoinPtTEnd(kept); in fixUp() 1317 if (coin->oppPtTEnd()->span() == kept->span()) { in fixUp() [all …]
|
/external/skia/src/pathops/ |
D | SkOpSpan.cpp | 440 void SkOpSpan::release(const SkOpPtT* kept) { in release() argument 442 SkOPASSERT(kept->span() != this); in release() 453 coincidence->fixUp(this->ptT(), kept); in release() 458 const SkOpSpanBase* keptSpan = kept->span(); in release()
|
D | SkOpCoincidence.cpp | 1289 void SkOpCoincidence::fixUp(SkOpPtT* deleted, const SkOpPtT* kept) { in fixUp() argument 1290 SkOPASSERT(deleted != kept); in fixUp() 1292 this->fixUp(fHead, deleted, kept); in fixUp() 1295 this->fixUp(fTop, deleted, kept); in fixUp() 1299 void SkOpCoincidence::fixUp(SkCoincidentSpans* coin, SkOpPtT* deleted, const SkOpPtT* kept) { in fixUp() argument 1303 if (coin->coinPtTEnd()->span() == kept->span()) { in fixUp() 1307 coin->setCoinPtTStart(kept); in fixUp() 1310 if (coin->coinPtTStart()->span() == kept->span()) { in fixUp() 1314 coin->setCoinPtTEnd(kept); in fixUp() 1317 if (coin->oppPtTEnd()->span() == kept->span()) { in fixUp() [all …]
|