/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | ExternalUnitConversionData.java | 119 String newSource = match.group(1).trim(); in extractUnit() local 120 source = replaceWhole(source, newSource, changes); in extractUnit() 159 private String replaceWhole(String source, String newSource, Set<String> changes) { in replaceWhole() argument 160 if (!newSource.equals(source)) { in replaceWhole() 161 changes.add(" ⟹ " + newSource); in replaceWhole() 163 return newSource; in replaceWhole() 167 String newSource = pattern.matcher(source).replaceAll(replacement); in replace() local 168 if (!newSource.equals(source)) { in replace() 169 changes.add(" ⟹ " + newSource); in replace() 171 return newSource; in replace()
|
D | TestBcp47Transforms.java | 121 String newSource = getStandard(Type.source, source, id); in getStandard0() local 124 return newTarget + "-t-" + newSource in getStandard0()
|
/external/llvm-project/llvm/lib/FuzzMutate/ |
D | RandomIRBuilder.cpp | 38 return newSource(BB, Insts, Srcs, Pred); in findOrCreateSource() 41 Value *RandomIRBuilder::newSource(BasicBlock &BB, ArrayRef<Instruction *> Insts, in newSource() function in RandomIRBuilder
|
D | IRMutator.cpp | 195 RS.sample(IB.newSource(*BB, InstsBefore, {}, Pred), /*Weight=*/1); in mutate()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | RandomIRBuilder.cpp | 38 return newSource(BB, Insts, Srcs, Pred); in findOrCreateSource() 41 Value *RandomIRBuilder::newSource(BasicBlock &BB, ArrayRef<Instruction *> Insts, in newSource() function in RandomIRBuilder
|
D | IRMutator.cpp | 195 RS.sample(IB.newSource(*BB, InstsBefore, {}, Pred), /*Weight=*/1); in mutate()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CanonicalIterator.java | 117 public void setSource(String newSource) { in setSource() argument 118 source = nfd.normalize(newSource); in setSource() 122 if (newSource.length() == 0) { in setSource()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | CanonicalIterator.java | 113 public void setSource(String newSource) { in setSource() argument 114 source = nfd.normalize(newSource); in setSource() 118 if (newSource.length() == 0) { in setSource()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | RegexLookup.java | 712 final String newSource = source.replace("[@", "\\[@"); 713 return new RegexFinder(newSource.startsWith("//") 714 ? "^" + newSource 715 : newSource); 726 final String newSource = source.replace("[@", "\\[@").replace('\'', '"'); 727 return new RegexFinder(newSource.startsWith("//") 728 ? "^" + newSource 729 : newSource);
|
D | CollationMapMaker.java | 428 String newSource = (String) keyToString.get(key); in addExpansionResults() local 429 if (newSource == null) { in addExpansionResults()
|
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | FieldMaskTreeTest.cs | 166 var newSource = source.Descriptor.Parser.CreateTemplate(); in Merge() 167 newSource.MergeFrom(source.ToByteString()); in Merge() 172 tree.Merge(newSource, newDestination, options); in Merge()
|
/external/icu/icu4c/source/common/ |
D | caniter.cpp | 168 void CanonicalIterator::setSource(const UnicodeString &newSource, UErrorCode &status) { in setSource() argument 175 nfd.normalize(newSource, source, status); in setSource() 184 if (newSource.length() == 0) { in setSource()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/ |
D | RandomIRBuilder.h | 46 Value *newSource(BasicBlock &BB, ArrayRef<Instruction *> Insts,
|
/external/llvm-project/llvm/include/llvm/FuzzMutate/ |
D | RandomIRBuilder.h | 46 Value *newSource(BasicBlock &BB, ArrayRef<Instruction *> Insts,
|
/external/icu/icu4c/source/common/unicode/ |
D | caniter.h | 121 void setSource(const UnicodeString &newSource, UErrorCode &status);
|
/external/icu/libicu/cts_headers/unicode/ |
D | caniter.h | 121 void setSource(const UnicodeString &newSource, UErrorCode &status);
|
/external/mdnsresponder/mDNSPosix/ |
D | mDNSPosix.c | 1558 PosixEventSource *newSource; in mDNSPosixAddFDToEventLoop() local 1568 newSource = (PosixEventSource*) malloc(sizeof *newSource); in mDNSPosixAddFDToEventLoop() 1569 if (NULL == newSource) in mDNSPosixAddFDToEventLoop() 1572 newSource->Callback = callback; in mDNSPosixAddFDToEventLoop() 1573 newSource->Context = context; in mDNSPosixAddFDToEventLoop() 1574 newSource->fd = fd; in mDNSPosixAddFDToEventLoop() 1576 AddToTail(&gEventSources, newSource); in mDNSPosixAddFDToEventLoop()
|
/external/mesa3d/src/mesa/main/ |
D | texcompress_fxt1.c | 1301 void *newSource = NULL; in fxt1_encode() local 1309 newSource = malloc(comps * newWidth * newHeight * sizeof(GLubyte)); in fxt1_encode() 1310 if (!newSource) { in fxt1_encode() 1317 srcRowStride, (GLubyte *) newSource); in fxt1_encode() 1318 source = newSource; in fxt1_encode() 1343 free(newSource); in fxt1_encode()
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/ |
D | DiskLruCacheTest.java | 159 assertNull(creator.newSource(0)); in writeAndReadEntry() 160 assertNull(creator.newSource(1)); in writeAndReadEntry() 1203 assertNull(editor.newSource(0)); in noNewSourceAfterEditorDetached() 1303 editor.newSource(0); in assertInoperable()
|
/external/llvm-project/llvm/unittests/FuzzMutate/ |
D | RandomIRBuilderTest.cpp | 81 Value *LastSrc = IB.newSource(BB, Insts, Srcs, Descr.SourcePreds[2]); in TEST()
|
/external/mdnsresponder/mDNSShared/ |
D | dnsextd.c | 240 EventSource * newSource; in AddSourceToEventLoop() local 248 newSource = ( EventSource*) malloc( sizeof *newSource ); in AddSourceToEventLoop() 249 if ( newSource == NULL ) in AddSourceToEventLoop() 255 newSource->callback = callback; in AddSourceToEventLoop() 256 newSource->context = context; in AddSourceToEventLoop() 257 newSource->sock = sock; in AddSourceToEventLoop() 258 newSource->fd = mDNSPlatformTCPGetFD( sock ); in AddSourceToEventLoop() 260 AddToTail( &self->eventSources, newSource ); in AddSourceToEventLoop()
|
/external/deqp/modules/gles31/functional/ |
D | es31fSeparateShaderTests.cpp | 1250 string newSource = genVtxShaderSrc(pp.vtxSeed, m_varyings.vtxOutputs, in createPipeline() local 1252 vtxProg = createSingleShaderProgram(glu::SHADERTYPE_VERTEX, newSource); in createPipeline() 1261 string newSource = genFrgShaderSrc(pp.frgSeed, m_varyings.frgInputs, in createPipeline() local 1263 frgProg = createSingleShaderProgram(glu::SHADERTYPE_FRAGMENT, newSource); in createPipeline()
|
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/ |
D | DiskLruCache.java | 863 public Source newSource(int index) throws IOException { in newSource() method in Editor
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/ |
D | DiskLruCache.java | 859 public Source newSource(int index) throws IOException { in newSource() method in Editor
|