Home
last modified time | relevance | path

Searched defs:streaming (Results 1 – 25 of 182) sorted by relevance

12345678

/aosp_15_r20/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/features/
H A DJsonNamesTest.kt47 parametrizedTest { streaming -> in <lambda>() method
67 parameterizedCoercingTest { json, streaming, msg -> in <lambda>() method
74 parameterizedCoercingTest { json, streaming, msg -> in <lambda>() method
82 parameterizedCoercingTest { json, streaming, _ -> in <lambda>() method
92 parameterizedCoercingTest { json, streaming, _ -> in <lambda>() method
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/
H A DAmProfileTests.java124 final boolean streaming) throws Exception { in testProfile()
129 startProfiling(PROFILEABLE_APP_ACTIVITY.getPackageName(), sampling, streaming); in testProfile() local
145 private static void startProfiling(String processName, boolean sampling, boolean streaming) { in startProfiling()
154 boolean streaming) { in startActivityProfiling()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/
H A Dsupported-formats.md28 ### DASH ###
32 ### SmoothStreaming ###
36 ### HLS ###
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/
H A Dsupported-formats.md28 ### DASH ###
32 ### SmoothStreaming ###
36 ### HLS ###
/aosp_15_r20/art/test/2246-trace-stream/src/
H A DMain.java62 public static void testTracing(boolean streaming, int flags, BaseTraceParser parser, in testTracing()
99 file.getPath(), main_out_file.getFD(), 0, flags, false, 0, streaming); in testTracing() local
174 int flags, boolean samplingEnabled, int intervalUs, boolean streaming) in startMethodTracing()
/aosp_15_r20/art/test/2246-trace-v2/src/
H A DMain.java55 public static void testTracing(boolean streaming, int flags) throws Exception { in testTracing()
91 file.getPath(), main_out_file.getFD(), 0, flags, false, 0, streaming); in testTracing() local
166 int flags, boolean samplingEnabled, int intervalUs, boolean streaming) in startMethodTracingV2()
/aosp_15_r20/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/json/polymorphic/
H A DJsonContentPolymorphicSerializerTest.kt54 fun testParsesParametrically() = parametrizedTest { streaming -> in <lambda>() method
65 fun testSerializesParametrically() = parametrizedTest { streaming -> in <lambda>() method
93 fun testDocumentationSample() = parametrizedTest { streaming -> in <lambda>() method
/aosp_15_r20/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/json/
H A DJsonTransformingSerializerTest.kt42 fun testExampleCanBeParsed() = parametrizedTest { streaming -> in <lambda>() method
62 fun testExampleDroppingNameSerializer() = parametrizedTest { streaming -> in <lambda>() method
96 fun testDocumentationSample() = parametrizedTest { streaming -> in <lambda>() method
/aosp_15_r20/frameworks/base/core/java/android/hardware/camera2/impl/
H A DICameraDeviceUserWrapper.java68 public SubmitInfo submitRequest(CaptureRequest request, boolean streaming) in submitRequest()
79 public SubmitInfo submitRequestList(CaptureRequest[] requestList, boolean streaming) in submitRequestList()
/aosp_15_r20/frameworks/av/camera/aidl/android/hardware/camera2/
H A DICameraDeviceUser.aidl37 SubmitInfo submitRequest(in CaptureRequest request, boolean streaming); in submitRequest()
38 SubmitInfo submitRequestList(in CaptureRequest[] requestList, boolean streaming); in submitRequestList()
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/model/service/
H A DMember.java28 private boolean streaming; field in Member
100 public void setStreaming(boolean streaming) { in setStreaming()
H A DShape.java41 private boolean streaming; field in Shape
249 public void setStreaming(boolean streaming) { in setStreaming()
/aosp_15_r20/out/soong/.intermediates/frameworks/av/camera/libcamera_client/android_arm64_armv8-2a_cortex-a55_static_cfi/gen/aidl/android/hardware/camera2/
DBnCameraDeviceUser.h61 …Request(const ::android::hardware::camera2::CaptureRequest& request, bool streaming, ::android::ha… in submitRequest()
64 …::vector<::android::hardware::camera2::CaptureRequest>& requestList, bool streaming, ::android::ha… in submitRequestList()
DICameraDeviceUser.cpp60 …Request(const ::android::hardware::camera2::CaptureRequest& request, bool streaming, ::android::ha… in submitRequest()
102 …::vector<::android::hardware::camera2::CaptureRequest>& requestList, bool streaming, ::android::ha… in submitRequestList()
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/engine/
H A Dbase_preprocessing_layer.py62 def __init__(self, streaming=True, **kwargs): argument
75 def streaming(self): member in PreprocessingLayer
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/src/bytes/
H A Dmod.rs4 pub mod streaming; module
/aosp_15_r20/external/rust/android-crates-io/crates/nom/src/bytes/
Dmod.rs4 pub mod streaming; module
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/src/number/
H A Dmod.rs4 pub mod streaming; module
/aosp_15_r20/external/rust/android-crates-io/crates/nom/src/number/
Dmod.rs4 pub mod streaming; module
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_dsds_utils.py951 streaming=False, argument
1105 streaming=True, argument
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/src/character/
H A Dmod.rs9 pub mod streaming; module
/aosp_15_r20/external/rust/android-crates-io/crates/nom/src/character/
Dmod.rs9 pub mod streaming; module
/aosp_15_r20/external/zstd/lib/common/
H A Dzstd_trace.h67 unsigned streaming; member
/aosp_15_r20/external/pigweed/pw_web/log-viewer/src/
H A Drepl-kernel.ts21 streaming?: boolean; property
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/
H A DVerificationUtils.java51 public static long getVerificationTimeout(Context context, boolean streaming) { in getVerificationTimeout()

12345678