Home
last modified time | relevance | path

Searched defs:source (Results 201 – 225 of 11778) sorted by relevance

12345678910>>...472

/aosp_15_r20/external/webrtc/test/pc/e2e/analyzer/video/
H A Dsingle_process_encoded_image_data_injector_unittest.cc40 EncodedImage DeepCopyEncodedImage(const EncodedImage& source) { in DeepCopyEncodedImage()
50 EncodedImage source = in TEST() local
69 EncodedImage source = in TEST() local
86 EncodedImage source = in TEST() local
111 EncodedImage source = in TEST() local
283 EncodedImage source = in TEST() local
311 EncodedImage source = in TEST() local
333 EncodedImage source = in TEST() local
400 EncodedImage source = in TEST() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DGenerateAdditionalLikely.java75 LSRSource(String lang, String script, String region, String source) { in LSRSource()
103 public String line(String source) { in line()
218 String source = entry.getKey(); in main() local
230 String source = entry.getKey(); in main() local
289 String message, String source, String target, Map<LstrType, Status> errors) { in showSkip()
293 public static void showError(String message, String source, String target, String errors) { in showError()
472 private static boolean isIllFormed(String source, LanguageTagParser languageTagParser) { in isIllFormed()
482 String source, in addIfOk()
517 String source, in add()
/aosp_15_r20/external/crosvm/cros_async/src/
H A Dio_source.rs226 let source = ex.async_from(f).unwrap(); in readvec() localVariable
244 let source = ex.async_from(f.try_clone().unwrap()).unwrap(); in writevec() localVariable
278 let source = ex.async_from(f).unwrap(); in readmem() localVariable
304 let source = ex.async_from(f.try_clone().unwrap()).unwrap(); in writemem() localVariable
327 let source = ex.async_from(f).unwrap(); in fsync() localVariable
358 let source = ex.async_from(f).unwrap(); in readmulti() localVariable
381 let source = ex.async_from(f).unwrap(); in writemulti() localVariable
405 let source = ex.async_from(f).unwrap(); in read_current_file_position() localVariable
431 let source = ex.async_from(f.try_clone().unwrap()).unwrap(); in write_current_file_position() localVariable
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/test_data/metadata/common/
H A Dmetadata.json21 "source": "registry+https://github.com/rust-lang/crates.io-index", string
33 "source": "registry+https://github.com/rust-lang/crates.io-index", string
45 "source": "registry+https://github.com/rust-lang/crates.io-index", string
57 "source": "registry+https://github.com/rust-lang/crates.io-index", string
69 "source": "registry+https://github.com/rust-lang/crates.io-index", string
81 "source": "registry+https://github.com/rust-lang/crates.io-index", string
93 "source": "registry+https://github.com/rust-lang/crates.io-index", string
105 "source": "registry+https://github.com/rust-lang/crates.io-index", string
153 "source": "registry+https://github.com/rust-lang/crates.io-index", string
215 "source": "registry+https://github.com/rust-lang/crates.io-index", string
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/camera/
H A DCameraGestureHelperTest.kt231 val source = 1337 in launchCamera_onlyOneCameraAppInstalled_usingSecureScreenLockOption() constant
241 val source = 1337 in launchCamera_onlyOneCameraAppInstalled_usingNonSecureScreenLockOption() constant
251 val source = 1337 in launchCamera_multipleCameraAppsInstalled_usingSecureScreenLockOption() constant
268 val source = 1337 in launchCamera_multipleCameraAppsInstalled_usingNonSecureScreenLockOption() constant
/aosp_15_r20/external/icu/icu4j/main/charset/src/main/java/com/ibm/icu/charset/
H A DCharsetISO2022.java232 private static int getEndOfBuffer_2022(ByteBuffer source) { in getEndOfBuffer_2022()
257 ByteBuffer source, in MBCSSimpleGetNextUChar()
528 private CoderResult changeState_2022(CharsetDecoderICU decoder, ByteBuffer source, int var) { in changeState_2022()
846 …protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean … in decodeLoop()
1109 …protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean … in decodeLoop()
1319 …protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean … in decodeLoop()
1449 …protected CoderResult decodeLoopIBM(CharsetDecoderMBCS cnv, ByteBuffer source, CharBuffer target, … in decodeLoopIBM()
1704 CharBuffer source, ByteBuffer target, IntBuffer offsets){ in cbFromUWriteSub()
1735 …protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean … in encodeLoop()
2223 CharBuffer source, ByteBuffer target, IntBuffer offsets){ in cbFromUWriteSub()
[all …]
/aosp_15_r20/external/icu/icu4c/packaging/
H A Ddistrelease.ps136 $source = "$icuDir\source\dist\icu" variable
37 Get-ChildItem -Path $source -ErrorAction SilentlyContinue | Remove-Item -Recurse variable
38 New-Item -Path $source -ItemType "directory" -ErrorAction SilentlyContinue variable
73 Echo $source variable
81 Compress-7Zip $source -ArchiveFileName $destination -Format Zip variable
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/util/
DStreamUtilTest.java49 try (final InputStreamSource source = new ByteArrayInputStreamSource(contentBytes)) { in testGetByteArrayListFromSource()
86 try (InputStreamSource source = new ByteArrayInputStreamSource(contents.getBytes())) { in testGetStringFromSource()
101 try (InputStreamSource source = new ByteArrayInputStreamSource(contents.getBytes())) { in testGetBufferedReaderFromInputStream()
118 final InputStreamSource source = new ByteArrayInputStreamSource(contents.getBytes()); in testCountLinesFromSource() local
154 final String source = getLargeText(); in testCalculateCrc32() local
169 final String source = "testtesttesttesttest"; in testCalculateMd5() local
184 final String source = "testtesttesttesttest"; in testCalculateBase64Md5() local
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/audiostreams/
DAudioStreamsHelperTest.java155 BluetoothLeBroadcastReceiveState source = mock(BluetoothLeBroadcastReceiveState.class); in removeSource_noConnectedSource_doNothing() local
172 BluetoothLeBroadcastReceiveState source = mock(BluetoothLeBroadcastReceiveState.class); in removeSource_hasConnectedSource() local
195 BluetoothLeBroadcastReceiveState source = mock(BluetoothLeBroadcastReceiveState.class); in removeSource_memberHasConnectedSource() local
229 BluetoothLeBroadcastReceiveState source = mock(BluetoothLeBroadcastReceiveState.class); in getAllConnectedSources_returnSource() local
254 BluetoothLeBroadcastReceiveState source = mock(BluetoothLeBroadcastReceiveState.class); in getAllPresentSources_noSource() local
276 BluetoothLeBroadcastReceiveState source = mock(BluetoothLeBroadcastReceiveState.class); in getAllPresentSources_returnSource() local
303 BluetoothLeBroadcastReceiveState source = mock(BluetoothLeBroadcastReceiveState.class); in startMediaService_hasDevice() local
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/kosmos/
H A DGeneralKosmosTest.kt37 val source = MutableStateFlow(1) in <lambda>() constant
54 val source = flow { in <lambda>() constant
71 val source = MutableStateFlow<Int?>(null) in <lambda>() constant
/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/
H A DBufferedSinkTest.kt223 val source = Buffer().writeUtf8("abcdef") in writeAll() constant
232 val source = Buffer().writeUtf8("abcdef") in writeSource() constant
243 val source: Source = object : ForwardingSource(Buffer()) { in writeSourceReadsFully() constant
256 val source: Source = Buffer().writeUtf8("abcd") in writeSourcePropagatesEof() constant
273 val source: Source = object : ForwardingSource(Buffer()) { in writeSourceWithZeroIsNoOp() constant
284 val source = Buffer() in writeAllExhausted() constant
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DInputEventConsistencyVerifier.java210 final int source = event.getSource(); in onKeyEvent() local
271 final int source = event.getSource(); in onTrackballEvent() local
347 final int source = event.getSource(); in onTouchEvent() local
476 final int source = event.getSource(); in onGenericMotionEvent() local
599 final int source = keyEvent.getSource(); in onUnhandledEvent() local
744 private KeyState findKeyState(int deviceId, int source, int keyCode, boolean remove) { in findKeyState()
766 private void addKeyState(int deviceId, int source, int keyCode) { in addKeyState()
778 public int source; field in InputEventConsistencyVerifier.KeyState
785 public static KeyState obtain(int deviceId, int source, int keyCode) { in obtain()
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pan/
DPanService.java313 private PanService getService(AttributionSource source) { in getService()
326 public boolean connect(BluetoothDevice device, AttributionSource source) { in connect()
337 public boolean disconnect(BluetoothDevice device, AttributionSource source) { in disconnect()
348 BluetoothDevice device, int connectionPolicy, AttributionSource source) { in setConnectionPolicy()
360 public int getConnectionState(BluetoothDevice device, AttributionSource source) { in getConnectionState()
372 public boolean isTetheringOn(AttributionSource source) { in isTetheringOn()
384 IBluetoothPanCallback callback, int id, boolean value, AttributionSource source) { in setBluetoothTethering()
404 public List<BluetoothDevice> getConnectedDevices(AttributionSource source) { in getConnectedDevices()
417 int[] states, AttributionSource source) { in getDevicesMatchingConnectionStates()
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/tests/
Dford_fulkerson.rs8 let source = graph.add_node(0); in test_ford_fulkerson() localVariable
18 let source = graph.add_node(0); in test_ford_fulkerson() localVariable
38 let source = graph.add_node(0); in test_ford_fulkerson() localVariable
60 let source = graph.add_node(0); in test_ford_fulkerson() localVariable
79 let source = graph.add_node(0); in test_ford_fulkerson() localVariable
102 let source = graph.add_node(0); in test_ford_fulkerson() localVariable
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/test_data/metadata/crate_optional_deps_enabled/
H A Dmetadata.json21 "source": "registry+https://github.com/rust-lang/crates.io-index", string
33 "source": "registry+https://github.com/rust-lang/crates.io-index", string
45 "source": "registry+https://github.com/rust-lang/crates.io-index", string
57 "source": "registry+https://github.com/rust-lang/crates.io-index", string
69 "source": "registry+https://github.com/rust-lang/crates.io-index", string
81 "source": "registry+https://github.com/rust-lang/crates.io-index", string
93 "source": "registry+https://github.com/rust-lang/crates.io-index", string
105 "source": "registry+https://github.com/rust-lang/crates.io-index", string
153 "source": "registry+https://github.com/rust-lang/crates.io-index", string
217 "source": "registry+https://github.com/rust-lang/crates.io-index", string
[all …]
/aosp_15_r20/external/turbine/java/com/google/turbine/binder/
H A DCanonicalTypeBinder.java91 SourceFile source, in fields()
116 SourceFile source, in methods()
146 SourceFile source, in parameters()
159 SourceFile source, in param()
172 SourceFile source, in components()
190 SourceFile source, in typeParameters()
206 SourceFile source, in canonicalizeList()
/aosp_15_r20/external/python/cpython3/Lib/tkinter/
Ddnd.py109 def dnd_start(source, event): argument
123 def __init__(self, source, event): argument
277 def dnd_accept(self, source, event): argument
280 def dnd_enter(self, source, event): argument
288 def dnd_motion(self, source, event): argument
293 def dnd_leave(self, source, event): argument
298 def dnd_commit(self, source, event): argument
/aosp_15_r20/external/libvpx/vpx_scale/generic/
H A Dgen_scalers.c36 void vp8_horizontal_line_5_4_scale_c(const unsigned char *source, in vp8_horizontal_line_5_4_scale_c()
64 void vp8_vertical_band_5_4_scale_c(unsigned char *source, in vp8_vertical_band_5_4_scale_c()
110 void vp8_horizontal_line_5_3_scale_c(const unsigned char *source, in vp8_horizontal_line_5_3_scale_c()
137 void vp8_vertical_band_5_3_scale_c(unsigned char *source, in vp8_vertical_band_5_3_scale_c()
181 void vp8_horizontal_line_2_1_scale_c(const unsigned char *source, in vp8_horizontal_line_2_1_scale_c()
200 void vp8_vertical_band_2_1_scale_c(unsigned char *source, in vp8_vertical_band_2_1_scale_c()
209 void vp8_vertical_band_2_1_scale_i_c(unsigned char *source, in vp8_vertical_band_2_1_scale_i_c()
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/
DTkdnd.py108 def dnd_start(source, event): argument
122 def __init__(self, source, event): argument
276 def dnd_accept(self, source, event): argument
279 def dnd_enter(self, source, event): argument
287 def dnd_motion(self, source, event): argument
292 def dnd_leave(self, source, event): argument
297 def dnd_commit(self, source, event): argument
/aosp_15_r20/external/libjpeg-turbo/
H A Drdtarga.c170 tga_source_ptr source = (tga_source_ptr)sinfo; in get_8bit_gray_row() local
186 tga_source_ptr source = (tga_source_ptr)sinfo; in get_8bit_row() local
210 tga_source_ptr source = (tga_source_ptr)sinfo; in get_16bit_row() local
238 tga_source_ptr source = (tga_source_ptr)sinfo; in get_24bit_row() local
271 tga_source_ptr source = (tga_source_ptr)sinfo; in get_memory_row() local
298 tga_source_ptr source = (tga_source_ptr)sinfo; in preload_image() local
331 tga_source_ptr source = (tga_source_ptr)sinfo; in start_input_tga() local
491 tga_source_ptr source; in jinit_read_targa() local
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/module-lib/i18n.module.public.api_stub_sources/android/icu/text/
H A DUCharacterIterator.java46 …atic final android.icu.text.UCharacterIterator getInstance(android.icu.text.Replaceable source) { … in getInstance()
58 public static final android.icu.text.UCharacterIterator getInstance(java.lang.String source) { thro… in getInstance()
70 public static final android.icu.text.UCharacterIterator getInstance(char[] source) { throw new Runt… in getInstance()
82 public static final android.icu.text.UCharacterIterator getInstance(char[] source, int start, int l… in getInstance()
94 public static final android.icu.text.UCharacterIterator getInstance(java.lang.StringBuffer source) … in getInstance()
106 …atic final android.icu.text.UCharacterIterator getInstance(java.text.CharacterIterator source) { t… in getInstance()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.intra.core.api_stub_sources/android/icu/text/
H A DUCharacterIterator.java46 …atic final android.icu.text.UCharacterIterator getInstance(android.icu.text.Replaceable source) { … in getInstance()
58 public static final android.icu.text.UCharacterIterator getInstance(java.lang.String source) { thro… in getInstance()
70 public static final android.icu.text.UCharacterIterator getInstance(char[] source) { throw new Runt… in getInstance()
82 public static final android.icu.text.UCharacterIterator getInstance(char[] source, int start, int l… in getInstance()
94 public static final android.icu.text.UCharacterIterator getInstance(java.lang.StringBuffer source) … in getInstance()
106 …atic final android.icu.text.UCharacterIterator getInstance(java.text.CharacterIterator source) { t… in getInstance()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.public.api_stub_sources/android/icu/text/
H A DUCharacterIterator.java46 …atic final android.icu.text.UCharacterIterator getInstance(android.icu.text.Replaceable source) { … in getInstance()
58 public static final android.icu.text.UCharacterIterator getInstance(java.lang.String source) { thro… in getInstance()
70 public static final android.icu.text.UCharacterIterator getInstance(char[] source) { throw new Runt… in getInstance()
82 public static final android.icu.text.UCharacterIterator getInstance(char[] source, int start, int l… in getInstance()
94 public static final android.icu.text.UCharacterIterator getInstance(java.lang.StringBuffer source) … in getInstance()
106 …atic final android.icu.text.UCharacterIterator getInstance(java.text.CharacterIterator source) { t… in getInstance()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/system/i18n.module.public.api_stub_sources/android/icu/text/
H A DUCharacterIterator.java46 …atic final android.icu.text.UCharacterIterator getInstance(android.icu.text.Replaceable source) { … in getInstance()
58 public static final android.icu.text.UCharacterIterator getInstance(java.lang.String source) { thro… in getInstance()
70 public static final android.icu.text.UCharacterIterator getInstance(char[] source) { throw new Runt… in getInstance()
82 public static final android.icu.text.UCharacterIterator getInstance(char[] source, int start, int l… in getInstance()
94 public static final android.icu.text.UCharacterIterator getInstance(java.lang.StringBuffer source) … in getInstance()
106 …atic final android.icu.text.UCharacterIterator getInstance(java.text.CharacterIterator source) { t… in getInstance()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/legacy.i18n.module.platform.api_stub_sources/android/icu/text/
H A DUCharacterIterator.java46 …atic final android.icu.text.UCharacterIterator getInstance(android.icu.text.Replaceable source) { … in getInstance()
58 public static final android.icu.text.UCharacterIterator getInstance(java.lang.String source) { thro… in getInstance()
70 public static final android.icu.text.UCharacterIterator getInstance(char[] source) { throw new Runt… in getInstance()
82 public static final android.icu.text.UCharacterIterator getInstance(char[] source, int start, int l… in getInstance()
94 public static final android.icu.text.UCharacterIterator getInstance(java.lang.StringBuffer source) … in getInstance()
106 …atic final android.icu.text.UCharacterIterator getInstance(java.text.CharacterIterator source) { t… in getInstance()

12345678910>>...472