Home
last modified time | relevance | path

Searched defs:merge (Results 176 – 200 of 2270) sorted by relevance

12345678910>>...91

/aosp_15_r20/external/rust/android-crates-io/crates/tokio-stream/src/
Dstream_ext.rs34 mod merge; module
397 fn merge<U>(self, other: U) -> Merge<Self, U> in merge() method
/aosp_15_r20/external/python/cpython2/Lib/idlelib/
DUndoDelegator.py191 def merge(self, cmd): member in Command
238 def merge(self, cmd): member in InsertCommand
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DTreeRangeMap.java271 public void merge( in merge() method in TreeRangeMap
567 public void merge( in merge() method in TreeRangeMap.SubRangeMap
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/src/
Dlib.rs672 pub merge: Option< field
721 pub merge: Option<extent_merge_t>, field
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/kapt/gen/stubs/com/android/wm/shell/desktopmode/
DDesktopMixedTransitionHandler.java222 …inal android.window.WindowContainerTransaction merge(android.window.WindowContainerTransaction $th… in merge() method in DesktopMixedTransitionHandler
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/
H A DFlowInvariantsTest.kt107 fun Flow<Int>.merge(other: Flow<Int>): Flow<Int> = flow { in <lambda>() method
134 fun Flow<Int>.merge(other: Flow<Int>): Flow<Int> = channelFlow { in <lambda>() method
/aosp_15_r20/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/
DTestRunResult.java513 public static TestRunResult merge(List<TestRunResult> testRunResults) { in merge() method in TestRunResult
527 public static TestRunResult merge(List<TestRunResult> testRunResults, MergeStrategy strategy) { in merge() method in TestRunResult
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/doc/testdata/merge/
Daa.go2 package merge package
Dbb.go2 package merge package
/aosp_15_r20/external/eigen/bench/perf_monitoring/
H A Drun.sh82 function merge function
/aosp_15_r20/external/skia/src/sksl/
H A DSkSLSampleUsage.cpp14 SampleUsage SampleUsage::merge(const SampleUsage& other) { in merge() function in SkSL::SampleUsage
/aosp_15_r20/external/emma/core/java12/com/vladium/emma/data/
H A DIMergeable.java27 IMergeable merge (IMergeable data); in merge() method
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/batching/
H A DBatchMerger.java33 void merge(B batch, B newBatch); in merge() method
/aosp_15_r20/external/mesa3d/src/nouveau/mme/tests/
H A Dmme_builder_test.cpp65 merge(uint32_t x, uint32_t y, in merge() function
397 TEST_F(mme_builder_test, merge) in TEST_F() argument
/aosp_15_r20/system/core/libutils/binder/
H A DVectorImpl.cpp632 ssize_t SortedVectorImpl::merge(const VectorImpl& vector) in merge() function in android::SortedVectorImpl
649 ssize_t SortedVectorImpl::merge(const SortedVectorImpl& vector) in merge() function in android::SortedVectorImpl
/aosp_15_r20/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
H A DFrame.java1173 final boolean merge( in merge() method in Frame
1275 private static boolean merge( in merge() method in Frame
/aosp_15_r20/tools/loganalysis/src/com/android/loganalysis/item/
H A DIItem.java36 public IItem merge(IItem other) throws ConflictingItemException; in merge() method
H A DGenericMapItem.java32 public IItem merge(IItem other) { in merge() method in GenericMapItem
/aosp_15_r20/external/accompanist/themeadapter-material/src/main/java/com/google/accompanist/themeadapter/material/
H A DTypography.kt24 internal fun Typography.merge( method
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
H A Dvisibility-handler.js17 function merge(left, right) { function
H A Dfont-weight-handler.js36 function merge(left, right) { function
/aosp_15_r20/external/libxkbcommon/src/xkbcomp/
H A Dvmod.c36 VModDef *stmt, enum merge_mode merge) in HandleVModDef()
/aosp_15_r20/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/
H A DIFilterOutput.java45 void merge(AbstractInsnNode i1, AbstractInsnNode i2); in merge() method
/aosp_15_r20/external/emma/core/java12/com/vladium/emma/rt/
H A DRTCoverageDataPersister.java38 final File outFile, final boolean merge) in dumpCoverageData()
/aosp_15_r20/external/jacoco/org.jacoco.agent.rt/src/com/vladium/emma/rt/
H A DRT.java48 public static void dumpCoverageData(final File outFile, final boolean merge, in dumpCoverageData()

12345678910>>...91