/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/ |
H A D | OpTestCase.java | 450 default R run(Function<S_OUT, R> terminalF, S_OUT source, StreamShape shape) { in run() argument 461 public Object run(Function terminalF, BaseStream source, StreamShape shape) { in SINGLE_SEQUENTIAL_SHORT_CIRCUIT() 473 public Object run(Function terminalF, BaseStream source, StreamShape shape) { in ALL_SEQUENTIAL_SHORT_CIRCUIT() 483 public Object run(Function terminalF, BaseStream source, StreamShape shape) { in ALL_PARALLEL_SEQUENTIAL() 555 S_OUT source = (S_OUT) createPipeline(shape, node.spliterator(), in exercise() local 564 S_OUT source; in exercise() local
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/ |
H A D | String.java | 245 private static int indexOf(java.lang.String source, java.lang.String target, int fromIndex) { in indexOf() 250 char[] source, in indexOf() 260 char[] source, in indexOf() 279 java.lang.String source, java.lang.String target, int fromIndex) { in lastIndexOf() 284 char[] source, in lastIndexOf() 294 char[] source, in lastIndexOf()
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/ |
H A D | OpTestCase.java | 449 default R run(Function<S_OUT, R> terminalF, S_OUT source, StreamShape shape) { in run() argument 460 public Object run(Function terminalF, BaseStream source, StreamShape shape) { in SINGLE_SEQUENTIAL_SHORT_CIRCUIT() 472 public Object run(Function terminalF, BaseStream source, StreamShape shape) { in ALL_SEQUENTIAL_SHORT_CIRCUIT() 482 public Object run(Function terminalF, BaseStream source, StreamShape shape) { in ALL_PARALLEL_SEQUENTIAL() 554 S_OUT source = (S_OUT) createPipeline(shape, node.spliterator(), in exercise() local 563 S_OUT source; in exercise() local
|
/aosp_15_r20/frameworks/av/media/libmediaplayerservice/nuplayer/ |
H A D | GenericSource.cpp | 150 status_t NuPlayer::GenericSource::setDataSource(const sp<DataSource>& source) { in setDataSource() 420 sp<IDataSource> source; in onPrepareAsync() local 648 const sp<IMediaSource> source = mSources.itemAt(trackIndex); in onMessageReceived() local 830 sp<IMediaSource> source = audio ? mAudioTrack.mSource : mVideoTrack.mSource; in getFormatMeta_l() local 1058 const sp<IMediaSource> source = mSources.itemAt(trackIndex); in selectTrack() local 1380 sp<IMediaSource> source = track->mSource; in readBuffer() local
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fNegativeShaderStorageTests.cpp | 129 std::ostringstream source; in genBlockSource() local 175 std::ostringstream source; in genCommonSource() local 233 std::string source = genBlockSource(ctx, maxSSBlocks + 1, glShaderTypes[ndx]); in block_number_limits() local
|
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/ |
H A D | ViewReceiveContentTest.java | 238 private static ContentInfo sampleUriPayload(int source, String ... mimeTypes) { in sampleUriPayload() 245 private static ContentInfo contentEq(ClipData clip, int source, int flags) { in contentEq() 254 private ContentInfoArgumentMatcher(ClipData clip, int source, int flags) { in ContentInfoArgumentMatcher()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/aarch64/ |
H A D | psci_test.c | 75 static struct kvm_vm *setup_vm(void *guest_code, struct kvm_vcpu **source, in setup_vm() 135 struct kvm_vcpu *source, *target; in host_test_cpu_on() local 172 struct kvm_vcpu *source, *target; in host_test_system_suspend() local
|
/aosp_15_r20/external/icu/icu4j/main/charset/src/main/java/com/ibm/icu/charset/ |
H A D | CharsetUTF32.java | 80 …protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean … in decodeLoop() 183 …protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean … in encodeLoop() 219 …private final CoderResult encodeChar(CharBuffer source, ByteBuffer target, IntBuffer offsets, char… in encodeChar()
|
H A D | CharsetHZ.java | 68 …protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean … in decodeLoop() 245 …protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean … in encodeLoop() 365 …private CoderResult concatEscape(CharBuffer source, ByteBuffer target, IntBuffer offsets, byte[] s… in concatEscape()
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | CompactStringByteConverter.java | 62 public int toBytes(CharSequence source, byte[] output, int bytePosition) { in toBytes() 118 public static int writeInt(int source, byte[] output, int bytePosition) { in writeInt() 181 public static int writeUnsignedInt(int source, byte[] output, int bytePosition) { in writeUnsignedInt()
|
/aosp_15_r20/out/soong/.intermediates/system/hardware/interfaces/media/android.media.audio.common.types-V4-java-source/gen/android/media/audio/common/ |
D | AudioPortMixExtUseCase.java | 20 public final static int source = 2; // android.media.audio.common.AudioSource source; field in AudioPortMixExtUseCase 85 public static AudioPortMixExtUseCase source(int _value) { in source() method in AudioPortMixExtUseCase 217 public static final int source = 2; field
|
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/safety/ |
H A D | Cleaner.java | 137 @Override public void head(Node source, int depth) { in head() 164 @Override public void tail(Node source, int depth) { in tail() 171 private int copySafeNodes(Element source, Element dest) { in copySafeNodes()
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/ |
H A D | MessageFormat.java | 1119 public Object[] parse(String source, ParsePosition pos) { in parse() 1157 public Map<String, Object> parseToMap(String source, ParsePosition pos) { in parseToMap() 1180 public Object[] parse(String source) throws ParseException { in parse() 1205 private void parse(int msgStart, String source, ParsePosition pos, in parse() 1341 public Map<String, Object> parseToMap(String source) throws ParseException { in parseToMap() 1379 public Object parseObject(String source, ParsePosition pos) { in parseObject() 1877 String source, ParsePosition pos) { in parseChoiceArgument() 1918 String source, int sourceOffset) { in matchStringUntilLimitPart()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/ |
H A D | functionalize_control_flow_test.cc | 237 auto source = ops::Placeholder(scope.WithOpName("source"), DT_INT32); in RunTest() local 336 auto source = ops::Placeholder(scope.WithOpName("source"), DT_INT32); in TEST() local 394 auto source = ops::Placeholder(scope.WithOpName("source"), DT_INT32); in TEST() local 489 auto source = ops::Placeholder(scope.WithOpName("source"), DT_INT32); in TEST() local 544 auto source = ops::Placeholder(scope.WithOpName("source"), DT_INT32); in TEST() local 592 auto source = ops::Placeholder(scope.WithOpName("source"), DT_INT32); in TEST() local 619 auto source = ops::Placeholder(scope.WithOpName("source"), DT_INT32); in TEST() local 662 auto source = ops::Placeholder(scope.WithOpName("source"), DT_INT32); in TEST() local
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/ |
H A D | MessageFormat.java | 1176 public Object[] parse(String source, ParsePosition pos) { in parse() 1215 public Map<String, Object> parseToMap(String source, ParsePosition pos) { in parseToMap() 1239 public Object[] parse(String source) throws ParseException { in parse() 1264 private void parse(int msgStart, String source, ParsePosition pos, in parse() 1401 public Map<String, Object> parseToMap(String source) throws ParseException { in parseToMap() 1440 public Object parseObject(String source, ParsePosition pos) { in parseObject() 1949 String source, ParsePosition pos) { in parseChoiceArgument() 1990 String source, int sourceOffset) { in matchStringUntilLimitPart()
|
/aosp_15_r20/external/libchrome/base/trace_event/ |
H A D | process_memory_dump.cc | 388 void ProcessMemoryDump::AddOwnershipEdge(const MemoryAllocatorDumpGuid& source, in AddOwnershipEdge() 403 const MemoryAllocatorDumpGuid& source, in AddOwnershipEdge() 409 const MemoryAllocatorDumpGuid& source, in AddOverridableOwnershipEdge() 472 void ProcessMemoryDump::AddSuballocation(const MemoryAllocatorDumpGuid& source, in AddSuballocation()
|
/aosp_15_r20/external/pytorch/test/cpp/jit/ |
H A D | test_lite_trainer.cpp | 51 auto source = data.first, targets = data.second; in TEST() local 69 auto source = data.first, targets = data.second; in TEST() local 281 auto source = data.first, targets = data.second; in TEST() local 300 auto source = data.first, targets = data.second; in TEST() local
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_htmlparser.py | 75 def _run_check(self, source, expected_events, collector=EventCollector): argument 86 def _run_check_extra(self, source, events): argument 89 def _parse_error(self, source): argument 90 def parse(source=source): argument
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
H A D | NistUnits.java | 385 String source = extractUnit(quantity, sourceRaw, sourceChanges, symbolOut); in getExternalUnitConversionData() local 411 String quantity, String source, Set<String> changes, Output<String> symbolOut) { in extractUnit() 518 private static String replaceWhole(String source, String newSource, Set<String> changes) { in replaceWhole() 526 Pattern pattern, String source, String replacement, Set<String> changes) { in replace()
|
/aosp_15_r20/cts/tests/tests/hardware/res/raw/ |
H A D | asus_gamepad_motioneventtests.json | 19 "source": "JOYSTICK", string 35 "source": "JOYSTICK", string 48 "source": "JOYSTICK", string 61 "source": "JOYSTICK", string 74 "source": "JOYSTICK", string 89 "source": "JOYSTICK", string 106 "source": "JOYSTICK", string 126 "source": "JOYSTICK", string 146 "source": "JOYSTICK", string 164 "source": "JOYSTICK", string [all …]
|
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/features/ |
H A D | FeatureUtil.java | 261 TesterRequirements requirements, TesterRequirements moreRequirements, Object source) in incorporateRequirements() 280 Object source) in checkConflict() 291 source); in checkConflict() local
|
/aosp_15_r20/external/libchrome/base/message_loop/ |
H A D | message_pump_glib.cc | 91 gboolean WorkSourcePrepare(GSource* source, in WorkSourcePrepare() 100 gboolean WorkSourceCheck(GSource* source) { in WorkSourceCheck() 105 gboolean WorkSourceDispatch(GSource* source, in WorkSourceDispatch()
|
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/collect/testing/features/ |
H A D | FeatureUtil.java | 261 TesterRequirements requirements, TesterRequirements moreRequirements, Object source) in incorporateRequirements() 280 Object source) in checkConflict() 291 source); in checkConflict() local
|
/aosp_15_r20/developers/build/lib/ |
HD | assetstudio.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/external/google-cloud-java/java-translate/proto-google-cloud-translate-v3beta1/src/main/proto/google/cloud/translate/v3beta1/ |
H A D | translation_service.proto | 343 oneof source { oneof 465 oneof source { oneof 584 oneof source { oneof 929 oneof source { oneof 1264 oneof source { oneof
|