Home
last modified time | relevance | path

Searched refs:sci (Results 1 - 25 of 33) sorted by relevance

12

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/impl/
H A DCSCharacterIteratorTest.java29 CharacterIterator sci = new StringCharacterIterator(text); in TestAPI()
31 assertEquals("", sci.setIndex(6), csci.setIndex(6)); in TestAPI()
32 assertEquals("", sci.getIndex(), csci.getIndex()); in TestAPI()
33 assertEquals("", sci.current(), csci.current()); in TestAPI()
34 assertEquals("", sci.previous(), csci.previous()); in TestAPI()
35 assertEquals("", sci.next(), csci.next()); in TestAPI()
36 assertEquals("", sci.getBeginIndex(), csci.getBeginIndex()); in TestAPI()
37 assertEquals("", sci.getEndIndex(), csci.getEndIndex()); in TestAPI()
38 assertEquals("", sci.first(), csci.first()); in TestAPI()
39 assertEquals("", sci in TestAPI()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/impl/
H A DCSCharacterIteratorTest.java26 CharacterIterator sci = new StringCharacterIterator(text); in TestAPI()
28 assertEquals("", sci.setIndex(6), csci.setIndex(6)); in TestAPI()
29 assertEquals("", sci.getIndex(), csci.getIndex()); in TestAPI()
30 assertEquals("", sci.current(), csci.current()); in TestAPI()
31 assertEquals("", sci.previous(), csci.previous()); in TestAPI()
32 assertEquals("", sci.next(), csci.next()); in TestAPI()
33 assertEquals("", sci.getBeginIndex(), csci.getBeginIndex()); in TestAPI()
34 assertEquals("", sci.getEndIndex(), csci.getEndIndex()); in TestAPI()
35 assertEquals("", sci.first(), csci.first()); in TestAPI()
36 assertEquals("", sci in TestAPI()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_macsec_linux.c113 static int nla_put_rxsc_config(struct nl_msg *msg, u64 sci) in nla_put_rxsc_config() argument
120 NLA_PUT_U64(msg, MACSEC_RXSC_ATTR_SCI, sci); in nla_put_rxsc_config()
684 err = do_dump(drv, 0xff, mka_sci_u64(&sa->sc->sci), sa->an, in macsec_drv_get_receive_lowest_pn()
715 if (nla_put_rxsc_config(msg, mka_sci_u64(&sa->sc->sci))) in macsec_drv_set_receive_lowest_pn()
827 drv->ifname, SCI2STR(sc->sci.addr, sc->sci.port), in macsec_drv_create_receive_sc()
834 if (nla_put_rxsc_config(msg, mka_sci_u64(&sc->sci))) in macsec_drv_create_receive_sc()
864 drv->ifname, SCI2STR(sc->sci.addr, sc->sci.port)); in macsec_drv_delete_receive_sc()
870 if (nla_put_rxsc_config(msg, mka_sci_u64(&sc->sci))) in macsec_drv_delete_receive_sc()
991 set_active_rx_sa(const struct macsec_genl_ctx *ctx, int ifindex, u64 sci, unsigned char an, bool state) set_active_rx_sa() argument
1066 lookup_sc(struct nl_cache *cache, int parent, u64 sci) lookup_sc() argument
1099 u64 sci; macsec_drv_create_transmit_sc() local
[all...]
H A Ddriver_macsec_qca.c63 struct ieee802_1x_mka_sci sci; member
415 wpa_printf(MSG_DEBUG, "%s: es=%d, scb=%d, sci=%d", in macsec_qca_macsec_init()
519 struct ieee802_1x_mka_sci *sci, in macsec_qca_lookup_channel()
525 if (os_memcmp(&map[i].sci, sci, in macsec_qca_lookup_channel()
537 struct ieee802_1x_mka_sci *sci, in macsec_qca_register_channel()
540 os_memcpy(&map[channel].sci, sci, sizeof(struct ieee802_1x_mka_sci)); in macsec_qca_register_channel()
548 return macsec_qca_lookup_channel(drv->receive_channel_map, &sc->sci, in macsec_qca_lookup_receive_channel()
557 macsec_qca_register_channel(drv->receive_channel_map, &sc->sci, in macsec_qca_register_receive_channel()
518 macsec_qca_lookup_channel(struct channel_map *map, struct ieee802_1x_mka_sci *sci, u32 *channel) macsec_qca_lookup_channel() argument
536 macsec_qca_register_channel(struct channel_map *map, struct ieee802_1x_mka_sci *sci, u32 channel) macsec_qca_register_channel() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_macsec_linux.c115 static int nla_put_rxsc_config(struct nl_msg *msg, u64 sci) in nla_put_rxsc_config() argument
122 NLA_PUT_U64(msg, MACSEC_RXSC_ATTR_SCI, sci); in nla_put_rxsc_config()
686 err = do_dump(drv, 0xff, mka_sci_u64(&sa->sc->sci), sa->an, in macsec_drv_get_receive_lowest_pn()
826 drv->ifname, SCI2STR(sc->sci.addr, sc->sci.port), in macsec_drv_create_receive_sc()
833 if (nla_put_rxsc_config(msg, mka_sci_u64(&sc->sci))) in macsec_drv_create_receive_sc()
863 drv->ifname, SCI2STR(sc->sci.addr, sc->sci.port)); in macsec_drv_delete_receive_sc()
869 if (nla_put_rxsc_config(msg, mka_sci_u64(&sc->sci))) in macsec_drv_delete_receive_sc()
903 SCI2STR(sa->sc->sci in macsec_drv_create_receive_sa()
990 set_active_rx_sa(const struct macsec_genl_ctx *ctx, int ifindex, u64 sci, unsigned char an, Boolean state) set_active_rx_sa() argument
1065 lookup_sc(struct nl_cache *cache, int parent, u64 sci) lookup_sc() argument
1098 u64 sci; macsec_drv_create_transmit_sc() local
[all...]
H A Ddriver_macsec_qca.c63 struct ieee802_1x_mka_sci sci; member
393 wpa_printf(MSG_DEBUG, "%s: es=%d, scb=%d, sci=%d", in macsec_qca_macsec_init()
497 struct ieee802_1x_mka_sci *sci, in macsec_qca_lookup_channel()
503 if (os_memcmp(&map[i].sci, sci, in macsec_qca_lookup_channel()
515 struct ieee802_1x_mka_sci *sci, in macsec_qca_register_channel()
518 os_memcpy(&map[channel].sci, sci, sizeof(struct ieee802_1x_mka_sci)); in macsec_qca_register_channel()
526 return macsec_qca_lookup_channel(drv->receive_channel_map, &sc->sci, in macsec_qca_lookup_receive_channel()
535 macsec_qca_register_channel(drv->receive_channel_map, &sc->sci, in macsec_qca_register_receive_channel()
496 macsec_qca_lookup_channel(struct channel_map *map, struct ieee802_1x_mka_sci *sci, u32 *channel) macsec_qca_lookup_channel() argument
514 macsec_qca_register_channel(struct channel_map *map, struct ieee802_1x_mka_sci *sci, u32 channel) macsec_qca_register_channel() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
H A DBreakIteratorRegTest.java78 CharacterIterator sci = BreakIterator.getWordInstance(Locale.US).getText(); in TestRegUnreg()
79 int len = sci.getEndIndex() - sci.getBeginIndex(); in TestRegUnreg()
80 assertEqual(len, 0, "us word text: " + getString(sci)); in TestRegUnreg()
102 CharacterIterator sci = test1.getText(); in TestRegUnreg()
103 int len = sci.getEndIndex() - sci.getBeginIndex(); in TestRegUnreg()
104 assertEqual(len, 0, "us sentence-word break text: " + getString(sci)); in TestRegUnreg()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DBreakIteratorRegTest.java75 CharacterIterator sci = BreakIterator.getWordInstance(Locale.US).getText(); in TestRegUnreg()
76 int len = sci.getEndIndex() - sci.getBeginIndex(); in TestRegUnreg()
77 assertEqual(len, 0, "us word text: " + getString(sci)); in TestRegUnreg()
99 CharacterIterator sci = test1.getText(); in TestRegUnreg()
100 int len = sci.getEndIndex() - sci.getBeginIndex(); in TestRegUnreg()
101 assertEqual(len, 0, "us sentence-word break text: " + getString(sci)); in TestRegUnreg()
/third_party/skia/third_party/externals/tint/src/writer/
H A Dfloat_to_string.cc51 std::stringstream sci; in FloatToString() local
52 sci.precision(std::numeric_limits<float>::max_digits10); in FloatToString()
53 sci << f; in FloatToString()
54 return sci.str(); in FloatToString()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
H A Dieee802_1x_kay.c116 static const char * sci_txt(const struct ieee802_1x_mka_sci *sci) in sci_txt() argument
121 MAC2STR(sci->addr), be_to_host16(sci->port)); in sci_txt()
418 u64 mka_sci_u64(struct ieee802_1x_mka_sci *sci) in mka_sci_u64() argument
422 os_memcpy(tmp.addr, sci->addr, ETH_ALEN); in mka_sci_u64()
423 tmp.port = sci->port; in mka_sci_u64()
441 const struct ieee802_1x_mka_sci *sci) in ieee802_1x_kay_get_peer_sci()
447 if (sci_equal(&peer->sci, sci)) in ieee802_1x_kay_get_peer_sci()
453 if (sci_equal(&peer->sci, sc in ieee802_1x_kay_get_peer_sci()
440 ieee802_1x_kay_get_peer_sci(struct ieee802_1x_mka_participant *participant, const struct ieee802_1x_mka_sci *sci) ieee802_1x_kay_get_peer_sci() argument
2690 ieee802_1x_kay_init_transmit_sc(const struct ieee802_1x_mka_sci *sci) ieee802_1x_kay_init_transmit_sc() argument
[all...]
H A Dieee802_1x_kay.h81 struct ieee802_1x_mka_sci sci; /* const SCI sci */ member
112 struct ieee802_1x_mka_sci sci; /* const SCI sci */ member
238 u64 mka_sci_u64(struct ieee802_1x_mka_sci *sci);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
H A Dieee802_1x_kay.c116 static const char * sci_txt(const struct ieee802_1x_mka_sci *sci) in sci_txt() argument
121 MAC2STR(sci->addr), be_to_host16(sci->port)); in sci_txt()
418 u64 mka_sci_u64(struct ieee802_1x_mka_sci *sci) in mka_sci_u64() argument
422 os_memcpy(tmp.addr, sci->addr, ETH_ALEN); in mka_sci_u64()
423 tmp.port = sci->port; in mka_sci_u64()
441 const struct ieee802_1x_mka_sci *sci) in ieee802_1x_kay_get_peer_sci()
447 if (sci_equal(&peer->sci, sci)) in ieee802_1x_kay_get_peer_sci()
453 if (sci_equal(&peer->sci, sc in ieee802_1x_kay_get_peer_sci()
440 ieee802_1x_kay_get_peer_sci(struct ieee802_1x_mka_participant *participant, const struct ieee802_1x_mka_sci *sci) ieee802_1x_kay_get_peer_sci() argument
2727 ieee802_1x_kay_init_transmit_sc(const struct ieee802_1x_mka_sci *sci) ieee802_1x_kay_init_transmit_sc() argument
[all...]
H A Dieee802_1x_kay.h81 struct ieee802_1x_mka_sci sci; /* const SCI sci */ member
112 struct ieee802_1x_mka_sci sci; /* const SCI sci */ member
238 u64 mka_sci_u64(struct ieee802_1x_mka_sci *sci);
/third_party/pulseaudio/src/modules/raop/
H A Draop-client.c100 char *sci, *sid; member
1246 char *sci = NULL, *sac = NULL; in rtsp_auth_cb() local
1255 sci = pa_sprintf_malloc("%08x%08x",rci.ci1, rci.ci2); in rtsp_auth_cb()
1256 pa_rtsp_add_header(c->rtsp, "Client-Instance", sci); in rtsp_auth_cb()
1267 pa_xfree(sci); in rtsp_auth_cb()
1344 c->sci = pa_xstrdup(pa_rtsp_get_header(c->rtsp, "Client-Instance")); in rtsp_auth_cb()
1397 if (c->sci) in rtsp_auth_cb()
1398 pa_xfree(c->sci); in rtsp_auth_cb()
1399 c->sci = NULL; in rtsp_auth_cb()
1464 c->sci in pa_raop_client_new()
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_fence.c242 const VkSemaphoreCreateInfo sci = { in zink_create_fence_fd() local
245 result = VKSCR(CreateSemaphore)(screen->dev, &sci, NULL, &mfence->sem); in zink_create_fence_fd()
293 VkSemaphoreCreateInfo sci = { in zink_create_fence_win32() local
308 if (VKSCR(CreateSemaphore)(screen->dev, &sci, NULL, &mfence->sem) != VK_SUCCESS) { in zink_create_fence_win32()
H A Dzink_context.c338 VkSamplerCreateInfo sci = {0}; in zink_create_sampler_state() local
341 sci.sType = VK_STRUCTURE_TYPE_SAMPLER_CREATE_INFO; in zink_create_sampler_state()
343 sci.flags |= VK_SAMPLER_CREATE_NON_SEAMLESS_CUBE_MAP_BIT_EXT; in zink_create_sampler_state()
344 sci.unnormalizedCoordinates = !state->normalized_coords; in zink_create_sampler_state()
345 sci.magFilter = zink_filter(state->mag_img_filter); in zink_create_sampler_state()
346 if (sci.unnormalizedCoordinates) in zink_create_sampler_state()
347 sci.minFilter = sci.magFilter; in zink_create_sampler_state()
349 sci.minFilter = zink_filter(state->min_img_filter); in zink_create_sampler_state()
366 sci in zink_create_sampler_state()
[all...]
H A Dzink_kopper.c494 VkSemaphoreCreateInfo sci = { in kopper_acquire() local
501 ret = VKSCR(CreateSemaphore)(screen->dev, &sci, NULL, &acquire); in kopper_acquire()
612 VkSemaphoreCreateInfo sci = { in zink_kopper_present() local
618 VkResult ret = VKSCR(CreateSemaphore)(screen->dev, &sci, NULL, &res->obj->present); in zink_kopper_present()
/third_party/glfw/src/
H A Dnull_window.c735 VkHeadlessSurfaceCreateInfoEXT sci; in _glfwCreateWindowSurfaceNull() local
736 memset(&sci, 0, sizeof(sci)); in _glfwCreateWindowSurfaceNull()
737 sci.sType = VK_STRUCTURE_TYPE_HEADLESS_SURFACE_CREATE_INFO_EXT; in _glfwCreateWindowSurfaceNull()
739 const VkResult err = vkCreateHeadlessSurfaceEXT(instance, &sci, allocator, surface); in _glfwCreateWindowSurfaceNull()
H A Dx11_window.c3218 VkXcbSurfaceCreateInfoKHR sci; in _glfwCreateWindowSurfaceX11() local
3238 memset(&sci, 0, sizeof(sci)); in _glfwCreateWindowSurfaceX11()
3239 sci.sType = VK_STRUCTURE_TYPE_XCB_SURFACE_CREATE_INFO_KHR; in _glfwCreateWindowSurfaceX11()
3240 sci.connection = connection; in _glfwCreateWindowSurfaceX11()
3241 sci.window = window->x11.handle; in _glfwCreateWindowSurfaceX11()
3243 err = vkCreateXcbSurfaceKHR(instance, &sci, allocator, surface); in _glfwCreateWindowSurfaceX11()
3256 VkXlibSurfaceCreateInfoKHR sci; in _glfwCreateWindowSurfaceX11() local
3268 memset(&sci, 0, sizeof(sci)); in _glfwCreateWindowSurfaceX11()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationBasicSemaphoreTests.cpp210 VkSemaphoreCreateInfo sci = { VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO, DE_NULL, 0 }; in basicChainCase() local
222 err = vk.createSemaphore(device, &sci, DE_NULL, &pSignalSemaphoreInfo->semaphore); in basicChainCase()
271 VkSemaphoreCreateInfo sci = { VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO, &scti, 0 }; in basicChainTimelineCase() local
276 VK_CHECK(vk.createSemaphore(device, &sci, DE_NULL, &semaphore)); in basicChainTimelineCase()
339 const VkSemaphoreCreateInfo sci = { VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO, &scti, 0 }; in basicThreadTimelineCase() local
341 const vk::Unique<vk::VkSemaphore> semaphore (createSemaphore(vk, device, &sci)); in basicThreadTimelineCase()
416 const VkSemaphoreCreateInfo sci = { VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO, &scti, 0 }; in basicWaitForTimelineValueHelper() local
418 const vk::Unique<vk::VkSemaphore> semaphore (createSemaphore(vk, device, &sci)); in basicWaitForTimelineValueHelper()
H A DvktGlobalPriorityQueueTests.cpp300 VkPipelineShaderStageCreateInfo sci{}; in createComputePipeline()
301 sci.sType = VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_CREATE_INFO; in createComputePipeline()
302 sci.pNext = nullptr; in createComputePipeline()
303 sci.flags = VkPipelineShaderStageCreateFlags(0); in createComputePipeline()
304 sci.stage = VK_SHADER_STAGE_COMPUTE_BIT; in createComputePipeline()
305 sci.module = compute; in createComputePipeline()
306 sci.pName = "main"; in createComputePipeline()
307 sci.pSpecializationInfo = nullptr; in createComputePipeline()
313 ci.stage = sci; in createComputePipeline()
/third_party/icu/icu4c/source/test/intltest/
H A Dcitrtest.cpp855 StringCharacterIterator sci(s), compareCI(s); in TestUCharIterator()
860 uiter_setCharacterIterator(&cIter, &sci); in TestUCharIterator()
893 sci=StringCharacterIterator(s, 2, 5, 3); in TestUCharIterator()
894 uiter_setCharacterIterator(&cIter, &sci); in TestUCharIterator()
1179 SubStringCharIter sci; in TestCharIteratorSubClasses() local
1180 if(sci.firstPostInc()!=0x61) { in TestCharIteratorSubClasses()
H A Ducdtest.cpp460 for(int32_t sci = 0; sci < USCRIPT_CODE_LIMIT; ++sci) { in TestScriptMetadata()
461 UScriptCode sc = (UScriptCode)sci; in TestScriptMetadata()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationBasicSemaphoreTests.cpp210 VkSemaphoreCreateInfo sci = { VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO, DE_NULL, 0 }; in basicChainCase() local
222 err = vk.createSemaphore(device, &sci, DE_NULL, &pSignalSemaphoreInfo->semaphore); in basicChainCase()
271 VkSemaphoreCreateInfo sci = { VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO, &scti, 0 }; in basicChainTimelineCase() local
276 VK_CHECK(vk.createSemaphore(device, &sci, DE_NULL, &semaphore)); in basicChainTimelineCase()
339 const VkSemaphoreCreateInfo sci = { VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO, &scti, 0 }; in basicThreadTimelineCase() local
341 const vk::Unique<vk::VkSemaphore> semaphore (createSemaphore(vk, device, &sci)); in basicThreadTimelineCase()
H A DvktGlobalPriorityQueueTests.cpp356 VkPipelineShaderStageCreateInfo sci{}; in createComputePipeline()
357 sci.sType = VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_CREATE_INFO; in createComputePipeline()
358 sci.pNext = nullptr; in createComputePipeline()
359 sci.flags = VkPipelineShaderStageCreateFlags(0); in createComputePipeline()
360 sci.stage = VK_SHADER_STAGE_COMPUTE_BIT; in createComputePipeline()
361 sci.module = *m_compute; in createComputePipeline()
362 sci.pName = "main"; in createComputePipeline()
363 sci.pSpecializationInfo = nullptr; in createComputePipeline()
369 ci.stage = sci; in createComputePipeline()

Completed in 37 milliseconds

12