| /external/e2fsprogs/lib/ext2fs/ |
| D | inode.c | 2 * inode.c --- utility routines to read and write inodes 6 * %Begin-Header% 9 * %End-Header% 35 #define SCAN_BLOCK_STATUS(scan) ((scan)->temp_buffer + (scan)->inode_size) argument 53 ext2_inode_scan scan, 69 if (!fs->icache) in ext2fs_flush_icache() 72 for (i=0; i < fs->icache->cache_size; i++) in ext2fs_flush_icache() 73 fs->icache->cache[i].ino = 0; in ext2fs_flush_icache() 75 fs->icache->buffer_blk = 0; in ext2fs_flush_icache() 86 if (--icache->refcount) in ext2fs_free_inode_cache() [all …]
|
| /external/clang/www/analyzer/ |
| D | scan-build.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 5 <title>scan-build: running the analyzer from the command line</title> 13 <!--#include virtual="menu.html.incl"--> 16 <h1>scan-build: running the analyzer from the command line</h1> 18 <table style="margin-top:0px" width="100%" cellpadding="0px" cellspacing="0"> 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 47 <td style="padding-left:10px; text-align:center"> 48 <img src="images/scan_build_cmd.png" width="450px" alt="scan-build"><br> [all …]
|
| D | installation.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 13 <!--#include virtual="menu.html.incl"--> 20 href="/scan-build.html">instructions</a> on using <tt>scan-build</tt> to 25 <p>Semi-regular pre-built binaries of the analyzer are available on Mac 35 <!--#include virtual="latest_checker.html.incl"--> 42 href="http://lists.llvm.org/mailman/listinfo/cfe-dev">Clang 48 archive has the name <b><tt>checker-XXX.tar.bz2</tt></b> then the 49 archive will expand to a directory called <b><tt>checker-XXX</tt></b>. 54 <p>Most of the files in the <b><tt>checker-XXX</tt></b> directory will 57 the <b><tt>checker-XXX</tt></b> directory:</p> [all …]
|
| /external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci/ |
| D | low_energy_scanner.h | 7 // https://www.apache.org/licenses/LICENSE-2.0 17 #include "pw_bluetooth_sapphire/internal/host/hci-spec/constants.h" 18 #include "pw_bluetooth_sapphire/internal/host/hci-spec/defaults.h" 45 // LowEnergyScanner manages Low Energy scan procedures that are used during 51 // per-transport basis as multiple instances cannot accurately reflect the state 52 // of the controller while allowing simultaneous scan operations. 55 // Value that can be passed to StartScan() to scan indefinitely. 60 // No scan is currently being performed. 63 // A previously running scan is being stopped. 66 // A scan is being initiated. [all …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | websecurityscanner_v1beta.projects.scanConfigs.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| D | containeranalysis_v1beta1.projects.scanConfigs.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| D | websecurityscanner_v1.projects.scanConfigs.scanRuns.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| D | websecurityscanner_v1beta.projects.scanConfigs.scanRuns.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| /external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/utility/impl/ |
| D | escape_char.ipp | 2 Copyright (c) 2001-2003 Daniel Nuffer 3 Copyright (c) 2002-2003 Hartmut Kaiser 45 parse(ScannerT const& scan, ParserT const &p) 52 if (scan.first != scan.last) { 54 iterator_t save = scan.first; 55 if (result_t hit = p.subject().parse(scan)) { 59 scan.first = save; 60 if (*scan.first == '\\') { 62 ++scan.first; 63 switch (*scan.first) { [all …]
|
| /external/libjpeg-turbo/ |
| D | wizard.txt | 16 ----------------------------- 20 the -quality setting. The details of the scaling algorithm can be found in 22 can get scaled up to values exceeding 255. Although 2-byte quantization 25 wide compatibility of low-quality files, you can constrain the scaled 26 quantization values to no more than 255 by giving the -baseline switch. 27 Note that use of -baseline will result in poorer quality for the same file 31 -qtables switch: 33 -qtables file Use the quantization tables given in the named file. 47 # Recommendation ITU-T T.81 (1992) | ISO/IEC 10918-1:1994. 69 If the -qtables switch is used without -quality, then the specified tables [all …]
|
| /external/rust/crates/libz-sys/src/zlib-ng/ |
| D | deflate_rle.c | 1 /* deflate_rle.c -- compress data using RLE strategy of deflation algorithm 3 * Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler 20 unsigned char *scan, *strend; /* scan goes up to strend for length of run */ in deflate_rle() local 28 if (s->lookahead <= STD_MAX_MATCH) { in deflate_rle() 30 if (s->lookahead <= STD_MAX_MATCH && flush == Z_NO_FLUSH) in deflate_rle() 32 if (s->lookahead == 0) in deflate_rle() 37 if (s->lookahead >= STD_MIN_MATCH && s->strstart > 0) { in deflate_rle() 38 scan = s->window + s->strstart - 1; in deflate_rle() 39 prev = *scan; in deflate_rle() 40 if (prev == *++scan && prev == *++scan && prev == *++scan) { in deflate_rle() [all …]
|
| /external/fmtlib/test/ |
| D | scan-test.cc | 1 // Formatting library for C++ - scanning API test 3 // Copyright (c) 2019 - present, Victor Zverovich 8 #include "scan.h" 17 #include "gtest-extra.h" 21 auto end = fmt::scan(s, "foo"); in TEST() 23 EXPECT_THROW_MSG(fmt::scan("fob", "foo"), fmt::format_error, "invalid input"); in TEST() 28 fmt::scan("42", "{}", n); in TEST() 30 fmt::scan("-42", "{}", n); in TEST() 31 EXPECT_EQ(n, -42); in TEST() 32 fmt::scan("42", "{:}", n); in TEST() [all …]
|
| /external/wpa_supplicant_8/wpa_supplicant/ |
| D | bgscan_simple.c | 2 * WPA Supplicant - background scan and roaming module: simple 3 * Copyright (c) 2009-2010, Jouni Malinen <j@w1.fi> 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 */ 36 struct wpa_supplicant *wpa_s = data->wpa_s; in bgscan_simple_timeout() 41 params.ssids[0].ssid = data->ssid->ssid; in bgscan_simple_timeout() 42 params.ssids[0].ssid_len = data->ssid->ssid_len; in bgscan_simple_timeout() 43 params.freqs = data->ssid->scan_freq; in bgscan_simple_timeout() 51 wpa_printf(MSG_DEBUG, "bgscan simple: Request a background scan"); in bgscan_simple_timeout() [all …]
|
| D | scan.c | 2 * WPA Supplicant - Scanning 3 * Copyright (c) 2003-2019, Jouni Malinen <j@w1.fi> 24 #include "scan.h" 39 if (wpa_s->current_ssid == NULL) { in wpa_supplicant_gen_assoc_event() 40 wpa_s->current_ssid = ssid; in wpa_supplicant_gen_assoc_event() 45 "network - generating associated event"); in wpa_supplicant_gen_assoc_event() 58 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) { in wpas_wps_in_use() 59 if (!(ssid->key_mgmt & WPA_KEY_MGMT_WPS)) in wpas_wps_in_use() 64 if (ssid->eap.phase1 && os_strstr(ssid->eap.phase1, "pbc=1")) in wpas_wps_in_use() 69 if (!wpa_s->global->p2p_disabled && wpa_s->global->p2p && in wpas_wps_in_use() [all …]
|
| /external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/core/primitives/impl/ |
| D | numerics.ipp | 2 Copyright (c) 1998-2003 Joel de Guzman 3 Copyright (c) 2001-2003 Hartmut Kaiser 26 // Extract the prefix sign (- or +) 31 extract_sign(ScannerT const& scan, std::size_t& count) 35 bool neg = *scan == '-'; 36 if (neg || (*scan == '+')) 38 ++scan; 67 val = ch - '0'; 79 val = ch - '0'; 91 val = ch - '0'; [all …]
|
| /external/libpcap/ |
| D | .ci-coverity-scan-build.sh | 3 set -e 6 …CT_NAME and COVERITY_SCAN_TOKEN are available on Project Settings page on scan.coverity.com\033[0m… 7 [ -z "$COVERITY_SCAN_PROJECT_NAME" ] && echo "ERROR: COVERITY_SCAN_PROJECT_NAME must be set" && exi… 8 #[ -z "$COVERITY_SCAN_NOTIFICATION_EMAIL" ] && echo "ERROR: COVERITY_SCAN_NOTIFICATION_EMAIL must b… 9 [ -z "$COVERITY_SCAN_BUILD_COMMAND" ] && echo "ERROR: COVERITY_SCAN_BUILD_COMMAND must be set" && e… 10 [ -z "$COVERITY_SCAN_TOKEN" ] && echo "ERROR: COVERITY_SCAN_TOKEN must be set" && exit 1 13 TOOL_ARCHIVE=/tmp/cov-analysis-${PLATFORM}.tgz 14 TOOL_URL=https://scan.coverity.com/download/cxx/${PLATFORM} 15 TOOL_BASE=/tmp/coverity-scan-analysis 16 UPLOAD_URL="https://scan.coverity.com/builds" [all …]
|
| /external/tcpdump/ |
| D | .ci-coverity-scan-build.sh | 3 set -e 6 …CT_NAME and COVERITY_SCAN_TOKEN are available on Project Settings page on scan.coverity.com\033[0m… 7 [ -z "$COVERITY_SCAN_PROJECT_NAME" ] && echo "ERROR: COVERITY_SCAN_PROJECT_NAME must be set" && exi… 8 #[ -z "$COVERITY_SCAN_NOTIFICATION_EMAIL" ] && echo "ERROR: COVERITY_SCAN_NOTIFICATION_EMAIL must b… 9 [ -z "$COVERITY_SCAN_BUILD_COMMAND" ] && echo "ERROR: COVERITY_SCAN_BUILD_COMMAND must be set" && e… 10 [ -z "$COVERITY_SCAN_TOKEN" ] && echo "ERROR: COVERITY_SCAN_TOKEN must be set" && exit 1 13 TOOL_ARCHIVE=/tmp/cov-analysis-${PLATFORM}.tgz 14 TOOL_URL=https://scan.coverity.com/download/cxx/${PLATFORM} 15 TOOL_BASE=/tmp/coverity-scan-analysis 16 UPLOAD_URL="https://scan.coverity.com/builds" [all …]
|
| /external/libbpf/scripts/ |
| D | coverity.sh | 2 # Taken from: https://scan.coverity.com/scripts/travisci_build_coverity_scan.sh 5 set -e 8 echo -e "\033[33;1mNote: COVERITY_SCAN_PROJECT_NAME and COVERITY_SCAN_TOKEN are available on Projec… 9 [ -z "$COVERITY_SCAN_PROJECT_NAME" ] && echo "ERROR: COVERITY_SCAN_PROJECT_NAME must be set" && exi… 10 [ -z "$COVERITY_SCAN_NOTIFICATION_EMAIL" ] && echo "ERROR: COVERITY_SCAN_NOTIFICATION_EMAIL must be… 11 [ -z "$COVERITY_SCAN_BRANCH_PATTERN" ] && echo "ERROR: COVERITY_SCAN_BRANCH_PATTERN must be set" &&… 12 [ -z "$COVERITY_SCAN_BUILD_COMMAND" ] && echo "ERROR: COVERITY_SCAN_BUILD_COMMAND must be set" && e… 13 [ -z "$COVERITY_SCAN_TOKEN" ] && echo "ERROR: COVERITY_SCAN_TOKEN must be set" && exit 1 18 TOOL_ARCHIVE=/var//tmp/cov-analysis-${PLATFORM}.tgz 19 TOOL_URL=https://scan.coverity.com/download/${PLATFORM} [all …]
|
| /external/bsdiff/ |
| D | bsdiff.cc | 1 /*- 2 * Copyright 2003-2005 Colin Percival 67 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() [all …]
|
| /external/zxing/zxing.appspot.com/src/main/webapp/ |
| D | app.yaml | 6 - url: /generator 10 - url: /generator/ 14 - url: /scan 15 static_files: scan.html 16 upload: scan.html 18 - url: /scan/ 19 static_files: scan.html 20 upload: scan.html 22 - url: / 26 - url: /favicon.ico [all …]
|
| /external/clang/test/Index/ |
| D | TestClassDecl.m | 1 // RUN: c-index-test -write-pch %t.ast -fobjc-nonfragile-abi -fblocks -x objective-c %s 2 // RUN: c-index-test -test-file-scan %t.ast %s | FileCheck -check-prefix=CHECK-scan %s 3 // RUN: c-index-test -test-load-tu %t.ast local | FileCheck -check-prefix=CHECK-load %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) [all …]
|
| /external/clang/tools/scan-build/ |
| D | CMakeLists.txt | 1 option(CLANG_INSTALL_SCANBUILD "Install the scan-build tool" ON) 7 scan-build.bat) 9 ccc-analyzer.bat 10 c++-analyzer.bat) 13 scan-build) 15 ccc-analyzer 16 c++-analyzer) 19 set-xcode-analyzer) 24 scan-build.1) 34 COMMAND ${CMAKE_COMMAND} -E make_directory [all …]
|
| /external/pigweed/pw_bluetooth/public/pw_bluetooth/low_energy/ |
| D | central.h | 7 // https://www.apache.org/licenses/LICENSE-2.0 30 /// Represents the LE central role. Used to scan and connect to peripherals. 33 /// Represents an ongoing LE scan. 36 /// Possible errors that can cause a scan to stop prematurely. 41 /// Set a callback that will be called if the scan is stopped due to an 46 /// Stop the current scan. This method is called by the ~ScanHandle::Ptr() 56 /// Filter parameters for use during a scan. A discovered peer only matches 69 /// https://www.bluetooth.com/specifications/assigned-numbers/company-identifiers/ 74 /// set this to true. Similarly a client can scan only for broadcasters by 91 /// obtained from advertising and scan response data during a scan [all …]
|
| /external/libaom/aom_dsp/ |
| D | quantize.c | 22 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in aom_quantize_b_adaptive_helper_c() argument 26 const int nzbins[2] = { zbins[0] * -1, zbins[1] * -1 }; in aom_quantize_b_adaptive_helper_c() 27 int i, non_zero_count = (int)n_coeffs, eob = -1; in aom_quantize_b_adaptive_helper_c() 37 // Pre-scan pass in aom_quantize_b_adaptive_helper_c() 38 for (i = (int)n_coeffs - 1; i >= 0; i--) { in aom_quantize_b_adaptive_helper_c() 39 const int rc = scan[i]; in aom_quantize_b_adaptive_helper_c() 44 coeff > (nzbins[rc != 0] * (1 << AOM_QM_BITS) - prescan_add_val)) in aom_quantize_b_adaptive_helper_c() 45 non_zero_count--; in aom_quantize_b_adaptive_helper_c() 53 int first = -1; in aom_quantize_b_adaptive_helper_c() 56 const int rc = scan[i]; in aom_quantize_b_adaptive_helper_c() [all …]
|
| /external/wpa_supplicant_8/src/drivers/ |
| D | driver_nl80211_scan.c | 2 * Driver interaction with Linux nl80211/cfg80211 - Scanning 4 * Copyright (c) 2002-2014, Jouni Malinen <j@w1.fi> 6 * Copyright (c) 2009-2010, Atheros Communications 20 #include "common/qca-vendor.h" 43 if (info->count >= MAX_NL80211_NOISE_FREQS) in get_noise_for_scan_results() 68 info->freq[info->count] = in get_noise_for_scan_results() 70 info->noise[info->count] = in get_noise_for_scan_results() 72 info->count++; in get_noise_for_scan_results() 94 struct wpa_driver_nl80211_data *drv = bss->drv; in nl80211_abort_scan() 96 wpa_printf(MSG_DEBUG, "nl80211: Abort scan"); in nl80211_abort_scan() [all …]
|