Home
last modified time | relevance | path

Searched defs:sources (Results 76 – 100 of 1771) sorted by relevance

12345678910>>...71

/aosp_15_r20/dalvik/dx/src/com/android/dx/rop/code/
H A DFillArrayDataInsn.java51 RegisterSpecList sources, in FillArrayDataInsn()
110 RegisterSpecList sources) { in withNewRegisters()
H A DSwitchInsn.java42 RegisterSpecList sources, IntList cases) { in SwitchInsn()
103 RegisterSpecList sources) { in withNewRegisters()
H A DThrowingInsn.java63 RegisterSpecList sources, in ThrowingInsn()
114 RegisterSpecList sources) { in withNewRegisters()
H A DDexTranslationAdvice.java105 RegisterSpecList sources) { in requiresSourcesInOrder()
117 private int totalRopWidth(RegisterSpecList sources) { in totalRopWidth()
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DDexTranslationAdvice.java92 RegisterSpecList sources) { in requiresSourcesInOrder()
104 private int totalRopWidth(RegisterSpecList sources) { in totalRopWidth()
H A DFillArrayDataInsn.java52 RegisterSpecList sources, in FillArrayDataInsn()
111 RegisterSpecList sources) { in withNewRegisters()
H A DThrowingInsn.java63 RegisterSpecList sources, in ThrowingInsn()
114 RegisterSpecList sources) { in withNewRegisters()
H A DSwitchInsn.java42 RegisterSpecList sources, IntList cases) { in SwitchInsn()
103 RegisterSpecList sources) { in withNewRegisters()
/aosp_15_r20/dalvik/dx/src/com/android/dx/ssa/back/
H A DFirstFitLocalCombiningAllocator.java804 RegisterSpecList sources = insn.getSources(); in adjustAndMapSourceRangeRange() local
860 RegisterSpecList sources = insn.getSources(); in findRangeAndAdjust() local
1033 RegisterSpecList sources = insn.getSources(); in fitPlanForRange() local
1137 RegisterSpecList sources = insn.getSources(); in processPhiInsn() local
/aosp_15_r20/device/generic/goldfish/audio/
Dprimary_device.cpp131 Return<void> Device::createAudioPatch(const hidl_vec<AudioPortConfig>& sources, in createAudioPatch()
161 const hidl_vec<AudioPortConfig>& sources, in updateAudioPatch()
418 Return<void> PrimaryDevice::createAudioPatch(const hidl_vec<AudioPortConfig>& sources, in createAudioPatch()
425 const hidl_vec<AudioPortConfig>& sources, in updateAudioPatch()
/aosp_15_r20/hardware/interfaces/gnss/1.1/vts/functional/
H A Dgnss_hal_test_cases.cpp272 hidl_vec<IGnssConfiguration::BlacklistedSource> sources; in TEST_P() local
394 hidl_vec<IGnssConfiguration::BlacklistedSource> sources; in TEST_P() local
464 hidl_vec<IGnssConfiguration::BlacklistedSource> sources; in TEST_P() local
/aosp_15_r20/external/webrtc/modules/desktop_capture/win/
H A Dwgc_capturer_win.h53 bool FindAllSources(DesktopCapturer::SourceList* sources) override { in FindAllSources()
74 bool FindAllSources(DesktopCapturer::SourceList* sources) override { in FindAllSources()
H A Dwgc_capturer_win_unittest.cc182 DesktopCapturer::SourceList sources; in GetTestWindowIdFromSourceList() local
198 DesktopCapturer::SourceList sources; in GetScreenIdFromSourceList() local
463 DesktopCapturer::SourceList sources; in TEST_F() local
/aosp_15_r20/external/webrtc/modules/desktop_capture/
H A Dwindow_capturer_unittest.cc54 DesktopCapturer::SourceList sources; in TEST_F() local
78 DesktopCapturer::SourceList sources; in TEST_F() local
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowInputDevice.java76 public static InputDevice makeInputDevicebyIdWithSources(int id, int sources) { in makeInputDevicebyIdWithSources()
89 public void setSources(int sources) { in setSources()
/aosp_15_r20/external/cronet/components/cronet/gn2bp/
H A Dgn_utils.py97 def contains_aidl(sources): argument
229 def sources(self): member in GnParser.Target
233 def sources(self, val): member in GnParser.Target
/aosp_15_r20/external/coreboot/Documentation/drivers/
H A Ddt_entries.md211 ### Using GPEs as a wake source
236 ### Using GPIO interrupts as a wake source
/aosp_15_r20/external/ksp/kotlin-analysis-api/src/main/kotlin/com/google/devtools/ksp/impl/
H A DKSPCommandLineProcessor.kt41 val sources = args.toList() in processArgs() constant
/aosp_15_r20/external/guice/core/src/com/google/inject/internal/
H A DWeakKeySet.java99 Multiset<Object> sources = backingMap.get(key); in add() local
124 Multiset<Object> sources = (backingMap == null) ? null : backingMap.get(key); in getSources() local
/aosp_15_r20/external/guice/core/src/com/google/inject/spi/
H A DMessage.java47 private final List<Object> sources; field in Message
50 public Message(List<Object> sources, String message, Throwable cause) { in Message()
/aosp_15_r20/external/sandboxed-api/sandboxed_api/tools/clang_generator/
H A Dgenerator_tool.cc90 const std::vector<std::string>& sources) { in GeneratorOptionsFromFlags()
121 std::vector<std::string> sources = opt_parser.getSourcePathList(); in GeneratorMain() local
/aosp_15_r20/external/cronet/android/tools/gn2bp/
H A Dgn_utils.py91 def contains_aidl(sources): argument
223 def sources(self): member in GnParser.Target
227 def sources(self, val): member in GnParser.Target
/aosp_15_r20/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
H A DStubMotionInterceptingAccessibilityService.java39 public void setMotionEventSources(int sources) { in setMotionEventSources()
46 public void setObservedMotionEventSources(int sources) { in setObservedMotionEventSources()
/aosp_15_r20/tools/apksig/src/main/java/com/android/apksig/internal/util/
H A DChainedDataSource.java32 public ChainedDataSource(DataSource... sources) { in ChainedDataSource()
114 ArrayList<DataSource> sources = new ArrayList<>(); in slice() local
/aosp_15_r20/external/mesa3d/meson_to_hermetic/
H A Dmeson_common.py50 sources=[], argument
251 def executable(
331 sources=[], argument

12345678910>>...71