Home
last modified time | relevance | path

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

12345678910>>...144

/external/e2fsprogs/lib/ext2fs/
Dinode.c35 #define SCAN_BLOCK_STATUS(scan) ((scan)->temp_buffer + (scan)->inode_size) argument
53 ext2_inode_scan scan,
142 ext2_inode_scan scan; in ext2fs_open_inode_scan() local
167 retval = ext2fs_get_mem(sizeof(struct ext2_struct_inode_scan), &scan); in ext2fs_open_inode_scan()
170 memset(scan, 0, sizeof(struct ext2_struct_inode_scan)); in ext2fs_open_inode_scan()
172 scan->magic = EXT2_ET_MAGIC_INODE_SCAN; in ext2fs_open_inode_scan()
173 scan->fs = fs; in ext2fs_open_inode_scan()
174 scan->inode_size = EXT2_INODE_SIZE(fs->super); in ext2fs_open_inode_scan()
175 scan->bytes_left = 0; in ext2fs_open_inode_scan()
176 scan->current_group = 0; in ext2fs_open_inode_scan()
[all …]
/external/llvm-project/clang/test/OpenMP/
Dscan_messages.cpp10 #pragma omp scan // expected-error {{exactly one of 'inclusive' or 'exclusive' clauses is expected}} in tmain()
15 #pragma omp scan allocate(argc) // expected-error {{unexpected OpenMP clause 'allocate' in directi… in tmain()
16 #pragma omp scan untied // expected-error {{unexpected OpenMP clause 'untied' in directive '#pragm… in tmain()
17 #pragma omp scan unknown // expected-warning {{extra tokens at the end of '#pragma omp scan' are ig… in tmain()
22 …ragma omp scan inclusive(argc) // expected-error {{'#pragma omp scan' cannot be an immediate subst… in tmain()
24 #pragma omp scan inclusive(argc) // expected-error {{orphaned 'omp scan' directives are prohibited;… in tmain()
29 …ragma omp scan inclusive(argc) // expected-error {{'#pragma omp scan' cannot be an immediate subst… in tmain()
31 #pragma omp scan inclusive(argc) // expected-error {{orphaned 'omp scan' directives are prohibited;… in tmain()
36 …ragma omp scan inclusive(argc) // expected-error {{'#pragma omp scan' cannot be an immediate subst… in tmain()
39 …st appear as a list item in an 'inclusive' or 'exclusive' clause on an inner 'omp scan' directive}} in tmain()
[all …]
/external/python/google-api-python-client/docs/dyn/
Dwebsecurityscanner_v1beta.projects.scanConfigs.html110 The parent resource name where the scan is created, which should be a
115 { # A ScanConfig resource contains the configurations to launch a scan.
125 "schedule": { # Scan schedule configuration. # The schedule of the ScanConfig.
128 # to current server time, which means the scan will be scheduled to start
133 "riskLevel": "A String", # The risk level selected for the scan
134 …"exportToSecurityCommandCenter": "A String", # Controls export of scan configurations and results …
136 "targetPlatforms": [ # Set of Cloud Platforms targeted by the scan. If empty, APP_ENGINE will be
144 …"authentication": { # Scan authentication configuration. # The authentication configuration. If sp…
170 …"latestRun": { # A ScanRun is a output-only resource representing an actual run of the scan. # Lat…
173 # A list of warnings, if such are encountered during this scan run.
[all …]
Dcontaineranalysis_v1beta1.projects.scanConfigs.html79 <p class="firstline">Gets the specified scan configuration.</p>
82 <p class="firstline">Lists scan configurations for the specified project.</p>
88 <p class="firstline">Updates the specified scan configuration.</p>
92 <pre>Gets the specified scan configuration.
95 name: string, The name of the scan configuration in the form of
105 { # A scan configuration specifies whether Cloud components in a project have a
108 "updateTime": "A String", # Output only. The time this scan config was last updated.
109 …"description": "A String", # Output only. A human-readable description of what the scan configurat…
111 "enabled": True or False, # Whether the scan is enabled.
112 "createTime": "A String", # Output only. The time this scan config was created.
[all …]
Dwebsecurityscanner_v1beta.projects.scanConfigs.scanRuns.html122 { # A ScanRun is a output-only resource representing an actual run of the scan.
125 # A list of warnings, if such are encountered during this scan run.
140 # The number of URLs tested during this ScanRun. If the scan is in progress,
146 # If the scan is in queue, the value is 0.
147 # If the scan is running, the value ranges from 0 to 100.
148 # If the scan is finished, the value is 100.
151 # scan's termination and more details, if such are available.
154 # If the scan encounters TOO_MANY_HTTP_ERRORS, this field indicates the most
156 # 404, the scan has encountered too many NOT_FOUND responses.
160 # If the scan encounters SCAN_CONFIG_ISSUE error, this field has the error
[all …]
Dwebsecurityscanner_v1alpha.projects.scanConfigs.html110 The parent resource name where the scan is created, which should be a
115 { # A ScanConfig resource contains the configurations to launch a scan.
117 "targetPlatforms": [ # Set of Cloud Platforms targeted by the scan. If empty, APP_ENGINE will be
126 "schedule": { # Scan schedule configuration. # The schedule of the ScanConfig.
129 # to current server time, which means the scan will be scheduled to start
142 …"authentication": { # Scan authentication configuration. # The authentication configuration. If sp…
168 …"latestRun": { # A ScanRun is a output-only resource representing an actual run of the scan. # Lat…
176 # The number of URLs tested during this ScanRun. If the scan is in progress,
182 # If the scan is in queue, the value is 0.
183 # If the scan is running, the value ranges from 0 to 100.
[all …]
Dcontaineranalysis_v1alpha1.projects.scanConfigs.html79 <p class="firstline">Gets a specific scan configuration for a project.</p>
82 <p class="firstline">Lists scan configurations for a project.</p>
88 <p class="firstline">Updates the scan configuration to a new value.</p>
92 <pre>Gets a specific scan configuration for a project.
106 "updateTime": "A String", # Output only. The time this scan config was last updated.
108 "enabled": True or False, # Indicates whether the Scan is enabled.
109 "createTime": "A String", # Output only. The time this scan config was created.
117 <pre>Lists scan configurations for a project.
132 { # A list of scan configs for the project.
133 "nextPageToken": "A String", # A page token to pass in order to get more scan configs.
[all …]
/external/llvm-project/clang/www/analyzer/
Dscan-build.html5 <title>scan-build: running the analyzer from the command line</title>
16 <h1>scan-build: running the analyzer from the command line</h1>
22 <p><b>scan-build</b> is a command line utility that enables a user to run the
34 <p><b>scan-build</b> has little or no knowledge about how you build your code.
43 the best use of <b>scan-build</b>, which includes getting it to work when the
48 <img src="images/scan_build_cmd.png" width="450px" alt="scan-build"><br>
61 <li><a href="#scanbuild_output">Output of scan-build</a></li>
67 <li><a href="#recommended_verbose">Use Verbose Output when Debugging scan-build</a></li>
68 <li><a href="#recommended_autoconf">Run './configure' through scan-build</a></li>
76 <p>The <tt>scan-build</tt> command can be used to analyze an entire project by
[all …]
Dinstallation.html20 href="/scan-build.html">instructions</a> on using <tt>scan-build</tt> to
60 <li><b>scan-build</b>: <tt>scan-build</tt> is the high-level command line utility for running the a…
61 <li><b>scan-view</b>: <tt>scan-view</tt> a companion comannd line
62 utility to <tt>scan-build</tt>, <tt>scan-view</tt> is used to view
63 analysis results generated by <tt>scan-build</tt>. There is an option
64 that one can pass to <tt>scan-build</tt> to cause <tt>scan-view</tt> to
68 <h4>Running scan-build</h4>
70 <p>For specific details on using <tt>scan-build</tt>, please see
71 <tt>scan-build</tt>'s <a href="/scan-build">documentation</a>.</p>
73 <p>To run <tt>scan-build</tt>, either add the
[all …]
/external/clang/www/analyzer/
Dscan-build.html5 <title>scan-build: running the analyzer from the command line</title>
16 <h1>scan-build: running the analyzer from the command line</h1>
22 <p><b>scan-build</b> is a command line utility that enables a user to run the
34 <p><b>scan-build</b> has little or no knowledge about how you build your code.
43 the best use of <b>scan-build</b>, which includes getting it to work when the
48 <img src="images/scan_build_cmd.png" width="450px" alt="scan-build"><br>
61 <li><a href="#scanbuild_output">Output of scan-build</a></li>
67 <li><a href="#recommended_verbose">Use Verbose Output when Debugging scan-build</a></li>
68 <li><a href="#recommended_autoconf">Run './configure' through scan-build</a></li>
76 <p>The <tt>scan-build</tt> command can be used to analyze an entire project by
[all …]
Dinstallation.html20 href="/scan-build.html">instructions</a> on using <tt>scan-build</tt> to
60 <li><b>scan-build</b>: <tt>scan-build</tt> is the high-level command line utility for running the a…
61 <li><b>scan-view</b>: <tt>scan-view</tt> a companion comannd line
62 utility to <tt>scan-build</tt>, <tt>scan-view</tt> is used to view
63 analysis results generated by <tt>scan-build</tt>. There is an option
64 that one can pass to <tt>scan-build</tt> to cause <tt>scan-view</tt> to
68 <h4>Running scan-build</h4>
70 <p>For specific details on using <tt>scan-build</tt>, please see
71 <tt>scan-build</tt>'s <a href="/scan-build">documentation</a>.</p>
73 <p>To run <tt>scan-build</tt>, either add the
[all …]
/external/llvm-project/clang/tools/scan-build/
DCMakeLists.txt1 option(CLANG_INSTALL_SCANBUILD "Install the scan-build tool" ON)
7 scan-build
8 scan-build.bat
18 scan-build
32 scan-build.1)
51 COMPONENT scan-build)
65 COMPONENT scan-build)
79 COMPONENT scan-build)
83 add_custom_command(OUTPUT ${CMAKE_BINARY_DIR}/share/scan-build/${ShareFile}
85 ${CMAKE_BINARY_DIR}/share/scan-build
[all …]
/external/llvm-project/clang/tools/scan-view/
DCMakeLists.txt1 option(CLANG_INSTALL_SCANVIEW "Install the scan-view tool" ON)
4 scan-view)
26 COMPONENT scan-view)
30 add_custom_command(OUTPUT ${CMAKE_BINARY_DIR}/share/scan-view/${ShareFile}
32 ${CMAKE_BINARY_DIR}/share/scan-view
35 ${CMAKE_BINARY_DIR}/share/scan-view/
37 list(APPEND Depends ${CMAKE_BINARY_DIR}/share/scan-view/${ShareFile})
39 DESTINATION share/scan-view
40 COMPONENT scan-view)
43 add_custom_target(scan-view ALL DEPENDS ${Depends})
[all …]
/external/libpcap/
D.travis-coverity-scan-build.sh6 …CT_NAME and COVERITY_SCAN_TOKEN are available on Project Settings page on scan.coverity.com\033[0m"
15 TOOL_URL=https://scan.coverity.com/download/cxx/${PLATFORM}
16 TOOL_BASE=/tmp/coverity-scan-analysis
17 UPLOAD_URL="https://scan.coverity.com/builds"
18 SCAN_URL="https://scan.coverity.com"
20 # Verify Coverity Scan run condition
39 echo -e "\033[33;1mCoverity Scan configured to run on branch ${TRAVIS_BRANCH}\033[0m"
41 echo -e "\033[33;1mCoverity Scan NOT configured to run on branch ${TRAVIS_BRANCH}\033[0m"
48 …echo -e "\033[33;1mCoverity Scan API access denied. Check COVERITY_SCAN_PROJECT_NAME and COVERITY_…
53 echo -e "\033[33;1mCoverity Scan analysis authorized per quota.\033[0m"
[all …]
/external/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 …]
/external/wpa_supplicant_8/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"
166 "end of scan list - go back to beginning"); in wpa_supplicant_assoc_try()
205 "Failed to assign random MAC address for a scan"); in wpas_trigger_scan_cb()
216 "Request driver to clear scan cache due to local BSS flush"); in wpas_trigger_scan_cb()
221 * Store the obtained vendor scan cookie (if any) in wpa_s context. in wpas_trigger_scan_cb()
222 * The current design is to allow only one scan request on each in wpas_trigger_scan_cb()
223 * interface, hence having this scan cookie stored in wpa_s context is in wpas_trigger_scan_cb()
226 * Revisit this logic if concurrent scan operations per interface in wpas_trigger_scan_cb()
254 /* Restore scan_req since we will try to scan again */ in wpas_trigger_scan_cb()
278 * wpa_supplicant_trigger_scan - Request driver to start a scan
[all …]
/external/fmtlib/test/
Dscan-test.cc8 #include "scan.h"
19 auto end = fmt::scan(s, "foo"); in TEST()
21 EXPECT_THROW_MSG(fmt::scan("fob", "foo"), fmt::format_error, "invalid input"); in TEST()
26 fmt::scan("42", "{}", n); in TEST()
28 fmt::scan("-42", "{}", n); in TEST()
34 fmt::scan("42", "{}", n); in TEST()
36 fmt::scan("-42", "{}", n); in TEST()
42 fmt::scan("42", "{}", n); in TEST()
44 EXPECT_THROW_MSG(fmt::scan("-42", "{}", n), fmt::format_error, in TEST()
50 fmt::scan("42", "{}", n); in TEST()
[all …]
/external/bsdiff/
Dbsdiff.cc67 size_t scsc, scan; in bsdiff() local
98 scan=0;len=0; in bsdiff()
100 while(scan<newsize) { in bsdiff()
110 for(scsc=scan+=len;scan<newsize;scan++) { in bsdiff()
115 sai->SearchPrefix(new_buf + scan, newsize - scan, &len, &pos); in bsdiff()
117 for(;scsc<scan+len && scsc+lastoffset<oldsize;scsc++) in bsdiff()
124 if((scan+lastoffset<oldsize) && in bsdiff()
125 (old_buf[scan+lastoffset] == new_buf[scan])) in bsdiff()
140 if((len!=oldscore) || (scan==newsize)) { in bsdiff()
142 for(i=0;(lastscan+i<scan)&&(lastpos+i<oldsize);) { in bsdiff()
[all …]
/external/clang/test/Index/
DTestClassDecl.m2 // RUN: c-index-test -test-file-scan %t.ast %s | FileCheck -check-prefix=CHECK-scan %s
18 // CHECK-scan: [1:1 - 8:1] Invalid Cursor => NoDeclFound
19 // CHECK-scan: [8:1 - 8:8] ObjCInterfaceDecl=Foo:8:8
20 // CHECK-scan: [8:8 - 8:11] ObjCClassRef=Foo:10:12
21 // CHECK-scan: [8:11 - 10:1] Invalid Cursor => NoDeclFound
22 // CHECK-scan: [10:1 - 11:5] ObjCInterfaceDecl=Foo:10:12
23 // CHECK-scan: [11:5 - 13:1] Invalid Cursor => NoDeclFound
24 // CHECK-scan: [13:1 - 13:15] FunctionDecl=function:13:6 (Definition)
25 // CHECK-scan: [13:15 - 13:18] ObjCClassRef=Foo:10:12
26 // CHECK-scan: [13:18 - 13:24] ParmDecl=arg:13:21 (Definition)
[all …]
/external/llvm-project/clang/test/Index/
DTestClassDecl.m2 // RUN: c-index-test -test-file-scan %t.ast %s | FileCheck -check-prefix=CHECK-scan %s
18 // CHECK-scan: [1:1 - 8:1] Invalid Cursor => NoDeclFound
19 // CHECK-scan: [8:1 - 8:8] ObjCInterfaceDecl=Foo:8:8
20 // CHECK-scan: [8:8 - 8:11] ObjCClassRef=Foo:10:12
21 // CHECK-scan: [8:11 - 10:1] Invalid Cursor => NoDeclFound
22 // CHECK-scan: [10:1 - 11:5] ObjCInterfaceDecl=Foo:10:12
23 // CHECK-scan: [11:5 - 13:1] Invalid Cursor => NoDeclFound
24 // CHECK-scan: [13:1 - 13:15] FunctionDecl=function:13:6 (Definition)
25 // CHECK-scan: [13:15 - 13:18] ObjCClassRef=Foo:10:12
26 // CHECK-scan: [13:18 - 13:24] ParmDecl=arg:13:21 (Definition)
[all …]
/external/clang/tools/scan-build/
DCMakeLists.txt1 option(CLANG_INSTALL_SCANBUILD "Install the scan-build tool" ON)
7 scan-build.bat)
13 scan-build)
24 scan-build.1)
69 add_custom_command(OUTPUT ${CMAKE_BINARY_DIR}/share/scan-build/${ShareFile}
71 ${CMAKE_BINARY_DIR}/share/scan-build
73 ${CMAKE_CURRENT_SOURCE_DIR}/share/scan-build/${ShareFile}
74 ${CMAKE_BINARY_DIR}/share/scan-build/
75 DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/share/scan-build/${ShareFile})
76 list(APPEND Depends ${CMAKE_BINARY_DIR}/share/scan-build/${ShareFile})
[all …]
/external/libaom/libaom/aom_dsp/
Dquantize.c21 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in aom_quantize_b_adaptive_helper_c() argument
36 // Pre-scan pass in aom_quantize_b_adaptive_helper_c()
38 const int rc = scan[i]; in aom_quantize_b_adaptive_helper_c()
55 const int rc = scan[i]; in aom_quantize_b_adaptive_helper_c()
88 const int rc = scan[eob]; in aom_quantize_b_adaptive_helper_c()
113 const int16_t *scan, const int16_t *iscan, in aom_quantize_b_helper_c() argument
125 // Pre-scan pass in aom_quantize_b_helper_c()
127 const int rc = scan[i]; in aom_quantize_b_helper_c()
141 const int rc = scan[i]; in aom_quantize_b_helper_c()
176 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in aom_highbd_quantize_b_adaptive_helper_c() argument
[all …]
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/
Dscan.cpp4 #include <rxcpp/operators/rx-scan.hpp>
6 SCENARIO("scan: issue 41", "[scan][operators][issue][!hide]"){
7 GIVEN("map of scan of interval"){
14 .scan(0, [] (int a, int i) { return a + i; }) in __anonde9ebd360102()
22 SCENARIO("scan: seed, never", "[scan][operators]"){
39 | rxo::scan(seed, [](int sum, int x) { in __anonde9ebd360402()
64 SCENARIO("scan: seed, empty", "[scan][operators]"){
82 .scan(seed, [](int sum, int x) { in __anonde9ebd360602()
109 SCENARIO("scan: seed, return", "[scan][operators]"){
128 .scan(seed, [](int sum, int x) { in __anonde9ebd360802()
[all …]
/external/wpa_supplicant_8/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 …]

12345678910>>...144