Home
last modified time | relevance | path

Searched refs:newSource (Results 1 – 24 of 24) sorted by relevance

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DExternalUnitConversionData.java119 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()
DTestBcp47Transforms.java121 String newSource = getStandard(Type.source, source, id); in getStandard0() local
124 return newTarget + "-t-" + newSource in getStandard0()
/external/llvm-project/llvm/lib/FuzzMutate/
DRandomIRBuilder.cpp38 return newSource(BB, Insts, Srcs, Pred); in findOrCreateSource()
41 Value *RandomIRBuilder::newSource(BasicBlock &BB, ArrayRef<Instruction *> Insts, in newSource() function in RandomIRBuilder
DIRMutator.cpp195 RS.sample(IB.newSource(*BB, InstsBefore, {}, Pred), /*Weight=*/1); in mutate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DRandomIRBuilder.cpp38 return newSource(BB, Insts, Srcs, Pred); in findOrCreateSource()
41 Value *RandomIRBuilder::newSource(BasicBlock &BB, ArrayRef<Instruction *> Insts, in newSource() function in RandomIRBuilder
DIRMutator.cpp195 RS.sample(IB.newSource(*BB, InstsBefore, {}, Pred), /*Weight=*/1); in mutate()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCanonicalIterator.java117 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/
DCanonicalIterator.java113 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/
DRegexLookup.java712 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);
DCollationMapMaker.java428 String newSource = (String) keyToString.get(key); in addExpansionResults() local
429 if (newSource == null) { in addExpansionResults()
/external/protobuf/csharp/src/Google.Protobuf.Test/
DFieldMaskTreeTest.cs166 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/
Dcaniter.cpp168 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/
DRandomIRBuilder.h46 Value *newSource(BasicBlock &BB, ArrayRef<Instruction *> Insts,
/external/llvm-project/llvm/include/llvm/FuzzMutate/
DRandomIRBuilder.h46 Value *newSource(BasicBlock &BB, ArrayRef<Instruction *> Insts,
/external/icu/icu4c/source/common/unicode/
Dcaniter.h121 void setSource(const UnicodeString &newSource, UErrorCode &status);
/external/icu/libicu/cts_headers/unicode/
Dcaniter.h121 void setSource(const UnicodeString &newSource, UErrorCode &status);
/external/mdnsresponder/mDNSPosix/
DmDNSPosix.c1558 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/
Dtexcompress_fxt1.c1301 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/
DDiskLruCacheTest.java159 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/
DRandomIRBuilderTest.cpp81 Value *LastSrc = IB.newSource(BB, Insts, Srcs, Descr.SourcePreds[2]); in TEST()
/external/mdnsresponder/mDNSShared/
Ddnsextd.c240 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/
Des31fSeparateShaderTests.cpp1250 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/
DDiskLruCache.java863 public Source newSource(int index) throws IOException { in newSource() method in Editor
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DDiskLruCache.java859 public Source newSource(int index) throws IOException { in newSource() method in Editor