HomeSort by relevance Sort by last modified time
    Searched full:prefetch (Results 1 - 25 of 431) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/fast/dom/HTMLLinkElement/
prefetch.link 1 This is the link that is fetched by the prefetch-onload test
prefetch-expected.txt 0 prefetch.link has MIME type application/octet-stream
4 SUCCESS! prefetch onload called.
prefetch-detached.html 11 document.getElementById('frag').innerHTML = '<link href="prefetch.link" rel="prefetch">';
16 lnk.setAttribute('rel', 'prefetch');
17 lnk.setAttribute('href', 'prefetch.link');
prefetch-onerror-expected.txt 1 This tests that onerror events can be attached to link elements with rel=prefetch. Since prefetch links are just there as a performance optimization, the onerror/onload event is their only programatic side-effect.
prefetch-onload-expected.txt 1 This tests that onload events can be attached to link elements with rel=prefetch. Since prefetch links are just there as a performance optimization, the onload event is their only programatic side-effect.
prefetch.html 9 log("SUCCESS! prefetch onload called.");
20 <link href="prefetch.link" rel="prefetch" onload="prefetch_onload()">
prefetch-onerror.html 18 <p>This tests that onerror events can be attached to link elements with rel=prefetch. Since prefetch links are just there as a performance optimization, the onerror/onload event is their only programatic side-effect.</p>
20 <link href="prefetch-noexisty.link" rel="prefetch" onload="testFailed('onload event should not occur')" onerror="done()">
prefetch-onload.html 23 <p>This tests that onload events can be attached to link elements with rel=prefetch. Since prefetch links are just there as a performance optimization, the onload event is their only programatic side-effect.</p>
25 <link href="prefetch.link" rel="prefetch" onload="done()" >
subresource-expected.txt 0 prefetch.link has MIME type application/octet-stream
prefetch-beforeload.html 12 <link href="prefetch.link" rel="prefetch" onbeforeload="testPassed('beforeload called');return false" onload="testFailed('onload')" onerror="testFailed('onerror')" />
subresource.html 18 <link href="prefetch.link" rel="prefetch" onload="prefetch_onload()" onerror="testFailed('onerror')" />
  /external/llvm/test/CodeGen/X86/
prefetch.ll 9 tail call void @llvm.prefetch( i8* %ptr, i32 0, i32 1, i32 1 )
10 tail call void @llvm.prefetch( i8* %ptr, i32 0, i32 2, i32 1 )
11 tail call void @llvm.prefetch( i8* %ptr, i32 0, i32 3, i32 1 )
12 tail call void @llvm.prefetch( i8* %ptr, i32 0, i32 0, i32 1 )
16 declare void @llvm.prefetch(i8*, i32, i32, i32) nounwind
  /external/clang/test/CodeGen/
2005-03-11-Prefetch.c 4 // CHECK: llvm.prefetch
  /external/llvm/test/CodeGen/Mips/
mipslopat.ll 11 call void @llvm.prefetch(i8* %0, i32 0, i32 0, i32 1)
14 call void @llvm.prefetch(i8* %1, i32 0, i32 0, i32 1)
18 declare void @llvm.prefetch(i8* nocapture, i32, i32, i32) nounwind
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-values/
webkit 35 dns-prefetch
64 prefetch
  /external/llvm/test/MC/ARM/
prefetch.ll 13 tail call void @llvm.prefetch( i8* %ptr, i32 1, i32 3 )
14 tail call void @llvm.prefetch( i8* %ptr, i32 0, i32 3 )
26 tail call void @llvm.prefetch( i8* %tmp, i32 0, i32 3 )
40 tail call void @llvm.prefetch( i8* %tmp3, i32 0, i32 3 )
54 tail call void @llvm.prefetch( i8* %tmp3, i32 0, i32 3 )
58 declare void @llvm.prefetch(i8*, i32, i32) nounwind
  /external/oprofile/events/i386/piii/
unit_masks 15 0x00 prefetch NTA
16 0x01 prefetch T1
17 0x02 prefetch T2
  /external/llvm/test/CodeGen/ARM/
prefetch.ll 20 tail call void @llvm.prefetch( i8* %ptr, i32 1, i32 3, i32 1 )
21 tail call void @llvm.prefetch( i8* %ptr, i32 0, i32 3, i32 1 )
33 tail call void @llvm.prefetch( i8* %tmp, i32 0, i32 3, i32 1 )
48 tail call void @llvm.prefetch( i8* %tmp3, i32 0, i32 3, i32 1 )
62 tail call void @llvm.prefetch( i8* %tmp3, i32 0, i32 3, i32 1 )
66 declare void @llvm.prefetch(i8*, i32, i32, i32) nounwind
75 tail call void @llvm.prefetch( i8* %ptr, i32 0, i32 3, i32 0 )
  /external/kernel-headers/original/asm-generic/
xor.h 309 prefetch(p2);
313 prefetch(p2+8);
336 prefetch(p2);
337 prefetch(p3);
341 prefetch(p2+8);
342 prefetch(p3+8);
367 prefetch(p2);
368 prefetch(p3);
369 prefetch(p4);
373 prefetch(p2+8)
    [all...]
  /external/oprofile/events/i386/p6_mobile/
unit_masks 17 0x00 prefetch NTA
18 0x01 prefetch T1
19 0x02 prefetch T2
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/headers/
webkit 18 X-DNS-Prefetch-Control
  /external/chromium/webkit/glue/
resource_type.h 25 PREFETCH, // an explicitly requested prefetch
  /external/oprofile/events/i386/core_2/
unit_masks 33 0x00 prefetch NTA instructions executed.
34 0x01 prefetch T1 instructions executed.
35 0x02 prefetch T1 and T2 instructions executed.
83 0x30 prefetch: all inclusive
84 0x10 prefetch: Hardware prefetch only
85 0x00 prefetch: exclude hardware prefetch
96 0x30 prefetch: all inclusive
97 0x10 prefetch: Hardware prefetch onl
    [all...]
  /external/kernel-headers/original/asm-arm/
mtd-xip.h 23 /* fill instruction prefetch */
  /external/iptables/libiptc/
linux_list.h 30 #define prefetch(x) 1 macro
339 for (pos = (head)->next, prefetch(pos->next); pos != (head); \
340 pos = pos->next, prefetch(pos->next))
361 for (pos = (head)->prev, prefetch(pos->prev); pos != (head); \
362 pos = pos->prev, prefetch(pos->prev))
382 prefetch(pos->member.next); \
385 prefetch(pos->member.next))
395 prefetch(pos->member.prev); \
398 prefetch(pos->member.prev))
419 prefetch(pos->member.next);
    [all...]

Completed in 2694 milliseconds

1 2 3 4 5 6 7 8 91011>>