Home
last modified time | relevance | path

Searched defs:source (Results 1051 – 1075 of 11778) sorted by relevance

1...<<41424344454647484950>>...472

/aosp_15_r20/external/google-cloud-java/java-securitycenter/google-cloud-securitycenter/src/test/java/com/google/cloud/securitycenter/v1beta1/
H A DSecurityCenterClientHttpJsonTest.java109 Source source = Source.newBuilder().build(); in createSourceTest() local
138 Source source = Source.newBuilder().build(); in createSourceExceptionTest() local
157 Source source = Source.newBuilder().build(); in createSourceTest2() local
186 Source source = Source.newBuilder().build(); in createSourceExceptionTest2() local
1525 Source source = in updateSourceTest() local
1558 Source source = in updateSourceExceptionTest() local
/aosp_15_r20/external/cronet/net/dns/
H A Dhost_cache.cc161 void MergeLists(T& target, const T& source) { in MergeLists()
166 void MergeContainers(T& target, const T& source) { in MergeContainers()
256 Source source, in Entry()
284 std::optional<Source> source; in Entry() local
509 Source source, in Entry()
546 Source source, in Entry()
/aosp_15_r20/external/googleapis/google/cloud/translate/v3beta1/
H A Dtranslation_service.proto343 oneof source { oneof
465 oneof source { oneof
584 oneof source { oneof
951 oneof source { oneof
1301 oneof source { oneof
/aosp_15_r20/external/webrtc/media/base/
H A Dfake_media_engine.cc29 AudioSource* source) in VoiceChannelAudioSink()
48 AudioSource* FakeVoiceMediaChannel::VoiceChannelAudioSink::source() const { in source() function in cricket::FakeVoiceMediaChannel::VoiceChannelAudioSink
109 AudioSource* source) { in SetAudioSend()
234 bool FakeVoiceMediaChannel::SetLocalSource(uint32_t ssrc, AudioSource* source) { in SetLocalSource()
342 rtc::VideoSourceInterface<webrtc::VideoFrame>* source) { in SetVideoSend()
/aosp_15_r20/external/google-cloud-java/java-translate/proto-google-cloud-translate-v3/src/main/proto/google/cloud/translate/v3/
H A Dtranslation_service.proto349 oneof source { oneof
472 oneof source { oneof
593 oneof source { oneof
958 oneof source { oneof
1301 oneof source { oneof
/aosp_15_r20/frameworks/av/media/libdatasource/
H A DNuCachedSource2.cpp183 const sp<DataSource> &source, in NuCachedSource2()
241 const sp<DataSource> &source, in Create()
253 HTTPBase* source = static_cast<HTTPBase *>(mSource.get()); in getEstimatedBandwidthKbps() local
286 HTTPBase *source = static_cast<HTTPBase *>(mSource.get()); in setCacheStatCollectFreq() local
/aosp_15_r20/libcore/ojluni/src/main/java/java/text/
H A DMessageFormat.java974 public Object[] parse(String source, ParsePosition pos) { in parse()
1063 public Object[] parse(String source) throws ParseException { in parse()
1096 public Object parseObject(String source, ParsePosition pos) { in parseObject()
1575 private static final void copyAndFixQuotes(String source, int start, int end, in copyAndFixQuotes()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/
H A DDataSourceContractTest.java703 public void onTransferInitializing(DataSource source, DataSpec dataSpec, boolean isNetwork) {} in onTransferInitializing()
706 public void onTransferStart(DataSource source, DataSpec dataSpec, boolean isNetwork) {} in onTransferStart()
710 DataSource source, DataSpec dataSpec, boolean isNetwork, int bytesTransferred) { in onBytesTransferred()
715 public void onTransferEnd(DataSource source, DataSpec dataSpec, boolean isNetwork) {} in onTransferEnd()
/aosp_15_r20/frameworks/av/media/module/id3/
H A DID3.cpp102 DataSourceUnwrapper source(sourcehelper); in ID3() local
117 MemorySource *source = new (std::nothrow) MemorySource(data, size); in ID3() local
159 bool ID3::parseV2(DataSourceBase *source, off64_t offset) { in parseV2()
1043 bool ID3::parseV1(DataSourceBase *source) { in parseV1()
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/resolution/
H A DMethodResolutionLogic.java622 …private static void inferTypes(Type source, Type target, Map<TypeParameterDeclaration, Type> mappi… in inferTypes()
651 mappings.put(target.asTypeParameter(), source); in inferTypes() local
663 mappings.put(target.asTypeParameter(), source); in inferTypes() local
667 mappings.put(target.asTypeParameter(), source); in inferTypes() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/
H A DDataSourceContractTest.java703 public void onTransferInitializing(DataSource source, DataSpec dataSpec, boolean isNetwork) {} in onTransferInitializing()
706 public void onTransferStart(DataSource source, DataSpec dataSpec, boolean isNetwork) {} in onTransferStart()
710 DataSource source, DataSpec dataSpec, boolean isNetwork, int bytesTransferred) { in onBytesTransferred()
715 public void onTransferEnd(DataSource source, DataSpec dataSpec, boolean isNetwork) {} in onTransferEnd()
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/test_data/metadata/workspace_path/
H A Dmetadata.json26 "source": null, null
59 "source": null, null
81 "source": null, null
122 "source": null, null
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/16/libcore/ojluni/src/main/java/java/text/
DMessageFormat.java974 public Object[] parse(String source, ParsePosition pos) { in parse()
1063 public Object[] parse(String source) throws ParseException { in parse()
1096 public Object parseObject(String source, ParsePosition pos) { in parseObject()
1575 private static final void copyAndFixQuotes(String source, int start, int end, in copyAndFixQuotes()
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/
H A DMethodResolutionLogic.java623 …private static void inferTypes(ResolvedType source, ResolvedType target, Map<ResolvedTypeParameter… in inferTypes()
650 mappings.put(target.asTypeParameter(), source); in inferTypes() local
662 mappings.put(target.asTypeParameter(), source); in inferTypes() local
666 mappings.put(target.asTypeParameter(), source); in inferTypes() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/text/
DMessageFormat.java974 public Object[] parse(String source, ParsePosition pos) { in parse()
1063 public Object[] parse(String source) throws ParseException { in parse()
1096 public Object parseObject(String source, ParsePosition pos) { in parseObject()
1575 private static final void copyAndFixQuotes(String source, int start, int end, in copyAndFixQuotes()
/aosp_15_r20/external/pigweed/pw_stream/
H A Dmemory_stream_test.cc224 std::array<std::byte, kTempBufferSize> source; in TEST() local
253 std::array<std::byte, kTempBufferSize> source; in TEST() local
273 std::array<std::byte, kTempBufferSize> source; in TEST() local
303 std::array<std::byte, kTempBufferSize * 5> source; in TEST() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskLaunchParamsModifier.java100 @Nullable ActivityRecord activity, @Nullable ActivityRecord source, in onCalculate()
111 @Nullable ActivityRecord activity, @Nullable ActivityRecord source, in calculate()
408 @Nullable ActivityOptions options, @Nullable ActivityRecord source, in getPreferredLaunchTaskDisplayArea()
585 TaskDisplayArea suggestedDisplayArea, @Nullable ActivityRecord source) { in canInheritWindowingModeFromSource()
/aosp_15_r20/external/okio/okio/src/commonMain/kotlin/okio/
H A DFileHandle.kt150 fun source(fileOffset: Long = 0L): Source { in source() method in okio.FileHandle
165 var source = source in position() variable
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/io/
H A DMoreFilesTest.java138 ByteSource source = MoreFiles.asByteSource(dir); in testByteSource_size_ofDirectory() local
153 ByteSource source = MoreFiles.asByteSource(link); in testByteSource_size_ofSymlinkToDirectory() local
168 ByteSource source = MoreFiles.asByteSource(link); in testByteSource_size_ofSymlinkToRegularFile() local
182 ByteSource source = MoreFiles.asByteSource(link, NOFOLLOW_LINKS); in testByteSource_size_ofSymlinkToRegularFile_nofollowLinks() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dtransfer_manager.cc112 se::Stream* stream, const Shape& shape, const se::DeviceMemoryBase& source, in TransferArrayFromDevice()
175 se::Stream* stream, const Shape& shape, const se::DeviceMemoryBase& source, in TransferArrayFromDevice()
356 se::Stream* stream, const se::DeviceMemoryBase& source, int64_t size, in TransferBufferFromDevice()
369 se::Stream* stream, int64_t size, const void* source, in TransferBufferToDevice()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/content/
H A DSyncOperation.java120 int reason, int source, String provider, Bundle extras, in SyncOperation()
127 int reason, int source, Bundle extras, boolean allowParallelSyncs, in SyncOperation()
140 int reason, int source, Bundle extras, in SyncOperation()
277 int reason, source; in maybeCreateFromJobExtras() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Dcitertst.c222 UChar source[0x100]; in TestUnicodeChar() local
288 UChar source[0x100]; in TestNormalizedUnicodeChar() local
368 UChar source[10]; in TestNormalization() local
425 UChar *source; in TestPrevious() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dyvals.h83 #define _CRT_SECURE_MEMCPY(dest,destsize,source,count) ::memcpy((dest),(source),(count)) argument
84 #define _CRT_SECURE_MEMMOVE(dest,destsize,source,count) ::memmove((dest),(source),(count)) argument
85 #define _CRT_SECURE_WMEMCPY(dest,destsize,source,count) ::wmemcpy((dest),(source),(count)) argument
86 #define _CRT_SECURE_WMEMMOVE(dest,destsize,source,count) ::wmemmove((dest),(source),(count)) argument
/aosp_15_r20/external/e2fsprogs/debugfs/
H A Dlogdump.c297 static int read_journal_block(const char *cmd, struct journal_source *source, in read_journal_block()
357 struct journal_source *source) in dump_journal()
649 struct journal_source *source, in dump_descriptor_block()
773 static void dump_metadata_block(FILE *out_file, struct journal_source *source, in dump_metadata_block()
/aosp_15_r20/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTPSource.cpp155 sp<AnotherPacketSource> source = new AnotherPacketSource(format); in prepareAsync() local
202 sp<AnotherPacketSource> source = getSource(audio); in getFormatMeta() local
250 sp<AnotherPacketSource> source = getSource(audio); in dequeueAccessUnit() local
437 sp<AnotherPacketSource> source = info->mSource; in onMessageReceived() local

1...<<41424344454647484950>>...472