Home
last modified time | relevance | path

Searched defs:source (Results 26 – 50 of 11124) sorted by relevance

12345678910>>...445

/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DUTF16.java199 public static int charAt(String source, int offset16) { in charAt()
207 private static int _charAt(String source, int offset16, char single) { in _charAt()
252 public static int charAt(CharSequence source, int offset16) { in charAt()
260 private static int _charAt(CharSequence source, int offset16, char single) { in _charAt()
307 public static int charAt(StringBuffer source, int offset16) { in charAt()
358 public static int charAt(char source[], int start, int limit, int offset16) { in charAt()
408 public static int charAt(Replaceable source, int offset16) { in charAt()
474 public static int bounds(String source, int offset16) { in bounds()
509 public static int bounds(StringBuffer source, int offset16) { in bounds()
548 public static int bounds(char source[], int start, int limit, int offset16) { in bounds()
[all …]
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
H A DUTF16.java219 public static int charAt(String source, int offset16) { in charAt()
227 private static int _charAt(String source, int offset16, char single) { in _charAt()
273 public static int charAt(CharSequence source, int offset16) { in charAt()
281 private static int _charAt(CharSequence source, int offset16, char single) { in _charAt()
329 public static int charAt(StringBuffer source, int offset16) { in charAt()
381 public static int charAt(char source[], int start, int limit, int offset16) { in charAt()
432 public static int charAt(Replaceable source, int offset16) { in charAt()
500 public static int bounds(String source, int offset16) { in bounds()
536 public static int bounds(StringBuffer source, int offset16) { in bounds()
576 public static int bounds(char source[], int start, int limit, int offset16) { in bounds()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeBroadcastAssistant.aidl34 int getConnectionState(in BluetoothDevice sink, in AttributionSource source); in getConnectionState()
36 …<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource source); in getDevicesMatchingConnectionStates()
38 List<BluetoothDevice> getConnectedDevices(in AttributionSource source); in getConnectedDevices()
40 … setConnectionPolicy(in BluetoothDevice device, int connectionPolicy, in AttributionSource source); in setConnectionPolicy()
42 int getConnectionPolicy(in BluetoothDevice device, in AttributionSource source); in getConnectionPolicy()
44 … void registerCallback(in IBluetoothLeBroadcastAssistantCallback cb, in AttributionSource source); in registerCallback()
46 …void unregisterCallback(in IBluetoothLeBroadcastAssistantCallback cb, in AttributionSource source); in unregisterCallback()
48 void startSearchingForSources(in List<ScanFilter> filters, in AttributionSource source); in startSearchingForSources()
50 void stopSearchingForSources(in AttributionSource source); in stopSearchingForSources()
52 boolean isSearchInProgress(in AttributionSource source); in isSearchInProgress()
[all …]
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/reporting/
DAggregateDebugReportApiTest.java125 Source source = SourceFixture.getValidSource(); in scheduleTriggerReport_typeDefinedExplicitly_generatesTriggerDebugReport() local
186 Source source = SourceFixture.getValidSource(); in scheduleTriggerReport_typeDefinedExplicitly_generatesPreFlexibleTriggerDebugReport() local
245 Source source = SourceFixture.getValidSource(); in scheduleTriggerReport_multipleReportTypes_generatesSingleReport() local
310 Source source = SourceFixture.getValidSource(); in scheduleTriggerReport_adrCountPerSourceExceeded_doesNotGenerateReport() local
346 Source source = SourceFixture.getValidSource(); in scheduleTriggerReport_withoutAnyTypes_generatesNullReport() local
395 Source source = SourceFixture.getValidSource(); in scheduleTriggerReport_triggerWithoutCoordinator_generatesReportWithDefCoordinator() local
457 Source source = SourceFixture.getValidSource(); in scheduleTriggerReport_fallbackToDefault_generatesTriggerDebugReport() local
516 Source source = SourceFixture.getValidSource(); in scheduleTriggerReport_perPublisherXOriginLimitExceeded_doesNotGenerateReport() local
554 Source source = SourceFixture.getValidSource(); in scheduleTriggerReport_sourceAdrBudgetExceedsWith2ndType_doesNotGenerateReport() local
598 Source source = SourceFixture.getValidSource(); in scheduleTriggerReport_perPublisherLimitExceeded_doesNotGenerateReport() local
[all …]
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
H A DBitmapDrawableTest.java125 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testAccessGravity() local
142 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testBitmapDrawableOpticalInset() local
159 Bitmap source = BitmapFactory.decodeResource(mContext.getResources(), R.raw.testimage); in testAccessMipMap() local
171 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testSetAntiAlias() local
185 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testSetFilterBitmap() local
199 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testIsFilterBitmap() local
216 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testSetDither() local
231 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testAccessTileMode() local
272 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testGetChangingConfigurations() local
286 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); in testSetAlpha() local
[all …]
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/
DSourceTest.java101 Source source = SourceFixture.getMinimalValidSourceBuilder().build(); in testDefaults() local
921 final Source source = in testAggregatableAttributionSource() local
965 Source source = in aggregateDebugReport_parsing_asExpected() local
998 final Source source = in testReinstallReattributionWindow() local
1016 final Source source = in testAggregatableAttributionSourceWithTrigger_addsLookbackWindow() local
1066 Source source = SourceFixture.getValidSource(); in testGetAttributionDestinations() local
1077 Source source = SourceFixture.getValidSource(); in testGetAllAttributionDestinations() local
1093 Source source = in testGetFilterData_nonEmpty() local
1116 Source source = in testGetFilterData_withTrigger_addsLookbackWindow() local
1138 Source source = in testGetFilterData_withTriggerAndEmptyData_addsLookbackWindow() local
[all …]
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java2011 String name, ParcelUuid uuid, PendingIntent pendingIntent, AttributionSource source) { in startRfcommListener()
2028 int stopRfcommListener(ParcelUuid uuid, AttributionSource source) { in stopRfcommListener()
2048 ParcelUuid uuid, AttributionSource source) { in retrievePendingSocketForServiceRecord()
2148 String name, UUID uuid, PendingIntent intent, AttributionSource source) in startRfcommListenerInternal()
2188 AttributionSource source) { in RfcommListenerData()
2321 public void offToBleOn(boolean quietMode, AttributionSource source) { in offToBleOn()
2334 public void onToBleOn(AttributionSource source) { in onToBleOn()
2347 public String getAddress(AttributionSource source) { in getAddress()
2362 public List<ParcelUuid> getUuids(AttributionSource source) { in getUuids()
2411 public String getName(AttributionSource source) { in getName()
[all …]
/aosp_15_r20/external/okio/okio/src/commonTest/kotlin/okio/
H A DCommonRealBufferedSourceTest.kt44 val source = Buffer() in requireTracksBufferFirst() constant
56 val source = Buffer() in requireIncludesBufferBytes() constant
67 val source = Buffer() in requireInsufficientData() constant
78 val source = Buffer() in requireReadsOneSegmentAtATime() constant
90 val source = Buffer() in skipReadsOneSegmentAtATime() constant
100 val source = Buffer() in skipTracksBufferFirst() constant
112 val source = Buffer() in operationsAfterClose() constant
143 val source = Buffer().writeUtf8( in readAllReadsOneSegmentAtATime() constant
/aosp_15_r20/out/soong/.intermediates/tools/metalava/metalava-model-source/metalava-model-source/linux_glibc_common/kotlin_headers/
Dmetalava-model-source.jar ... INF/tools__metalava__metalava-model-source__linux_glibc_common__metalava-model-source.kotlin_module com/ com/android/ com/ ...
/aosp_15_r20/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/test/
H A DObservableAsFlowTest.kt22 val source = rxObservable(currentDispatcher()) { in testCancellation() constant
50 val source = PublishSubject.create<Int>() in testImmediateCollection() constant
67 val source = PublishSubject.create<Int>() in testOnErrorCancellation() constant
91 val source = PublishSubject.create<Int>() in testUnsubscribeOnCollectionException() constant
119 val source = ObservableSource<Int> { observer = it } in testLateOnSubscribe() constant
138 val source = rxObservable(currentDispatcher()) { in <lambda>() constant
155 val source = Observable.range(1, 5) in <lambda>() constant
162 val source = Observable.range(1, 10_000) in <lambda>() constant
169 val source = Observable.range(0, 10) in <lambda>() constant
/aosp_15_r20/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/test/
H A DObservableAsFlowTest.kt22 val source = rxObservable(currentDispatcher()) { in testCancellation() constant
50 val source = PublishSubject.create<Int>() in testImmediateCollection() constant
67 val source = PublishSubject.create<Int>() in testOnErrorCancellation() constant
91 val source = PublishSubject.create<Int>() in testUnsubscribeOnCollectionException() constant
119 val source = ObservableSource<Int> { observer = it } in testLateOnSubscribe() constant
138 val source = rxObservable(currentDispatcher()) { in <lambda>() constant
155 val source = Observable.range(1, 5) in <lambda>() constant
162 val source = Observable.range(1, 10_000) in <lambda>() constant
169 val source = Observable.range(0, 10) in <lambda>() constant
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
Dcli.go26 type source struct { struct
27 Sources []string
28 ExecName string
29 BuildID string
30 Base []string
31 DiffBase bool
32 Normalize bool
34 Seconds int
35 Timeout int
36 Symbolize string
[all …]
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fNegativeShaderDirectiveTests.cpp82 const char *const source = shaderSource.c_str(); in verifyShader() local
115 std::ostringstream source; in primitive_bounding_box() local
130 const std::string source = "#version 320 es\n" in primitive_bounding_box() local
143 const std::string source = "#version 320 es\n" in primitive_bounding_box() local
156 const std::string source = "#version 320 es\n" in primitive_bounding_box() local
182 std::ostringstream source; in blend_equation_advanced() local
213 std::ostringstream source; in sample_variables() local
239 std::ostringstream source; in shader_image_atomic() local
267 std::ostringstream source; in shader_multisample_interpolation() local
283 std::ostringstream source; in shader_multisample_interpolation() local
[all …]
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/opt/loop_optimizations/
H A Dloop_fission.cpp65 const std::string source = R"(OpCapability Shader in TEST_F() local
227 const std::string source = R"(OpCapability Shader in TEST_F() local
314 const std::string source = R"(OpCapability Shader in TEST_F() local
423 const std::string source = R"( in TEST_F() local
734 const std::string source = R"(OpCapability Shader in TEST_F() local
916 const std::string source = R"(OpCapability Shader in TEST_F() local
1097 const std::string source = R"( in TEST_F() local
1307 const std::string source = R"(OpCapability Shader in TEST_F() local
1425 const std::string source = R"( in TEST_F() local
1650 const std::string source = R"(OpCapability Shader in TEST_F() local
[all …]
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/
Dloop_fission.cpp65 const std::string source = R"(OpCapability Shader in TEST_F() local
227 const std::string source = R"(OpCapability Shader in TEST_F() local
314 const std::string source = R"(OpCapability Shader in TEST_F() local
423 const std::string source = R"( in TEST_F() local
734 const std::string source = R"(OpCapability Shader in TEST_F() local
916 const std::string source = R"(OpCapability Shader in TEST_F() local
1097 const std::string source = R"( in TEST_F() local
1307 const std::string source = R"(OpCapability Shader in TEST_F() local
1425 const std::string source = R"( in TEST_F() local
1650 const std::string source = R"(OpCapability Shader in TEST_F() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
H A Dloop_fission.cpp65 const std::string source = R"(OpCapability Shader in TEST_F() local
227 const std::string source = R"(OpCapability Shader in TEST_F() local
314 const std::string source = R"(OpCapability Shader in TEST_F() local
423 const std::string source = R"( in TEST_F() local
734 const std::string source = R"(OpCapability Shader in TEST_F() local
916 const std::string source = R"(OpCapability Shader in TEST_F() local
1097 const std::string source = R"( in TEST_F() local
1307 const std::string source = R"(OpCapability Shader in TEST_F() local
1425 const std::string source = R"( in TEST_F() local
1650 const std::string source = R"(OpCapability Shader in TEST_F() local
[all …]
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
H A DMatchOpTest.java98 …private <T> void assertPredicates(List<T> source, Kind kind, Predicate<T>[] predicates, boolean...… in assertPredicates()
135 final Supplier<Iterator<Integer>> source; in testInfinite() field in MatchOpTest.CycleIterator
138 CycleIterator(Supplier<Iterator<Integer>> source) { in testInfinite()
159 Supplier<Iterator<Integer>> source = () -> Arrays.asList(1, 2, 3, 4).iterator(); in testInfinite() local
183 …private void assertIntPredicates(Supplier<IntStream> source, Kind kind, IntPredicate[] predicates,… in assertIntPredicates()
220 final Supplier<PrimitiveIterator.OfInt> source; in testIntInfinite() field in MatchOpTest.CycleIterator
223 CycleIterator(Supplier<PrimitiveIterator.OfInt> source) { in testIntInfinite()
244 … Supplier<PrimitiveIterator.OfInt> source = () -> Arrays.stream(new int[]{1, 2, 3, 4}).iterator(); in testIntInfinite() local
268 …private void assertLongPredicates(Supplier<LongStream> source, Kind kind, LongPredicate[] predicat… in assertLongPredicates()
305 final Supplier<PrimitiveIterator.OfLong> source; in testLongInfinite() field in MatchOpTest.CycleIterator
[all …]
/aosp_15_r20/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
H A DFactoryModuleBuilder.java217 public <T> FactoryModuleBuilder implement(Class<T> source, Class<? extends T> target) { in implement()
222 public <T> FactoryModuleBuilder implement(Class<T> source, TypeLiteral<? extends T> target) { in implement()
227 public <T> FactoryModuleBuilder implement(TypeLiteral<T> source, Class<? extends T> target) { in implement()
233 TypeLiteral<T> source, TypeLiteral<? extends T> target) { in implement()
239 Class<T> source, Annotation annotation, Class<? extends T> target) { in implement()
245 Class<T> source, Annotation annotation, TypeLiteral<? extends T> target) { in implement()
251 TypeLiteral<T> source, Annotation annotation, Class<? extends T> target) { in implement()
257 TypeLiteral<T> source, Annotation annotation, TypeLiteral<? extends T> target) { in implement()
263 Class<T> source, Class<? extends Annotation> annotationType, Class<? extends T> target) { in implement()
269 Class<T> source, in implement()
[all …]
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_stream_sequencer_buffer_test.cc120 std::string source(1024, 'a'); in TEST_F() local
138 std::string source(1024, 'a'); in TEST_F() local
162 absl::string_view source; in TEST_F() local
173 std::string source(1024, 'a'); in TEST_F() local
186 std::string source(1024, 'a'); in TEST_F() local
208 std::string source(1024, 'a'); in TEST_F() local
230 std::string source(kBytesToWrite, 'a'); in TEST_F() local
253 std::string source(kBytesToWrite, 'a'); in TEST_F() local
264 std::string source(kBytesToWrite, 'a'); in TEST_F() local
273 std::string source(60, 'a'); in TEST_F() local
[all …]
/aosp_15_r20/cts/libs/deviceutillegacy/src/com/android/compatibility/common/util/
H A DSynchronousPixelCopy.java46 public int request(Surface source, Bitmap dest) { in request()
54 public int request(Surface source, Rect srcRect, Bitmap dest) { in request()
62 public int request(SurfaceView source, Bitmap dest) { in request()
70 public int request(SurfaceView source, Rect srcRect, Bitmap dest) { in request()
78 public int request(Window source, Bitmap dest) { in request()
86 public int request(Window source, Rect srcRect, Bitmap dest) { in request()
154 public static PixelCopy.Result copySurface(Surface source, in copySurface()
164 public static PixelCopy.Result copySurface(Surface source) { in copySurface()
169 public static PixelCopy.Result copySurface(SurfaceView source, in copySurface()
179 public static PixelCopy.Result copySurface(SurfaceView source) { in copySurface()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dselect_and_scatter_test.cc83 auto source = ConstantFromArray(&builder_, s); in XLA_TEST_P() local
220 const auto source = ConstantR1<float>(&builder_, {}); in XLA_TEST_F() local
231 const auto source = ConstantR1<float>(&builder_, {34.f, 42.f}); in XLA_TEST_F() local
242 const auto source = ConstantR1<int32_t>(&builder_, {-10, 20}); in XLA_TEST_F() local
253 const auto source = ConstantR1<int32_t>(&builder_, {34, 42, 53, 19}); in XLA_TEST_F() local
265 const auto source = ConstantR2<int32_t>(&builder_, {{2, 6}}); in XLA_TEST_F() local
278 const auto source = ConstantR2<float>( in XLA_TEST_F() local
294 const auto source = ConstantR2<int32_t>(&builder_, {{2, 6}}); in XLA_TEST_F() local
306 const auto source = ConstantR2<int32_t>(&builder_, {{2, 6, 4}}); in XLA_TEST_F() local
318 const auto source = ConstantR2<int32_t>(&builder_, {{2, 6, 4}}); in XLA_TEST_F() local
[all …]
/aosp_15_r20/external/okhttp/okio/okio/src/test/java/okio/
H A DBufferTest.java163 Buffer source = new Buffer(); in moveBytesBetweenBuffers() local
180 Buffer source = new Buffer(); in writeSplitSourceBufferLeft() local
195 Buffer source = new Buffer(); in writeSplitSourceBufferRight() local
207 Buffer source = new Buffer(); in writePrefixDoesntSplit() local
222 Buffer source = new Buffer(); in writePrefixDoesntSplitButRequiresCompact() local
233 Buffer source = new Buffer(); in copyToSpanningSegments() local
306 Buffer source = new Buffer(); in moveAllRequestedBytesWithRead() local
319 Buffer source = new Buffer(); in moveFewerThanRequestedBytesWithRead() local
368 Buffer source = new Buffer(); in writePrefixToEmptyBuffer() local
454 Buffer source = new Buffer(); in bufferInputStreamByteByByte() local
[all …]
/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/
H A Dbuffer.hpp1144 const const_buffer& source) in buffer_copy()
1174 const const_buffers_1& source) in buffer_copy()
1200 const mutable_buffer& source) in buffer_copy()
1226 const mutable_buffers_1& source) in buffer_copy()
1252 const ConstBufferSequence& source) in buffer_copy()
1291 const const_buffer& source) in buffer_copy()
1316 const const_buffers_1& source) in buffer_copy()
1343 const mutable_buffer& source) in buffer_copy()
1370 const mutable_buffers_1& source) in buffer_copy()
1397 const ConstBufferSequence& source) in buffer_copy()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHeadsetClientService.java315 private HeadsetClientService getService(AttributionSource source) { in getService()
333 public boolean connect(BluetoothDevice device, AttributionSource source) { in connect()
343 public boolean disconnect(BluetoothDevice device, AttributionSource source) { in disconnect()
353 public List<BluetoothDevice> getConnectedDevices(AttributionSource source) { in getConnectedDevices()
366 int[] states, AttributionSource source) { in getDevicesMatchingConnectionStates()
378 public int getConnectionState(BluetoothDevice device, AttributionSource source) { in getConnectionState()
391 BluetoothDevice device, int connectionPolicy, AttributionSource source) { in setConnectionPolicy()
403 public int getConnectionPolicy(BluetoothDevice device, AttributionSource source) { in getConnectionPolicy()
415 public boolean startVoiceRecognition(BluetoothDevice device, AttributionSource source) { in startVoiceRecognition()
425 public boolean stopVoiceRecognition(BluetoothDevice device, AttributionSource source) { in stopVoiceRecognition()
[all …]
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/text/
H A DStrSubstitutor.java207 public static <V> String replace(final Object source, final Map<String, V> valueMap) { in replace()
224 …public static <V> String replace(final Object source, final Map<String, V> valueMap, final String … in replace()
236 public static String replace(final Object source, final Properties valueProperties) { in replace()
257 public static String replaceSystemProperties(final Object source) { in replaceSystemProperties()
415 public String replace(final String source) { in replace()
439 public String replace(final String source, final int offset, final int length) { in replace()
458 public String replace(final char[] source) { in replace()
481 public String replace(final char[] source, final int offset, final int length) { in replace()
498 public String replace(final StringBuffer source) { in replace()
521 public String replace(final StringBuffer source, final int offset, final int length) { in replace()
[all …]

12345678910>>...445