Home
last modified time | relevance | path

Searched full:platforms (Results 1 – 25 of 4585) sorted by relevance

12345678910>>...184

/external/grpc-grpc/tools/run_tests/generated/
Dtests.json20 "platforms": [ array
44 "platforms": [ array
68 "platforms": [ array
92 "platforms": [ array
116 "platforms": [ array
142 "platforms": [ array
166 "platforms": [ array
190 "platforms": [ array
213 "platforms": [ array
234 "platforms": [ array
[all …]
/external/mdnsresponder/
DmDNSResponder.sln89 Debug|Mixed Platforms = Debug|Mixed Platforms
93 Release|Mixed Platforms = Release|Mixed Platforms
99 {AB581101-18F0-46F6-B56A-83A6B1EA657E}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
100 {AB581101-18F0-46F6-B56A-83A6B1EA657E}.Debug|Mixed Platforms.Build.0 = Debug|x64
106 {AB581101-18F0-46F6-B56A-83A6B1EA657E}.Release|Mixed Platforms.ActiveCfg = Release|x64
107 {AB581101-18F0-46F6-B56A-83A6B1EA657E}.Release|Mixed Platforms.Build.0 = Release|x64
113 {C1D98254-BA27-4427-A3BE-A68CA2CC5F69}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
114 {C1D98254-BA27-4427-A3BE-A68CA2CC5F69}.Debug|Mixed Platforms.Build.0 = Debug|x64
120 {C1D98254-BA27-4427-A3BE-A68CA2CC5F69}.Release|Mixed Platforms.ActiveCfg = Release|x64
121 {C1D98254-BA27-4427-A3BE-A68CA2CC5F69}.Release|Mixed Platforms.Build.0 = Release|x64
[all …]
/external/boringssl/
DBUILD41 "@platforms//os:linux",
42 "@platforms//cpu:aarch64",
49 "@platforms//os:linux",
50 "@platforms//cpu:x86_64",
57 "@platforms//os:linux",
58 "@platforms//cpu:ppc",
65 "@platforms//os:macos",
66 "@platforms//cpu:aarch64",
73 "@platforms//os:macos",
74 "@platforms//cpu:x86_64",
[all …]
/external/boringssl/src/util/
DBUILD.toplevel41 "@platforms//os:linux",
42 "@platforms//cpu:aarch64",
49 "@platforms//os:linux",
50 "@platforms//cpu:x86_64",
57 "@platforms//os:linux",
58 "@platforms//cpu:ppc",
65 "@platforms//os:macos",
66 "@platforms//cpu:aarch64",
73 "@platforms//os:macos",
74 "@platforms//cpu:x86_64",
[all …]
/external/pigweed/pw_env_setup/py/pw_env_setup/cipd_setup/
Dpigweed.json5 "platforms": [ array
19 "platforms": [ array
32 "platforms": [ array
45 "platforms": [ array
56 "platforms": [ array
69 "platforms": [ array
78 "platforms": [ array
91 "platforms": [ array
104 "platforms": [ array
115 "platforms": [ array
[all …]
/external/capstone/tests/
Dtest_skipdata.c62 struct platform platforms[] = { in test() local
112 for (i = 0; i < sizeof(platforms)/sizeof(platforms[0]); i++) { in test()
114 printf("Platform: %s\n", platforms[i].comment); in test()
115 err = cs_open(platforms[i].arch, platforms[i].mode, &handle); in test()
121 if (platforms[i].opt_type) in test()
122 cs_option(handle, platforms[i].opt_type, platforms[i].opt_value); in test()
126 cs_option(handle, platforms[i].opt_skipdata, platforms[i].skipdata); in test()
128 count = cs_disasm(handle, platforms[i].code, platforms[i].size, address, 0, &insn); in test()
132 print_string_hex(platforms[i].code, platforms[i].size); in test()
147 printf("Platform: %s\n", platforms[i].comment); in test()
[all …]
Dtest_evm.c66 struct platform platforms[] = { in test() local
81 for (i = 0; i < sizeof(platforms)/sizeof(platforms[0]); i++) { in test()
82 cs_err err = cs_open(platforms[i].arch, platforms[i].mode, &handle); in test()
90 count = cs_disasm(handle, platforms[i].code, platforms[i].size, address, 0, &insn); in test()
94 printf("Platform: %s\n", platforms[i].comment); in test()
95 print_string_hex("Code:", platforms[i].code, platforms[i].size); in test()
108 printf("Platform: %s\n", platforms[i].comment); in test()
109 print_string_hex("Code:", platforms[i].code, platforms[i].size); in test()
Dtest_xcore.c80 struct platform platforms[] = { in test() local
95 for (i = 0; i < sizeof(platforms)/sizeof(platforms[0]); i++) { in test()
96 cs_err err = cs_open(platforms[i].arch, platforms[i].mode, &handle); in test()
104 count = cs_disasm(handle, platforms[i].code, platforms[i].size, address, 0, &insn); in test()
109 printf("Platform: %s\n", platforms[i].comment); in test()
110 print_string_hex("Code:", platforms[i].code, platforms[i].size); in test()
123 printf("Platform: %s\n", platforms[i].comment); in test()
124 print_string_hex("Code:", platforms[i].code, platforms[i].size); in test()
Dtest_systemz.c85 struct platform platforms[] = { in test() local
100 for (i = 0; i < sizeof(platforms)/sizeof(platforms[0]); i++) { in test()
101 cs_err err = cs_open(platforms[i].arch, platforms[i].mode, &handle); in test()
109 count = cs_disasm(handle, platforms[i].code, platforms[i].size, address, 0, &insn); in test()
114 printf("Platform: %s\n", platforms[i].comment); in test()
115 print_string_hex("Code:", platforms[i].code, platforms[i].size); in test()
128 printf("Platform: %s\n", platforms[i].comment); in test()
129 print_string_hex("Code:", platforms[i].code, platforms[i].size); in test()
Dtest_sparc.c85 struct platform platforms[] = { in test() local
107 for (i = 0; i < sizeof(platforms)/sizeof(platforms[0]); i++) { in test()
108 cs_err err = cs_open(platforms[i].arch, platforms[i].mode, &handle); in test()
116 count = cs_disasm(handle, platforms[i].code, platforms[i].size, address, 0, &insn); in test()
121 printf("Platform: %s\n", platforms[i].comment); in test()
122 print_string_hex("Code:", platforms[i].code, platforms[i].size); in test()
135 printf("Platform: %s\n", platforms[i].comment); in test()
136 print_string_hex("Code:", platforms[i].code, platforms[i].size); in test()
Dtest_mos65xx.c108 struct platform platforms[] = { in test() local
123 for (i = 0; i < sizeof(platforms)/sizeof(platforms[0]); i++) { in test()
124 cs_err err = cs_open(platforms[i].arch, platforms[i].mode, &handle); in test()
132 count = cs_disasm(handle, platforms[i].code, platforms[i].size, address, 0, &insn); in test()
138 printf("Platform: %s\n", platforms[i].comment); in test()
139 print_string_hex("Code:", platforms[i].code, platforms[i].size); in test()
153 printf("Platform: %s\n", platforms[i].comment); in test()
154 print_string_hex("Code:", platforms[i].code, platforms[i].size); in test()
Dtest_ppc.c119 struct platform platforms[] = { in test() local
141 for (i = 0; i < sizeof(platforms)/sizeof(platforms[0]); i++) { in test()
142 cs_err err = cs_open(platforms[i].arch, platforms[i].mode, &handle); in test()
150 count = cs_disasm(handle, platforms[i].code, platforms[i].size, address, 0, &insn); in test()
155 printf("Platform: %s\n", platforms[i].comment); in test()
156 print_string_hex("Code:", platforms[i].code, platforms[i].size); in test()
169 printf("Platform: %s\n", platforms[i].comment); in test()
170 print_string_hex("Code:", platforms[i].code, platforms[i].size); in test()
Dtest_mips.c87 struct platform platforms[] = { in test() local
137 for (i = 0; i < sizeof(platforms)/sizeof(platforms[0]); i++) { in test()
138 cs_err err = cs_open(platforms[i].arch, platforms[i].mode, &handle); in test()
146 count = cs_disasm(handle, platforms[i].code, platforms[i].size, address, 0, &insn); in test()
151 printf("Platform: %s\n", platforms[i].comment); in test()
152 print_string_hex("Code:", platforms[i].code, platforms[i].size); in test()
165 printf("Platform: %s\n", platforms[i].comment); in test()
166 print_string_hex("Code:", platforms[i].code, platforms[i].size); in test()
/external/pigweed/pw_boot_cortex_m/
DBUILD.bazel31 "@platforms//cpu:armv7-m": [],
32 "@platforms//cpu:armv7e-m": [],
33 "@platforms//cpu:armv7e-mf": [],
34 "@platforms//cpu:armv8-m": [],
35 "//conditions:default": ["@platforms//:incompatible"],
48 "@platforms//cpu:armv7-m": [],
49 "@platforms//cpu:armv7e-m": [],
50 "@platforms//cpu:armv7e-mf": [],
51 "//conditions:default": ["@platforms//:incompatible"],
59 "@platforms//cpu:armv8-m": [],
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/toolchains/bazel_0.26.0_rbe_windows/
DBUILD68 "@bazel_tools//platforms:x86_64",
69 "@bazel_tools//platforms:windows",
73 "@bazel_tools//platforms:x86_64",
74 "@bazel_tools//platforms:windows",
104 "@bazel_tools//platforms:x86_64",
105 "@bazel_tools//platforms:windows",
109 "@bazel_tools//platforms:x86_64",
110 "@bazel_tools//platforms:windows",
140 "@bazel_tools//platforms:x86_64",
141 "@bazel_tools//platforms:windows",
[all …]
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dideahub.v1beta.json99 "platforms": { object
107 … "flatPath": "v1beta/platforms/{platformsId}/properties/{propertiesId}/ideaActivities",
109 "id": "ideahub.platforms.properties.ideaActivities.create",
115 …. The parent resource where this idea activity will be created. Format: platforms/{platform}/prope…
117 "pattern": "^platforms/[^/]+/properties/[^/]+$",
136 … "flatPath": "v1beta/platforms/{platformsId}/properties/{propertiesId}/ideaStates/{ideaStatesId}",
138 "id": "ideahub.platforms.properties.ideaStates.patch",
144 …"description": "Unique identifier for the idea state. Format: platforms/{platform}/properties/{pro…
146 "pattern": "^platforms/[^/]+/properties/[^/]+/ideaStates/[^/]+$",
171 "flatPath": "v1beta/platforms/{platformsId}/properties/{propertiesId}/ideas",
[all …]
Dversionhistory.v1.json99 "platforms": { object
102 …"description": "Returns list of platforms that are available for a given product. The resource \"p…
103 "flatPath": "v1/{v1Id}/platforms",
105 "id": "versionhistory.platforms.list",
122 …"description": "Required. The product, which owns this collection of platforms. Format: {product}",
129 "path": "v1/{+parent}/platforms",
140 "flatPath": "v1/{v1Id}/platforms/{platformsId}/channels",
142 "id": "versionhistory.platforms.channels.list",
159 …red. The platform, which owns this collection of channels. Format: {product}/platforms/{platform}",
161 "pattern": "^[^/]+/platforms/[^/]+$",
[all …]
Dideahub.v1alpha.json142 "platforms": { object
150 … "flatPath": "v1alpha/platforms/{platformsId}/properties/{propertiesId}/ideaActivities",
152 "id": "ideahub.platforms.properties.ideaActivities.create",
158 …. The parent resource where this idea activity will be created. Format: platforms/{platform}/prope…
160 "pattern": "^platforms/[^/]+/properties/[^/]+$",
179 … "flatPath": "v1alpha/platforms/{platformsId}/properties/{propertiesId}/ideaStates/{ideaStatesId}",
181 "id": "ideahub.platforms.properties.ideaStates.patch",
187 …"description": "Unique identifier for the idea state. Format: platforms/{platform}/properties/{pro…
189 "pattern": "^platforms/[^/]+/properties/[^/]+/ideaStates/[^/]+$",
214 "flatPath": "v1alpha/platforms/{platformsId}/properties/{propertiesId}/ideas",
[all …]
/external/pigweed/pw_build/platforms/
DBUILD.bazel21 "@platforms//os:none",
29 "@platforms//os:none",
37 "@platforms//os:none",
43 constraint_values = ["@platforms//os:none"],
50 parents = ["@bazel_embedded//platforms:cortex_m0"],
56 parents = ["@bazel_embedded//platforms:cortex_m1"],
62 parents = ["@bazel_embedded//platforms:cortex_m3"],
68 parents = ["@bazel_embedded//platforms:cortex_m4"],
74 parents = ["@bazel_embedded//platforms:cortex_m4"],
80 parents = ["@bazel_embedded//platforms:cortex_m7"],
[all …]
/external/grpc-grpc/tools/run_tests/
Drun_tests_matrix.py111 platforms, argument
122 for platform in platforms:
169 platforms=['linux'],
178 platforms=['linux'],
183 # supported on all platforms.
187 platforms=['linux', 'macos', 'windows'],
196 platforms=['linux', 'macos', 'windows'],
204 platforms=['linux', 'macos', 'windows'],
214 platforms=['linux', 'macos'],
223 platforms=['linux', 'macos'],
[all …]
/external/libwebsockets/
D.sai.json7 "platforms": {
57 …/make -DCMAKE_IOS_DEVELOPER_ROOT=/opt/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platfor…
131 …"platforms": "w10/x86_64-amd/msvc, w10/x86_64-amd/noptmsvc, freertos-linkit/arm32-m4-mt7697-usi/gc… string
135 …"platforms": "w10/x86_64-amd/msvc, w10/x86_64-amd/noptmsvc, freertos-linkit/arm32-m4-mt7697-usi/gc… string
139 "platforms": "w10/x86_64-amd/msvc" string
144 "platforms": "none, freertos-espidf/riscv-esp32c3/gcc" string
149 "platforms": "none, freertos-espidf/xl6-esp32/gcc" string
154 "platforms": "none, freertos-espidf/xl6-esp32/gcc" string
159 "platforms": "none, freertos-espidf/xl6-esp32/gcc" string
163 "platforms": "none,linux-fedora-32/x86_64-amd/gcc" string
[all …]
/external/grpc-grpc/test/core/end2end/
Dgen_build_yaml.py27 …'fullstack includes_proxy dns_resolver name_resolution secure platforms ci_mac tracing exclude_con…
36 dns_resolver=False, platforms=['linux', 'mac', 'posix'],
39 dns_resolver=False, platforms=['linux', 'mac', 'posix'],
42 dns_resolver=False, fullstack=False, platforms=['linux', 'mac', 'posix'],
60 platforms=['linux'], exclude_iomgrs=['uv']),
334 'platforms': END2END_FIXTURES[f].platforms,
335 'ci_platforms': (END2END_FIXTURES[f].platforms
337 END2END_FIXTURES[f].platforms, 'mac')),
352 'platforms': END2END_FIXTURES[f].platforms,
353 'ci_platforms': (END2END_FIXTURES[f].platforms
[all …]
/external/libtextclassifier/native/utils/hash/
Dfarmhash.h53 // May change from time to time, may differ on different platforms, may differ
58 // May change from time to time, may differ on different platforms, may differ
64 // May change from time to time, may differ on different platforms, may differ
70 // May change from time to time, may differ on different platforms, may differ
76 // May change from time to time, may differ on different platforms, may differ
82 // May change from time to time, may differ on different platforms, may differ
88 // May change from time to time, may differ on different platforms, may differ
94 // May change from time to time, may differ on different platforms, may differ
101 // May change from time to time, may differ on different platforms, may differ
160 // May change from time to time, may differ on different platforms, may differ
[all …]
/external/icing/icing/text_classifier/lib3/utils/hash/
Dfarmhash.h51 // May change from time to time, may differ on different platforms, may differ
56 // May change from time to time, may differ on different platforms, may differ
62 // May change from time to time, may differ on different platforms, may differ
68 // May change from time to time, may differ on different platforms, may differ
74 // May change from time to time, may differ on different platforms, may differ
80 // May change from time to time, may differ on different platforms, may differ
86 // May change from time to time, may differ on different platforms, may differ
92 // May change from time to time, may differ on different platforms, may differ
99 // May change from time to time, may differ on different platforms, may differ
158 // May change from time to time, may differ on different platforms, may differ
[all …]
/external/OpenCL-CTS/test_conformance/api/
Dtest_platform.cpp153 cl_platform_id platforms[16]; in test_get_platform_ids() local
163 err = clGetPlatformIDs(16, platforms, &num_platforms); in test_get_platform_ids()
168 err = clGetPlatformIDs(num_platforms, platforms, NULL); in test_get_platform_ids()
173 log_error("Found 0 platforms.\n"); in test_get_platform_ids()
176 log_info("Found %d platforms.\n", num_platforms); in test_get_platform_ids()
185 log_info("Platform %d (%p):\n", p, platforms[p]); in test_get_platform_ids()
188 err = clGetPlatformInfo(platforms[p], CL_PLATFORM_PROFILE, 8192, string_returned, &size); in test_get_platform_ids()
197 err = clGetPlatformInfo(platforms[p], CL_PLATFORM_VERSION, 8192, string_returned, &size); in test_get_platform_ids()
206 err = clGetPlatformInfo(platforms[p], CL_PLATFORM_NAME, 8192, string_returned, &size); in test_get_platform_ids()
215 err = clGetPlatformInfo(platforms[p], CL_PLATFORM_VENDOR, 8192, string_returned, &size); in test_get_platform_ids()
[all …]

12345678910>>...184