/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/datasource/src/test/java/com/google/android/exoplayer2/upstream/ |
H A D | BaseDataSourceTest.java | 141 public void onTransferInitializing(DataSource source, DataSpec dataSpec, boolean isNetwork) { in onTransferInitializing() 148 public void onTransferStart(DataSource source, DataSpec dataSpec, boolean isNetwork) { in onTransferStart() 156 DataSource source, DataSpec dataSpec, boolean isNetwork, int bytesTransferred) { in onBytesTransferred() 164 public void onTransferEnd(DataSource source, DataSpec dataSpec, boolean isNetwork) { in onTransferEnd()
|
/aosp_15_r20/external/okhttp/okio/okio/src/main/java/okio/ |
H A D | BufferedSink.java | 36 BufferedSink write(byte[] source) throws IOException; in write() 42 BufferedSink write(byte[] source, int offset, int byteCount) throws IOException; in write() 48 long writeAll(Source source) throws IOException; in writeAll() 51 BufferedSink write(Source source, long byteCount) throws IOException; in write()
|
/aosp_15_r20/cts/tests/tests/hardware/res/raw/ |
H A D | microsoft_xboxones_keyeventtests.json | 10 "source": "KEYBOARD | GAMEPAD", string 25 "source": "KEYBOARD | GAMEPAD", string 40 "source": "KEYBOARD | GAMEPAD", string 55 "source": "KEYBOARD | GAMEPAD", string 70 "source": "KEYBOARD | GAMEPAD", string 85 "source": "KEYBOARD | GAMEPAD", string 100 "source": "KEYBOARD | GAMEPAD", string 115 "source": "KEYBOARD | GAMEPAD", string 130 "source": "KEYBOARD | GAMEPAD", string 145 "source": "KEYBOARD | GAMEPAD", string [all …]
|
H A D | microsoft_designer_keyboard_keyeventtests.json | 4 "source": "KEYBOARD | DPAD", string 16 "source": "KEYBOARD | DPAD", string 32 "source": "KEYBOARD | DPAD", string 48 "source": "KEYBOARD | DPAD", string 64 "source": "KEYBOARD | DPAD", string 84 "source": "KEYBOARD | DPAD", string 104 "source": "KEYBOARD | DPAD", string 124 "source": "KEYBOARD | DPAD", string 148 "source": "KEYBOARD | DPAD", string 164 "source": "KEYBOARD | DPAD", string [all …]
|
/aosp_15_r20/tools/metalava/metalava/src/test/java/com/android/tools/metalava/ |
H A D | JDiffXmlTest.kt | 175 val source = in Test generics, superclasses and interfaces() constant 340 val source = in Test enums() constant
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/ |
H A D | CollationKey.java | 146 public CollationKey(String source, byte key[]) in CollationKey() 155 private CollationKey(String source, byte key[], int length) in CollationKey() 174 public CollationKey(String source, RawCollationKey key) in CollationKey() 506 public CollationKey merge(CollationKey source) in merge()
|
/aosp_15_r20/tools/metalava/metalava/src/test/java/com/android/tools/metalava/cli/internal/ |
H A D | MakeAnnotationsPackagePrivateCommandTest.kt | 65 val source = stubAnnotationsDir in Test copying private annotations from one of the stubs() constant 149 val source = newFolder("annotations-copy") in Test stub-annotations containing unknown annotation() constant
|
/aosp_15_r20/external/icu/icu4j/main/collate/src/main/java/com/ibm/icu/text/ |
H A D | CollationKey.java | 150 public CollationKey(String source, byte key[]) in CollationKey() 159 private CollationKey(String source, byte key[], int length) in CollationKey() 178 public CollationKey(String source, RawCollationKey key) in CollationKey() 518 public CollationKey merge(CollationKey source) in merge()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/ |
H A D | deduct.pass.cpp | 136 std::unordered_multimap<int, long> source; in main() local 143 std::unordered_multimap<int, long> source; in main() local 150 … std::unordered_multimap<int, long, std::hash<short>, std::equal_to<>, test_allocator<PC>> source; in main() local 159 … std::unordered_multimap<int, long, std::hash<short>, std::equal_to<>, test_allocator<PC>> source; in main() local
|
/aosp_15_r20/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/ |
H A D | SnippetFormatter.java | 49 public SnippetWrapper appendSource(String source) { in appendSource() 95 String source, in format() 129 private static List<Replacement> toReplacements(String source, String replacement) { in toReplacements() 161 private SnippetWrapper snippetWrapper(SnippetKind kind, String source, int initialIndent) { in snippetWrapper()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/unord/unord.map/unord.map.cnstr/ |
H A D | deduct.pass.cpp | 137 std::unordered_map<int, long> source; in main() local 144 std::unordered_map<int, long> source; in main() local 151 std::unordered_map<int, long, std::hash<long long>, std::equal_to<>, test_allocator<PC>> source; in main() local 160 std::unordered_map<int, long, std::hash<long long>, std::equal_to<>, test_allocator<PC>> source; in main() local
|
/aosp_15_r20/frameworks/base/core/java/android/view/ |
H A D | InputDevice.java | 746 public Builder addMotionRange(int axis, int source, in addMotionRange() 1019 public boolean supportsSource(int source) { in supportsSource() 1161 public MotionRange getMotionRange(int axis, int source) { in getMotionRange() 1200 private void addMotionRange(int axis, int source, in addMotionRange() 1430 private MotionRange(int axis, int source, float min, float max, float flat, float fuzz, in MotionRange() 1466 public boolean isFromSource(int source) { in isFromSource() 1589 public boolean shouldSmoothScroll(int axis, int source) { in shouldSmoothScroll() 1721 private void appendSourceDescriptionIfApplicable(StringBuilder description, int source, in appendSourceDescriptionIfApplicable()
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | coll.cpp | 492 Collator::EComparisonResult Collator::compare(const UnicodeString& source, in compare() 500 Collator::EComparisonResult Collator::compare(const UnicodeString& source, in compare() 509 Collator::EComparisonResult Collator::compare(const char16_t* source, int32_t sourceLength, in compare() 527 UCollationResult Collator::compareUTF8(const StringPiece &source, in compareUTF8() 539 UBool Collator::equals(const UnicodeString& source, in equals() 546 UBool Collator::greaterOrEqual(const UnicodeString& source, in greaterOrEqual() 553 UBool Collator::greater(const UnicodeString& source, in greater() 651 int32_t U_EXPORT2 Collator::getBound(const uint8_t *source, in getBound()
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | coll.cpp | 492 Collator::EComparisonResult Collator::compare(const UnicodeString& source, in compare() 500 Collator::EComparisonResult Collator::compare(const UnicodeString& source, in compare() 509 Collator::EComparisonResult Collator::compare(const char16_t* source, int32_t sourceLength, in compare() 527 UCollationResult Collator::compareUTF8(const StringPiece &source, in compareUTF8() 539 UBool Collator::equals(const UnicodeString& source, in equals() 546 UBool Collator::greaterOrEqual(const UnicodeString& source, in greaterOrEqual() 553 UBool Collator::greater(const UnicodeString& source, in greater() 651 int32_t U_EXPORT2 Collator::getBound(const uint8_t *source, in getBound()
|
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/test_data/metadata/multi_cfg_dep/ |
H A D | metadata.json | 22 "source": "registry+https://github.com/rust-lang/crates.io-index", string 34 "source": "registry+https://github.com/rust-lang/crates.io-index", string 46 "source": "registry+https://github.com/rust-lang/crates.io-index", string 71 "source": "registry+https://github.com/rust-lang/crates.io-index", string 137 "source": "registry+https://github.com/rust-lang/crates.io-index", string 192 "source": "registry+https://github.com/rust-lang/crates.io-index", string 252 "source": "registry+https://github.com/rust-lang/crates.io-index", string 274 "source": null, null
|
/aosp_15_r20/frameworks/base/core/java/android/service/notification/ |
H A D | NotificationAssistantService.java | 297 @Source int source) { in onSuggestedReplySent() 307 @Source int source) { in onActionInvoked() 520 public void onSuggestedReplySent(String key, CharSequence reply, int source) { in onSuggestedReplySent() 529 public void onActionClicked(String key, Notification.Action action, int source) { in onActionClicked() 651 int source = args.argi2; in handleMessage() local 660 int source = args.argi2; in handleMessage() local
|
/aosp_15_r20/external/icu/icu4c/source/test/perf/convperf/ |
H A D | convperf.h | 37 …ICUToUnicodePerfFunction(const char* name, const char* source, int32_t sourceLen, UErrorCode& sta… in ICUToUnicodePerfFunction() 83 …ICUFromUnicodePerfFunction(const char* name, const char16_t* source, int32_t sourceLen, UErrorCod… in ICUFromUnicodePerfFunction() 284 …WinIMultiLanguageToUnicodePerfFunction(const char* name,char* source, UINT sourceLen, UErrorCode& … in WinIMultiLanguageToUnicodePerfFunction() 340 …WinIMultiLanguageFromUnicodePerfFunction(const char* name,WCHAR* source, UINT sourceLen, UErrorCod… in WinIMultiLanguageFromUnicodePerfFunction() 396 …WinIMultiLanguage2ToUnicodePerfFunction(const char* name,char* source, UINT sourceLen, UErrorCode&… in WinIMultiLanguage2ToUnicodePerfFunction() 450 …WinIMultiLanguage2FromUnicodePerfFunction(const char* name,WCHAR* source, UINT sourceLen, UErrorCo… in WinIMultiLanguage2FromUnicodePerfFunction()
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/convperf/ |
H A D | convperf.h | 37 …ICUToUnicodePerfFunction(const char* name, const char* source, int32_t sourceLen, UErrorCode& sta… in ICUToUnicodePerfFunction() 83 …ICUFromUnicodePerfFunction(const char* name, const char16_t* source, int32_t sourceLen, UErrorCod… in ICUFromUnicodePerfFunction() 284 …WinIMultiLanguageToUnicodePerfFunction(const char* name,char* source, UINT sourceLen, UErrorCode& … in WinIMultiLanguageToUnicodePerfFunction() 340 …WinIMultiLanguageFromUnicodePerfFunction(const char* name,WCHAR* source, UINT sourceLen, UErrorCod… in WinIMultiLanguageFromUnicodePerfFunction() 396 …WinIMultiLanguage2ToUnicodePerfFunction(const char* name,char* source, UINT sourceLen, UErrorCode&… in WinIMultiLanguage2ToUnicodePerfFunction() 450 …WinIMultiLanguage2FromUnicodePerfFunction(const char* name,WCHAR* source, UINT sourceLen, UErrorCo… in WinIMultiLanguage2FromUnicodePerfFunction()
|
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
H A D | Http1xStream.java | 72 private final BufferedSource source; field in Http1xStream 77 public Http1xStream(StreamAllocation streamAllocation, BufferedSource source, BufferedSink sink) { in Http1xStream() 131 Source source = getTransferStream(response); in openResponseBody() local 281 @Override public void write(Buffer source, long byteCount) throws IOException { in write() 319 @Override public void write(Buffer source, long byteCount) throws IOException { in write()
|
/aosp_15_r20/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/http/ |
H A D | Http1xStream.java | 74 private final BufferedSource source; field in Http1xStream 79 public Http1xStream(StreamAllocation streamAllocation, BufferedSource source, BufferedSink sink) { in Http1xStream() 133 Source source = getTransferStream(response); in openResponseBody() local 283 @Override public void write(Buffer source, long byteCount) throws IOException { in write() 321 @Override public void write(Buffer source, long byteCount) throws IOException { in write()
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/contexts/ |
H A D | MethodCallExprContext.java | 221 …private void inferTypes(ResolvedType source, ResolvedType target, Map<ResolvedTypeParameterDeclara… in inferTypes() 251 mappings.put(target.asTypeParameter(), source); in inferTypes() local 255 mappings.put(target.asTypeParameter(), source); in inferTypes() local 272 mappings.put(target.asTypeParameter(), source); in inferTypes() local 292 mappings.put(target.asTypeParameter(), source); in inferTypes() local
|
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/helper/ |
H A D | W3CDom.java | 315 Object source = node.getUserData(W3CDom.SourceProperty); in sourceNodes() local 370 public void head(org.jsoup.nodes.Node source, int depth) { in head() 412 private void append(Node append, org.jsoup.nodes.Node source) { in append() 417 public void tail(org.jsoup.nodes.Node source, int depth) { in tail() 424 private void copyAttributes(org.jsoup.nodes.Node source, Element el) { in copyAttributes()
|
/aosp_15_r20/external/googleapis/google/cloud/osconfig/agentendpoint/v1/ |
H A D | os_policy.proto | 112 File source = 1 [(google.api.field_behavior) = REQUIRED]; field 132 File source = 1 [(google.api.field_behavior) = REQUIRED]; field 168 File source = 1 [(google.api.field_behavior) = REQUIRED]; field 335 oneof source { oneof 389 oneof source { oneof
|
/aosp_15_r20/frameworks/base/core/java/android/hardware/hdmi/ |
H A D | HdmiTimerRecordSources.java | 79 DigitalServiceSource source) { in ofDigitalSource() 94 AnalogueServiceSource source) { in ofAnalogueSource() 108 public static TimerRecordSource ofExternalPlug(TimerInfo timerInfo, ExternalPlugData source) { in ofExternalPlug() 124 ExternalPhysicalAddress source) { in ofExternalPhysicalAddress() 131 private static void checkTimerRecordSourceInputs(TimerInfo timerInfo, RecordSource source) { in checkTimerRecordSourceInputs()
|
/aosp_15_r20/frameworks/av/media/libmediaplayerservice/nuplayer/ |
H A D | StreamingSource.cpp | 41 const sp<IStreamSource> &source) in StreamingSource() 231 sp<MediaSource> source = mTSParser->getSource( in getSource() local 238 sp<AnotherPacketSource> source = getSource(audio); in getFormat() local 260 sp<AnotherPacketSource> source = getSource(audio); in dequeueAccessUnit() local
|