Searched
full:scan (Results
601 -
625 of
2771) sorted by null
<<21222324252627282930>>
| /external/chromium_org/chrome_frame/test/ |
| ie_configurator.cc | 285 for (RegistryDataList::const_iterator scan(data_list.begin()); 286 scan != data_list.end(); ++scan) { 287 const RegistryData& data = *scan;
|
| /external/chromium_org/chromeos/network/ |
| network_event_log.h | 100 // Chrome initiated events, e.g. connection requests, scan requests,
|
| network_state_handler.h | 184 // Requests a network scan. This may trigger updates to the network 188 // Request a scan if not scanning and run |callback| when the Scanning state 192 // Request a network scan then signal Shill to connect to the best available 356 // Callbacks to run when a scan for the technology type completes.
|
| network_util.h | 36 // Struct for passing network scan result data.
|
| /external/chromium_org/content/browser/geolocation/ |
| osx_wifi.h | 90 // Note: An adhoc network created on the computer the scan is running on will
|
| /external/chromium_org/gpu/gles2_conform_support/ |
| generate_gles2_embedded_data.py | 61 """Scan a folder and embed the contents of files."""
|
| /external/chromium_org/net/cert/ |
| pem_tokenizer.cc | 40 // Scan for the beginning of the next PEM encoded block.
|
| /external/chromium_org/sandbox/win/tools/finder/ |
| main.cc | 142 finder_obj.Scan();
|
| /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/ |
| BufferedLineReader.cpp | 77 // Scan a potential newline character.
|
| /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/ |
| PrettyPatch_test.rb | 78 assert_equal(0, pretty.scan(/INVALID\: Image lacks a checksum\./).size)
|
| /external/chromium_org/third_party/angle/src/compiler/ |
| VersionGLSL.cpp | 12 // We need to scan for the following:
|
| /external/chromium_org/third_party/leveldatabase/src/doc/ |
| log_format.txt | 58 block boundary and scan. If there is a corruption, skip to the next
|
| /external/chromium_org/third_party/leveldatabase/src/include/leveldb/ |
| cache.h | 15 // they want something more sophisticated (like scan-resistance, a
|
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
| nv50_ir_from_tgsi.cpp | 586 unsigned fileSize(unsigned file) const { return scan.file_max[file] + 1; } 589 struct tgsi_shader_info scan; member in class:tgsi::Source 647 tgsi_scan_shader(tokens, &scan); 649 insns = (struct tgsi_full_instruction *)MALLOC(scan.num_instructions * 656 samplerViewCount = scan.file_max[TGSI_FILE_SAMPLER_VIEW] + 1; 663 info->numInputs = scan.file_max[TGSI_FILE_INPUT] + 1; 664 info->numOutputs = scan.file_max[TGSI_FILE_OUTPUT] + 1; 665 info->numSysVals = scan.file_max[TGSI_FILE_SYSTEM_VALUE] + 1; 668 info->prop.fp.writesDepth = scan.writes_z; 669 info->prop.fp.usesDiscard = scan.uses_kill [all...] |
| /external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
| s_aaline.c | 397 /* scan along the line, left-to-right */ 405 /* scan across the line, bottom-to-top */ 443 /* scan along the line, bottom-to-top */ 451 /* scan across the line, left-to-right */
|
| /external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
| prdtoa.h | 49 ** the character terminating the scan is returned in the location pointed
|
| /external/chromium_org/third_party/sqlite/src/test/ |
| async4.test | 25 scan $::tcl_version %f vx
|
| badutf2.test | 23 scan $i %c c
|
| capi3e.test | 44 binary scan $str \c* vals
|
| fts3comp1.test | 50 # the table can be read back (using a full-scan query). Check that the
|
| fts3rnd.test | 259 set scan(littleEndian) i* 260 set scan(bigEndian) I* 261 binary scan $blob $scan($::tcl_platform(byteOrder)) r
|
| walcksum.test | 43 binary scan [string range $data $offset [expr $offset+7]] II expect1 expect2 88 binary scan [string range $data 8 11] I pgsz 91 binary scan [string range $data [expr $n+16] [expr $n+23]] II c1 c2 379 binary scan [read $fd 1] c x
|
| /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
| re2c.1 | 37 char *scan(char *p){ 59 char *scan(char *p){ 327 int scan(Scanner *s){ 473 while((t = scan(&in)) != EOI){
|
| /external/clang/tools/scan-view/ |
| scan-view | 59 print 'Starting scan-view at: http://%s:%d'%(options.host,
|
| /external/clang/utils/analyzer/ |
| SATestAdd.py | 15 - run_static_analyzer.cmd - a list of commands to run through scan-build.
|
Completed in 1179 milliseconds
<<21222324252627282930>>