Home
last modified time | relevance | path

Searched defs:source (Results 1226 – 1250 of 11778) sorted by relevance

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

/aosp_15_r20/external/guice/core/src/com/google/inject/spi/
H A DRequireAtInjectOnConstructorsOption.java31 private final Object source; field in RequireAtInjectOnConstructorsOption
33 RequireAtInjectOnConstructorsOption(Object source) { in RequireAtInjectOnConstructorsOption()
/aosp_15_r20/external/guava/android/guava/src/com/google/common/eventbus/
H A DDeadEvent.java33 private final Object source; field in DeadEvent
42 public DeadEvent(Object source, Object event) { in DeadEvent()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
H A DDummyLocalizable.java33 private final String source; field in DummyLocalizable
38 public DummyLocalizable(final String source) { in DummyLocalizable()
/aosp_15_r20/external/tensorflow/tensorflow/core/util/proto/
H A Ddescriptor_pool_registry.cc30 const string& source) { in Get()
37 const string& source, in Register()
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/base/
H A Dcasts.h155 inline Dest bit_cast(const Source& source) { in bit_cast()
175 inline Dest bit_cast(const Source& source) { in bit_cast()
/aosp_15_r20/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/compress/
H A DExecutorCompressor.java49 public ListenableFuture<CompressionResult> compress( in compress()
70 protected abstract CompressionResult immediateCompress(@Nonnull CloseableByteSource source) in immediateCompress()
/aosp_15_r20/external/nanopb-c/tests/regression/issue_242/
H A Dzero_value.c16 Extendable source = {0}; in main() local
38 PointerMessage source = {0}; in main() local
/aosp_15_r20/external/openscreen/cast/sender/public/
H A Dcast_media_source.cc15 ErrorOr<CastMediaSource> CastMediaSource::From(const std::string& source) { in From()
21 CastMediaSource::CastMediaSource(std::string source, in CastMediaSource()
/aosp_15_r20/external/skia/src/sksl/
H A DSkSLErrorReporter.h30 std::string_view source() const { return fSource; } in source() function
32 void setSource(std::string_view source) { fSource = source; } in setSource()
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Dncnvtst.c672 const char* source=(const char*)input1; in TestGetNextErrorBehaviour() local
996 static UBool convertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLe… in convertFromU()
1085 static UBool convertToU( const uint8_t *source, int sourceLen, const UChar *expect, int expectLen, in convertToU()
1182 static UBool testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expe… in testConvertFromU()
1354 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectl… in testConvertToU()
1781 const char *source, *sourceLimit; in doTestTruncated() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/repackaged-jarjar/javac-13/
Dservices.core.unboosted.jarcom/android/server/infra/FrameworkResourcesServiceNameResolver.class FrameworkResourcesServiceNameResolver.java package com.android. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/javac/
Dservices.core.unboosted.jar13META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/grpc-grpc-java/stub/src/main/java/io/grpc/stub/
H A DStreamObservers.java41 public static <V> void copyWithFlowControl(final Iterator<V> source, in copyWithFlowControl()
81 public static <V> void copyWithFlowControl(final Iterable<V> source, in copyWithFlowControl()
/aosp_15_r20/frameworks/av/media/module/extractors/mpeg2/
H A DExtractorBundle.cpp62 CDataSource *source, in GETEXTRACTORDEF()
63 void *) -> CMediaExtractor* { in GETEXTRACTORDEF()
/aosp_15_r20/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
H A DIBinderParcelable.java25 public IBinderParcelable(IBinder source) { in IBinderParcelable()
49 private IBinderParcelable(Parcel source) { in IBinderParcelable()
/aosp_15_r20/external/skia/modules/pathkit/
H A DREADME.md10 ### Compiling with GN
24 ### Compiling with Bazel
/aosp_15_r20/libcore/luni/src/main/java/javax/xml/xpath/
H A DXPathExpression.java160 public Object evaluate(InputSource source, QName returnType) in evaluate()
183 public String evaluate(InputSource source) in evaluate()
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DDrawableResourceDecoder.java40 public boolean handles(Drawable source, Options options) throws IOException { in handles()
46 public Resource<Drawable> decode(Drawable source, int width, int height, Options options) in decode()
/aosp_15_r20/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
H A DCompressionResult.java37 private final CloseableByteSource source; field in CompressionResult
51 public CompressionResult(@Nonnull CloseableByteSource source, @Nonnull CompressionMethod method, in CompressionResult()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxx-1.0.120/tests/
H A Dcxx_gen.rs18 let source = BRIDGE0.parse().unwrap(); in test_extern_c_function() localVariable
30 let source = BRIDGE0.parse().unwrap(); in test_impl_annotation() localVariable
/aosp_15_r20/external/nist-sip/java/javax/sip/
H A DTimeoutEvent.java6 public TimeoutEvent(Object source, ServerTransaction serverTransaction, in TimeoutEvent()
12 public TimeoutEvent(Object source, ClientTransaction clientTransaction, in TimeoutEvent()
/aosp_15_r20/external/rust/cxx/tests/
Dcxx_gen.rs18 let source = BRIDGE0.parse().unwrap(); in test_extern_c_function() localVariable
30 let source = BRIDGE0.parse().unwrap(); in test_impl_annotation() localVariable
/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_empty.cpp17 Tensor<float, 2> source; in test_empty_tensor() local
27 TensorFixedSize<float, Sizes<0> > source; in test_empty_fixed_size_tensor() local
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/collect/testing/features/
H A DConflictingRequirementsException.java30 private Object source; field in ConflictingRequirementsException
33 String message, Set<Feature<?>> conflicts, Object source) { in ConflictingRequirementsException()
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
H A DConflictingRequirementsException.java30 private Object source; field in ConflictingRequirementsException
33 String message, Set<Feature<?>> conflicts, Object source) { in ConflictingRequirementsException()

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