Home
last modified time | relevance | path

Searched full:subsystem (Results 1 – 25 of 1332) sorted by relevance

12345678910>>...54

/external/llvm-project/lldb/test/API/functionalities/darwin_log/filter/exact_match/subsystem/
DTestDarwinLogFilterMatchSubsystem.py46 # subsystem filter tests
51 """Test that fall-through reject, accept match single subsystem works."""
54 "--filter \"accept subsystem match org.llvm.lldb.test.sub2\""]
58 # that subsystem.
69 """Test that fall-through reject, doesn't accept match subsystem via partial-match."""
72 # Fully match second message subsystem.
73 "--filter \"accept subsystem match org.llvm.lldb.test.sub2\"",
74 …"--filter \"accept subsystem match sub1\""] # Only partially match first subsy…
78 # that subsystem.
89 """Test that fall-through accept, reject match subsystem works."""
[all …]
/external/ltp/testcases/kernel/controllers/
Dcgroup_lib.sh8 # Find mountpoint to given subsystem
9 # get_cgroup_mountpoint SUBSYSTEM
13 local subsystem=$1
16 [ $# -eq 0 ] && tst_brk TBROK "get_cgroup_mountpoint: subsystem not defined"
18 mntpoint=$(grep cgroup /proc/mounts | grep -w $subsystem | awk '{ print $2 }')
25 # Check if given subsystem is supported and enabled
26 # is_cgroup_subsystem_available_and_enabled SUBSYSTEM
27 # RETURN: 0 if subsystem supported and enabled, otherwise 1
31 local subsystem=$1
33 [ $# -eq 0 ] && tst_brk TBROK "is_cgroup_subsystem_available_and_enabled: subsystem not defined"
[all …]
/external/llvm-project/lldb/test/API/functionalities/darwin_log/filter/regex/subsystem/
DTestDarwinLogFilterRegexSubsystem.py63 # subsystem filter tests
68 """Test that fall-through reject, accept regex single subsystem works."""
71 "--filter \"accept subsystem regex org.llvm.lldb.test.sub2\""]
75 # that subsystem.
86 """Test that fall-through reject, accept regex subsystem via partial-match works."""
89 "--filter \"accept subsystem regex org.llvm.+.sub2\""]
93 # that subsystem.
104 """Test that fall-through accept, reject regex subsystem works."""
107 "--filter \"reject subsystem regex org.llvm.lldb.test.sub1\""]
111 # via subsystem rejection.
[all …]
/external/llvm-project/lld/test/MinGW/
Ddriver.test60 RUN: ld.lld -### foo.o -m i386pep -subsystem console | FileCheck -check-prefix=SUBSYSTEM %s
61 RUN: ld.lld -### foo.o -m i386pep --subsystem console | FileCheck -check-prefix=SUBSYSTEM %s
62 RUN: ld.lld -### foo.o -m i386pep -subsystem=console | FileCheck -check-prefix=SUBSYSTEM %s
63 RUN: ld.lld -### foo.o -m i386pep --subsystem=console | FileCheck -check-prefix=SUBSYSTEM %s
64 SUBSYSTEM: -subsystem:console
68 OS_VERSION: -osversion:7.8 -subsystem:default,6.0
70 RUN: ld.lld -### foo.o -m i386pep --major-subsystem-version 7 --minor-subsystem-version 8 | FileChe…
71 RUN: ld.lld -### foo.o -m i386pep --major-subsystem-version=7 --minor-subsystem-version=8 | FileChe…
72 SUBSYSTEM_VERSION: -osversion:6.0 -subsystem:default,7.8
74 RUN: ld.lld -### foo.o -m i386pep --minor-subsystem-version 8 | FileCheck -check-prefix=SUBSYSTEM_D…
[all …]
/external/parameter-framework/upstream/parameter/
DSubsystem.h53 // Subsystem objects iterator
60 * @param[in] strName subsystem name
72 // Resynchronization after subsystem restart needed
104 // Subsystem context mapping keys publication
106 // Subsystem object creator publication (strong reference)
113 // Belonging subsystem
122 * Add context mappings to the context and instantiate a subsystem object if needed.
126 Is set to true if a subsystem object (tree leave) has been instantiated.
179 * corresponds to Subsystem level mapping (Subsystem level mapping keys are defined in
185 * @param[out] strMappingKey Mapping key defined at the Subsystem level
[all …]
DSubsystem.cpp30 #include "Subsystem.h"
50 // Note: A subsystem contains instance components in CSubsystem()
79 return "Subsystem"; in getKind()
88 // Resynchronization after subsystem restart needed
97 // Subsystem class does not rely on generic fromXml algorithm of Element class. in structureFromXml()
145 // Execute mapping to create subsystem mapping entities in structureFromXml()
161 // Add Subsystem-level mapping data, which will be propagated to all children in mapSubsystemElements()
166 // Map all instantiated subelements in subsystem in mapSubsystemElements()
187 // of the tree. When formatting the mapping, we want to start from the subsystem level in formatMappingDataList()
299 // Belonging subsystem
[all …]
DSystemClass.h48 * it need to be given to the subsystem library
53 /** Load subsystem plugin and fill the corresponding libraries.
58 * @param[in] bVirtualSubsystemFallback If a subsystem can not be found, use the virtual one.
65 // Subsystem factory
95 /** Load shared libraries subsystem plugins.
105 /** Load subsystem plugin shared libraries.
117 // Subsystem factory
/external/ltp/testcases/kernel/controllers/cgroup_fj/
Dcgroup_fj_common.sh34 local subsystem="$1"
35 local exist=`grep -w $subsystem /proc/cgroups | cut -f1`
38 tst_brkm TCONF "Subsystem $subsystem not supported"
71 if [ "$subsystem" = "cpuset" ]; then
92 exist_subsystem "$subsystem"
97 mount_point=`grep -w $subsystem /proc/mounts | grep -w "cgroup" | \
103 tst_resm TINFO "Subsystem $subsystem is not mounted, mounting it at $mount_point"
105 ROD mount -t cgroup -o "$subsystem" "ltp_cgroup" "$mount_point"
107 tst_resm TINFO "Subsystem $subsystem is mounted at $mount_point"
/external/llvm-project/lld/test/COFF/
Dicf-simple.test2 # RUN: lld-link /opt:icf /entry:foo /out:%t.exe /subsystem:console /include:bar \
9 # RUN: lld-link /entry:foo /out:%t.exe /subsystem:console /include:bar \
12 # RUN: lld-link /entry:foo /out:%t.exe /subsystem:console /include:bar \
17 # RUN: lld-link /entry:foo /out:%t.exe /subsystem:console \
22 # RUN: lld-link /debug /entry:foo /out:%t.exe /subsystem:console \
27 # RUN: lld-link /profile /entry:foo /out:%t.exe /subsystem:console \
32 # RUN: lld-link /opt:noref /entry:foo /out:%t.exe /subsystem:console \
37 # RUN: lld-link /debug /opt:ref /entry:foo /out:%t.exe /subsystem:console \
42 # RUN: lld-link /debug /opt:noicf,ref /entry:foo /out:%t.exe /subsystem:console \
Dsubsystem.test1 # RUN: lld-link /entry:main /out:%t.exe /subsystem:windows \
9 CHECK1: Subsystem: IMAGE_SUBSYSTEM_WINDOWS_GUI
11 # RUN: lld-link /entry:main /out:%t.exe /subsystem:windows,8.9 \
15 # RUN: lld-link /entry:main /out:%t.exe /subsystem:windows,8.09 \
23 CHECK2: Subsystem: IMAGE_SUBSYSTEM_WINDOWS_GUI
25 # RUN: lld-link /entry:main /out:%t.exe /subsystem:default,8.9 \
43 # RUN: lld-link /entry:main /out:%t.exe /osversion:1.2 /subsystem:default,3.4 \
Dmerge.test2 # RUN: lld-link /out:%t.exe /entry:main /subsystem:console /force \
6 # RUN: lld-link /out:%t.exe /entry:main /subsystem:console /force \
10 # RUN: env LLD_IN_TEST=1 not lld-link /out:%t.exe /entry:main /subsystem:console /force \
12 # RUN: env LLD_IN_TEST=1 not lld-link /out:%t.exe /entry:main /subsystem:console /force \
14 # RUN: env LLD_IN_TEST=1 not lld-link /out:%t.exe /entry:main /subsystem:console /force \
16 # RUN: env LLD_IN_TEST=1 not lld-link /out:%t.exe /entry:main /subsystem:console /force \
18 # RUN: env LLD_IN_TEST=1 not lld-link /out:%t.exe /entry:main /subsystem:console /force \
20 # RUN: env LLD_IN_TEST=1 not lld-link /out:%t.exe /entry:main /subsystem:console /force \
Dimplib-name.test5 …/machine:x64 /def:%S/Inputs/named.def /out:%T/library.dll %T/object.obj /entry:f /subsystem:CONSOLE
16 …/machine:x64 /def:%S/Inputs/named.def /out:%T/library.exe %T/object.obj /entry:f /subsystem:CONSOLE
24 …nk /dll /machine:x64 /def:%S/Inputs/extension.def /out:%T/extension.dll /entry:f /subsystem:CONSOLE
27 # RUN: lld-link /machine:x64 /def:%S/Inputs/extension.def /out:%T/extension.exe /entry:f /subsystem
38 …d-link /dll /machine:x64 /def:%S/Inputs/default.def /out:%T/default.dll /entry:f /subsystem:CONSOLE
49 …achine:x64 /def:%S/Inputs/default.def /out:%T/default.exe %T/object.obj /entry:f /subsystem:CONSOLE
57 # RUN: lld-link /machine:x64 /out:%T/default.exe %T/object.obj /entry:f /subsystem:CONSOLE
65 # RUN: lld-link /machine:x64 /dll /out:%T/default.dll %T/object.obj /entry:f /subsystem:CONSOLE
Dmachine.test2 # RUN: lld-link -safeseh:no /entry:main /subsystem:console /out:%t.exe %t.obj
4 # RUN: lld-link -safeseh:no /entry:main /subsystem:console /machine:x64 \
11 # RUN: lld-link -safeseh:no /entry:main /subsystem:console /out:%t.exe %t.obj
13 # RUN: lld-link -safeseh:no /entry:main /subsystem:console /machine:x86 \
20 # RUN: not lld-link /entry:main /subsystem:console /machine:x86 \
26 # RUN: not lld-link /entry:main /subsystem:console /out:%t.exe \
Dsubsystem-inference.test4 # RUN: lld-link /out:%t.exe %t.obj /subsystem:default,6.0
14 # RUN: lld-link /out:%t.exe %t.obj /subsystem:default,6.0
21 # MAIN: Subsystem: IMAGE_SUBSYSTEM_WINDOWS_CUI
22 # WMAIN: Subsystem: IMAGE_SUBSYSTEM_WINDOWS_CUI
23 # WINMAIN: Subsystem: IMAGE_SUBSYSTEM_WINDOWS_GUI
24 # WWINMAIN: Subsystem: IMAGE_SUBSYSTEM_WINDOWS_GUI
Dnodefaultlib.test4 # RUN: not lld-link /out:%t.exe /entry:main /subsystem:console \
8 # RUN: not lld-link /out:%t.exe /entry:main /subsystem:console \
13 # RUN: /subsystem:console hello64.obj /defaultlib:std64.lib \
18 # RUN: /subsystem:console hello64.obj /defaultlib:std64 \
28 # RUN: /subsystem:console hello64.obj /defaultlib:std64.lib
31 # RUN: /subsystem:console hello64.obj /defaultlib:std64.lib
Dthinlto.ll6 ; RUN: lld-link /lldsavetemps /out:%T/thinlto/main.exe /entry:main /subsystem:console %T/thinlto/ma…
10 ; RUN: lld-link /lldsavetemps /out:%T/thinlto/main.exe /entry:main /subsystem:console %T/thinlto/ma…
12 ; RUN: lld-link /lldsavetemps /out:%T/thinlto/main.exe /entry:main /subsystem:console %T/thinlto/ma…
14 ; RUN: lld-link /lldsavetemps /out:%T/thinlto/main.exe /entry:main /subsystem:console %T/thinlto/ma…
16 ; RUN: not lld-link /lldsavetemps /out:%T/thinlto/main.exe /entry:main /subsystem:console %T/thinlt…
22 ; RUN: lld-link /lldsavetemps /out:%t.exe /entry:main /subsystem:console %T/thinlto/main.obj %t.lib
Dlinkrepro.test8 # RUN: lld-link %t.obj %p/Inputs/std32.lib /subsystem:console \
16 # RUN: lld-link %t.obj %p/Inputs/std32.lib /subsystem:console \
25 # RUN: /subsystem:console /entry:main@0 /out:%t.exe
32 # RUN: lld-link %t.obj /libpath:%p/Inputs /defaultlib:std32 /subsystem:console \
40 # RUN: env LIB=%p/Inputs lld-link %t.obj /defaultlib:std32 /subsystem:console \
47 # RSP: /subsystem:console
/external/parameter-framework/upstream/test/introspection-subsystem/
DCMakeLists.txt29 # The introspection-subsystem provides ability to retrieve
31 # at subsystem level.
38 add_library(introspection-subsystem SHARED
46 generate_export_header(introspection-subsystem
54 target_include_directories(introspection-subsystem
57 target_link_libraries(introspection-subsystem PRIVATE plugin-internal-hack)
/external/parameter-framework/upstream/schemas/
DREADME.md11 Only `ParameterFrameworkConfiguration.xsd`, `SystemClass.xsd`, `Subsystem.xsd` and
47 points to all the "Subsystem" files (see below).
54 ## Subsystem.xsd
56 Schema for all **Subsystem files** (aka Structure files). These files describe the
60 A Subsystem has the following attribute:
70 the Subsystem.
72 A Subsystem *must* contain:
/external/autotest/client/cros/
Dudev_helpers.py24 converted to lowercase. Example: {'subsystem': 'input'}
52 event_type: What type of events to trigger (device or subsystem)
75 for subsystem in subsystem_match:
77 cmd.append('"{}"'.format(subsystem))
79 for subsystem in subsystem_nomatch:
81 cmd.append('"{}"'.format(subsystem))
/external/perfetto/src/trace_processor/metrics/chrome/
Dactual_power_by_category.sql48 -- input table broken down by subsystem.
55 subsystem,
60 subsystem,
66 subsystem
73 subsystem,
79 subsystem
/external/OpenCSD/decoder/build/win-vs2015/rctdl_c_api_lib/
Drctdl_c_api_lib.vcxproj181 <SubSystem>Windows</SubSystem>
196 <SubSystem>Windows</SubSystem>
211 <SubSystem>Windows</SubSystem>
226 <SubSystem>Windows</SubSystem>
243 <SubSystem>Windows</SubSystem>
262 <SubSystem>Windows</SubSystem>
281 <SubSystem>Windows</SubSystem>
300 <SubSystem>Windows</SubSystem>
/external/OpenCSD/decoder/tests/build/win-vs2015/snapshot_parser_lib/
Dsnapshot_parser_lib.vcxproj161 <SubSystem>Windows</SubSystem>
176 <SubSystem>Windows</SubSystem>
192 <SubSystem>Windows</SubSystem>
208 <SubSystem>Windows</SubSystem>
225 <SubSystem>Windows</SubSystem>
244 <SubSystem>Windows</SubSystem>
263 <SubSystem>Windows</SubSystem>
282 <SubSystem>Windows</SubSystem>
/external/icu/icu4c/source/samples/citer/
Dciter.vcxproj49 <SubSystem>Console</SubSystem>
70 <SubSystem>Console</SubSystem>
89 <SubSystem>Console</SubSystem>
109 <SubSystem>Console</SubSystem>
/external/tinyxml2/tinyxml2/
Dtest.vcxproj207 <SubSystem>Console</SubSystem>
218 <SubSystem>Console</SubSystem>
264 <SubSystem>Console</SubSystem>
285 <SubSystem>Console</SubSystem>
294 <SubSystem>Console</SubSystem>
309 <SubSystem>Console</SubSystem>
320 <SubSystem>Console</SubSystem>
335 <SubSystem>Console</SubSystem>

12345678910>>...54