Home
last modified time | relevance | path

Searched defs:source (Results 1201 – 1225 of 11778) sorted by relevance

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

/aosp_15_r20/external/webrtc/pc/
H A Dlocal_audio_source_unittest.cc21 rtc::scoped_refptr<LocalAudioSource> source = in TEST() local
27 rtc::scoped_refptr<LocalAudioSource> source = in TEST() local
/aosp_15_r20/external/rust/crabbyavif/tests/
Dlossless_test.rs38 let source = ImageReader::open(get_test_file(png_file)); in lossless() localVariable
39 let source = source.unwrap().decode().unwrap(); in lossless() localVariable
Diloc_extents_test.rs36 let source = ImageReader::open(get_test_file("sacre_coeur.png")); in iloc_extents() localVariable
37 let source = source.unwrap().decode().unwrap(); in iloc_extents() localVariable
/aosp_15_r20/libcore/ojluni/src/main/java/java/text/
H A DCollationKey.java142 protected CollationKey(String source) { in CollationKey()
149 private final String source; field in CollationKey
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/text/
DCollationKey.java142 protected CollationKey(String source) { in CollationKey()
149 private final String source; field in CollationKey
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/util/
DTransition.java24 public State source; field in Transition
28 public Transition(State source, @StateMachine.Event int event, State destination) { in Transition()
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/extension/
H A DInsetsState.kt26 val source = sourceAt(i) in InsetsState() constant
/aosp_15_r20/external/webrtc/test/pc/e2e/analyzer/video/
H A Dvideo_frame_tracking_id_injector.cc23 const EncodedImage& source) { in InjectData()
31 const EncodedImage& source) { in ExtractData()
/aosp_15_r20/external/autotest/frontend/client/src/autotest/common/
H A DSimpleChangeListenerCollection.java7 private Object source; field in SimpleChangeListenerCollection
10 public SimpleChangeListenerCollection(Object source) { in SimpleChangeListenerCollection()
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dconvtest.cpp727 const char *source = text; in TestUTF8ToUTF8Overflow() local
862 const char* source = text; in TestUTF8ToUTF8Streaming() local
1013 const char *source, *sourceLimit, *bytesLimit; in stepToUnicode() local
1419 const char *source, *sourceLimit, *utf8Limit; in stepFromUTF8() local
1525 const char16_t *source, *sourceLimit, *unicodeLimit; in stepFromUnicode() local
/aosp_15_r20/external/coreboot/util/cbfstool/lz4/lib/
H A Dlz4hc.c344 const char* source, in LZ4HC_compress_generic()
622 const char* source, char* dest, in LZ4_compressHC_continue_generic()
658 int LZ4_compress_HC_continue (LZ4_streamHC_t* LZ4_streamHCPtr, const char* source, char* dest, int … in LZ4_compress_HC_continue()
733 int LZ4_compressHC2_continue (void* LZ4HC_Data, const char* source, char* dest, int inputSize, int … in LZ4_compressHC2_continue()
738 int LZ4_compressHC2_limitedOutput_continue (void* LZ4HC_Data, const char* source, char* dest, int i… in LZ4_compressHC2_limitedOutput_continue()
/aosp_15_r20/external/turbine/java/com/google/turbine/lower/
H A DLower.java478 SourceFile source, ClassSymbol origin, SourceTypeBoundClass info) { in collectInnerClasses()
502 SourceFile source, in addEnclosing()
517 private @Nullable String collectNestHost(SourceFile source, @Nullable ClassSymbol sym) { in collectNestHost()
533 private ImmutableList<String> collectNestMembers(SourceFile source, SourceTypeBoundClass info) { in collectNestMembers()
546 SourceFile source, in addNestMembers()
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/
Dauto.rs546 fn source(&self) -> Option<&(dyn Error + 'static)> { in source() method
675 fn source(&self) -> Option<&(dyn Error + 'static)> { in source() method
900 let source = Buffer::from_iter( in copy_buffer_dimensions() localVariable
1041 let source = Buffer::from_iter( in buffer_self_copy_overlapping() localVariable
1095 let source = Buffer::from_iter( in buffer_self_copy_not_overlapping() localVariable
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dconvtest.cpp754 const char *source = text; in TestUTF8ToUTF8Overflow() local
889 const char* source = text; in TestUTF8ToUTF8Streaming() local
1040 const char *source, *sourceLimit, *bytesLimit; in stepToUnicode() local
1446 const char *source, *sourceLimit, *utf8Limit; in stepFromUTF8() local
1552 const char16_t *source, *sourceLimit, *unicodeLimit; in stepFromUnicode() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Dcallcoll.c236 static UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, c… in compareUsingPartials()
274 static void doTestVariant(UCollator* myCollation, const UChar source[], const UChar target[], UColl… in doTestVariant()
456 void doTest(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult re… in doTest()
874 UChar source [100]; in TestJB581() local
1112 UChar source[][4] = in TestSurrogates() local
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/
H A Dcallcoll.c236 static UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, c… in compareUsingPartials()
274 static void doTestVariant(UCollator* myCollation, const UChar source[], const UChar target[], UColl… in doTestVariant()
456 void doTest(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult re… in doTest()
874 UChar source [100]; in TestJB581() local
1112 UChar source[][4] = in TestSurrogates() local
/aosp_15_r20/external/kotlinx.serialization/formats/json/commonMain/src/kotlinx/serialization/json/internal/lexer/
H A DAbstractJsonLexer.kt149 protected abstract val source: CharSequence in initC2TC() constant in kotlinx.serialization.json.internal.AbstractJsonLexer
201 val source = source in initC2TC() constant
237 val source = source in initC2TC() constant
/aosp_15_r20/external/json-schema-validator/src/main/java/com/networknt/schema/resource/
H A DPrefixSchemaMapper.java9 private final String source; field in PrefixSchemaMapper
12 public PrefixSchemaMapper(String source, String replacement) { in PrefixSchemaMapper()
/aosp_15_r20/external/guice/core/src/com/google/inject/spi/
H A DDisableCircularProxiesOption.java30 private final Object source; field in DisableCircularProxiesOption
32 DisableCircularProxiesOption(Object source) { in DisableCircularProxiesOption()
H A DRequireExplicitBindingsOption.java30 private final Object source; field in RequireExplicitBindingsOption
32 RequireExplicitBindingsOption(Object source) { in RequireExplicitBindingsOption()
H A DRequireExactBindingAnnotationsOption.java30 private final Object source; field in RequireExactBindingAnnotationsOption
32 RequireExactBindingAnnotationsOption(Object source) { in RequireExactBindingAnnotationsOption()
/aosp_15_r20/external/guava/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/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
DBase64Body.java26 private final InputStream source; field in Base64Body
30 public Base64Body(InputStream source) { in Base64Body()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/exception/util/
H A DDummyLocalizable.java32 private final String source; field in DummyLocalizable
37 public DummyLocalizable(final String source) { in DummyLocalizable()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/thread/thread.stoptoken/stopsource/
H A Dcons.copy.pass.cpp27 std::stop_source source; in main() local
48 std::optional<std::stop_source> source(std::in_place); in main() local

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