Home
last modified time | relevance | path

Searched defs:source (Results 401 – 425 of 11778) sorted by relevance

1...<<11121314151617181920>>...472

/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/text/
DRuleBasedCollator.java359 public CollationElementIterator getCollationElementIterator(String source) { in getCollationElementIterator()
376 CharacterIterator source) { in getCollationElementIterator()
392 public synchronized int compare(String source, String target) in compare()
406 public synchronized CollationKey getCollationKey(String source) in getCollationKey()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/16/libcore/ojluni/src/main/java/java/text/
DRuleBasedCollator.java359 public CollationElementIterator getCollationElementIterator(String source) { in getCollationElementIterator()
376 CharacterIterator source) { in getCollationElementIterator()
392 public synchronized int compare(String source, String target) in compare()
406 public synchronized CollationKey getCollationKey(String source) in getCollationKey()
/aosp_15_r20/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DVideoPauseTracker.java78 public boolean shouldPauseVideoFor(int source) { in shouldPauseVideoFor()
111 public boolean shouldResumeVideoFor(int source) { in shouldResumeVideoFor()
157 public boolean wasVideoPausedFromSource(int source) { in wasVideoPausedFromSource()
178 private String sourceToString(int source) { in sourceToString()
/aosp_15_r20/libcore/ojluni/src/main/java/java/text/
H A DRuleBasedCollator.java359 public CollationElementIterator getCollationElementIterator(String source) { in getCollationElementIterator()
376 CharacterIterator source) { in getCollationElementIterator()
392 public synchronized int compare(String source, String target) in compare()
406 public synchronized CollationKey getCollationKey(String source) in getCollationKey()
/aosp_15_r20/external/icu/icu4c/source/common/
H A Ducnvmbcs.cpp1107 const char16_t **source, const char16_t *sourceLimit, in _extFromU()
1174 const uint8_t **source, const uint8_t *sourceLimit, in _extToU()
2036 const uint8_t *source, *sourceLimit; in ucnv_MBCSSingleToUnicodeWithOffsets() local
2188 const uint8_t *source, *sourceLimit, *lastSource; in ucnv_MBCSSingleToBMPWithOffsets() local
2468 const uint8_t *source, *sourceLimit; in ucnv_MBCSToUnicodeWithOffsets() local
2886 const uint8_t *source, *sourceLimit; in ucnv_MBCSSingleGetNextUChar() local
2970 const uint8_t *source, *sourceLimit, *lastSource; in ucnv_MBCSGetNextUChar() local
3265 const char *source, int32_t length, in ucnv_MBCSSimpleGetNextUChar()
3409 const char16_t *source, *sourceLimit; in ucnv_MBCSDoubleFromUnicodeWithOffsets() local
3641 const char16_t *source, *sourceLimit; in ucnv_MBCSSingleFromUnicodeWithOffsets() local
[all …]
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Ducnvmbcs.cpp1107 const char16_t **source, const char16_t *sourceLimit, in _extFromU()
1174 const uint8_t **source, const uint8_t *sourceLimit, in _extToU()
2036 const uint8_t *source, *sourceLimit; in ucnv_MBCSSingleToUnicodeWithOffsets() local
2188 const uint8_t *source, *sourceLimit, *lastSource; in ucnv_MBCSSingleToBMPWithOffsets() local
2468 const uint8_t *source, *sourceLimit; in ucnv_MBCSToUnicodeWithOffsets() local
2886 const uint8_t *source, *sourceLimit; in ucnv_MBCSSingleGetNextUChar() local
2970 const uint8_t *source, *sourceLimit, *lastSource; in ucnv_MBCSGetNextUChar() local
3265 const char *source, int32_t length, in ucnv_MBCSSimpleGetNextUChar()
3409 const char16_t *source, *sourceLimit; in ucnv_MBCSDoubleFromUnicodeWithOffsets() local
3641 const char16_t *source, *sourceLimit; in ucnv_MBCSSingleFromUnicodeWithOffsets() local
[all …]
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DIteratorsTest.java979 Iterator<Integer> source = Iterators.singletonIterator(1); in testPartition_badSize() local
988 Iterator<Integer> source = Iterators.emptyIterator(); in testPartition_empty() local
994 Iterator<Integer> source = Iterators.singletonIterator(1); in testPartition_singleton1() local
1003 Iterator<Integer> source = Iterators.singletonIterator(1); in testPartition_singleton2() local
1020 Iterator<Integer> source = Iterators.forArray(1, 2, 3, 4, 5, 6, 7); in testPartition_general() local
1043 Iterator<Integer> source = asList(1, 2, 3).iterator(); in testPartitionRandomAccess() local
1050 Iterator<Integer> source = Iterators.singletonIterator(1); in testPaddedPartition_badSize() local
1059 Iterator<Integer> source = Iterators.emptyIterator(); in testPaddedPartition_empty() local
1065 Iterator<Integer> source = Iterators.singletonIterator(1); in testPaddedPartition_singleton1() local
1074 Iterator<Integer> source = Iterators.singletonIterator(1); in testPaddedPartition_singleton2() local
[all …]
/aosp_15_r20/cts/tests/tests/hardware/res/raw/
H A Drazer_serval_keyeventtests.json8 "source": "GAMEPAD | KEYBOARD", string
21 "source": "GAMEPAD | KEYBOARD", string
34 "source": "GAMEPAD | KEYBOARD", string
47 "source": "GAMEPAD | KEYBOARD", string
60 "source": "GAMEPAD | KEYBOARD", string
73 "source": "GAMEPAD | KEYBOARD", string
86 "source": "GAMEPAD | KEYBOARD", string
99 "source": "GAMEPAD | KEYBOARD", string
112 "source": "GAMEPAD | KEYBOARD", string
125 "source": "GAMEPAD | KEYBOARD", string
[all …]
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DIteratorsTest.java979 Iterator<Integer> source = Iterators.singletonIterator(1); in testPartition_badSize() local
988 Iterator<Integer> source = Iterators.emptyIterator(); in testPartition_empty() local
994 Iterator<Integer> source = Iterators.singletonIterator(1); in testPartition_singleton1() local
1003 Iterator<Integer> source = Iterators.singletonIterator(1); in testPartition_singleton2() local
1020 Iterator<Integer> source = Iterators.forArray(1, 2, 3, 4, 5, 6, 7); in testPartition_general() local
1043 Iterator<Integer> source = asList(1, 2, 3).iterator(); in testPartitionRandomAccess() local
1050 Iterator<Integer> source = Iterators.singletonIterator(1); in testPaddedPartition_badSize() local
1059 Iterator<Integer> source = Iterators.emptyIterator(); in testPaddedPartition_empty() local
1065 Iterator<Integer> source = Iterators.singletonIterator(1); in testPaddedPartition_singleton1() local
1074 Iterator<Integer> source = Iterators.singletonIterator(1); in testPaddedPartition_singleton2() local
[all …]
/aosp_15_r20/frameworks/av/media/libstagefright/rtsp/
H A DARTPConnection.cpp409 sp<ARTPSource> source = it->mSources.valueAt(i); in onSeekStream() local
577 sp<ARTPSource> source = s->mSources.valueAt(i); in onPollStreams() local
611 sp<ARTPSource> source = nullptr; in onAlarmStream() local
833 sp<ARTPSource> source = findSource(s, srcId); in parseRTP() local
1019 sp<ARTPSource> source = findSource(s, id); in parseBYE() local
1051 sp<ARTPSource> source = findSource(s, senderId); in parseSenderReport() local
1107 sp<ARTPSource> source = findSource(s, senderId); in parseReceptionReportBlock() local
1254 sp<ARTPSource> source; in findSource() local
1324 sp<ARTPSource> source = s->mSources.valueAt(i); in checkRxBitrate() local
1356 sp<ARTPSource> source = s->mSources.valueAt(i); in checkRxBitrate() local
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dtransreg.cpp708 UnicodeString source, target, variant; in remove() local
795 const UnicodeString& source, in getAvailableTarget()
818 int32_t TransliteratorRegistry::countAvailableVariants(const UnicodeString& source, in countAvailableVariants()
836 const UnicodeString& source, in getAvailableVariant()
946 UnicodeString source, target, variant; in registerEntry() local
960 const UnicodeString& source, in registerEntry()
982 void TransliteratorRegistry::registerSTV(const UnicodeString& source, in registerSTV()
1027 void TransliteratorRegistry::removeSTV(const UnicodeString& source, in removeSTV()
1202 UnicodeString source, target, variant; in find() local
1229 TransliteratorEntry* TransliteratorRegistry::find(UnicodeString& source, in find()
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Dtransreg.cpp708 UnicodeString source, target, variant; in remove() local
795 const UnicodeString& source, in getAvailableTarget()
818 int32_t TransliteratorRegistry::countAvailableVariants(const UnicodeString& source, in countAvailableVariants()
836 const UnicodeString& source, in getAvailableVariant()
946 UnicodeString source, target, variant; in registerEntry() local
960 const UnicodeString& source, in registerEntry()
982 void TransliteratorRegistry::registerSTV(const UnicodeString& source, in registerSTV()
1027 void TransliteratorRegistry::removeSTV(const UnicodeString& source, in removeSTV()
1202 UnicodeString source, target, variant; in find() local
1229 TransliteratorEntry* TransliteratorRegistry::find(UnicodeString& source, in find()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/filesystem/include/boost/filesystem/
Dpath.hpp164 path(Source const& source, in path()
187 path(Source const& source, const codecvt_type& cvt) in path()
227 operator=(Source const& source) in operator =()
246 path& assign(Source const& source, const codecvt_type& cvt) in assign()
284 operator+=(Source const& source) in operator +=()
308 path& concat(Source const& source) in concat()
315 path& concat(Source const& source, const codecvt_type& cvt) in concat()
353 operator/=(Source const& source) in operator /=()
933 path& path::append(Source const& source) in append()
945 path& path::append(Source const& source, const codecvt_type& cvt) in append()
/aosp_15_r20/frameworks/base/tests/graphics/SilkFX/src/com/android/test/silkfx/app/
H A DHdrImageViewer.kt37 val source = ImageDecoder.createSource(contentResolver, data) in onCreate() constant
43 val source = ImageDecoder.createSource(contentResolver, uri) in onCreate() constant
/aosp_15_r20/external/icu/icu4j/main/collate/src/main/java/com/ibm/icu/text/
H A DRuleBasedCollator.java269 public CollationElementIterator getCollationElementIterator(String source) { in getCollationElementIterator()
281 public CollationElementIterator getCollationElementIterator(CharacterIterator source) { in getCollationElementIterator()
294 public CollationElementIterator getCollationElementIterator(UCharacterIterator source) { in getCollationElementIterator()
1066 public CollationKey getCollationKey(String source) { in getCollationKey()
1079 private CollationKey getCollationKey(String source, CollationBuffer buffer) { in getCollationKey()
1099 public RawCollationKey getRawCollationKey(String source, RawCollationKey key) { in getRawCollationKey()
1148 …private RawCollationKey getRawCollationKey(CharSequence source, RawCollationKey key, CollationBuff… in getRawCollationKey()
1160 private int simpleKeyLengthEstimate(CharSequence source) { in simpleKeyLengthEstimate()
1492 public int compare(String source, String target) { in compare()
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DRuleBasedCollator.java266 public CollationElementIterator getCollationElementIterator(String source) { in getCollationElementIterator()
277 public CollationElementIterator getCollationElementIterator(CharacterIterator source) { in getCollationElementIterator()
289 public CollationElementIterator getCollationElementIterator(UCharacterIterator source) { in getCollationElementIterator()
1040 public CollationKey getCollationKey(String source) { in getCollationKey()
1053 private CollationKey getCollationKey(String source, CollationBuffer buffer) { in getCollationKey()
1073 public RawCollationKey getRawCollationKey(String source, RawCollationKey key) { in getRawCollationKey()
1122 …private RawCollationKey getRawCollationKey(CharSequence source, RawCollationKey key, CollationBuff… in getRawCollationKey()
1134 private int simpleKeyLengthEstimate(CharSequence source) { in simpleKeyLengthEstimate()
1455 public int compare(String source, String target) { in compare()
/aosp_15_r20/external/rust/android-crates-io/crates/codespan-reporting/src/
Dfiles.rs72 fn source(&self) -> Option<&(dyn std::error::Error + 'static)> { in source() method
98 fn source(&'a self, id: Self::FileId) -> Result<Self::Source, Error>; in source() method
147 let source = self.source(id)?; in column_number() localVariable
268 source: Source, field
293 pub fn source(&self) -> &Source { in source() function
330 fn source(&self, (): ()) -> Result<&str, Error> { in source() function
396 fn source(&self, file_id: usize) -> Result<&str, Error> { in source() function
/aosp_15_r20/frameworks/base/libs/hwui/jni/
H A DImageDecoder.cpp99 jthrowable cause, jobject source) { in throw_exception()
118 jobject source, jboolean preferAnimation) { in native_create()
165 jobject fileDescriptor, jlong length, jboolean preferAnimation, jobject source) { in ImageDecoder_nCreateFd()
198 jobject is, jbyteArray storage, jboolean preferAnimation, jobject source) { in ImageDecoder_nCreateInputStream()
212 jlong assetPtr, jboolean preferAnimation, jobject source) { in ImageDecoder_nCreateAsset()
220 jboolean preferAnimation, jobject source) { in ImageDecoder_nCreateByteBuffer()
232 jboolean preferAnimation, jobject source) { in ImageDecoder_nCreateByteArray()
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A DBlit9.cpp121 ShaderId source, in setShader()
188 IDirect3DSurface9 *source, in boxFilter()
239 angle::ComPtr<IDirect3DSurface9> source = renderTarget9->getSurface(); in copy2D() local
273 angle::ComPtr<IDirect3DSurface9> source = renderTarget9->getSurface(); in copyCube() local
286 const gl::Texture *source, in copyTexture()
328 IDirect3DSurface9 *source, in copy()
385 IDirect3DBaseTexture9 *source, in formatConvert()
/aosp_15_r20/external/crosvm/cros_async/src/sys/linux/
H A During_source.rs25 source: F, field
240 let source = UringSource::new(ev, ex).unwrap(); in event() localVariable
274 let source = UringSource::new(read_source, ex).unwrap(); in pend_on_pipe() localVariable
300 let source = UringSource::new(f, ex).unwrap(); in range_error() localVariable
328 let source = UringSource::new(f, ex).unwrap(); in wait_read() localVariable
391 let source = uring_ex.async_from(f).unwrap(); in await_uring_from_poll() localVariable
426 let source = poll_ex.async_from(f).unwrap(); in await_poll_from_uring() localVariable
/aosp_15_r20/external/cronet/net/dns/
H A Dhost_resolver_internal_result.cc144 base::Value SourceToValue(HostResolverInternalResult::Source source) { in SourceToValue()
250 Source source) in HostResolverInternalResult()
300 std::optional<Source> source = SourceFromValue(*source_value); in ValidateValueBaseDict() local
395 Source source, in HostResolverInternalDataResult()
488 Source source, in HostResolverInternalMetadataResult()
551 Source source, in HostResolverInternalErrorResult()
603 Source source, in HostResolverInternalAliasResult()
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/config/
DOptionDef.java29 public final String source; field in OptionDef
32 public OptionDef(String optionName, String optionValue, String source) { in OptionDef()
36 public OptionDef(String optionName, String optionKey, String optionValue, String source) { in OptionDef()
41 String optionName, String optionKey, String optionValue, String source, String type) { in OptionDef()
/aosp_15_r20/frameworks/base/core/java/android/text/
H A DSpannableString.java33 public SpannableString(CharSequence source, boolean ignoreNoCopySpan) { in SpannableString()
42 public SpannableString(CharSequence source) { in SpannableString()
46 private SpannableString(CharSequence source, int start, int end) { in SpannableString()
51 public static SpannableString valueOf(CharSequence source) { in valueOf()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/hdmi/
H A DSetAudioVolumeLevelMessage.java29 private SetAudioVolumeLevelMessage(int source, int destination, byte[] params, in SetAudioVolumeLevelMessage()
44 public static HdmiCecMessage build(int source, int destination, int audioVolumeLevel) { in build()
68 public static HdmiCecMessage build(int source, int destination, byte[] params) { in build()
89 public static int validateAddress(int source, int destination) { in validateAddress()
/aosp_15_r20/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
H A DRealBufferedSink.java43 @Override public void write(Buffer source, long byteCount) in write()
88 @Override public BufferedSink write(byte[] source) throws IOException { in write()
94 @Override public BufferedSink write(byte[] source, int offset, int byteCount) throws IOException { in write()
100 @Override public long writeAll(Source source) throws IOException { in writeAll()
110 @Override public BufferedSink write(Source source, long byteCount) throws IOException { in write()

1...<<11121314151617181920>>...472