/external/clang/test/CodeGenCXX/ |
H A D | mangle-subst-std.cpp | 54 basic_istream(int x) : basic_ios<charT, traits>(x), stored(x) { } 56 int stored; member in struct:std::basic_istream 60 basic_ostream(int x) : basic_ios<charT, traits>(x), stored(x) { } 62 float stored; member in struct:std::basic_ostream
|
/external/eigen/unsupported/Eigen/src/BVH/ |
H A D | BVAlgorithms.h | 49 intersector_helper1(const Object2 &inStored, Intersector &in) : stored(inStored), intersector(in) {} 50 bool intersectVolume(const Volume1 &vol) { return intersector.intersectVolumeObject(vol, stored); } 51 bool intersectObject(const Object1 &obj) { return intersector.intersectObjectObject(obj, stored); } 52 Object2 stored; member in struct:Eigen::internal::intersector_helper1 61 intersector_helper2(const Object1 &inStored, Intersector &in) : stored(inStored), intersector(in) {} 62 bool intersectVolume(const Volume2 &vol) { return intersector.intersectObjectVolume(stored, vol); } 63 bool intersectObject(const Object2 &obj) { return intersector.intersectObjectObject(stored, obj); } 64 Object1 stored; member in struct:Eigen::internal::intersector_helper2 186 minimizer_helper1(const Object2 &inStored, Minimizer &m) : stored(inStored), minimizer(m) {} 187 Scalar minimumOnVolume(const Volume1 &vol) { return minimizer.minimumOnVolumeObject(vol, stored); } 189 Object2 stored; member in struct:Eigen::internal::minimizer_helper1 202 Object1 stored; member in struct:Eigen::internal::minimizer_helper2 [all...] |
/external/google-breakpad/src/processor/ |
H A D | range_map_unittest.cc | 86 // Whether this range is expected to be stored successfully or not 107 bool stored = range_map->StoreRange(range_test->address, local 111 if (stored != range_test->expect_storable) { 116 stored ? "stored" : "not stored"); 138 // the base or one less than the high - for a successfully stored 156 bool expected_result = false; // This is correct for tests not stored. 188 // bounds match the range as stored. 242 // bounds match the range as stored [all...] |
H A D | static_range_map_unittest.cc | 62 // Whether this range is expected to be stored successfully or not 137 // the right thing at the extremities of the range when nothing is stored 201 bool stored = range_map->StoreRange(range_test->address, local 204 EXPECT_EQ(stored, range_test->expect_storable) 218 // the base or one less than the high - for a successfully stored 236 bool expected_result = false; // This is correct for tests not stored. 259 // bounds match the range as stored. 299 // bounds match the range as stored. 362 int stored_count = 0; // The number of ranges successfully stored
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_setup_context.h | 63 * Note: "stored" below indicates data which is stored in the bins, 124 const struct lp_rast_state *stored; /**< what's in the scene */ member in struct:lp_setup_context::__anon12061 138 uint8_t *stored; member in struct:lp_setup_context::__anon12063
|
H A D | lp_setup.c | 125 setup->fs.stored = NULL; 778 boolean new_scene = (setup->fs.stored == NULL); 784 uint8_t *stored; local 787 stored = lp_scene_alloc_aligned(scene, 4 * 16, 16); 788 if (!stored) { 797 stored[i*16 + j] = c; 800 setup->blend_color.stored = stored; 801 setup->fs.current.jit_context.blend_color = setup->blend_color.stored; 819 void *stored; local 850 struct lp_rast_state *stored; local [all...] |
/external/zlib/src/contrib/puff/ |
H A D | puff.c | 21 * works whether integers are stored big endian or little endian. 121 * - Bits are stored in bytes from the least significant bit to the most 148 * Process a stored block. 152 * - After the two-bit stored block type (00), the stored block length and 153 * stored bytes are byte-aligned for fast copying. Therefore any leftover 158 * - The second inverted copy of the stored block length does not have to be 161 * - A stored block can have zero length. This is sometimes used to byte-align 164 local int stored(struct state *s) function 166 unsigned len; /* length of stored bloc [all...] |
/external/zlib/src/examples/ |
H A D | gzlog.c | 40 - compressed data ending initially with empty stored block 41 - uncompressed data filling out originally empty stored block and 42 subsequent stored blocks as needed (16K max each) 49 stored block and determine where to append the data in the foo.add file, as 95 recovery if interrupted. Multi-byte values are stored little endian 99 for large files is actually the length modulo 2^32.) The stored block 110 - Pointer to first stored block length -- this points to the two-byte length 111 of the first stored block, which is followed by the two-byte, one's 112 complement of that length. The stored block length is preceded by the 113 three-bit header of the stored bloc 296 uint stored; /* bytes currently in last stored block */ member in struct:log [all...] |
/external/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/ |
H A D | Callstacker.cpp | 46 string stored = GetStoredFilename(filename); local 47 if (stored.empty()) { 51 if (filenames.find(stored) == filenames.end()) { 54 filenames[stored] = id; 57 return filenames[stored];
|
/external/chromium-trace/trace-viewer/tracing/third_party/css-element-queries/test/ |
H A D | mootools-core-full-nocompat.js | 4294 var storage = this.retrieve('$delegates', {}), stored = storage[type]; 4295 if (stored) for (var _uid in stored){ 4296 if (stored[_uid].fn == fn && stored[_uid].match == match) return this; 4323 if (!stored) stored = {}; 4324 stored[uid] = { 4329 storage[_type] = stored; 4334 var storage = this.retrieve('$delegates', {}), stored [all...] |
/external/icu/icu4c/source/tools/tzcode/ |
H A D | localtime.c | 330 register int stored; local 389 for (stored = 4; stored <= 8; stored *= 2) { 409 sp->timecnt * stored + /* ats */ 413 sp->leapcnt * (stored + 4) + /* lsinfos */ 420 = stored == 4 ? detzcode(p) : detzcode64(p); 437 p += stored; 469 lsisp->ls_trans = (stored == 4) ? 471 p += stored; [all...] |
/external/antlr/antlr-3.4/lib/ |
H A D | antlr-3.4-complete.jar | META-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ... |