HomeSort by relevance Sort by last modified time
    Searched full:scan (Results 1 - 25 of 2771) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/tools/scan-build/
scan-build.bat 1 perl -S scan-build %*
c++-analyzer 5 # Add scan-build dir to the list of places where perl looks for modules.
  /external/qemu/pc-bios/keymaps/
de-ch 7 # Scan Code 1
12 # Scan Code 2
16 # Scan Code 3
20 # Scan Code 4
24 # Scan Code 5
28 # Scan Code 6
32 # Scan Code 7
36 # Scan Code 8
40 # Scan Code 9
44 # Scan Code 1
    [all...]
  /external/bison/src/
scan-code-c.c 3 #include "scan-code.c"
scan-gram-c.c 3 #include "scan-gram.c"
scan-skel-c.c 3 #include "scan-skel.c"
  /external/e2fsprogs/lib/ext2fs/
inode.c 48 ext2_inode_scan scan,
109 ext2_inode_scan scan; local
134 retval = ext2fs_get_mem(sizeof(struct ext2_struct_inode_scan), &scan);
137 memset(scan, 0, sizeof(struct ext2_struct_inode_scan));
139 scan->magic = EXT2_ET_MAGIC_INODE_SCAN;
140 scan->fs = fs;
141 scan->inode_size = EXT2_INODE_SIZE(fs->super);
142 scan->bytes_left = 0;
143 scan->current_group = 0;
144 scan->groups_left = fs->group_desc_count - 1
    [all...]
  /external/chromium/base/win/
