/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_pt_vsplit.c | 55 unsigned fetches[MAP_SIZE]; member in struct:vsplit_frontend::__anon12554 68 memset(vsplit->cache.fetches, 0xff, sizeof(vsplit->cache.fetches)); 95 if (vsplit->cache.fetches[hash] != fetch) { 97 vsplit->cache.fetches[hash] = fetch; 119 vsplit->cache.fetches[hash] = fetch - 1; /* force update */
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pt_vsplit.c | 55 unsigned fetches[MAP_SIZE]; member in struct:vsplit_frontend::__anon23021 68 memset(vsplit->cache.fetches, 0xff, sizeof(vsplit->cache.fetches)); 95 if (vsplit->cache.fetches[hash] != fetch) { 97 vsplit->cache.fetches[hash] = fetch; 119 vsplit->cache.fetches[hash] = fetch - 1; /* force update */
|
/external/chromium/chrome/browser/extensions/ |
extension_updater.cc | 273 std::vector<ManifestFetchData*> fetches; local 274 fetches.reserve(fetches_.size()); 277 fetches.push_back(it->second); 281 return fetches; 749 // Examine the parsed manifest and kick off fetches of any new crx files. [all...] |
extension_updater_unittest.cc | 531 std::vector<ManifestFetchData*> fetches = builder.GetFetches(); local 532 EXPECT_EQ(1u, fetches.size()); 533 scoped_ptr<ManifestFetchData> fetch(fetches[0]); 534 fetches.clear(); 839 // Start two fetches 1163 std::vector<ManifestFetchData*> fetches = builder.GetFetches(); local [all...] |
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_texture_signed_rgba.spec | 123 fetches interact with fragment coloring? 132 For assembly program extensions supporting texture fetches
|
/external/mesa3d/docs/ |
MESA_texture_signed_rgba.spec | 123 fetches interact with fragment coloring? 132 For assembly program extensions supporting texture fetches
|
/external/oprofile/events/i386/westmere/ |
unit_masks | 127 0x03 reads L1I Instruction fetches 160 0x30 ifetches L2 instruction fetches
|
/external/oprofile/events/i386/atom/ |
unit_masks | 43 0x03 accesses Instruction fetches
|
/external/oprofile/events/x86-64/family10/ |
unit_masks | 283 0x01 Instruction fetches to a 4K page 284 0x02 Instruction fetches to a 2M page
|
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/ |
vs-addin.rst | 96 fetches the module from the server and runs it. Visual Studio will also open a
|
/external/oprofile/events/x86-64/family11h/ |
events | 64 event:0x80 counters:0,1,2,3 um:zero minimum:500 name:INSTRUCTION_CACHE_FETCHES : Instruction cache fetches
|
/external/oprofile/events/x86-64/hammer/ |
events | 64 event:0x80 counters:0,1,2,3 um:zero minimum:500 name:INSTRUCTION_CACHE_FETCHES : Instruction cache fetches
|
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/ |
wallpaper_manager.js | 152 // If device is offline, fetches manifest from local storage. [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/ |
metadata_cache.js | 185 * Fetches the metadata, puts it in the cache, and passes to callback. 223 * Fetches the metadata for one Entry. See comments to |get|. 618 * Fetches the metadata. It's suggested to return all the metadata this provider 666 * Fetches the metadata. 701 // We batch metadata fetches into single API call. 736 * Fetches the metadata. 913 * Fetches the metadata.
|