/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | modernize-use-uncaught-exceptions.rst | 11 they will be replaced with. 29 // Warning, but will not be replaced 32 // Warning and replaced 35 // Warning and replaced 38 // Warning and replaced
|
D | llvm-prefer-isa-or-dyn-cast-in-conditionals.rst | 16 // is replaced by: 20 // is replaced by: 24 // is replaced by: 28 // is replaced by:
|
/external/rust/crates/grpcio-sys/grpc/src/cpp/common/ |
D | channel_arguments.cc | 96 bool replaced = false; in SetSocketMutator() local 101 GPR_ASSERT(!replaced); in SetSocketMutator() 104 replaced = true; in SetSocketMutator() 108 if (!replaced) { in SetSocketMutator() 124 bool replaced = false; in SetUserAgentPrefix() local 133 replaced = true; in SetUserAgentPrefix() 139 if (!replaced) { in SetUserAgentPrefix()
|
/external/grpc-grpc/src/cpp/common/ |
D | channel_arguments.cc | 96 bool replaced = false; in SetSocketMutator() local 101 GPR_ASSERT(!replaced); in SetSocketMutator() 104 replaced = true; in SetSocketMutator() 108 if (!replaced) { in SetSocketMutator() 122 bool replaced = false; in SetUserAgentPrefix() local 132 replaced = true; in SetUserAgentPrefix() 138 if (!replaced) { in SetUserAgentPrefix()
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/model/typesystem/ |
D | LazyType.java | 104 …public Type replaceTypeVariables(TypeParameterDeclaration tp, Type replaced, Map<TypeParameterDecl… in replaceTypeVariables() argument 105 return getType().replaceTypeVariables(tp, replaced, inferredTypes); in replaceTypeVariables() 109 public Type replaceTypeVariables(TypeParameterDeclaration tp, Type replaced) { in replaceTypeVariables() argument 110 return getType().replaceTypeVariables(tp, replaced); in replaceTypeVariables()
|
/external/curl/tests/data/ |
D | test4 | 7 HTTP replaced headers 33 …-H "extra-header: here" -H "Accept: replaced" -H "X-Custom-Header;" -H "X-Test: foo; " -H "X-Test:… 45 Accept: replaced 54 Accept: replaced
|
/external/javapoet/src/main/java/com/squareup/javapoet/ |
D | NameAllocator.java | 118 String replaced = tagToName.put(tag, suggestion); in newName() local 119 if (replaced != null) { in newName() 120 tagToName.put(tag, replaced); // Put things back as they were! in newName() 121 throw new IllegalArgumentException("tag " + tag + " cannot be used for both '" + replaced in newName()
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/model/typesystem/ |
D | LazyType.java | 105 …ublic ResolvedType replaceTypeVariables(ResolvedTypeParameterDeclaration tp, ResolvedType replaced, in replaceTypeVariables() argument 107 return getType().replaceTypeVariables(tp, replaced, inferredTypes); in replaceTypeVariables() 111 …lic ResolvedType replaceTypeVariables(ResolvedTypeParameterDeclaration tp, ResolvedType replaced) { in replaceTypeVariables() argument 112 return getType().replaceTypeVariables(tp, replaced); in replaceTypeVariables()
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/ |
D | MethodUsage.java | 107 public MethodUsage replaceParamType(int i, ResolvedType replaced) { in replaceParamType() argument 111 if (paramTypes.get(i) == replaced) { in replaceParamType() 115 newParams.set(i, replaced); in replaceParamType() 119 public MethodUsage replaceExceptionType(int i, ResolvedType replaced) { in replaceExceptionType() argument 123 if (exceptionTypes.get(i) == replaced) { in replaceExceptionType() 127 newTypes.set(i, replaced); in replaceExceptionType()
|
/external/freetype/src/tools/ |
D | update-copyright-year | 56 my $replaced = 0; 64 if (!$replaced) 93 $replaced = 1; 121 $replaced = 1; 134 # Reset $replaced before processing the next file. 135 $replaced = 0 if eof;
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-model/com/github/javaparser/symbolsolver/model/typesystem/ |
D | Type.java | 148 …default Type replaceTypeVariables(TypeParameterDeclaration tp, Type replaced, Map<TypeParameterDec… in replaceTypeVariables() argument 155 default Type replaceTypeVariables(TypeParameterDeclaration tp, Type replaced) { in replaceTypeVariables() argument 156 return replaceTypeVariables(tp, replaced, new HashMap<>()); in replaceTypeVariables()
|
D | TypeVariable.java | 76 …public Type replaceTypeVariables(TypeParameterDeclaration tpToBeReplaced, Type replaced, Map<TypeP… in replaceTypeVariables() argument 78 inferredTypes.put(this.asTypeParameter(), replaced); in replaceTypeVariables() local 79 return replaced; in replaceTypeVariables()
|
D | Wildcard.java | 141 …public Type replaceTypeVariables(TypeParameterDeclaration tpToReplace, Type replaced, Map<TypePara… in replaceTypeVariables() argument 142 if (replaced == null) { in replaceTypeVariables() 148 … Type boundedTypeReplaced = boundedType.replaceTypeVariables(tpToReplace, replaced, inferredTypes); in replaceTypeVariables()
|
/external/rust/crates/form_urlencoded/src/ |
D | lib.rs | 63 let replaced = replace_plus(input); in decode() localVariable 64 decode_utf8_lossy(match percent_decode(&replaced).into() { in decode() 66 Cow::Borrowed(_) => replaced, in decode() 75 let mut replaced = input.to_owned(); in replace_plus() localVariable 76 replaced[first_position] = b' '; in replace_plus() 77 for byte in &mut replaced[first_position + 1..] { in replace_plus() 82 Cow::Owned(replaced) in replace_plus()
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | leaFixup64.mir | 9 ;testleaadd_64_32_1: 3 operands LEA64_32r cannot be replaced with 2 add instructions 10 ; but can be replaced with 1 lea + 1 add 15 ;testleaadd_rbp_64_32_1: 3 operands LEA64_32r cannot be replaced with 2 add instructions 16 ; where the base is rbp/r13/ebp register but it can be replaced with 1 lea + 1 add 22 ; be replaced with an add instruction but can be replaced with 1 lea instruction 27 ;test2add_64: 3 operands LEA64r that can be replaced with 2 add instructions 32 ;test2add_rbp_64: 3 operands LEA64r that can be replaced with 2 add instructions 38 ;test1add_rbp_64: 2 operands LEA64r where base register is rbp/r13/ebp and can be replaced 44 ;testleaadd_64_32: 3 operands LEA64_32r that can be replaced with 1 lea 1 add instructions 49 ;testleaadd_rbp_64_32: 3 operands LEA64_32r that can be replaced with 1 lea 1 add instructions [all …]
|
D | leaFixup32.mir | 10 ;test2add_32: 3 operands LEA32r that can be replaced with 2 add instructions 16 ;test2add_ebp_32: 3 operands LEA32r that can be replaced with 2 add instructions 22 ;test1add_ebp_32: 2 operands LEA32r where base register is ebp and can be replaced 28 ;testleaadd_32: 3 operands LEA32r that can be replaced with 1 lea 1 add instructions 33 ;testleaadd_ebp_32: 3 operands LEA32r that can be replaced with 1 lea 1 add instructions 39 ;test1lea_ebp_32: 2 operands LEA32r wher base register is rbp/r13/ebp and can be replaced 45 ;test2addi32_32: 3 operands LEA32r that can be replaced with 2 add instructions where ADD32ri32 51 ;test1mov1add_ebp_32: 2 operands LEA32r that can be replaced with 1 add 1 mov instructions 57 ;testleaadd_ebp_index_32: 3 operands LEA32r that can be replaced with 1 lea 1 add instructions 63 ;testleaadd_ebp_index2_32: 3 operands LEA32r that can be replaced with 1 lea 1 add instructions [all …]
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/types/ |
D | ResolvedType.java | 165 … replaceTypeVariables(ResolvedTypeParameterDeclaration tp, ResolvedType replaced, Map<ResolvedType… in replaceTypeVariables() argument 172 …ult ResolvedType replaceTypeVariables(ResolvedTypeParameterDeclaration tp, ResolvedType replaced) { in replaceTypeVariables() argument 173 return replaceTypeVariables(tp, replaced, new HashMap<>()); in replaceTypeVariables()
|
D | ResolvedTypeVariable.java | 82 …Variables(ResolvedTypeParameterDeclaration tpToBeReplaced, ResolvedType replaced, Map<ResolvedType… in replaceTypeVariables() argument 84 inferredTypes.put(this.asTypeParameter(), replaced); in replaceTypeVariables() local 85 return replaced; in replaceTypeVariables()
|
/external/libdrm/intel/ |
D | uthash.h | 191 #define HASH_REPLACE_BYHASHVALUE_INORDER(hh,head,fieldname,keylen_in,hashval,add,replaced,cmpfcn) \ argument 193 (replaced) = NULL; \ 194 HASH_FIND_BYHASHVALUE(hh, head, &((add)->fieldname), keylen_in, hashval, replaced); \ 195 if (replaced) { \ 196 HASH_DELETE(hh, head, replaced); \ 201 #define HASH_REPLACE_BYHASHVALUE(hh,head,fieldname,keylen_in,hashval,add,replaced) \ argument 203 (replaced) = NULL; \ 204 HASH_FIND_BYHASHVALUE(hh, head, &((add)->fieldname), keylen_in, hashval, replaced); \ 205 if (replaced) { \ 206 HASH_DELETE(hh, head, replaced); \ [all …]
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | pass_utils.cpp | 63 bool replaced = false; in FindAndReplace() local 70 replaced = true; in FindAndReplace() 72 return replaced; in FindAndReplace()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/ |
D | pass_utils.cpp | 63 bool replaced = false; in FindAndReplace() local 70 replaced = true; in FindAndReplace() 72 return replaced; in FindAndReplace()
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | pass_utils.cpp | 63 bool replaced = false; in FindAndReplace() local 70 replaced = true; in FindAndReplace() 72 return replaced; in FindAndReplace()
|
/external/llvm-project/llvm/test/Transforms/SCCP/ |
D | ipscp-drop-argmemonly.ll | 5 ; dropped, if a function argument is replaced by a constant. 11 ; Here the pointer argument %arg will be replaced by a constant. We need to 37 ; Here only the non-pointer argument %val is replaced, no need 59 ; Here the pointer argument %arg will be replaced by a constant. We need to 85 ; Here only the non-pointer argument %val is replaced, no need 107 ; Here the pointer argument %arg will be replaced by a constant. We need to 134 ; replaced.
|
/external/tflite-support/third_party/android/ |
D | android.bzl.tpl | 5 # These will either be replaced by android_sdk_repository if various ENV 7 # will be replaced by noops otherwise.
|
/external/python/cpython3/Mac/Tools/ |
D | pythonw.c | 176 char replaced; in main() local 177 replaced = slash[1]; in main() 182 slash[1] = replaced; in main()
|