Searched refs:detector (Results 1 - 25 of 45) sorted by last modified time

12

/external/zxing/core/
H A Dcore.jar ... aztec/ com/google/zxing/aztec/decoder/ com/google/zxing/aztec/detector/ com/google/zxing/client/ com/google/zxing/client/result/ com ...
/external/valgrind/main/helgrind/tests/
H A Dtc06_two_races_xml.stderr.exp9 <line>Helgrind, a thread error detector</line>
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
H A DRobolectricTestRunner.java59 /** Instrument detector. We use it to check whether the current instance is instrumented. */
81 public static void setInstrumentDetector(final InstrumentDetector detector) { argument
82 instrumentDetector = detector;
628 /** Default detector. */
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/oprofile/events/i386/nehalem/
H A Devents73 event:0xA8 counters:0,1,2,3 um:one minimum:6000 name:LSD : Counts the number of micro-ops delivered by loop stream detector
H A Dunit_masks347 0x01 hit Count L2 HW prefetcher detector hits
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/automated/
H A Dvie_video_verification_test.cc261 FrameDropDetector detector; local
263 remote_file_renderer_ = new FrameDropMonitoringRemoteFileRenderer(&detector);
281 remote_file_renderer_, &detector);
286 detector.CalculateResults();
287 detector.PrintReport(parameter_table_[GetParam()].test_label);
289 if (detector.GetNumberOfFramesDroppedAt(FrameDropDetector::kRendered) >
290 detector.GetNumberOfFramesDroppedAt(FrameDropDetector::kDecoded)) {
291 detector.PrintDebugDump();
294 ASSERT_GE(detector.GetNumberOfFramesDroppedAt(FrameDropDetector::kRendered),
295 detector
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Ddelay_peak_detector_unittest.cc20 DelayPeakDetector* detector = new DelayPeakDetector(); local
21 EXPECT_FALSE(detector->peak_found());
22 delete detector;
26 DelayPeakDetector detector; local
27 EXPECT_EQ(-1, detector.MaxPeakHeight());
28 EXPECT_EQ(-1, detector.MaxPeakPeriod());
31 // Inject a series of packet arrivals into the detector. Three of the packets
35 DelayPeakDetector detector; local
37 detector.SetPacketAudioLength(kPacketSizeMs);
60 // Load into detector
86 DelayPeakDetector detector; local
[all...]
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_capture_options.h59 scoped_refptr<FullScreenChromeWindowDetector> detector) {
60 full_screen_window_detector_ = detector;
58 set_full_screen_chrome_window_detector( scoped_refptr<FullScreenChromeWindowDetector> detector) argument
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextEncodingDetector.cpp46 UCharsetDetector* detector = ucsdet_open(&status); local
49 ucsdet_enableInputFilter(detector, true);
50 ucsdet_setText(detector, data, static_cast<int32_t>(length), &status);
55 // the ICU detector itself.
60 // encoding with a highest confidence among the detector-specific
64 const UCharsetMatch** matches = ucsdet_detectAll(detector, &matchesCount, &status);
66 ucsdet_close(detector);
109 ucsdet_close(detector);
112 ucsdet_close(detector);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
H A Ddetection_unittest.py43 detector = SCMDetector(filesystem, executive)
49 scm = OutputCapture().assert_outputs(self, detector.detect_scm_system, ["/"], expected_logs=expected_logs)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
H A Dhost.py126 detector = SCMDetector(self.filesystem, self.executive)
127 self._scm = detector.default_scm(patch_directories)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/webgl/
H A Dupdate_webgl_conformance_tests.py95 detector = scm.SCMDetector(FileSystem(), Executive())
96 current_scm = detector.detect_scm_system(os.path.dirname(sys.argv[0]))
/external/chromium_org/ui/chromeos/
H A Duser_activity_power_manager_notifier.cc45 ::wm::UserActivityDetector* detector)
46 : detector_(detector) {
44 UserActivityPowerManagerNotifier( ::wm::UserActivityDetector* detector) argument
H A Duser_activity_power_manager_notifier.h25 ::wm::UserActivityDetector* detector);
/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_provider.cc196 virtual bool OnScaleBegin(const ScaleGestureDetector& detector,
198 if (ignore_multitouch_zoom_events_ && !detector.InDoubleTapMode())
203 virtual void OnScaleEnd(const ScaleGestureDetector& detector,
210 virtual bool OnScale(const ScaleGestureDetector& detector,
212 if (ignore_multitouch_zoom_events_ && !detector.InDoubleTapMode())
218 detector.GetEventTime(),
219 detector.GetFocusX(),
220 detector.GetFocusY(),
221 detector.GetFocusX() + e.GetRawOffsetX(),
222 detector
[all...]
H A Dscale_gesture_detector.h44 virtual bool OnScale(const ScaleGestureDetector& detector,
46 virtual bool OnScaleBegin(const ScaleGestureDetector& detector,
48 virtual void OnScaleEnd(const ScaleGestureDetector& detector,
80 // Returns true if the event was processed and the detector wants to receive
87 // detector should always be offered events *before* the ScaleGestureDetector.
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dtype.pxd32 # detector; this tests the type flag Py_TPFLAGS_HAVE_GC.

Completed in 3580 milliseconds

12