i18n_unittest.cc 22 for (std::vector<std::wstring>::const_iterator scan = languages.begin(),
23 end = languages.end(); scan != end; ++scan) {
24 EXPECT_FALSE((*scan).empty());
34 for (std::vector<std::wstring>::const_iterator scan = languages.begin(),
35 end = languages.end(); scan != end; ++scan) {
36 EXPECT_FALSE((*scan).empty());
  /external/chromium_org/base/win/
i18n_unittest.cc 22 for (std::vector<std::wstring>::const_iterator scan = languages.begin(),
23 end = languages.end(); scan != end; ++scan) {
24 EXPECT_FALSE((*scan).empty());
34 for (std::vector<std::wstring>::const_iterator scan = languages.begin(),
35 end = languages.end(); scan != end; ++scan) {
36 EXPECT_FALSE((*scan).empty());
  /external/clang/test/Index/
TestClassForwardDecl.m 2 // RUN: c-index-test -test-file-scan %t.ast %s | FileCheck -check-prefix=scan %s
15 // CHECK-scan: [1:1 - 8:1] Invalid Cursor => NoDeclFound
16 // CHECK-scan: [8:1 - 8:8] ObjCInterfaceDecl=Foo:8:8
17 // CHECK-scan: [8:8 - 8:11] ObjCClassRef=Foo:8:8
18 // CHECK-scan: [8:11 - 10:1] Invalid Cursor => NoDeclFound
19 // CHECK-scan: [10:1 - 10:15] FunctionDecl=function:10:6 (Definition)
20 // CHECK-scan: [10:15 - 10:18] ObjCClassRef=Foo:8:8
21 // CHECK-scan: [10:18 - 10:24] ParmDecl=arg:10:21 (Definition)
22 // CHECK-scan: [10:24 - 11:1] FunctionDecl=function:10:6 (Definition
    [all...]
TestClassDecl.m 2 // RUN: c-index-test -test-file-scan %t.ast %s | FileCheck -check-prefix=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:1
    [all...]
  /external/zxing/qr_scanner/res/values/
strings.xml 3 <!-- Caption shown below the viewfinder rectangle, explaining how to scan a QR code [CHAR LIMIT=NONE] -->
4 <string name="msg_default_status">Place a QR code inside the viewfinder rectangle to scan it.</string>
5 <!-- Error message displayed when starting up the phone/tablet's camera to scan a QR code has failed [CHAR LIMIT=NONE] -->
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/examples/
simple.re 2 char *scan(char *p){
  /external/clang/test/CodeGenCXX/
reference-in-block-args.cpp 20 void scan() { function
28 scan();
  /external/chromium_org/chrome/installer/test/
pe_image_resources.cc 45 const IMAGE_RESOURCE_DIRECTORY_ENTRY* scan = local
49 const IMAGE_RESOURCE_DIRECTORY_ENTRY* end = scan +
52 for (; success && scan != end; ++scan) {
53 if ((scan->NameIsString != 0) !=
54 (scan - reinterpret_cast<const IMAGE_RESOURCE_DIRECTORY_ENTRY*>(
62 if (scan->NameIsString) {
64 if (!StructureAt(tree_base + scan->NameOffset,
65 tree_size - scan->NameOffset, &dir_string) ||
66 scan->NameOffset + sizeof(WORD)
    [all...]
  /external/clang/www/analyzer/
installation.html 20 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 analyzer</li>
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> t
    [all...]
scan-build.html 5 <title>scan-build: running the analyzer from the command line</title>
17 <h1>scan-build: running the analyzer from the command line</h1>
23 <p><b>scan-build</b> is a command line utility that enables a user to run the
35 <p><b>scan-build</b> has little or no knowledge about how you build your code.
44 the best use of <b>scan-build</b>, which includes getting it to work when the
49 <img src="images/scan_build_cmd.png" width="450px" alt="scan-build"><br>
62 <li><a href="#scanbuild_output">Output of scan-build</a></li>
68 <li><a href="#recommended_verbose">Use Verbose Output when Debugging scan-build</a></li>
69 <li><a href="#recommended_autoconf">Run './configure' through scan-build</a></li>
77 <p>The <tt>scan-build</tt> command can be used to analyze an entire project b
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
bgscan_simple.c 2 * 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");
53 wpa_printf(MSG_DEBUG, "bgscan simple: Failed to trigger scan");
60 * Spend at most the duration of a long scan interval
61 * scanning at the short scan interval. After that,
62 * revert to the long scan interval.
67 "off to long scan interval")
213 int scan = 0; local
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
eqp.test 43 0 1 0 {SCAN TABLE t2 (~1000000 rows)}
48 0 0 0 {SCAN TABLE t2 (~1000000 rows)}
55 0 0 0 {SCAN TABLE t1 USING COVERING INDEX i1 (~1000000 rows)}
60 0 0 0 {SCAN TABLE t1 (~1000000 rows)}
71 0 0 0 {SCAN TABLE t3 (~1000000 rows)}
79 0 0 1 {SCAN SUBQUERY 1 (~1 rows)}
80 0 1 0 {SCAN TABLE t3 (~1000000 rows)}
86 0 0 1 {SCAN SUBQUERY 1 (~2 rows)}
87 0 1 0 {SCAN TABLE t3 (~1000000 rows)}
92 3 0 0 {SCAN TABLE t3 (~1000000 rows)
    [all...]
  /external/bison/po/
POTFILES.in 15 src/scan-code.l
16 src/scan-gram.l
17 src/scan-skel.l
  /external/libvpx/libvpx/vp9/common/
vp9_scan.h 85 const int16_t **scan, const int16_t **nb) {
88 *scan = vp9_row_scan_4x4;
92 *scan = vp9_col_scan_4x4;
96 *scan = vp9_default_scan_4x4;
125 const int16_t **scan, const int16_t **nb) {
128 *scan = vp9_row_scan_8x8;
132 *scan = vp9_col_scan_8x8;
136 *scan = vp9_default_scan_8x8;
165 const int16_t **scan, const int16_t **nb) {
168 *scan = vp9_row_scan_16x16
    [all...]
  /external/llvm/test/CodeGen/Thumb2/
2011-12-16-T2SizeReduceAssert.ll 10 %Scan.0.idx7.val = load i8** undef, align 4
11 %.idx = getelementptr i8* %Scan.0.idx7.val, i32 4
18 %Scan.0.idx8.val = load %struct.LIST_NODE.0.16** undef, align 4
22 %Scan.0 = phi %struct.LIST_NODE.0.16* [ %List, %entry ], [ %Scan.0.idx8.val, %bb2 ]
23 %2 = icmp eq %struct.LIST_NODE.0.16* %Scan.0, null
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
cld_utf8utils.h 12 // Scan a UTF-8 stringpiece based on a state table.
13 // Always scan complete UTF-8 characters
  /frameworks/compile/mclinker/include/mcld/LD/
DiagReaders.inc 3 DIAG(debug_cannot_scan_eh, DiagnosticEngine::Debug, "cannot scan .eh_frame section in input %0", "cannot scan .eh_frame section in input %0.")
  /ndk/tests/build/lambda-defarg3/jni/
lambda-defarg3.C 3 // { dg-final { scan-assembler "_ZN8functionC1IZN1CIiE4testES_Ed_UliE_EET_" } }

Completed in 1530 milliseconds

1 2 3 4 5 6 7 8 91011>>