/aosp_15_r20/external/google-cloud-java/java-securitycenter/google-cloud-securitycenter/src/test/java/com/google/cloud/securitycenter/v1beta1/ |
H A D | SecurityCenterClientHttpJsonTest.java | 109 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 D | host_cache.cc | 161 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 D | translation_service.proto | 343 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 D | fake_media_engine.cc | 29 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 D | translation_service.proto | 349 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 D | NuCachedSource2.cpp | 183 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 D | MessageFormat.java | 974 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 D | DataSourceContractTest.java | 703 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 D | ID3.cpp | 102 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 D | MethodResolutionLogic.java | 622 …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 D | DataSourceContractTest.java | 703 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 D | metadata.json | 26 "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/ |
D | MessageFormat.java | 974 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 D | MethodResolutionLogic.java | 623 …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/ |
D | MessageFormat.java | 974 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 D | memory_stream_test.cc | 224 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 D | TaskLaunchParamsModifier.java | 100 @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 D | FileHandle.kt | 150 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 D | MoreFilesTest.java | 138 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 D | transfer_manager.cc | 112 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 D | SyncOperation.java | 120 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 D | citertst.c | 222 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/ |
D | yvals.h | 83 #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 D | logdump.c | 297 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 D | RTPSource.cpp | 155 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
|