Home
last modified time | relevance | path

Searched defs:detector (Results 1 – 25 of 393) sorted by relevance

12345678910>>...16

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/detail/
Ddetector.hpp23 struct detector { struct
24 using value_t = boost::false_type;
25 using type = Default;
29 struct detector<Default, detector_t<Op<Args...> >, Op, Args...> { struct
30 using value_t = boost::true_type;
31 using type = Op<Args...>;
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/location/countrydetector/
H A DLocationBasedCountryDetectorTest.java186 TestCountryDetector detector = new TestCountryDetector(country, provider); in testFindingCountryCommon() local
223 TestCountryDetector detector = new TestCountryDetector(country, provider); in testFindingCountryCancelled() local
248 TestCountryDetector detector = new TestCountryDetector(country, provider); in testFindingLocationCancelled() local
266 TestCountryDetector detector = new TestCountryDetector(country, provider, timeout) { in testFindingLocationFailed() local
288 TestCountryDetector detector = new TestCountryDetector(country, provider) { in testFindingCountryFailed() local
326 TestCountryDetector detector = new TestCountryDetector(country, provider, timeout); in testFindingCountryWithLastKnownLocation() local
345 private void waitForTimerReset(TestCountryDetector detector) { in waitForTimerReset()
366 private Thread waitForQueryThreadLaunched(TestCountryDetector detector) { in waitForQueryThreadLaunched()
/aosp_15_r20/frameworks/av/media/libheadtracking/
H A DStillnessDetector-test.cpp41 StillnessDetector detector(Options{.defaultValue = mDefaultValue, in TEST_P() local
64 StillnessDetector detector(Options{.defaultValue = mDefaultValue, .windowDuration = 0}); in TEST_P() local
70 StillnessDetector detector(Options{.defaultValue = mDefaultValue, in TEST_P() local
94 StillnessDetector detector(Options{.defaultValue = mDefaultValue, in TEST_P() local
118 StillnessDetector detector(Options{.defaultValue = mDefaultValue, in TEST_P() local
139 StillnessDetector detector(Options{.defaultValue = mDefaultValue, in TEST_P() local
/aosp_15_r20/external/cronet/components/metrics/
H A Dcloned_install_detector_unittest.cc31 ClonedInstallDetector detector; in TEST() local
44 ClonedInstallDetector detector; in TEST() local
55 ClonedInstallDetector detector; in TEST() local
72 ClonedInstallDetector detector; in TEST() local
91 ClonedInstallDetector detector; in TEST() local
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DScaleGestureDetector.java72 public boolean onScale(@NonNull ScaleGestureDetector detector); in onScale()
86 public boolean onScaleBegin(@NonNull ScaleGestureDetector detector); in onScaleBegin()
99 public void onScaleEnd(@NonNull ScaleGestureDetector detector); in onScaleEnd()
114 public boolean onScale(@NonNull ScaleGestureDetector detector) { in onScale()
118 public boolean onScaleBegin(@NonNull ScaleGestureDetector detector) { in onScaleBegin()
122 public void onScaleEnd(@NonNull ScaleGestureDetector detector) { in onScaleEnd()
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/lint/
HDtools.lint-api.jar ... checkContextAnnotations (com.android.tools.lint.detector.api.JavaContext, org.jetbrains.uast ...
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowScaleGestureDetectorTest.java19 private ScaleGestureDetector detector; field in ShadowScaleGestureDetectorTest
82 public boolean onScale(ScaleGestureDetector detector) { in onScale()
87 public boolean onScaleBegin(ScaleGestureDetector detector) { in onScaleBegin()
92 public void onScaleEnd(ScaleGestureDetector detector) {} in onScaleEnd()
H A DShadowAlwaysOnHotwordDetectorTest.java48 AlwaysOnHotwordDetector detector = (AlwaysOnHotwordDetector) createDetector(); in testGetSupportedRecognitionModes() local
55 AlwaysOnHotwordDetector detector = (AlwaysOnHotwordDetector) createDetector(); in testCallback_onError() local
64 AlwaysOnHotwordDetector detector = (AlwaysOnHotwordDetector) createDetector(); in testCallback_onAvailabilityChanged() local
75 AlwaysOnHotwordDetector detector = (AlwaysOnHotwordDetector) createDetector(); in testCallback_onDetected() local
/aosp_15_r20/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/notifications/
H A DConnectedDisplayUsbErrorsDetectorTest.java76 var detector = createErrorsDetector(isUsbManagerAvailable, isUsbErrorsNotificationEnabled); in testNoErrorTypes() local
87 var detector = createErrorsDetector(/*isUsbManagerAvailable=*/ true, in testErrorOnUsbCableNotCapableDp() local
97 var detector = createErrorsDetector(/*isUsbManagerAvailable=*/ true, in testErrorOnDpLinkTrainingFailure() local
112 var detector = new ConnectedDisplayUsbErrorsDetector(mMockedFlags, in createErrorsDetector() local
/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/format/
H A DTestJsonFormatDetection.java15 DataFormatDetector detector = new DataFormatDetector(jsonF); in testSimpleValidArray() local
37 DataFormatDetector detector = new DataFormatDetector(jsonF); in testSimpleValidObject() local
64 DataFormatDetector detector = new DataFormatDetector(jsonF); in testSimpleValidString() local
88 DataFormatDetector detector = new DataFormatDetector(new JsonFactory()); in testSimpleInvalid() local
/aosp_15_r20/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/31.7.0-alpha07/
HDlint-api-31.7.0-alpha07.jar ... checkContextAnnotations (com.android.tools.lint.detector.api.JavaContext, org.jetbrains.uast ...
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDlint-api.jar ... projects public com.android.tools.lint.detector.api.Project getMainProject (com.android. ...
/aosp_15_r20/cts/tests/tests/mediacujtest/common/src/android/media/cujcommon/cts/
H A DScaleGestureListener.java37 public boolean onScale(ScaleGestureDetector detector) { in onScale()
45 public boolean onScaleBegin(@NonNull ScaleGestureDetector detector) { in onScaleBegin()
52 public void onScaleEnd(@NonNull ScaleGestureDetector detector) { in onScaleEnd()
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DDMAConnectivity.cpp23 c10::intrusive_ptr<c10d::DMAConnectivityDetector> detector) { in register_detector()
47 auto detector = it->second; in detect() local
82 c10::intrusive_ptr<DMAConnectivityDetector> detector) { in register_dma_connectivity_detector()
/aosp_15_r20/frameworks/base/tests/TransformTest/src/com/google/android/test/transform/
H A DTransformTestActivity.java77 public boolean onScale(ScaleGestureDetector detector) { in onScale()
115 public boolean onScaleBegin(ScaleGestureDetector detector) { in onScaleBegin()
119 public void onScaleEnd(ScaleGestureDetector detector) { in onScaleEnd()
/aosp_15_r20/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DPanningScalingHandler.java108 public boolean onScale(ScaleGestureDetector detector) { in onScale()
147 public boolean onScaleBegin(ScaleGestureDetector detector) { in onScaleBegin()
152 public void onScaleEnd(ScaleGestureDetector detector) { in onScaleEnd()
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGestureRecognizer.java104 public boolean onScaleBegin(ScaleGestureDetector detector) { in onScaleBegin()
110 public boolean onScale(ScaleGestureDetector detector) { in onScale()
116 public void onScaleEnd(ScaleGestureDetector detector) { in onScaleEnd()
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/ui/
DFilmstripGestureRecognizer.java138 public boolean onScaleBegin(ScaleGestureDetector detector) { in onScaleBegin()
144 public boolean onScale(ScaleGestureDetector detector) { in onScale()
150 public void onScaleEnd(ScaleGestureDetector detector) { in onScaleEnd()
DPreviewOverlay.java364 public boolean onScale(ScaleGestureDetector detector) { in onScale()
392 public boolean onScaleBegin(ScaleGestureDetector detector) { in onScaleBegin()
406 public void onScaleEnd(ScaleGestureDetector detector) { in onScaleEnd()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DSTLExtras.h62 template <class, template <class...> class Op, class... Args> struct detector { struct
66 struct detector<std::void_t<Op<Args...>>, Op, Args...> { argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DSTLExtras.h62 template <class, template <class...> class Op, class... Args> struct detector { struct
66 struct detector<std::void_t<Op<Args...>>, Op, Args...> { argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DSTLExtras.h62 template <class, template <class...> class Op, class... Args> struct detector { struct
66 struct detector<std::void_t<Op<Args...>>, Op, Args...> { argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DSTLExtras.h62 template <class, template <class...> class Op, class... Args> struct detector { struct
66 struct detector<std::void_t<Op<Args...>>, Op, Args...> { argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DSTLExtras.h77 template <class, template <class...> class Op, class... Args> struct detector { struct
81 struct detector<std::void_t<Op<Args...>>, Op, Args...> { argument
/aosp_15_r20/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DCropView.java174 public boolean onScaleBegin(ScaleGestureDetector detector) { in onScaleBegin()
179 public boolean onScale(ScaleGestureDetector detector) { in onScale()
189 public void onScaleEnd(ScaleGestureDetector detector) { in onScaleEnd()

12345678910>>...16