/external/opencv3/modules/core/include/opencv2/core/ |
D | ptr.inl.hpp | 112 Ptr<T>::Ptr() : owner(NULL), stored(NULL) in Ptr() 121 stored(p) in Ptr() 130 stored(p) in Ptr() 134 Ptr<T>::Ptr(const Ptr& o) : owner(o.owner), stored(o.stored) in Ptr() 141 Ptr<T>::Ptr(const Ptr<Y>& o) : owner(o.owner), stored(o.stored) in Ptr() 148 Ptr<T>::Ptr(const Ptr<Y>& o, T* p) : owner(o.owner), stored(p) in Ptr() 179 stored = NULL; in release() 200 std::swap(stored, o.stored); in swap() 206 return stored; in get() 212 return *stored; in operator *() [all …]
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/index/ |
D | IndexHash.java | 59 IndexHash stored = new IndexHash(); in validate() local 65 stored.add(unpaddedSize, uncompressedSize); in validate() 70 if (stored.blocksSum > blocksSum in validate() 71 || stored.uncompressedSum > uncompressedSum in validate() 72 || stored.indexListSize > indexListSize) in validate() 76 if (stored.blocksSum != blocksSum in validate() 77 || stored.uncompressedSum != uncompressedSum in validate() 78 || stored.indexListSize != indexListSize in validate() 79 || !Arrays.equals(stored.hash.finish(), hash.finish())) in validate()
|
/external/eigen/unsupported/Eigen/src/BVH/ |
D | BVAlgorithms.h | 49 …intersector_helper1(const Object2 &inStored, Intersector &in) : stored(inStored), intersector(in) … in intersector_helper1() 50 …bool intersectVolume(const Volume1 &vol) { return intersector.intersectVolumeObject(vol, stored); } in intersectVolume() 51 …bool intersectObject(const Object1 &obj) { return intersector.intersectObjectObject(obj, stored); } in intersectObject() 52 Object2 stored; member 61 …intersector_helper2(const Object1 &inStored, Intersector &in) : stored(inStored), intersector(in) … in intersector_helper2() 62 …bool intersectVolume(const Volume2 &vol) { return intersector.intersectObjectVolume(stored, vol); } in intersectVolume() 63 …bool intersectObject(const Object2 &obj) { return intersector.intersectObjectObject(stored, obj); } in intersectObject() 64 Object1 stored; member 186 minimizer_helper1(const Object2 &inStored, Minimizer &m) : stored(inStored), minimizer(m) {} in minimizer_helper1() 187 …Scalar minimumOnVolume(const Volume1 &vol) { return minimizer.minimumOnVolumeObject(vol, stored); } in minimumOnVolume() [all …]
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_setup.c | 125 setup->fs.stored = NULL; in lp_setup_reset() 778 boolean new_scene = (setup->fs.stored == NULL); in try_update_scene_state() 784 uint8_t *stored; in try_update_scene_state() local 787 stored = lp_scene_alloc_aligned(scene, 4 * 16, 16); in try_update_scene_state() 788 if (!stored) { in try_update_scene_state() 797 stored[i*16 + j] = c; in try_update_scene_state() 800 setup->blend_color.stored = stored; in try_update_scene_state() 801 setup->fs.current.jit_context.blend_color = setup->blend_color.stored; in try_update_scene_state() 819 void *stored; in try_update_scene_state() local 821 stored = lp_scene_alloc(scene, current_size); in try_update_scene_state() [all …]
|
D | lp_setup_context.h | 124 const struct lp_rast_state *stored; /**< what's in the scene */ member 138 uint8_t *stored; member
|
/external/eigen/doc/ |
D | StorageOrders.dox | 13 The entries of a matrix form a two-dimensional grid. However, when the matrix is stored in memory, … 16 We say that a matrix is stored in \b row-major order if it is stored row by row. The entire first r… 17 stored first, followed by the entire second row, and so on. Consider for example the matrix 27 If this matrix is stored in row-major order, then the entries are laid out in memory as follows: 31 On the other hand, a matrix is stored in \b column-major order if it is stored column by column, st… 32 …ire first column, followed by the entire second column, and so on. If the above matrix is stored in 56 parameter is set to \c RowMajor, then the matrix or array is stored in row-major order; if it is se… 57 \c ColMajor, then it is stored in column-major order. This mechanism is used in the above Eigen pro… 77 …- Algorithms that traverse a matrix row by row will go faster when the matrix is stored in row-maj…
|
/external/clang/test/CodeGenCXX/ |
D | mangle-subst-std.cpp | 54 basic_istream(int x) : basic_ios<charT, traits>(x), stored(x) { } in basic_istream() 56 int stored; member 60 basic_ostream(int x) : basic_ios<charT, traits>(x), stored(x) { } in basic_ostream() 62 float stored; member
|
/external/zlib/src/examples/ |
D | gzlog.c | 296 uint stored; /* bytes currently in last stored block */ member 426 log->stored = PULL2(buf + HEAD + 32); in log_head() 448 PUT2(ext + 32, log->stored); in log_mark() 489 PUT2(buf + 2, log->stored); in log_last() 490 PUT2(buf + 4, log->stored ^ 0xffff); in log_last() 493 lseek(log->fd, log->stored, SEEK_CUR) < 0 ? -1 : 0; in log_last() 517 put = (MAX_STORE << 10) - log->stored; in log_append() 526 log->stored += put; in log_append() 538 log->last += 4 + log->stored + 1; in log_append() 539 log->stored = 0; in log_append() [all …]
|
/external/llvm/test/ExecutionEngine/ |
D | test-interp-vec-loadstore.ll | 37 ; load stored scalars 43 ; load stored vector 52 ; compare extracted data with stored constants 86 ; load stored vector 88 ; load stored scalars 130 ; load stored vector 132 ; load stored scalars
|
/external/e2fsprogs/tests/r_inline_xattr/ |
D | expect | 4 Extended attributes stored in inode body: 14 Extended attributes stored in inode body:
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | vselect64.ll | 5 ; Make sure the vectors aren't being stored on the stack. We know they are 6 ; being stored on the stack if the shaders uses at leat 10 registers.
|
D | promote-alloca-stored-pointer-value.ll | 3 ; Pointer value is stored in a candidate for LDS usage. 28 ; Pointer value is stored in a candidate for vector usage
|
/external/llvm/lib/Target/XCore/ |
D | XCoreCallingConv.td | 19 // Integer values get stored in stack slots that are 4 bytes in 37 // Integer values get stored in stack slots that are 4 bytes in
|
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/examples/ |
D | simple.apt | 28 Your input files under <<<antlr3>>> should be stored in sub directories that 37 Then the .g file should be stored in: <<<src/main/antlr3/org/jimi/themuss/parser.g>>>. THis way
|
/external/parameter-framework/upstream/test/functional-tests-legacy/ |
D | README.md | 9 All temporary file are stored in the build directory. 10 XML files depends on cmake variables so they are configured at build time and stored in {build_dir}…
|
/external/clang/docs/ |
D | PCHInternals.rst | 49 headers stored within the PCH file. Thus, a precompiled header design 71 abstract syntax trees and supporting data structures, stored using the same 77 where certain important data structures are stored. The amount of data read in 181 Although not explicitly stored as part of the metadata, the predefines buffer 187 is stored within the :ref:`pchinternals-sourcemgr`, but its contents are 214 unique number (allocated starting at 1) stored in the source location. Clang 217 that file ID is stored. The data associated with a file ID is loaded only when 278 Declarations in Clang's abstract syntax trees are stored hierarchically. At 283 and so on. Within Clang, each declaration is stored within a :ref:`declaration 287 iterate over the declarations stored within a context (e.g., iterate over all [all …]
|
/external/curl/m4/ |
D | xc-lt-iface.m4 | 178 dnl Results stored in following shell variables: 220 dnl Result stored in xc_lt_shlib_use_version_info. 250 dnl Result stored in xc_lt_shlib_use_no_undefined. 282 dnl Result stored in xc_lt_shlib_use_mimpure_text. 313 dnl Results stored in following shell variables: 357 dnl Results stored in following shell variables: 429 dnl Results stored in following shell variables:
|
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/ |
D | jquery.treeview.min.js | 15 …Id,data.join(""));}function deserialize(){var stored=$.cookie(settings.cookieId);if(stored){var da…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/es-ES/ |
D | es-ES_zl0_kpdf_mgc.utf | 54 meanpow = 1 , uint8 ; !specification for log fixed point base for stored vectors 60 meanpowum = 75 , uint8 ; !specification for log scaling factor for each stored cepstral dimension
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/de-DE/ |
D | de-DE_gl0_kpdf_mgc.utf | 54 meanpow = 1 , uint8 ; !specification for log fixed point base for stored vectors 60 meanpowum = 75 , uint8 ; !specification for log scaling factor for each stored cepstral dimension
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/it-IT/ |
D | it-IT_cm0_kpdf_mgc.utf | 54 meanpow = 1 , uint8 ; !specification for log fixed point base for stored vectors 60 meanpowum = 75 , uint8 ; !specification for log scaling factor for each stored cepstral dimension
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/en-US/ |
D | en-US_lh0_kpdf_lfz.utf | 54 meanpow = 1 , uint8 ; !specification for log fixed point base for stored vectors 60 meanpowum = 3 , uint8 ; !specification for log scaling factor for each stored cepstral dimension
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/fr-FR/ |
D | fr-FR_nk0_kpdf_mgc.utf | 54 meanpow = 1 , uint8 ; !specification for log fixed point base for stored vectors 60 meanpowum = 75 , uint8 ; !specification for log scaling factor for each stored cepstral dimension
|
D | fr-FR_nk0_kpdf_lfz.utf | 54 meanpow = 1 , uint8 ; !specification for log fixed point base for stored vectors 60 meanpowum = 3 , uint8 ; !specification for log scaling factor for each stored cepstral dimension
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/en-GB/ |
D | en-GB_kh0_kpdf_lfz.utf | 54 meanpow = 1 , uint8 ; !specification for log fixed point base for stored vectors 60 meanpowum = 3 , uint8 ; !specification for log scaling factor for each stored cepstral dimension
|