/external/v8/test/mjsunit/ |
D | array-functions-prototype-misc.js | 179 var sparse = []; variable 180 sparse[pos + 1000] = 'is '; 181 sparse[pos + 271828] = 'time '; 182 sparse[pos + 31415] = 'the '; 183 sparse[pos + 012260199] = 'all '; 184 sparse[-1] = 'foo'; 185 sparse[pos + 22591927] = 'good '; 186 sparse[pos + 1618033] = 'for '; 187 sparse[pos + 91] = ': Now '; 188 sparse[pos + 86720199] = 'men.'; [all …]
|
/external/e2fsprogs/misc/ |
D | e2image.c | 411 int sparse = 0; in output_meta_data_blocks() local 437 write_block(fd, buf, sparse, fs->blocksize, blk); in output_meta_data_blocks() 438 sparse = 0; in output_meta_data_blocks() 446 sparse += fs->blocksize; in output_meta_data_blocks() 447 if (sparse >= 1024*1024) { in output_meta_data_blocks() 448 write_block(fd, 0, sparse, 0, 0); in output_meta_data_blocks() 449 sparse = 0; in output_meta_data_blocks() 453 if (sparse) in output_meta_data_blocks() 454 write_block(fd, zero_buf, sparse-1, 1, -1); in output_meta_data_blocks()
|
/external/smali/smali/src/test/resources/LexerTest/ |
D | DirectiveTest.tokens | 20 SPARSE_SWITCH_DIRECTIVE(".sparse-switch") 21 END_SPARSE_SWITCH_DIRECTIVE(".end sparse-switch")
|
D | RealSmaliFileTest.tokens | 306 INSTRUCTION_FORMAT31t("sparse-switch") 349 SPARSE_SWITCH_DIRECTIVE(".sparse-switch") 362 END_SPARSE_SWITCH_DIRECTIVE(".end sparse-switch")
|
D | InstructionTest.smali | 202 sparse-switch
|
D | InstructionTest.tokens | 202 INSTRUCTION_FORMAT31t("sparse-switch")
|
/external/e2fsprogs/tests/f_big_sparse/ |
D | name | 1 big sparse file
|
/external/llvm/test/YAMLParser/ |
D | construct-null.data | 15 sparse:
|
/external/e2fsprogs/util/ |
D | Makefile.in | 44 copy-sparse
|
/external/opencv/ml/src/ |
D | ml_inner_functions.cpp | 1260 const CvSparseMat* sparse = (const CvSparseMat*)sample; in cvPreparePredictData() local 1263 node = cvInitSparseMatIterator( sparse, &mat_iterator ); in cvPreparePredictData() 1280 int idx = *CV_NODE_IDX( sparse, node ); in cvPreparePredictData() 1287 row_sample[idx] = *(float*)CV_NODE_VAL( sparse, node ); in cvPreparePredictData() 1296 int idx = *CV_NODE_IDX( sparse, node ); in cvPreparePredictData() 1304 ptr->val = *(float*)CV_NODE_VAL( sparse, node ); in cvPreparePredictData() 1628 CvSparseMat* sparse = (CvSparseMat*)predict_input; 1660 node = cvInitSparseMatIterator( sparse, &mat_iterator ); 1663 int* idx = CV_NODE_IDX( sparse, node ); 1671 *(float*)cvPtrND( sparse, &idx1, 0, 1, 0 ) = *(float*)CV_NODE_VAL( sparse, node );
|
/external/openfst/src/include/ |
D | Makefile.am | 62 fst/sparse-tuple-weight.h fst/sparse-power-weight.h fst/expectation-weight.h \
|
D | Makefile.in | 81 fst/signed-log-weight.h fst/sparse-tuple-weight.h \ 82 fst/sparse-power-weight.h fst/expectation-weight.h \ 323 fst/sparse-tuple-weight.h fst/sparse-power-weight.h fst/expectation-weight.h \
|
/external/smali/baksmali/src/main/resources/templates/templates/ |
D | baksmali.stg | 316 <if(Dead)>#<endif>.sparse-switch 323 <if(Dead)>#<endif>.end sparse-switch
|
/external/chromium/net/disk_cache/ |
D | entry_impl.cc | 862 scoped_ptr<SparseControl> sparse; in CouldBeSparse() local 863 sparse.reset(new SparseControl(const_cast<EntryImpl*>(this))); in CouldBeSparse() 864 return sparse->CouldBeSparse(); in CouldBeSparse() 1420 scoped_ptr<SparseControl> sparse(new SparseControl(this)); in InitSparseData() local 1421 int result = sparse->Init(); in InitSparseData() 1423 sparse_.swap(sparse); in InitSparseData()
|
/external/smali/smali/src/main/antlr3/org/jf/smali/ |
D | smaliLexer.g | 156 : '.sparse-switch'; 159 : '.end sparse-switch'; 646 | 'sparse-switch';
|
D | smaliParser.g | 786 } else if ($INSTRUCTION_FORMAT31t.text.equals("sparse-switch")) {
|
/external/llvm/docs/HistoricalNotes/ |
D | 2002-05-12-InstListChange.txt | 20 simple constant propagation), because they aren't actually sparse anymore,
|
/external/smali/smali/src/main/jflex/ |
D | smaliLexer.flex | 249 ".sparse-switch" { return newToken(SPARSE_SWITCH_DIRECTIVE); } 250 ".end sparse-switch" { return newToken(END_SPARSE_SWITCH_DIRECTIVE); } 519 "fill-array-data" | "packed-switch" | "sparse-switch" {
|
/external/bluetooth/glib/docs/ |
D | macros.txt | 36 For sparse memory systems this behaviour is often inferior, so
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebScriptObject.idl | 49 Also the sparse array access allowed in web script objects doesn't map well to NSArray, so
|
/external/linux-tools-perf/ |
D | Makefile | 835 if sparse; \ 839 sparse $(ALL_CFLAGS) $(SPARSE_FLAGS) $$i || exit; \
|
/external/bluetooth/glib/docs/reference/glib/ |
D | building.sgml | 325 For sparse memory systems this behaviour is often inferior, so
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 85 sparse directories which use extents). 698 Added the utility make-sparse.c to the contrib directory. 2586 create very large filesystems using sparse files where most of the 2852 for dealing with large sparse files (such as e2image files). 2856 Fix filefrag so that it works correctly with sparse files. 3473 bitmaps for sparse superblock filesystems and incorrectly marked 3848 that i_blocks would overflow. Also fixed handling of large sparse 4047 Speed up e2image when creating sparse raw image files by optimizing 5002 sparse superblock feature enabled. The sparse superblock feature is 5004 mounts of filesystems with this sparse superblocks. [all …]
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-6 | 468 * tests/timeloop.c: Fix sparse warnings. (#157014, Kjartan Maraas) 761 sparse warnings. (#154696, Kjartan Maraas)
|
/external/qemu/ |
D | Changelog | 191 - Windows sparse file support (Frediano Ziglio)
|