Home
last modified time | relevance | path

Searched refs:ext (Results 51 - 75 of 10720) sorted by relevance

12345678910>>...429

/kernel/linux/linux-5.10/net/netfilter/
H A Dnft_set_hash.c34 struct nft_set_ext ext; member
54 return jhash(nft_set_ext_key(&he->ext), len, seed); in nft_rhash_obj()
63 if (memcmp(nft_set_ext_key(&he->ext), x->key, x->set->klen)) in nft_rhash_cmp()
65 if (nft_set_elem_is_dead(&he->ext)) in nft_rhash_cmp()
67 if (nft_set_elem_expired(&he->ext)) in nft_rhash_cmp()
69 if (!nft_set_elem_active(&he->ext, x->genmask)) in nft_rhash_cmp()
83 const u32 *key, const struct nft_set_ext **ext) in nft_rhash_lookup()
95 *ext = &he->ext; in nft_rhash_lookup()
124 const struct nft_set_ext **ext) in nft_rhash_update()
82 nft_rhash_lookup(const struct net *net, const struct nft_set *set, const u32 *key, const struct nft_set_ext **ext) nft_rhash_lookup() argument
118 nft_rhash_update(struct nft_set *set, const u32 *key, void *(*new)(struct nft_set *, const struct nft_expr *, struct nft_regs *regs), const struct nft_expr *expr, struct nft_regs *regs, const struct nft_set_ext **ext) nft_rhash_update() argument
165 nft_rhash_insert(const struct net *net, const struct nft_set *set, const struct nft_set_elem *elem, struct nft_set_ext **ext) nft_rhash_insert() argument
466 struct nft_set_ext ext; global() member
469 nft_hash_lookup(const struct net *net, const struct nft_set *set, const u32 *key, const struct nft_set_ext **ext) nft_hash_lookup() argument
507 nft_hash_lookup_fast(const struct net *net, const struct nft_set *set, const u32 *key, const struct nft_set_ext **ext) nft_hash_lookup_fast() argument
530 nft_jhash(const struct nft_set *set, const struct nft_hash *priv, const struct nft_set_ext *ext) nft_jhash() argument
547 nft_hash_insert(const struct net *net, const struct nft_set *set, const struct nft_set_elem *elem, struct nft_set_ext **ext) nft_hash_insert() argument
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dextensionmetadocgenerator.py188 ext = extensions[succeededBy]
190 if ext.deprecationType:
191 if ext.deprecationType == 'promotion':
192 if ext.supercedingAPIVersion:
193 write(' ** Which in turn was _promoted_ to\n' + ext.conditionalLinkCoreAPI(ext.supercedingAPIVersion, '-promotions', isRefpage), file=file)
194 else: # ext.supercedingExtension
195 write(' ** Which in turn was _promoted_ to extension\n' + ext.conditionalLinkExt(ext.supercedingExtension), file=file)
196 ext
[all...]
/third_party/python/
H A Dsetup.py312 def add(self, ext):
313 self.extensions.append(ext)
315 def addext(self, ext, *, update_flags=True):
319 self.update_extension_flags(ext)
321 state = sysconfig.get_config_var(f"MODULE_{ext.name.upper()}_STATE")
323 self.extensions.append(ext)
325 self.disabled_configure.append(ext.name)
327 self.missing.append(ext.name)
334 f'WARNING: Makefile is missing module variable for "{ext.name}"',
337 self.extensions.append(ext)
[all...]
/foundation/distributedhardware/distributed_input/interfaces/ipc/test/ipcunittest/
H A Ddistributed_input_ipc_test.cpp22 using namespace testing::ext;
72 HWTEST_F(DistributedInputIpcTest, GetDInputSinkProxy01, testing::ext::TestSize.Level1) in HWTEST_F()
78 HWTEST_F(DistributedInputIpcTest, CheckSourceRegisterCallback01, testing::ext::TestSize.Level1) in HWTEST_F()
87 HWTEST_F(DistributedInputIpcTest, CheckSinkRegisterCallback01, testing::ext::TestSize.Level1) in HWTEST_F()
96 HWTEST_F(DistributedInputIpcTest, CheckSharingDhIdsCallback01, testing::ext::TestSize.Level1) in HWTEST_F()
105 HWTEST_F(DistributedInputIpcTest, CheckSinkScreenInfoCallback01, testing::ext::TestSize.Level1) in HWTEST_F()
114 HWTEST_F(DistributedInputIpcTest, IsNeedFilterOut01, testing::ext::TestSize.Level1) in HWTEST_F()
122 HWTEST_F(DistributedInputIpcTest, IsNeedFilterOut02, testing::ext::TestSize.Level1) in HWTEST_F()
130 HWTEST_F(DistributedInputIpcTest, IsNeedFilterOut03, testing::ext::TestSize.Level1) in HWTEST_F()
138 HWTEST_F(DistributedInputIpcTest, IsTouchEventNeedFilterOut01, testing::ext
[all...]
/third_party/skia/tests/
H A DGrGLExtensionsTest.cpp35 GrGLExtensions ext; in DEF_TEST() local
36 ext.init(kGL_GrGLStandard, in DEF_TEST()
43 REPORTER_ASSERT(reporter, ext.isInitialized()); in DEF_TEST()
44 REPORTER_ASSERT(reporter, ext.has("test_extension_1")); in DEF_TEST()
45 REPORTER_ASSERT(reporter, ext.has("test_extension_2")); in DEF_TEST()
46 REPORTER_ASSERT(reporter, ext.remove("test_extension_2")); in DEF_TEST()
47 REPORTER_ASSERT(reporter, !ext.has("test_extension_2")); in DEF_TEST()
48 REPORTER_ASSERT(reporter, ext.remove("test_extension_1")); in DEF_TEST()
49 REPORTER_ASSERT(reporter, !ext.has("test_extension_1")); in DEF_TEST()
/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_listener.cpp62 HWTEST_F(SoftbusListenerTest, ConvertNodeBasicInfoToDmDevice_001, testing::ext::TestSize.Level0) in HWTEST_F()
78 HWTEST_F(SoftbusListenerTest, ConvertNodeBasicInfoToDmDevice_002, testing::ext::TestSize.Level0) in HWTEST_F()
95 HWTEST_F(SoftbusListenerTest, OnSoftbusDeviceOnline_001, testing::ext::TestSize.Level0) in HWTEST_F()
115 HWTEST_F(SoftbusListenerTest, ShiftLNNGear_001, testing::ext::TestSize.Level0) in HWTEST_F()
126 HWTEST_F(SoftbusListenerTest, ShiftLNNGear_002, testing::ext::TestSize.Level0) in HWTEST_F()
135 HWTEST_F(SoftbusListenerTest, ConvertScreenStatusToDmDevice_001, testing::ext::TestSize.Level0) in HWTEST_F()
160 HWTEST_F(SoftbusListenerTest, DeviceOnLine_001, testing::ext::TestSize.Level0) in HWTEST_F()
177 HWTEST_F(SoftbusListenerTest, OnSoftbusDeviceInfoChanged_001, testing::ext::TestSize.Level0) in HWTEST_F()
188 HWTEST_F(SoftbusListenerTest, OnSoftbusDeviceInfoChanged_002, testing::ext::TestSize.Level0) in HWTEST_F()
200 HWTEST_F(SoftbusListenerTest, OnSoftbusDeviceInfoChanged_003, testing::ext
[all...]
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_ipc_cmd_parser_client.cpp127 HWTEST_F(IpcCmdParserClientTest, ReadResponseFunc_001, testing::ext::TestSize.Level0) in HWTEST_F()
133 HWTEST_F(IpcCmdParserClientTest, ReadResponseFunc_003, testing::ext::TestSize.Level0) in HWTEST_F()
139 HWTEST_F(IpcCmdParserClientTest, ReadResponseFunc_004, testing::ext::TestSize.Level0) in HWTEST_F()
145 HWTEST_F(IpcCmdParserClientTest, ReadResponseFunc_005, testing::ext::TestSize.Level0) in HWTEST_F()
151 HWTEST_F(IpcCmdParserClientTest, ReadResponseFunc_007, testing::ext::TestSize.Level0) in HWTEST_F()
157 HWTEST_F(IpcCmdParserClientTest, ReadResponseFunc_008, testing::ext::TestSize.Level0) in HWTEST_F()
163 HWTEST_F(IpcCmdParserClientTest, ReadResponseFunc_009, testing::ext::TestSize.Level0) in HWTEST_F()
169 HWTEST_F(IpcCmdParserClientTest, ReadResponseFunc_010, testing::ext::TestSize.Level0) in HWTEST_F()
175 HWTEST_F(IpcCmdParserClientTest, ReadResponseFunc_011, testing::ext::TestSize.Level0) in HWTEST_F()
181 HWTEST_F(IpcCmdParserClientTest, ReadResponseFunc_012, testing::ext
[all...]
H A DUTTest_device_manager_service.cpp101 HWTEST_F(DeviceManagerServiceTest, InitDMServiceListener_001, testing::ext::TestSize.Level0) in HWTEST_F()
114 HWTEST_F(DeviceManagerServiceTest, StartDeviceDiscovery_001, testing::ext::TestSize.Level0) in HWTEST_F()
130 HWTEST_F(DeviceManagerServiceTest, StartDeviceDiscovery_002, testing::ext::TestSize.Level0) in HWTEST_F()
146 HWTEST_F(DeviceManagerServiceTest, StartDeviceDiscovery_003, testing::ext::TestSize.Level0) in HWTEST_F()
163 HWTEST_F(DeviceManagerServiceTest, StopDeviceDiscovery_001, testing::ext::TestSize.Level0) in HWTEST_F()
179 HWTEST_F(DeviceManagerServiceTest, StopDeviceDiscovery_002, testing::ext::TestSize.Level0) in HWTEST_F()
193 HWTEST_F(DeviceManagerServiceTest, StopDeviceDiscovery_003, testing::ext::TestSize.Level0) in HWTEST_F()
208 HWTEST_F(DeviceManagerServiceTest, PublishDeviceDiscovery_001, testing::ext::TestSize.Level0) in HWTEST_F()
228 HWTEST_F(DeviceManagerServiceTest, PublishDeviceDiscovery_002, testing::ext::TestSize.Level0) in HWTEST_F()
243 HWTEST_F(DeviceManagerServiceTest, PublishDeviceDiscovery_003, testing::ext
[all...]
/foundation/distributedhardware/distributed_input/utils/test/unittest/
H A Ddinput_context_test.cpp23 using namespace testing::ext;
49 HWTEST_F(DInputContextTest, GetSourceWindId001, testing::ext::TestSize.Level0) in HWTEST_F()
57 HWTEST_F(DInputContextTest, RemoveSinkScreenInfo001, testing::ext::TestSize.Level0) in HWTEST_F()
64 HWTEST_F(DInputContextTest, UpdateSinkScreenInfo001, testing::ext::TestSize.Level0) in HWTEST_F()
72 HWTEST_F(DInputContextTest, UpdateSinkScreenInfo002, testing::ext::TestSize.Level0) in HWTEST_F()
81 HWTEST_F(DInputContextTest, GetSinkScreenInfo001, testing::ext::TestSize.Level0) in HWTEST_F()
89 HWTEST_F(DInputContextTest, GetSinkScreenInfo002, testing::ext::TestSize.Level0) in HWTEST_F()
100 HWTEST_F(DInputContextTest, RemoveSrcScreenInfo001, testing::ext::TestSize.Level0) in HWTEST_F()
107 HWTEST_F(DInputContextTest, UpdateSrcScreenInfo001, testing::ext::TestSize.Level0) in HWTEST_F()
115 HWTEST_F(DInputContextTest, UpdateSrcScreenInfo002, testing::ext
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DLocaleExtensions.java72 for (Entry<CaseInsensitiveChar, String> ext : extensions.entrySet()) { in LocaleExtensions()
73 char key = AsciiUtil.toLower(ext.getKey().value()); in LocaleExtensions()
74 String value = ext.getValue(); in LocaleExtensions()
131 Extension ext = _map.get(Character.valueOf(AsciiUtil.toLower(key.charValue()))); in getExtensionValue()
132 if (ext == null) { in getExtensionValue()
135 return ext.getValue(); in getExtensionValue()
139 Extension ext = _map.get(Character.valueOf(UnicodeLocaleExtension.SINGLETON)); in getUnicodeLocaleAttributes()
140 if (ext == null) { in getUnicodeLocaleAttributes()
143 assert (ext instanceof UnicodeLocaleExtension); in getUnicodeLocaleAttributes()
144 return ((UnicodeLocaleExtension)ext) in getUnicodeLocaleAttributes()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DLocaleExtensions.java76 for (Entry<CaseInsensitiveChar, String> ext : extensions.entrySet()) { in LocaleExtensions()
77 char key = AsciiUtil.toLower(ext.getKey().value()); in LocaleExtensions()
78 String value = ext.getValue(); in LocaleExtensions()
135 Extension ext = _map.get(Character.valueOf(AsciiUtil.toLower(key.charValue()))); in getExtensionValue()
136 if (ext == null) { in getExtensionValue()
139 return ext.getValue(); in getExtensionValue()
143 Extension ext = _map.get(Character.valueOf(UnicodeLocaleExtension.SINGLETON)); in getUnicodeLocaleAttributes()
144 if (ext == null) { in getUnicodeLocaleAttributes()
147 assert (ext instanceof UnicodeLocaleExtension); in getUnicodeLocaleAttributes()
148 return ((UnicodeLocaleExtension)ext) in getUnicodeLocaleAttributes()
[all...]
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_first.cpp76 HWTEST_F(DmAuthManagerTest, HandleAuthenticateTimeout_001, testing::ext::TestSize.Level0) in HWTEST_F()
87 HWTEST_F(DmAuthManagerTest, HandleAuthenticateTimeout_002, testing::ext::TestSize.Level0) in HWTEST_F()
96 HWTEST_F(DmAuthManagerTest, HandleAuthenticateTimeout_003, testing::ext::TestSize.Level0) in HWTEST_F()
107 HWTEST_F(DmAuthManagerTest, HandleAuthenticateTimeout_004, testing::ext::TestSize.Level0) in HWTEST_F()
129 HWTEST_F(DmAuthManagerTest, EstablishAuthChannel_001, testing::ext::TestSize.Level0) in HWTEST_F()
138 HWTEST_F(DmAuthManagerTest, EstablishAuthChannel_002, testing::ext::TestSize.Level0) in HWTEST_F()
150 HWTEST_F(DmAuthManagerTest, StartAuthProcess_001, testing::ext::TestSize.Level0) in HWTEST_F()
162 HWTEST_F(DmAuthManagerTest, StartAuthProcess_002, testing::ext::TestSize.Level0) in HWTEST_F()
175 HWTEST_F(DmAuthManagerTest, StartAuthProcess_003, testing::ext::TestSize.Level0) in HWTEST_F()
186 HWTEST_F(DmAuthManagerTest, StartAuthProcess_004, testing::ext
[all...]
H A DUTTest_dm_deviceprofile_connector.cpp39 HWTEST_F(DeviceProfileConnectorTest, GetAccessControlProfile_001, testing::ext::TestSize.Level0) in HWTEST_F()
45 HWTEST_F(DeviceProfileConnectorTest, GetAppTrustDeviceList_001, testing::ext::TestSize.Level0) in HWTEST_F()
53 HWTEST_F(DeviceProfileConnectorTest, GetAppTrustDeviceList_002, testing::ext::TestSize.Level0) in HWTEST_F()
61 HWTEST_F(DeviceProfileConnectorTest, GetDeviceAclParam_001, testing::ext::TestSize.Level0) in HWTEST_F()
70 HWTEST_F(DeviceProfileConnectorTest, HandleDmAuthForm_001, testing::ext::TestSize.Level0) in HWTEST_F()
79 HWTEST_F(DeviceProfileConnectorTest, HandleDmAuthForm_002, testing::ext::TestSize.Level0) in HWTEST_F()
89 HWTEST_F(DeviceProfileConnectorTest, HandleDmAuthForm_003, testing::ext::TestSize.Level0) in HWTEST_F()
103 HWTEST_F(DeviceProfileConnectorTest, HandleDmAuthForm_004, testing::ext::TestSize.Level0) in HWTEST_F()
117 HWTEST_F(DeviceProfileConnectorTest, HandleDmAuthForm_005, testing::ext::TestSize.Level0) in HWTEST_F()
127 HWTEST_F(DeviceProfileConnectorTest, HandleDmAuthForm_006, testing::ext
[all...]
H A DUTTest_dm_discovery_manager.cpp62 HWTEST_F(DmDiscoveryManagerTest, DmDiscoveryManager_001, testing::ext::TestSize.Level0) in HWTEST_F()
75 HWTEST_F(DmDiscoveryManagerTest, DmDiscoveryManager_002, testing::ext::TestSize.Level0) in HWTEST_F()
90 HWTEST_F(DmDiscoveryManagerTest, StartDeviceDiscovery_001, testing::ext::TestSize.Level0) in HWTEST_F()
108 HWTEST_F(DmDiscoveryManagerTest, StartDeviceDiscovery_002, testing::ext::TestSize.Level0) in HWTEST_F()
129 HWTEST_F(DmDiscoveryManagerTest, StartDeviceDiscovery_003, testing::ext::TestSize.Level0) in HWTEST_F()
149 HWTEST_F(DmDiscoveryManagerTest, StartDeviceDiscovery_004, testing::ext::TestSize.Level0) in HWTEST_F()
169 HWTEST_F(DmDiscoveryManagerTest, StartDeviceDiscovery_005, testing::ext::TestSize.Level0) in HWTEST_F()
187 HWTEST_F(DmDiscoveryManagerTest, StopDeviceDiscovery_001, testing::ext::TestSize.Level0) in HWTEST_F()
201 HWTEST_F(DmDiscoveryManagerTest, StopDeviceDiscovery_002, testing::ext::TestSize.Level0) in HWTEST_F()
215 HWTEST_F(DmDiscoveryManagerTest, OnDeviceFound_001, testing::ext
[all...]
/foundation/deviceprofile/device_info_manager/old/radar/test/unittest/
H A Ddp_radar_helper_test.cpp37 HWTEST_F(DpRadarHelperTest, ReportCheckDpSa_001, testing::ext::TestSize.Level0) in HWTEST_F()
45 HWTEST_F(DpRadarHelperTest, ReportCheckDpSa_002, testing::ext::TestSize.Level0) in HWTEST_F()
53 HWTEST_F(DpRadarHelperTest, ReportLoadDpSa_001, testing::ext::TestSize.Level0) in HWTEST_F()
61 HWTEST_F(DpRadarHelperTest, ReportLoadDpSa_002, testing::ext::TestSize.Level0) in HWTEST_F()
69 HWTEST_F(DpRadarHelperTest, ReportLoadDpSaCb_001, testing::ext::TestSize.Level0) in HWTEST_F()
76 HWTEST_F(DpRadarHelperTest, ReportLoadDpSaCb_002, testing::ext::TestSize.Level0) in HWTEST_F()
84 HWTEST_F(DpRadarHelperTest, ReportSaCheckAuth_001, testing::ext::TestSize.Level0) in HWTEST_F()
92 HWTEST_F(DpRadarHelperTest, ReportSaCheckAuth_002, testing::ext::TestSize.Level0) in HWTEST_F()
100 HWTEST_F(DpRadarHelperTest, ReportGetData_001, testing::ext::TestSize.Level0) in HWTEST_F()
107 HWTEST_F(DpRadarHelperTest, ReportGetData_002, testing::ext in HWTEST_F()
[all...]
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/
H A Dneural_network_core_test.cpp195 HWTEST_F(NeuralNetworkCoreTest, alldevicesid_001, testing::ext::TestSize.Level0) in HWTEST_F()
208 HWTEST_F(NeuralNetworkCoreTest, alldeviceid_002, testing::ext::TestSize.Level0) in HWTEST_F()
220 HWTEST_F(NeuralNetworkCoreTest, alldeviceid_003, testing::ext::TestSize.Level0) in HWTEST_F()
232 HWTEST_F(NeuralNetworkCoreTest, alldeviceid_004, testing::ext::TestSize.Level0) in HWTEST_F()
247 HWTEST_F(NeuralNetworkCoreTest, device_name_001, testing::ext::TestSize.Level0) in HWTEST_F()
260 HWTEST_F(NeuralNetworkCoreTest, device_name_002, testing::ext::TestSize.Level0) in HWTEST_F()
273 HWTEST_F(NeuralNetworkCoreTest, device_name_003, testing::ext::TestSize.Level0) in HWTEST_F()
285 HWTEST_F(NeuralNetworkCoreTest, device_get_type_001, testing::ext::TestSize.Level0) in HWTEST_F()
299 HWTEST_F(NeuralNetworkCoreTest, device_get_type_002, testing::ext::TestSize.Level0) in HWTEST_F()
317 HWTEST_F(NeuralNetworkCoreTest, device_get_type_003, testing::ext
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_user_extensions.c16 int i915_user_extensions(struct i915_user_extension __user *ext, in i915_user_extensions() argument
23 while (ext) { in i915_user_extensions()
31 err = check_user_mbz(&ext->flags); in i915_user_extensions()
35 for (i = 0; i < ARRAY_SIZE(ext->rsvd); i++) { in i915_user_extensions()
36 err = check_user_mbz(&ext->rsvd[i]); in i915_user_extensions()
41 if (get_user(name, &ext->name)) in i915_user_extensions()
48 err = tbl[name](ext, data); in i915_user_extensions()
53 if (get_user(next, &ext->next_extension) || in i915_user_extensions()
57 ext = u64_to_user_ptr(next); in i915_user_extensions()
/third_party/ffmpeg/libavcodec/x86/
H A Ddirac_dwt_init.c27 #define COMPOSE_VERTICAL(ext, align) \
28 void ff_vertical_compose53iL0##ext(int16_t *b0, int16_t *b1, int16_t *b2, int width); \
29 void ff_vertical_compose_dirac53iH0##ext(int16_t *b0, int16_t *b1, int16_t *b2, int width); \
30 void ff_vertical_compose_dd137iL0##ext(int16_t *b0, int16_t *b1, int16_t *b2, int16_t *b3, int16_t *b4, int width); \
31 void ff_vertical_compose_dd97iH0##ext(int16_t *b0, int16_t *b1, int16_t *b2, int16_t *b3, int16_t *b4, int width); \
32 void ff_vertical_compose_haar##ext(int16_t *b0, int16_t *b1, int width); \
33 void ff_horizontal_compose_haar0i##ext(int16_t *b, int16_t *tmp, int w);\
34 void ff_horizontal_compose_haar1i##ext(int16_t *b, int16_t *tmp, int w);\
36 static void vertical_compose53iL0##ext(uint8_t *_b0, uint8_t *_b1, uint8_t *_b2, int width) \
46 ff_vertical_compose53iL0##ext(b
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DVulkanExtensions.cpp55 const InstanceExtInfo& GetInstanceExtInfo(InstanceExt ext) { in GetInstanceExtInfo() argument
56 uint32_t index = static_cast<uint32_t>(ext); in GetInstanceExtInfo()
58 ASSERT(sInstanceExtInfos[index].index == ext); in GetInstanceExtInfo()
79 auto HasDep = [&](InstanceExt ext) -> bool {
80 ASSERT(visitedSet[ext]);
81 return trimmedSet[ext];
85 InstanceExt ext = static_cast<InstanceExt>(i);
88 switch (ext) {
114 trimmedSet.set(ext, hasDependencies && advertisedExts[ext]);
[all...]
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.cpp252 HWTEST_F(NeuralNetworkRuntimeTest, model_construct_001, testing::ext::TestSize.Level0) in HWTEST_F()
263 HWTEST_F(NeuralNetworkRuntimeTest, model_add_tensor_001, testing::ext::TestSize.Level0) in HWTEST_F()
277 HWTEST_F(NeuralNetworkRuntimeTest, model_add_tensor_002, testing::ext::TestSize.Level0) in HWTEST_F()
292 HWTEST_F(NeuralNetworkRuntimeTest, model_add_tensor_003, testing::ext::TestSize.Level0) in HWTEST_F()
308 HWTEST_F(NeuralNetworkRuntimeTest, model_add_operation_001, testing::ext::TestSize.Level0) in HWTEST_F()
331 HWTEST_F(NeuralNetworkRuntimeTest, model_add_operation_002, testing::ext::TestSize.Level0) in HWTEST_F()
358 HWTEST_F(NeuralNetworkRuntimeTest, model_add_operation_003, testing::ext::TestSize.Level0) in HWTEST_F()
385 HWTEST_F(NeuralNetworkRuntimeTest, model_add_operation_004, testing::ext::TestSize.Level0) in HWTEST_F()
412 HWTEST_F(NeuralNetworkRuntimeTest, model_add_operation_005, testing::ext::TestSize.Level0) in HWTEST_F()
435 HWTEST_F(NeuralNetworkRuntimeTest, model_set_tensor_data_001, testing::ext
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_device_info.py269 # - guard(ext) : surrounds the body with an if-def guard according to
270 # `ext.extension_name()` if `ext.guard` is True.
272 <%def name="guard_(ext, body)">
273 %if ext.guard:
274 #ifdef ${ext.extension_name()}
277 %if ext.guard:
283 <%def name="guard(ext)">${capture(guard_, ext, body=caller.body).strip('\\r\\n')}</%def>
301 %for ext i
[all...]
/third_party/openGLES/extensions/
H A Dmakeindex.py60 for (name,ext) in sortext:
61 index = ext.get(key)
63 if hasFlag(ext, 'flags', 'public'):
65 if (isGLES and 'esurl' in ext):
66 url = ext['esurl']
68 url = ext['url']
73 if ('alias' in ext):
74 for alias in sorted(ext['alias']):
/third_party/skia/third_party/externals/opengl-registry/extensions/
H A Dmakeindex.py70 for (name,ext) in sortext:
71 index = ext.get(key)
73 if hasFlag(ext, 'flags', 'public'):
75 if (isGLES and 'esurl' in ext):
76 url = ext['esurl']
78 url = ext['url']
83 if ('alias' in ext):
84 for alias in sorted(ext['alias']):
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_profiler/unittest/
H A Drs_profiler_capturedata_test.cpp20 using namespace testing::ext;
37 HWTEST_F(RSProfilerCaptureDataTest, TimeTest, testing::ext::TestSize.Level1) in HWTEST_F()
51 HWTEST_F(RSProfilerCaptureDataTest, StringPropertyTest, testing::ext::TestSize.Level1) in HWTEST_F()
66 HWTEST_F(RSProfilerCaptureDataTest, FloatPropertyTest, testing::ext::TestSize.Level1) in HWTEST_F()
81 HWTEST_F(RSProfilerCaptureDataTest, DoublePropertyTest, testing::ext::TestSize.Level1) in HWTEST_F()
96 HWTEST_F(RSProfilerCaptureDataTest, Int8PropertyTest, testing::ext::TestSize.Level1) in HWTEST_F()
111 HWTEST_F(RSProfilerCaptureDataTest, Uint8PropertyTest, testing::ext::TestSize.Level1) in HWTEST_F()
126 HWTEST_F(RSProfilerCaptureDataTest, Int16PropertyTest, testing::ext::TestSize.Level1) in HWTEST_F()
141 HWTEST_F(RSProfilerCaptureDataTest, Uint16PropertyTest, testing::ext::TestSize.Level1) in HWTEST_F()
156 HWTEST_F(RSProfilerCaptureDataTest, Int32PropertyTest, testing::ext
[all...]
/foundation/ai/neural_network_runtime/test/system_test/
H A Ddevice_test.cpp24 using namespace testing::ext;
45 HWTEST_F(DeviceTest, device_001, testing::ext::TestSize.Level1) in HWTEST_F()
63 HWTEST_F(DeviceTest, device_002, testing::ext::TestSize.Level1) in HWTEST_F()
76 HWTEST_F(DeviceTest, device_003, testing::ext::TestSize.Level1) in HWTEST_F()
89 HWTEST_F(DeviceTest, device_004, testing::ext::TestSize.Level1) in HWTEST_F()
104 HWTEST_F(DeviceTest, device_005, testing::ext::TestSize.Level1) in HWTEST_F()
118 HWTEST_F(DeviceTest, device_006, testing::ext::TestSize.Level1) in HWTEST_F()
131 HWTEST_F(DeviceTest, device_007, testing::ext::TestSize.Level1) in HWTEST_F()
144 HWTEST_F(DeviceTest, device_008, testing::ext::TestSize.Level1) in HWTEST_F()
156 HWTEST_F(DeviceTest, device_009, testing::ext
[all...]

Completed in 22 milliseconds

12345678910>>...429