Home
last modified time | relevance | path

Searched +full:node +full:- +full:notifier (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/aosp_15_r20/trusty/kernel/lib/trusty/
H A Dtrusty_app.c2 * Copyright (c) 2012-2013, NVIDIA CORPORATION. All rights reserved
72 #define PAGE_MASK (PAGE_SIZE - 1)
142 tid, (u)->time_low, (u)->time_mid, (u)->time_hi_and_version, \
143 (u)->clock_seq_and_node[0], (u)->clock_seq_and_node[1], \
144 (u)->clock_seq_and_node[2], (u)->clock_seq_and_node[3], \
145 (u)->clock_seq_and_node[4], (u)->clock_seq_and_node[5], \
146 (u)->clock_seq_and_node[6], (u)->clock_seq_and_node[7]);
186 (const void*)appimg->img_start, in address_range_within_img()
187 (const void*)appimg->img_end); in address_range_within_img()
193 if (!range->size) { in trusty_app_allow_mmio_range()
[all …]
H A Dtrusty_virtio.c66 struct bst_node node; member
78 * The last reference to the bus may get dropped from an interrupt-free
92 containerof(a, struct trusty_virtio_bus, node); in compare_client_ids()
94 containerof(b, struct trusty_virtio_bus, node); in compare_client_ids()
95 ext_mem_client_id_t id_a = bus_a->client_id; in compare_client_ids()
96 ext_mem_client_id_t id_b = bus_b->client_id; in compare_client_ids()
100 return -1; in compare_client_ids()
114 event_signal(&vb->free_bus_event, false); in signal_client_bus_free()
121 obj_del_ref(&vb->refobj, ref, signal_client_bus_free); in release_bus_ref_locked()
143 new_bus->state = VIRTIO_BUS_STATE_UNINITIALIZED; in alloc_new_bus()
[all …]
/aosp_15_r20/external/junit/src/main/java/org/junit/runners/
H A DParentRunner.java55 * "parent node" in the test tree, with children defined by objects of some data
58 * must implement finding the children of the node, describing each child, and
133 * reported through {@code notifier}
135 protected abstract void runChild(T child, RunNotifier notifier); in runChild() argument
189 * Override to add pre-/post-processing. Here is an outline of the
197 * <li>Apply all {@code ClassRule}s on the test-class and superclasses.</li>
198 * <li>Run all non-overridden {@code @BeforeClass} methods on the test-class
201 * <li>Run all remaining tests on the test-class.</li>
202 * <li>Run all non-overridden {@code @AfterClass} methods on the test-class
212 protected Statement classBlock(final RunNotifier notifier) { in classBlock() argument
[all …]
/aosp_15_r20/trusty/kernel/lib/metrics/
H A Dmetrics.c42 * being null-terminated. However, unlike APP_NAME_MAX_SIZE, UUID_STR_SIZE
44 * METRICS_MAX_APP_ID_LEN - UUID_STR_SIZE.
47 #define APP_NAME_MAX_SIZE (METRICS_MAX_APP_ID_LEN - UUID_STR_SIZE)
50 * enum chan_state - states of the metrics consumer channel event handler
166 uuid_to_str(&app->props.uuid, args.app_id); in report_crash()
169 args.crash_reason = error_args->reason; in report_crash()
170 args.far = error_args->far; in report_crash()
171 memcpy(args.far_hash, error_args->far_hash, sizeof(args.far_hash)); in report_crash()
172 args.elr = error_args->elr; in report_crash()
173 memcpy(args.elr_hash, error_args->elr_hash, sizeof(args.elr_hash)); in report_crash()
[all …]
/aosp_15_r20/cts/tests/core/runner-axt/src/com/android/cts/core/runner/support/
H A DTestNgRunner.java8 * http://www.apache.org/licenses/LICENSE-2.0
38 * logic to handle BeforeClass/AfterClass and other junit-specific functionality
72 // We always follow a flat Parent->Leaf hierarchy, so no recursion necessary. in testCount()
97 public void run(RunNotifier notifier) { in run() argument
114 notifier.fireTestStarted(child); in run()
120 notifier.fireTestFailure(new Failure(child, extractException(result.getFailures()))); in run()
123 notifier.fireTestFinished(child); in run()
207 // Add [Class, MethodName] as a Description leaf node. in generateTestNgDescription()
232 // we add the pre-requisite 2 extra null checks to avoid throwing NPEs. in descriptionHasChildren()
/aosp_15_r20/art/test/004-ThreadStress/src-art/
H A DMain.java8 * http://www.apache.org/licenses/LICENSE-2.0
33 // Through run-test:
34 // test/run-test {run-test-args} 004-ThreadStress [Main {ThreadStress-args}]
38 // -n X .............. number of threads
39 // -d X .............. number of daemon threads
40 // -o X .............. number of overall operations
41 // -t X .............. number of operations per thread
42 // -p X .............. number of permits granted by semaphore
43 // --dumpmap ......... print the frequency map
44 // --locks-only ...... select a pre-set frequency map with lock-related operations only
[all …]
/aosp_15_r20/external/perfetto/ui/
H A Dpnpm-lock.yaml23 '@codemirror/theme-one-dark':
41 '@types/color-convert':
50 '@types/node':
62 '@types/w3c-web-usb':
68 color-convert:
71 devtools-protocol:
89 jsbn-rsa:
95 noice-json-rpc:
104 protobufjs-cli:
116 vega-lite:
[all …]
/aosp_15_r20/external/webrtc/modules/desktop_capture/linux/wayland/
H A Dscreencast_portal.h4 * Use of this source code is governed by a BSD-style license
42 // xdg-desktop-portal/screencast
43 …// https://github.com/flatpak/xdg-desktop-portal/blob/master/data/org.freedesktop.portal.ScreenCas…
54 // xdg-desktop-portal/screencast
55 …// https://github.com/flatpak/xdg-desktop-portal/blob/master/data/org.freedesktop.portal.ScreenCas…
81 ScreenCastPortal(CaptureType type, PortalNotifier* notifier);
83 PortalNotifier* notifier,
96 // PipeWire stream node ID.
98 // The observer will return whether the communication with xdg-desktop-portal
125 // xdg-desktop-portal/screencast
[all …]
/aosp_15_r20/external/python/cpython3/.github/workflows/
Dnew-bugs-announce-notifier.yml1 name: new-bugs-announce notifier
6 - opened
12 notify-new-bugs-announce:
13 runs-on: ubuntu-latest
14 timeout-minutes: 10
16 - uses: actions/setup-node@v3
18 node-version: 14
19 - run: npm install mailgun.js form-data
20 - name: Send notification
21 uses: actions/github-script@v6
[all …]
/aosp_15_r20/external/pigweed/pw_ide/ts/pigweed-vscode/
H A Dpackage-lock.json10 "license": "Apache-2.0",
16 "js-yaml": "^4.1.0",
17 "node_modules-path": "^2.0.8",
18 "strip-ansi": "^7.1.0"
24 "@types/js-yaml": "^4.0.9",
25 "@types/node": "^20.14.10",
27 "@typescript-eslint/eslint-plugin": "^7.16.0",
28 "@typescript-eslint/parser": "^7.16.0",
29 "@vscode/test-cli": "^0.0.10",
30 "@vscode/test-electron": "^2.4.1",
[all …]
/aosp_15_r20/external/libva/
H A DCONTRIBUTING.md11 …lear contribution chain of trust we use the [signed-off-by language](https://01.org/community/sign…
15 Beside the signed-off-by footer, we expect each patch to comply with the following format:
22 See [here](http://chris.beams.io/posts/git-commit/)
25 Signed-off-by: <[email protected]>
33 If we do not use a render node we must authenticate. Doing the extra
38 Signed-off-by: Emil Velikov <[email protected]>
39 Reviewed-by: Sean V Kelley <[email protected]>
56 [mailing list](https://lists.01.org/postorius/lists/intel-vaapi-media.lists.01.org)
78 notifier.
82 Signed-off-by: Samuel Ortiz <[email protected]>
[all …]
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
H A Dbuild.log2 ---------
3 Build Time: 2017-02-06T15:35:26-0800
9 accessibility-developer-tools: 2.11.0
10 adm-zip: 0.4.7
12 agent-base: 2.0.1
13 align-text: 0.1.4
14 ansi-regex: 2.1.1
15 ansi-styles: 2.2.1
17 append-field: 0.1.0
19 arr-diff: 2.0.0
[all …]
/aosp_15_r20/external/cpuinfo/test/dmesg/
H A Dmoto-g-gen2.log3 [ 0.000000,0] Linux version 3.4.42-gef77327 (hudsoncm@ilclbld26) (gcc version 4.8 (GCC) ) #1 SMP…
6 [ 0.000000,0] Machine: Qualcomm MSM 8226 (Flattened Device Tree), model: Motorola QC-MSM8226 Tit…
7 [ 0.000000,0] qcom,ion-heap@28 reserved EBI1 size 314000
8 [ 0.000000,0] Node qcom,mdss_fb_primary memblock_reserve memory 3200000-41a0000
10 [ 0.000000,0] Node qcom,msm-mem-hole removed memory 8400000-c400000
11 [ 0.000000,0] Node qcom,msm-mem-hole removed memory d200000-f600000
12 [ 0.000000,0] Node qcom,msm-mem-hole removed memory fa00000-ff00000
13 [ 0.000000,0] qcom,tz-log@fe805720 reserved EBI1 size 1000
14 [ 0.000000,0] qcom,msm-efuse reserved EBI1 size 1000
26 [ 0.000000,0] Normal 0x00000000 -> 0x00026000
[all …]
H A Dgalaxy-s5-us.log3 <5>[ 0.000000] Linux version 3.4.0-5869384 (dpi@SWHC3812) (gcc version 4.8 (GCC) ) #1 SMP PREEMP…
7 <6>[ 0.000000] qcom,ion-heap@28 reserved EBI1 size 614000
8 <6>[ 0.000000] qcom,ion-heap@30 reserved EBI1 size 9600000
10 <6>[ 0.000000] Node qcom,mdss_fb_primary memblock_reserve memory 3200000-4100000
11 <6>[ 0.000000] Node qcom,wdt@f9017000 memblock_reserve memory 0-4000
12 <6>[ 0.000000] qcom,msm-rtb reserved EBI1 size 100000
13 <6>[ 0.000000] qcom,msm-contig-mem reserved EBI1 size 280000
14 <6>[ 0.000000] Node qcom,msm-mem-hole removed memory 4d00000-d200000
15 <6>[ 0.000000] Node qcom,msm-mem-hole removed memory fa00000-10200000
26 <7>[ 0.000000] On node 0 totalpages: 447232
[all …]
H A Dnexus9.log3 [ 0.000000] Linux version 3.10.103-gb7c30cdef95 (android-[email protected]) (gcc v…
10 [ 0.000000] LP0: f7fff000 - f7fff7ff
11 [ 0.000000] Bootloader framebuffer: ac001000 - acc20fff
12 [ 0.000000] Bootloader framebuffer2: 00000000 - 00000000
13 [ 0.000000] Framebuffer: f5e00000 - f75fffff
14 [ 0.000000] 2nd Framebuffer: 00000000 - 00000000
15 [ 0.000000] Tsec: 00000000 - 00000000
16 [ 0.000000] Tzram: f7a00000 - f7dfffff
19 [ 0.000000] On node 0 totalpages: 488448
23 [ 0.000000] psci: probing function IDs from device-tree
[all …]
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/polymer/
H A Dbuild.log2 ---------
3 Build Time: 2018-02-12T15:48:46-0800
8 dom-serializer: 0.1.0
10 expand-tilde: 1.2.2
11 is-windows: 0.2.0
14 path-is-inside: 1.0.2
18 @types/express-serve-static-core: 4.0.53
24 @types/node: 4.2.20
25 @types/serve-static: 1.7.32
26 accessibility-developer-tools: 2.12.0
[all …]
/aosp_15_r20/external/sdv/vsomeip/documentation/
DvsomeipUserGuide10 :iconsdir: {asciidoc-confdir}/{iconsdir}
14 :data-uri:
18 Copyright (C) 2015-2019, Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
29 // or pass it via -a version=$VSOMEIP_VERSION to asciidoc
33 ----------------
34 The vsomeip stack implements the http://some-ip.com/[Scalable service-Oriented
38 * a second shared library for SOME/IP's service discovery (`libvsomeip-sd.so`)
42 ------------------
49 *** `sudo apt-get install libboost-system1.55-dev libboost-thread1.55-dev
50 libboost-log1.55-dev`
[all …]
/aosp_15_r20/art/tools/luci/config/
H A Dmain.star9 # http://www.apache.org/licenses/LICENSE-2.0
39 # TODO: Switch to project-scoped service account.
43 buildbucket = "cr-buildbucket.appspot.com",
44 logdog = "luci-logdog.appspot.com",
45 milo = "luci-milo.appspot.com",
46 notify = "luci-notify.appspot.com",
47 scheduler = "luci-scheduler.appspot.com",
48 swarming = "chromium-swarm.appspot.com",
65 groups = "project-art-admins",
69 groups = "luci-logdog-chromium-writers",
[all …]
/aosp_15_r20/external/pigweed/
H A Dpackage-lock.json10 "license": "Apache-2.0",
12 "@protobuf-ts/protoc": "^2.7.0",
14 "google-protobuf": "^3.17.3",
16 "ts-protoc-gen": "^0.15.0"
23 "@codemirror/lang-python": "^6.1.6",
25 "@codemirror/theme-one-dark": "^6.1.2",
26 "@lit-labs/virtualizer": "^2.0.7",
27 "@material-ui/core": "^4.12.1",
28 "@material-ui/lab": "^4.0.0-alpha.60",
30 "@open-wc/testing": "^3.0.0-next.5",
[all …]
/aosp_15_r20/external/arm-trusted-firmware/plat/xilinx/zynqmp/pm_service/
H A Dpm_api_sys.c2 * Copyright (c) 2013-2020, ARM Limited and Contributors. All rights reserved.
4 * SPDX-License-Identifier: BSD-3-Clause
8 * ZynqMP system level PM-API functions and communication with PMU via
27 * pm_get_shutdown_scope() - Get the currently set shutdown scope
73 * pm_self_suspend() - PM call for processor to suspend itself
74 * @nid Node id of the processor or subsystem
99 PM_PACK_PAYLOAD6(payload, PM_SELF_SUSPEND, proc->node_id, latency, in pm_self_suspend()
105 * pm_req_suspend() - PM call to request for another PU or subsystem to
107 * @target Node id of the targeted PU or subsystem
129 * pm_req_wakeup() - PM call for processor to wake up selected processor
[all …]
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp1 //===---- CGOpenMPRuntimeNVPTX.cpp - Interface to OpenMP NVPTX Runtimes ---===//
8 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
108 WorkerFn->setLinkage(llvm::GlobalValue::InternalLinkage); in createWorkerFunction()
109 WorkerFn->addFnAttr(llvm::Attribute::NoInline); in createWorkerFunction()
114 // Initialize master-worker control state in shared memory. in initializeEnvironment()
123 ActiveWorkers->setAlignment(DL.getPrefTypeAlignment(CGM.Int32Ty)); in initializeEnvironment()
130 WorkID->setAlignment(DL.getPrefTypeAlignment(CGM.Int64Ty)); in initializeEnvironment()
170 Bld.CreateAlignedLoad(WorkID, WorkID->getAlignment()), in emitWorkerLoop()
171 llvm::Constant::getNullValue(WorkID->getType()->getElementType()), in emitWorkerLoop()
[all …]
/aosp_15_r20/device/google/cuttlefish_prebuilts/kernel/6.1-i686/
Dpulse8-cec.ko ... /media/cec/usb/pulse8/pulse8-cec.c unsigned int module_state entry list_lock counter umode_t ...
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/uiautomator_intermediates/
Dclasses.jar ... META-INF/ META-INF/MANIFEST.MF com/ com/android ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/cmds/uiautomator/cmds/uiautomator/uiautomator/android_common/combined/
Duiautomator.jar ... META-INF/ META-INF/MANIFEST.MF com/ com/android ...
/aosp_15_r20/external/sdv/vsomeip/interface/vsomeip/
Dapplication.hpp1 // Copyright (C) 2014-2017 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
73 * by the configured as part of the application node within a vsomeip
96 * - Loading the configuration from a dynamic module
97 * - Loading the configuration from a .json file or
98 * - Loading the configuration from compiled data (not yet available)
99 * - Determining routing configuration and initialization of the routing
101 * - Installing signal handlers
200 * \param _notifier Identifier of the notifier for the offered event.
497 * - Only a single handler can be registered per service, instance,
499 * - A subsequent call will overwrite an existing registration.
[all …]

12345678910>>...13