Home
last modified time | relevance | path

Searched defs:newSource (Results 1 – 25 of 244) sorted by relevance

12345678910

/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/
H A DBinaryBitmap.java108 LuminanceSource newSource = binarizer.getLuminanceSource().crop(left, top, width, height); in crop() local
126 LuminanceSource newSource = binarizer.getLuminanceSource().rotateCounterClockwise(); in rotateCounterClockwise() local
137 LuminanceSource newSource = binarizer.getLuminanceSource().rotateCounterClockwise45(); in rotateCounterClockwise45() local
/aosp_15_r20/external/okio/okio/src/commonTest/kotlin/okio/
H A DForwardingSourceTest.kt28 val newSource = Buffer().writeUtf8(forwarder) in testForwardingSourceOverrides() constant
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
H A DNistUnits.java470 String newSource = match.group(1).trim(); in extractUnit() local
518 private static String replaceWhole(String source, String newSource, Set<String> changes) { in replaceWhole()
527 String newSource = pattern.matcher(source).replaceAll(replacement); in replace() local
H A DTestBcp47Transforms.java110 String newSource = getStandard(Type.source, source, id); in getStandard0() local
/aosp_15_r20/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/
H A DAnnotationItem.kt802 val newSource = toSource() in toSource() constant
831 val newSource = toSource() in snapshot() constant
/aosp_15_r20/packages/services/Car/car-lib/src/android/car/media/
DICarMediaSourceListener.aidl27 void onMediaSourceChanged(in ComponentName newSource) = 0; field
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A Dwgpu_wgsl_util.cpp31 std::string newSource; in WgslReplaceLocationMarkers() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp41 Value *RandomIRBuilder::newSource(BasicBlock &BB, ArrayRef<Instruction *> Insts, in newSource() function in RandomIRBuilder
/aosp_15_r20/external/dagger2/java/dagger/hilt/android/plugin/main/src/test/kotlin/
H A DIncrementalProcessorTest.kt905 val newSource = File(testProjectDir.root, "$MAIN_SRC_DIR/simple/Foo.java") in <lambda>() constant
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp43 Value *RandomIRBuilder::newSource(BasicBlock &BB, ArrayRef<Instruction *> Insts, in newSource() function in RandomIRBuilder
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCanonicalIterator.java113 public void setSource(String newSource) { in setSource()
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
H A DCanonicalIterator.java117 public void setSource(String newSource) { in setSource()
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DInsetsSourceConsumer.java427 public void updateSource(InsetsSource newSource, @AnimationType int animationType) { in updateSource()
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Dcaniter.cpp168 void CanonicalIterator::setSource(const UnicodeString &newSource, UErrorCode &status) { in setSource()
/aosp_15_r20/external/icu/icu4c/source/common/
H A Dcaniter.cpp169 void CanonicalIterator::setSource(const UnicodeString &newSource, UErrorCode &status) { in setSource()
/aosp_15_r20/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
H A DZFile.java2047 ProcessedAndRawByteSources newSource = new ProcessedAndRawByteSources( in mergeFrom() local
2196 ProcessedAndRawByteSources newSource = new ProcessedAndRawByteSources(processedContents, in realign() local
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/test/java/software/amazon/awssdk/transfer/s3/internal/
H A DUploadDirectoryHelperTest.java214 Path newSource = Paths.get("/new/path"); in uploadDirectory_withRequestTransformer_usesRequestTransformer() local
/aosp_15_r20/prebuilts/go/linux-x86/src/math/rand/
Drand.go55 func newSource(seed int64) *rngSource { func
/aosp_15_r20/dalvik/dx/src/com/android/dx/ssa/
H A DSsaMethod.java477 RegisterSpec oldSource, RegisterSpec newSource) { in onSourceChanged()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DCollationMapMaker.java442 String newSource = (String) keyToString.get(key); in addExpansionResults() local
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DDiskLruCache.java859 public Source newSource(int index) throws IOException { in newSource() method in Editor
/aosp_15_r20/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/
H A DDiskLruCache.java863 public Source newSource(int index) throws IOException { in newSource() method in Editor
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fSeparateShaderTests.cpp1248 …string newSource = genVtxShaderSrc(pp.vtxSeed, m_varyings.vtxOutputs, vtxName, useUniform, pp.vtxS… in createPipeline() local
1256 …string newSource = genFrgShaderSrc(pp.frgSeed, m_varyings.frgInputs, frgName, useUniform, pp.frgSc… in createPipeline() local
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayImeController.java265 final InsetsSource newSource = insetsState.peekSource(InsetsSource.ID_IME); in insetsChanged() local
/aosp_15_r20/frameworks/base/core/java/com/android/internal/app/
H A DIBatteryStats.aidl143 void noteGpsChanged(in WorkSource oldSource, in WorkSource newSource); in noteGpsChanged()

12345678910