HomeSort by relevance Sort by last modified time
    Searched refs:cacheable (Results 1 - 25 of 48) sorted by null

1 2

  /hardware/samsung_slsi/exynos5/include/
exynos_rotator.h 93 * \param cacheable
108 unsigned int cacheable);
133 * \param cacheable
146 unsigned int cacheable);
exynos_gscaler.h 78 uint32_t cacheable; member in struct:__anon41783
160 * \param cacheable
178 unsigned int cacheable,
210 * \param cacheable
231 unsigned int cacheable,
  /hardware/samsung_slsi/exynos5/libcsc/
csc.h 236 unsigned int *cacheable);
281 unsigned int cacheable);
322 unsigned int *cacheable);
367 unsigned int cacheable);
csc.c 88 unsigned int cacheable; member in struct:_CSC_FORMAT
443 csc_handle->src_format.cacheable,
455 csc_handle->dst_format.cacheable,
685 unsigned int *cacheable)
701 *cacheable = csc_handle->src_format.cacheable;
715 unsigned int cacheable)
731 csc_handle->src_format.cacheable = cacheable;
745 unsigned int *cacheable)
    [all...]
  /external/chromium_org/mojo/tools/
test_runner.py 72 _logging.debug("%s is marked as non-cacheable" % gtest)
73 cacheable = False
75 cacheable = True
77 if successes_cache_file and cacheable:
96 if successes_cache_filename and cacheable:
  /hardware/ti/omap4-aah/kernel-headers-ti/linux/
ion.h 47 unsigned char cacheable; member in struct:ion_fd_data
  /frameworks/base/libs/hwui/
Layer.h 222 return cacheable;
225 inline void setCacheable(bool cacheable) {
226 this->cacheable = cacheable;
355 bool cacheable; member in class:android::uirenderer::Layer
Layer.cpp 40 cacheable = true;
  /hardware/samsung_slsi/exynos5/libgscaler/
exynos_gsc_utils.h 97 unsigned int cacheable; member in struct:gsc_info
exynos_gscaler.c 650 if (exynos_v4l2_s_ctrl(fd, V4L2_CID_CACHEABLE, info->cacheable) < 0) {
1047 unsigned int cacheable,
1069 gsc_handle->src.cacheable = cacheable;
1090 unsigned int cacheable,
    [all...]
  /hardware/samsung_slsi/exynos5/librotator/
exynos_rotator.c 69 unsigned int cacheable; member in struct:rotator_info
536 if (exynos_v4l2_s_ctrl(fd, V4L2_CID_CACHEABLE, info->cacheable) < 0) {
697 unsigned int cacheable)
716 rotator_handle->src.cacheable = cacheable;
730 unsigned int cacheable)
749 rotator_handle->dst.cacheable = cacheable;
  /external/oprofile/events/mips/25K/
events 59 event:0x1d counters:0,1 um:zero minimum:500 name:CACHEABLE_DCACHE_REQUEST : number of cacheable requests to D-Cache
66 event:0x20 counters:0,1 um:zero minimum:500 name:CACHEABLE_L2_REQS : Number of cacheable requests to L2
  /hardware/ti/omap4-aah/ion/
ion.c 174 .cacheable = 1,
  /external/oprofile/events/i386/atom/
events 29 event:0x28 counters:0,1 um:core,mesi minimum:6000 name:L2_IFETCH : L2 cacheable instruction fetch requests
39 event:0x60 counters:0,1 um:core,agent minimum:6000 name:BUS_REQUEST_OUTSTANDING : Outstanding cacheable data read bus requests duration
  /external/oprofile/events/mips/74K/
events 143 event:0x435 counters:1,3 um:zero minimum:500 name:LOAD_MISS_INSNS : 53-1 Cacheable load instructions that miss in the cache graduated
153 event:0x444 counters:0,2 um:zero minimum:500 name:OCP_ALL_CACHEABLE_REQUESTS : 68-1 All OCP cacheable requests accepted
154 event:0x445 counters:0,2 um:zero minimum:500 name:OCP_READ_CACHEABLE_REQUESTS : 69-1 OCP cacheable read request accepted
155 event:0x446 counters:0,2 um:zero minimum:500 name:OCP_WRITE_CACHEABLE_REQUESTS : 70-1 OCP cacheable write request accepted
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.cpp 55 bool cacheable = isCacheable();
56 if (cacheable) {
77 if (cacheable)
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_Vdec.c 370 unsigned int cacheable = 1; local
436 cacheable); /* cacheable */
446 cacheable); /* cacheable */
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Exynos_OMX_Venc.c 296 unsigned int cacheable = 1; local
372 cacheable); /* cacheable */
382 cacheable); /* cacheable */
    [all...]
  /external/oprofile/events/i386/nehalem/
events 57 event:0x52 counters:0,1,2,3 um:one minimum:6000 name:L1D_CACHE_PREFETCH_LOCK_FB_HIT : Counts the number of cacheable load lock speculated instructions accepted into the fill buffer.
58 event:0x53 counters:0,1,2,3 um:one minimum:6000 name:L1D_CACHE_LOCK_FB_HIT : Counts the number of cacheable load lock speculated or retired instructions accepted into the fill buffer.
  /external/oprofile/events/x86-64/family11h/
unit_masks 171 0x01 Requests to non-cacheable (UC) memory
  /external/oprofile/events/x86-64/hammer/
unit_masks 165 0x01 Requests to non-cacheable (UC) memory
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 193 ALOGV("\taddr = {%u, %u, %u}, rot = %u, cacheable = %u, drmMode = %u",
194 c.yaddr, c.uaddr, c.vaddr, c.rot, c.cacheable, c.drmMode);
259 c1.cacheable != c2.cacheable ||
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/js/
jquery.js 143 selector = ( ret.cacheable ? jQuery.clone(ret.fragment) : ret.fragment ).childNodes;
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
jquery-1.6.4.js 160 selector = (ret.cacheable ? jQuery.clone(ret.fragment) : ret.fragment).childNodes;
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/js/
jquery-1.4.1.min.js 20 c.clean(a,b,f,d)}if(e)c.fragments[a[0]]=i?f:1;return{fragment:f,cacheable:e}}function K(a,b){var d={};c.each(ta.concat.apply([],ta.slice(0,b)),function(){d[this]=a});return d}function ua(a){return"scrollTo"in a&&a.document?a:a.nodeType===9?a.defaultView||a.parentWindow:false}var c=function(a,b){return new c.fn.init(a,b)},Na=z.jQuery,Oa=z.$,r=z.document,S,Pa=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,Qa=/^.[^:#\[\.,]*$/,Ra=/\S/,Sa=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,Ta=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,O=navigator.userAgent,
22 [f]);a=(a.cacheable?a.fragment.cloneNode(true):a.fragment).childNodes}}else{if(b=r.getElementById(d[2])){if(b.id!==d[2])return S.find(a);this.length=1;this[0]=b}this.context=r;this.selector=a;return this}else if(!b&&/^\w+$/.test(a)){this.selector=a;this.context=r;a=r.getElementsByTagName(a)}else return!b||b.jquery?(b||S).find(a):c(b).find(a);else if(c.isFunction(a))return S.ready(a);if(a.selector!==v){this.selector=a.selector;this.context=a.context}return c.isArray(a)?this.setArray(a):c.makeArray(a,
    [all...]

Completed in 3133 milliseconds

1 2