/external/skia/resources/ |
slides_content2.lua | 30 - Blink : under the GraphicsContext hood 35 Skia In Blink 37 Skia In Blink : Fonts 41 - Push LCD decision-making out of Blink 43 Skia In Blink : Record-Time-Rasterization 47 - Problematic in modern Blink 52 Skia In Blink : RTR response 60 Skia In Blink : Recording 68 Skia In Blink : Recording response 76 Skia In Blink : Playbac [all...] |
/external/toolchain-utils/user_activity_benchmarks/testdata/input/pprof_top/ |
file1.pprof | 8 9839378797 2.64% 33.75% 14384869492 3.87% blink::v8StringToWebCoreString /home/chrome-bot/chrome_root/src/third_party/WebKit/Source/bindings/core/v8/V8StringResource.cpp 10 4651723038 1.25% 36.63% 8205985387 2.21% blink::ElementV8Internal::idAttributeGetterCallback /var/cache/chromeos-chrome/chrome-src-internal/src/out_gnawty/Release/gen/blink/bindings/core/v8/V8Element.cpp 11 4569044106 1.23% 37.86% 6408862507 1.72% blink::NodeV8Internal::firstChildAttributeGetterCallbackForMainWorld /var/cache/chromeos-chrome/chrome-src-internal/src/out_gnawty/Release/gen/blink/bindings/core/v8/V8Node.cpp 13 3277220829 0.88% 39.64% 14077115947 3.78% blink::DocumentV8Internal::getElementByIdMethodCallbackForMainWorld /var/cache/chromeos-chrome/chrome-src-internal/src/out_gnawty/Release/gen/blink/bindings/core/v8/V8Document.cpp 16 3007599556 0.81% 42.16% 13057167098 3.51% blink::ElementV8Internal::getAttributeMethodCallback /var/cache/chromeos-chrome/chrome-src-internal/src/out_gnawty/Release/gen/blink/bindings/core/v8/V8Element.cpp
|
file2.pprof | 7 4585860529 3.95% 3.95% 13583834527 11.70% blink::InvalidationSet::invalidatesElement /home/chrome-bot/chrome_root/src/third_party/WebKit/Source/core/css/invalidation/a/b/../../InvalidationSet.cpp 8 3791928512 3.27% 7.21% 35145646088 30.26% blink::StyleInvalidator::invalidate /home/chrome-bot/chrome_root/src/third_party/WebKit/Source/core/css/invalidation/StyleInvalidator.cpp 9 2871318565 2.47% 9.69% 2979878602 2.57% blink::StyleInvalidator::RecursionCheckpoint::~RecursionCheckpoint /home/chrome-bot/chrome_root/src/third_party/WebKit/Source/core/css/invalidation/StyleInvalidator.h (inline) 11 1841071698 1.59% 12.92% 13112332809 11.29% blink::StyleInvalidator::RecursionData::matchesCurrentInvalidationSets /home/chrome-bot/chrome_root/src/third_party/WebKit/Source/core/css/invalidation/StyleInvalidator.cpp (inline) 12 1825142681 1.57% 14.49% 1828134467 1.57% blink::StyleInvalidator::RecursionCheckpoint::RecursionCheckpoint /home/chrome-bot/chrome_root/src/third_party/WebKit/Source/core/css/invalidation/StyleInvalidator.h (inline) 13 1727655605 1.49% 15.98% 1925839708 1.66% blink::Element::hasID /home/chrome-bot/chrome_root/src/third_party/WebKit/Source/core/dom/Element.h (inline) 14 1548329435 1.33% 17.31% 14927333582 12.85% blink::StyleInvalidator::checkInvalidationSetsAgainstElement /home/chrome-bot/chrome_root/src/third_party/WebKit/Source/core/css/invalidation/StyleInvalidator.cpp (inline) 16 1298665649 1.12% 19.66% 4872203383 4.20% blink::SelectorChecker::matchSelector /home/chrome-bot/chrome_root/src/third_party/WebKit/Source/core/css/SelectorChecker.cpp
|
/external/toolchain-utils/user_activity_benchmarks/testdata/input/pprof_top_csv/ |
file1.csv | 8 blink::ElementV8Internal::idAttributeGetterCallback,/var/cache/chromeos-chrome/chrome-src-internal/src/out_gnawty/Release/gen/blink/bindings/core/v8/V8Element.cpp,4651723038,0.0125,0.3663,8205985387,0.0221 10 blink::v8StringToWebCoreString,/home/chrome-bot/chrome_root/src/third_party/WebKit/Source/bindings/core/v8/V8StringResource.cpp,9839378797,0.0264,0.3375,14384869492,0.0387 11 blink::NodeV8Internal::firstChildAttributeGetterCallbackForMainWorld,/var/cache/chromeos-chrome/chrome-src-internal/src/out_gnawty/Release/gen/blink/bindings/core/v8/V8Node.cpp,4569044106,0.0123,0.3786,6408862507,0.0172 12 blink::DocumentV8Internal::getElementByIdMethodCallbackForMainWorld,/var/cache/chromeos-chrome/chrome-src-internal/src/out_gnawty/Release/gen/blink/bindings/core/v8/V8Document.cpp,3277220829,0.0088,0.3964,14077115947,0.0378 14 blink::ElementV8Internal::getAttributeMethodCallback,/var/cache/chromeos-chrome/chrome-src-internal/src/out_gnawty/Release/gen/blink/bindings/core/v8/V8Element.cpp,3007599556,0.0081,0.4216,13057167098,0.0351
|
/external/v8/tools/clang/blink_gc_plugin/ |
BlinkGCPlugin.cpp | 5 // This clang plugin checks various invariants of the Blink garbage 9 // http://www.chromium.org/developers/blink-gc-plugin-errors 40 llvm::errs() << "Unknown blink-gc-plugin argument: " << arg << "\n"; 52 "blink-gc-plugin", 53 "Check Blink GC invariants");
|
DiagnosticsReporter.cpp | 12 "[blink-gc] Class %0 must derive its GC base in the left-most position."; 15 "[blink-gc] Class %0 requires a trace method."; 18 "[blink-gc] Base class %0 of derived class %1 requires tracing."; 21 "[blink-gc] Untraced base class %0 declared here:"; 24 "[blink-gc] Class %0 has untraced fields that require tracing."; 27 "[blink-gc] Class %0 has untraced or not traceable fields."; 30 "[blink-gc] Untraced field %0 declared here:"; 33 "[blink-gc] Untraceable field %0 declared here:"; 36 "[blink-gc] Class %0 contains invalid fields."; 39 "[blink-gc] Class %0 contains GC root in field %1." [all...] |
/external/v8/tools/clang/blink_gc_plugin/tests/ |
non_virtual_trace.txt | 2 ./non_virtual_trace.h:12:1: warning: [blink-gc] Left-most base class 'A' of derived class 'D' must define a virtual trace method. 5 non_virtual_trace.cpp:13:1: warning: [blink-gc] Class 'C' overrides non-virtual trace of base class 'A'. 8 ./non_virtual_trace.h:14:5: note: [blink-gc] Non-virtual trace method declared here: 11 non_virtual_trace.cpp:18:1: warning: [blink-gc] Class 'D' overrides non-virtual trace of base class 'A'. 14 ./non_virtual_trace.h:14:5: note: [blink-gc] Non-virtual trace method declared here:
|
base_class_must_define_virtual_trace.txt | 2 ./base_class_must_define_virtual_trace.h:12:1: warning: [blink-gc] Left-most base class 'PartBase' of derived class 'PartDerived' must define a virtual trace method. 5 ./base_class_must_define_virtual_trace.h:23:1: warning: [blink-gc] Left-most base class 'HeapBase' of derived class 'HeapDerived' must define a virtual trace method.
|
base_class_must_define_virtual_trace.cpp | 7 namespace blink { namespace
|
class_does_not_require_finalization.cpp | 7 namespace blink { namespace
|
class_overrides_new.h | 10 namespace blink { namespace
|
class_requires_finalization_base.cpp | 7 namespace blink { namespace
|
class_requires_finalization_field.h | 10 namespace blink { namespace 30 } // blink namespace 35 struct VectorTraits<blink::C> { 41 namespace blink { namespace
|
class_requires_trace_method_tmpl.cpp | 7 namespace blink { namespace
|
cycle_ptrs.cpp | 7 namespace blink { namespace
|
cycle_sub.cpp | 7 namespace blink { namespace
|
destructor_in_nonfinalized_class.cpp | 7 namespace blink { namespace
|
/external/toolchain-utils/user_activity_benchmarks/testdata/expected/pprof_common/ |
file1.pprof | 2 blink::ElementV8Internal::getAttributeMethodCallback,/var/cache/chromeos-chrome/chrome-src-internal/src/out_gnawty/Release/gen/blink/bindings/core/v8/V8Element.cpp,debug/opt/google/chrome/chrome,30638548,3007599556,0.81%,42.16%,13057167098,3.51%
|
file2.pprof | 2 blink::InvalidationSet::invalidatesElement,/home/chrome-bot/chrome_root/src/third_party/WebKit/Source/co (…)
|
/external/toolchain-utils/user_activity_benchmarks/testdata/results/pprof_common/ |
file1.pprof | 2 blink::ElementV8Internal::getAttributeMethodCallback,/var/cache/chromeos-chrome/chrome-src-internal/src/out_gnawty/Release/gen/blink/bindings/core/v8/V8Element.cpp,debug/opt/google/chrome/chrome,30638548,3007599556,0.81%,42.16%,13057167098,3.51%
|
file2.pprof | 2 blink::InvalidationSet::invalidatesElement,/home/chrome-bot/chrome_root/src/third_party/WebKit/Source/co (…)
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/testing/ |
create_many_objects.html | 13 // Create a lot of objects can trigger a Blink GC.
|
/external/iptables/extensions/ |
libxt_LED.t | 4 -j LED --led-trigger-id "foo" --led-delay 42 --led-always-blink;=;OK
|
/external/iptables/include/linux/netfilter/ |
xt_LED.h | 8 __u8 always_blink; /* Blink even if the LED is already on */
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
xt_LED.h | 8 __u8 always_blink; /* Blink even if the LED is already on */
|