Home
last modified time | relevance | path

Searched full:scan (Results 1 – 25 of 2136) sorted by relevance

12345678910>>...86

/third_party/ffmpeg/libavfilter/
Dvf_readeia608.c83 ScanItem *scan; member
93 …{ "scan_min", "set from which line to scan for codes", OFFSET(start), AV_OPT_TYPE_IN…
94 …{ "scan_max", "set to which line to scan for codes", OFFSET(end), AV_OPT_TYPE_IN…
141 av_log(ctx, AV_LOG_WARNING, "Last line to scan too large, clipping.\n"); in config_filter()
153 s->scan = av_realloc_f(s->scan, end - start + 1, sizeof(*s->scan)); in config_filter()
154 if (!s->scan) in config_filter()
156 memset(&s->scan[s->nb_allocated], 0, diff * sizeof(*s->scan)); in config_filter()
161 ScanItem *scan = &s->scan[i]; in config_filter() local
163 if (!scan->histogram) in config_filter()
164 scan->histogram = av_calloc(s->max + 1, sizeof(*scan->histogram)); in config_filter()
[all …]
/third_party/tzdata/
DOAT.xml76 … <filteritem type="filepath" name="date.1" desc="Describe the reason for filtering scan results"/>
77 … <filteritem type="filepath" name=".*.3" desc="Describe the reason for filtering scan results"/>
78 … <filteritem type="filepath" name=".*.5" desc="Describe the reason for filtering scan results"/>
79 … <filteritem type="filepath" name=".*.8" desc="Describe the reason for filtering scan results"/>
80 … <filteritem type="filepath" name=".*.awk" desc="Describe the reason for filtering scan results"/>
81 … <filteritem type="filepath" name=".*.tab" desc="Describe the reason for filtering scan results"/>
83 …teritem type="filepath" name="CONTRIBUTING" desc="Describe the reason for filtering scan results"/>
84 …ilteritem type="filepath" name="difftime.c" desc="Describe the reason for filtering scan results"/>
85 …<filteritem type="filepath" name="etcetera" desc="Describe the reason for filtering scan results"/>
86 … <filteritem type="filepath" name="europe" desc="Describe the reason for filtering scan results"/>
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/
Dwizard.txt114 Multiple Scan / Progression Control
117 By default, cjpeg emits a single-scan sequential JPEG file. The
119 of progression parameters. You can create multiple-scan sequential JPEG
123 -scans file Use the scan sequence given in the named file.
125 The specified file should be a text file containing a "scan script".
127 Each entry in the script defines one scan. A scan definition specifies
128 the components to be included in the scan, and for progressive JPEG it also
129 specifies the progression parameters Ss,Se,Ah,Al for the scan. Scan
131 scan definition is optional.
133 Each scan definition contains one to four component indexes, optionally
[all …]
/third_party/libjpeg-turbo/
Dwizard.txt114 Multiple Scan / Progression Control
117 By default, cjpeg emits a single-scan sequential JPEG file. The
119 of progression parameters. You can create multiple-scan sequential JPEG
123 -scans file Use the scan sequence given in the named file.
125 The specified file should be a text file containing a "scan script".
127 Each entry in the script defines one scan. A scan definition specifies
128 the components to be included in the scan, and for progressive JPEG it also
129 specifies the progression parameters Ss,Se,Ah,Al for the scan. Scan
131 scan definition is optional.
133 Each scan definition contains one to four component indexes, optionally
[all …]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dwizard.txt114 Multiple Scan / Progression Control
117 By default, cjpeg emits a single-scan sequential JPEG file. The
119 of progression parameters. You can create multiple-scan sequential JPEG
123 -scans file Use the scan sequence given in the named file.
125 The specified file should be a text file containing a "scan script".
127 Each entry in the script defines one scan. A scan definition specifies
128 the components to be included in the scan, and for progressive JPEG it also
129 specifies the progression parameters Ss,Se,Ah,Al for the scan. Scan
131 scan definition is optional.
133 Each scan definition contains one to four component indexes, optionally
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dbgscan_simple.c2 * WPA Supplicant - background scan and roaming module: simple
17 #include "scan.h"
25 int short_scan_count; /* counter for scans using short scan interval */
26 int max_short_scans; /* maximum times we short-scan before back-off */
51 wpa_printf(MSG_DEBUG, "bgscan simple: Request a background scan"); in bgscan_simple_timeout()
53 wpa_printf(MSG_DEBUG, "bgscan simple: Failed to trigger scan"); in bgscan_simple_timeout()
62 "off to long scan interval"); in bgscan_simple_timeout()
66 * If we lasted a long scan interval without any in bgscan_simple_timeout()
67 * CQM triggers, decrease the short-scan count, in bgscan_simple_timeout()
68 * which allows 1 more short-scan interval to in bgscan_simple_timeout()
[all …]
Dscan.c24 #include "scan.h"
142 "end of scan list - go back to beginning"); in wpa_supplicant_assoc_try()
177 "Failed to assign random MAC address for a scan"); in wpas_trigger_scan_cb()
188 "Request driver to clear scan cache due to local BSS flush"); in wpas_trigger_scan_cb()
193 * Store the obtained vendor scan cookie (if any) in wpa_s context. in wpas_trigger_scan_cb()
194 * The current design is to allow only one scan request on each in wpas_trigger_scan_cb()
195 * interface, hence having this scan cookie stored in wpa_s context is in wpas_trigger_scan_cb()
198 * Revisit this logic if concurrent scan operations per interface in wpas_trigger_scan_cb()
230 /* Restore scan_req since we will try to scan again */ in wpas_trigger_scan_cb()
254 * wpa_supplicant_trigger_scan - Request driver to start a scan
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dbgscan_simple.c2 * WPA Supplicant - background scan and roaming module: simple
17 #include "scan.h"
25 int short_scan_count; /* counter for scans using short scan interval */
26 int max_short_scans; /* maximum times we short-scan before back-off */
51 wpa_printf(MSG_DEBUG, "bgscan simple: Request a background scan"); in bgscan_simple_timeout()
53 wpa_printf(MSG_DEBUG, "bgscan simple: Failed to trigger scan"); in bgscan_simple_timeout()
62 "off to long scan interval"); in bgscan_simple_timeout()
66 * If we lasted a long scan interval without any in bgscan_simple_timeout()
67 * CQM triggers, decrease the short-scan count, in bgscan_simple_timeout()
68 * which allows 1 more short-scan interval to in bgscan_simple_timeout()
[all …]
Dscan.c24 #include "scan.h"
169 "end of scan list - go back to beginning"); in wpa_supplicant_assoc_try()
208 "Failed to assign random MAC address for a scan"); in wpas_trigger_scan_cb()
219 "Request driver to clear scan cache due to local BSS flush"); in wpas_trigger_scan_cb()
224 * Store the obtained vendor scan cookie (if any) in wpa_s context. in wpas_trigger_scan_cb()
225 * The current design is to allow only one scan request on each in wpas_trigger_scan_cb()
226 * interface, hence having this scan cookie stored in wpa_s context is in wpas_trigger_scan_cb()
229 * Revisit this logic if concurrent scan operations per interface in wpas_trigger_scan_cb()
265 /* Restore scan_req since we will try to scan again */ in wpas_trigger_scan_cb()
289 * wpa_supplicant_trigger_scan - Request driver to start a scan
[all …]
/third_party/libbpf/scripts/
Dcoverity.sh2 # Taken from: https://scan.coverity.com/scripts/travisci_build_coverity_scan.sh
8 …CT_NAME and COVERITY_SCAN_TOKEN are available on Project Settings page on scan.coverity.com\033[0m"
19 TOOL_URL=https://scan.coverity.com/download/${PLATFORM}
20 TOOL_BASE=/var/tmp/coverity-scan-analysis
21 UPLOAD_URL="https://scan.coverity.com/builds"
22 SCAN_URL="https://scan.coverity.com"
33 echo -e "\033[33;1mCoverity Scan configured to run on branch ${TRAVIS_BRANCH}\033[0m"
35 echo -e "\033[33;1mCoverity Scan NOT configured to run on branch ${TRAVIS_BRANCH}\033[0m"
42 …echo -e "\033[33;1mCoverity Scan API access denied. Check COVERITY_SCAN_PROJECT_NAME and COVERITY_…
47 echo -e "\033[33;1mCoverity Scan analysis authorized per quota.\033[0m"
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211_scan.c96 wpa_printf(MSG_DEBUG, "nl80211: Abort scan"); in nl80211_abort_scan()
100 wpa_printf(MSG_DEBUG, "nl80211: Abort scan failed: ret=%d (%s)", in nl80211_abort_scan()
115 wpa_printf(MSG_DEBUG, "nl80211: Abort vendor scan with cookie 0x%llx", in nl80211_abort_vendor_scan()
133 "nl80211: Aborting vendor scan with cookie 0x%llx failed: ret=%d (%s)", in nl80211_abort_vendor_scan()
147 * wpa_driver_nl80211_scan_timeout - Scan timeout to report scan completion
151 * This function can be used as registered timeout when starting a scan to
152 * generate a scan completed event if the driver does not report this.
158 wpa_printf(MSG_DEBUG, "nl80211: Scan timeout - try to abort it"); in wpa_driver_nl80211_scan_timeout()
168 wpa_printf(MSG_DEBUG, "nl80211: Failed to abort scan"); in wpa_driver_nl80211_scan_timeout()
173 wpa_printf(MSG_DEBUG, "nl80211: Try to get scan results"); in wpa_driver_nl80211_scan_timeout()
[all …]
/third_party/PyYAML/
DOAT.xml39 … type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
50 …ilteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
51 … type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
55 …<filteritem type="filepath" name="tests/.*" desc="Describe the reason for filtering scan results"/>
56 …lteritem type="filepath" name="lib/yaml/.*" desc="Describe the reason for filtering scan results"/>
57 …lteritem type="filepath" name="examples/.*" desc="Describe the reason for filtering scan results"/>
58 … <filteritem type="filepath" name="yaml/.*" desc="Describe the reason for filtering scan results"/>
59 …m type="filepath" name="packaging/build/.*" desc="Describe the reason for filtering scan results"/>
60 … <filteritem type="filename" name="CHANGES" desc="Describe the reason for filtering scan results"/>
61 …ritem type="filename" name="pyproject.toml" desc="Describe the reason for filtering scan results"/>
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211_scan.c95 wpa_printf(MSG_DEBUG, "nl80211: Abort scan"); in nl80211_abort_scan()
99 wpa_printf(MSG_DEBUG, "nl80211: Abort scan failed: ret=%d (%s)", in nl80211_abort_scan()
114 wpa_printf(MSG_DEBUG, "nl80211: Abort vendor scan with cookie 0x%llx", in nl80211_abort_vendor_scan()
132 "nl80211: Aborting vendor scan with cookie 0x%llx failed: ret=%d (%s)", in nl80211_abort_vendor_scan()
146 * wpa_driver_nl80211_scan_timeout - Scan timeout to report scan completion
150 * This function can be used as registered timeout when starting a scan to
151 * generate a scan completed event if the driver does not report this.
157 wpa_printf(MSG_DEBUG, "nl80211: Scan timeout - try to abort it"); in wpa_driver_nl80211_scan_timeout()
167 wpa_printf(MSG_DEBUG, "nl80211: Failed to abort scan"); in wpa_driver_nl80211_scan_timeout()
175 wpa_printf(MSG_DEBUG, "nl80211: Try to get scan results"); in wpa_driver_nl80211_scan_timeout()
[all …]
/third_party/elfutils/tests/
Drun-debuginfod-archive-rename.sh43 ps -q $PID1 -e -L -o '%p %c %a' | grep scan
46 # wait till the initial scan is done before triggering a new one
47 # and before dropping new file into the scan dirs
61 wait_ready $PORT1 'thread_work_pending{role="scan"}' 0
62 wait_ready $PORT1 'thread_busy{role="scan"}' 0
77 kill -USR1 $PID1 # scan cycle
79 wait_ready $PORT1 'thread_work_pending{role="scan"}' 0
80 wait_ready $PORT1 'thread_busy{role="scan"}' 0
82 kill -USR1 $PID1 # scan cycle
84 wait_ready $PORT1 'thread_work_pending{role="scan"}' 0
[all …]
/third_party/littlefs/
DOAT.xml29 …ilteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
30 … type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
34 …ilteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
35 … type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
39 …ilteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
40 … type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
44 …ilteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
45 … type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
49 …ilteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
50 … type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
[all …]
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/
Dpreprocessor3.c2 * Each iteration of the scanning of "SCAN()" re-evaluates the recursive
14 #define SCAN(x) x macro
17 SCAN( A() ) // A ( )
18 SCAN(SCAN( A() )) // B ( )
19 SCAN(SCAN(SCAN( A() ))) // A ( )
/third_party/NuttX/
DOAT.xml37 …ilteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
38 … type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
42 …ilteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
43 … type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
47 …ilteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
48 … type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
52 …ilteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
53 … type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
57 …ilteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
58 … type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
[all …]
/third_party/FatFs/
DOAT.xml32 …ilteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
33 … type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
37 …ilteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
38 … type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
42 …ilteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
43 … type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
47 …ilteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
48 … type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
52 …ilteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
53 … type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
[all …]
/third_party/mksh/
DOAT.xml34 …ilteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
35 … type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
39 …ilteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
40 … type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
44 …ilteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
45 … type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
49 …ilteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
50 … type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
54 …ilteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
55 … type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
[all …]
/third_party/toybox/
DOAT.xml33 …ilteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
34 … type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
38 …ilteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
39 … type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
43 …ilteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
44 … type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
48 …ilteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
49 … type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
53 …ilteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
54 … type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
[all …]
/third_party/mindspore/
DOAT.xml42 …ilteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
43 … type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
47 …ilteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
48 … type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
52 …ilteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
53 … type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
57 …ilteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
58 … type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
62 …ilteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
63 … type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
[all …]
/third_party/FreeBSD/
DOAT.xml41 …ilteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
42 … type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
46 …ilteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
47 … type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
51 …ilteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
52 … type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
56 …ilteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
57 … type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
61 …ilteritem type="filename" name="*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
62 … type="filepath" name="abcdefg/.*.uvwxyz" desc="Describe the reason for filtering scan results"/-->
[all …]
/third_party/flutter/flutter/examples/flutter_gallery/lib/gallery/
Dsyntax_highlighter.dart121 _scanner.scan(RegExp(r'\s+'));
124 if (_scanner.scan(RegExp(r'/\*(.|\n)*\*/'))) {
134 if (_scanner.scan('//')) {
139 if (_scanner.scan(RegExp(r'.*\n'))) {
159 if (_scanner.scan(RegExp(r'r".*"'))) {
169 if (_scanner.scan(RegExp(r"r'.*'"))) {
179 if (_scanner.scan(RegExp(r'"""(?:[^"\\]|\\(.|\n))*"""'))) {
189 if (_scanner.scan(RegExp(r"'''(?:[^'\\]|\\(.|\n))*'''"))) {
199 if (_scanner.scan(RegExp(r'"(?:[^"\\]|\\.)*"'))) {
209 if (_scanner.scan(RegExp(r"'(?:[^'\\]|\\.)*'"))) {
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoads.h60 /// quick local scan of the basic block containing ScanFrom, to determine if
84 /// quick local scan of the basic block containing ScanFrom, to determine if
91 /// The default number of maximum instructions to scan in the block, used by
95 /// Scan backwards to see if we have the value of the given load available
98 /// You can use this function to scan across multiple blocks: after you call
108 /// \param ScanBB The basic block to scan.
111 /// \param MaxInstsToScan The maximum number of instructions to scan. If this
113 /// \param AA Optional pointer to alias analysis, to make the scan more
127 /// Scan backwards to see if we have the value of the given pointer available
130 /// You can use this function to scan across multiple blocks: after you call
[all …]
/third_party/typescript/
DOAT.xml81 …eritem type="filepath" name="scripts/.*.js" desc="Describe the reason for filtering scan results"/>
82 … type="filepath" name="scripts/build/.*.js" desc="Describe the reason for filtering scan results"/>
83 …eritem type="filepath" name=".dockerignore" desc="Describe the reason for filtering scan results"/>
84 …<filteritem type="filepath" name=".mailmap" desc="Describe the reason for filtering scan results"/>
85 …ilteritem type="filepath" name=".npmignore" desc="Describe the reason for filtering scan results"/>
86 … <filteritem type="filepath" name=".yarnrc" desc="Describe the reason for filtering scan results"/>
87 …ype="filepath" name="scripts/VSDevMode.ps1" desc="Describe the reason for filtering scan results"/>
88 …ilteritem type="filepath" name="Dockerfile" desc="Describe the reason for filtering scan results"/>
89 … <filteritem type="filepath" name="bin/tsc" desc="Describe the reason for filtering scan results"/>
90 …teritem type="filepath" name="bin/tsserver" desc="Describe the reason for filtering scan results"/>
[all …]

12345678910>>...86