HomeSort by relevance Sort by last modified time
    Searched refs:fetches (Results 1 - 13 of 13) sorted by null

  /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::__anon14445
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::__anon24789
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/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 151 // If device is offline, fetches manifest from local storage.
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/metadata/
metadata_cache.js 162 * Fetches the metadata, puts it in the cache, and passes to callback.
200 * Fetches the metadata for one Entry/FileUrl. See comments to |get|.
609 * Fetches the metadata. It's suggested to return all the metadata this provider
658 * Fetches the metadata.
700 // We batch metadata fetches into single API call.
735 * Fetches the metadata.
919 * Fetches the metadata.

Completed in 465 milliseconds