Home
last modified time | relevance | path

Searched refs:registrations (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
DMutationObserver.js106 var registrations = registrationsTable.get(node);
107 if (!registrations) return;
108 registrations.forEach(function(registration) {
115 var registrations = registrationsTable.get(node);
116 if (registrations) {
117 for (var j = 0; j < registrations.length; j++) {
118 var registration = registrations[j];
140 var registrations = registrationsTable.get(target);
141 if (!registrations) registrationsTable.set(target, registrations = []);
143 for (var i = 0; i < registrations.length; i++) {
[all …]
DCustomElements.js106 var registrations = registrationsTable.get(node);
107 if (!registrations) return;
108 registrations.forEach(function(registration) {
115 var registrations = registrationsTable.get(node);
116 if (registrations) {
117 for (var j = 0; j < registrations.length; j++) {
118 var registration = registrations[j];
140 var registrations = registrationsTable.get(target);
141 if (!registrations) registrationsTable.set(target, registrations = []);
143 for (var i = 0; i < registrations.length; i++) {
[all …]
DHTMLImports.js106 var registrations = registrationsTable.get(node);
107 if (!registrations) return;
108 registrations.forEach(function(registration) {
115 var registrations = registrationsTable.get(node);
116 if (registrations) {
117 for (var j = 0; j < registrations.length; j++) {
118 var registration = registrations[j];
140 var registrations = registrationsTable.get(target);
141 if (!registrations) registrationsTable.set(target, registrations = []);
143 for (var i = 0; i < registrations.length; i++) {
[all …]
Dwebcomponents-lite.js669 var registrations = registrationsTable.get(node);
670 if (!registrations) return;
671 registrations.forEach(function(registration) {
678 var registrations = registrationsTable.get(node);
679 if (registrations) {
680 for (var j = 0; j < registrations.length; j++) {
681 var registration = registrations[j];
703 var registrations = registrationsTable.get(target);
704 if (!registrations) registrationsTable.set(target, registrations = []);
706 for (var i = 0; i < registrations.length; i++) {
[all …]
Dwebcomponents.js621 var registrations = registrationsTable.get(ancestor);
622 if (!registrations) continue;
623 for (var i = 0; i < registrations.length; i++) {
624 var registration = registrations[i];
632 var registrations = registrationsTable.get(node);
633 if (!registrations) return;
634 for (var j = 0; j < registrations.length; j++) {
635 var registration = registrations[j];
644 var registrations = registrationsTable.get(node);
645 if (!registrations) continue;
[all …]
DShadowDOM.js578 var registrations = registrationsTable.get(ancestor);
579 if (!registrations) continue;
580 for (var i = 0; i < registrations.length; i++) {
581 var registration = registrations[i];
589 var registrations = registrationsTable.get(node);
590 if (!registrations) return;
591 for (var j = 0; j < registrations.length; j++) {
592 var registration = registrations[j];
601 var registrations = registrationsTable.get(node);
602 if (!registrations) continue;
[all …]
/external/tensorflow/tensorflow/compiler/jit/
Dxla_cpu_device.cc76 static XlaDeviceOpRegistrations* registrations = in CreateDevices() local
78 (void)registrations; in CreateDevices()
Dxla_gpu_device.cc118 static XlaDeviceOpRegistrations* registrations = in CreateDevices() local
120 (void)registrations; in CreateDevices()
Dxla_device.cc580 XlaDeviceOpRegistrations* registrations = new XlaDeviceOpRegistrations; in RegisterXlaDeviceKernels() local
593 registrations->op_kernel_registrars.emplace_back( in RegisterXlaDeviceKernels()
597 return registrations; in RegisterXlaDeviceKernels()
Dxla_tpu_device.cc358 static XlaDeviceOpRegistrations* registrations = in CreateDevices() local
360 (void)registrations; in CreateDevices()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
DJobTest.kt84 … val registrations = Array<DisposableHandle>(n) { i -> job.invokeOnCompletion { fireCount[i]++ } } in <lambda>() constant
87 for (i in 0 until n) if (unreg(i)) registrations[i].dispose() in <lambda>()
/external/perfetto/protos/perfetto/common/
Dobservable_events.proto40 // TODO(eseckler): Extend this for producer & data source registrations.
/external/libwebsockets/minimal-examples/dbus-server/minimal-dbus-ws-proxy/
DREADME.md43 The main dbus daemon must be told how to accept these registrations if that's
/external/libchrome/base/android/jni_generator/
DREADME.md41 * `jni_registration_generator.py` exposes two registrations methods:
/external/wpa_supplicant_8/hostapd/
Dandroid.config169 # This tracks use of memory allocations and other registrations and reports
Ddefconfig205 # This tracks use of memory allocations and other registrations and reports
/external/perfetto/protos/perfetto/ipc/
Dproducer_port.proto93 // service has seen both data source registrations.
/external/pigweed/pw_cli/
Ddocs.rst57 Plugin registrations in a ``PW_PLUGINS`` file apply to the their directory and
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dops_custom.md283 place your registrations in the
/external/rust/crates/mio/
DCHANGELOG.md210 * `PollOpt` was removed and all registrations use edge-triggers. See the upgrade
/external/tensorflow/tensorflow/core/platform/default/
Dbuild_config.bzl146 # buffers, to avoid duplicate registrations. Also allows non-iterable cc_libs
/external/wpa_supplicant_8/wpa_supplicant/
Dandroid.config384 # This tracks use of memory allocations and other registrations and reports
Ddefconfig421 # This tracks use of memory allocations and other registrations and reports
/external/jackson-databind/release-notes/
DVERSION-2.x1440 #599: Add a simple mechanism for avoiding multiple registrations of the same module
/external/catch2/docs/
Drelease-notes.md709 * Prevents `TEST_CASE` registrations

12