Home
last modified time | relevance | path

Searched defs:sci (Results 1 – 25 of 139) sorted by relevance

123456

/aosp_15_r20/external/iproute2/ip/
H A Dipmacsec.c34 struct sci { struct
35 __u64 sci; member
56 __u64 sci; argument
66 __u64 sci; member
135 static int get_sci(__u64 *sci, const char *arg) in get_sci()
235 __u64 sci; in make_sci() local
243 static bool sci_complete(bool sci, bool port, bool addr, bool port_only) in sci_complete()
248 static int get_sci_portaddr(struct sci *sci, int *argcp, char ***argvp, in get_sci_portaddr()
308 struct sci sci = { 0 }; in parse_rxsci() local
534 __u64 sci; member
[all …]
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/textservices/
H A DTextServicesManagerService.java162 public void setCurrentSpellChecker(@Nullable SpellCheckerInfo sci) { in setCurrentSpellChecker()
198 final SpellCheckerInfo sci = new SpellCheckerInfo(mContext, ri); in initializeTextServicesData() local
205 mSpellCheckerMap.put(sci.getId(), sci); in initializeTextServicesData() local
344 SpellCheckerInfo sci = tsd.getCurrentSpellChecker(); in initializeInternalStateLocked() local
432 final SpellCheckerInfo sci = spellCheckerList.get(i); in findAvailSystemSpellCheckerLocked() local
508 final SpellCheckerInfo sci; in getCurrentSpellCheckerSubtype() local
586 final SpellCheckerInfo sci = spellCheckerMap.get(sciId); in getSpellCheckerService() local
729 private boolean canCallerAccessSpellChecker(@NonNull SpellCheckerInfo sci, int callingUid, in canCallerAccessSpellChecker()
740 … private void setCurrentSpellCheckerLocked(@Nullable SpellCheckerInfo sci, TextServicesData tsd) { in setCurrentSpellCheckerLocked()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/inputmethod/
DSpellCheckersSettings.java142 private CharSequence getSpellCheckerSubtypeLabel(final SpellCheckerInfo sci, in getSpellCheckerSubtypeLabel()
167 final SpellCheckerInfo sci = (SpellCheckerInfo) newValue; in onPreferenceChange() local
241 private void showSecurityWarnDialog(final SpellCheckerInfo sci) { in showSecurityWarnDialog()
265 private void changeCurrentSpellChecker(final SpellCheckerInfo sci) { in changeCurrentSpellChecker()
DSpellCheckerPreferenceController.java71 final SpellCheckerInfo sci = mTextServicesManager.getCurrentSpellChecker(); in updateState() local
/aosp_15_r20/art/runtime/
H A Dsubtype_check.h323 SubtypeCheckInfo sci = GetSubtypeCheckInfo(klass); in GetEncodedPathToRootForTarget() local
337 SubtypeCheckInfo sci = GetSubtypeCheckInfo(klass); in GetEncodedPathToRootMask() local
356 SubtypeCheckInfo sci = GetSubtypeCheckInfo(source); in IsSubtypeOf() local
411 SubtypeCheckInfo sci = GetSubtypeCheckInfo(klass, parent_depth + 1u); in InitializeOrAssign() local
H A Dsubtype_check_info_test.cc261 SubtypeCheckInfo sci = in TEST_F() local
312 SubtypeCheckInfo sci = SubtypeCheckInfo::CreateRoot(); in TEST_F() local
/aosp_15_r20/external/pytorch/c10/core/
H A DSymInt.cpp158 void SymInt::operator*=(const SymInt& sci) { in operator *=()
162 void SymInt::operator/=(const SymInt& sci) { in operator /=()
166 void SymInt::operator+=(const SymInt& sci) { in operator +=()
H A DSymIntArrayRef.h26 for (const c10::SymInt& sci : ar) { in asIntArrayRefSlowOpt() local
39 for (const c10::SymInt& sci : ar) { in asIntArrayRefSlow() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationBasicSemaphoreTests.cpp235 VkSemaphoreCreateInfo sci = {VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO, DE_NULL, 0}; in basicChainCase() local
302 VkSemaphoreCreateInfo sci = {VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO, &scti, 0}; in basicChainTimelineCase() local
373 const VkSemaphoreCreateInfo sci = {VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO, &scti, 0}; in basicThreadTimelineCase() local
454 const VkSemaphoreCreateInfo sci = {VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO, &scti, 0}; in basicWaitForTimelineValueHelper() local
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
H A DBreakIteratorRegTest.java78 CharacterIterator sci = BreakIterator.getWordInstance(Locale.US).getText(); in TestRegUnreg() local
102 CharacterIterator sci = test1.getText(); in TestRegUnreg() local
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/rbbi/
H A DBreakIteratorRegTest.java75 CharacterIterator sci = BreakIterator.getWordInstance(Locale.US).getText(); in TestRegUnreg() local
99 CharacterIterator sci = test1.getText(); in TestRegUnreg() local
/aosp_15_r20/external/sg3_utils/src/
H A Dsginfo.c812 struct scsi_cmnd_io sci; in get_mode_page6() local
883 struct scsi_cmnd_io sci; in get_mode_page10() local
986 struct scsi_cmnd_io sci; in put_mode_page6() local
1042 struct scsi_cmnd_io sci; in put_mode_page10() local
1512 struct scsi_cmnd_io sci; in read_defect_list() local
3176 struct scsi_cmnd_io sci; in do_inquiry() local
3269 struct scsi_cmnd_io sci; in do_serial_number() local
/aosp_15_r20/external/wpa_supplicant_8/src/drivers/
H A Ddriver_macsec_linux.c127 static int nla_put_rxsc_config(struct nl_msg *msg, u64 sci) in nla_put_rxsc_config()
1051 u64 sci, unsigned char an, bool state) in set_active_rx_sa()
1125 static struct rtnl_link * lookup_sc(struct nl_cache *cache, int parent, u64 sci, in lookup_sc()
1161 u64 sci; in macsec_drv_create_transmit_sc() local
H A Ddriver_macsec_qca.c63 struct ieee802_1x_mka_sci sci; member
519 struct ieee802_1x_mka_sci *sci, in macsec_qca_lookup_channel()
537 struct ieee802_1x_mka_sci *sci, in macsec_qca_register_channel()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_fence.c282 const VkSemaphoreCreateInfo sci = { in zink_create_fence_fd() local
333 VkSemaphoreCreateInfo sci = { in zink_create_fence_win32() local
/aosp_15_r20/external/libnl/lib/route/link/
H A Dmacsec.c52 uint64_t sci; member
466 int rtnl_link_macsec_set_sci(struct rtnl_link *link, uint64_t sci) in rtnl_link_macsec_set_sci()
486 int rtnl_link_macsec_get_sci(struct rtnl_link *link, uint64_t *sci) in rtnl_link_macsec_get_sci()
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dcitrtest.cpp855 StringCharacterIterator sci(s), compareCI(s); in TestUCharIterator() local
1179 SubStringCharIter sci; in TestCharIteratorSubClasses() local
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dcitrtest.cpp860 StringCharacterIterator sci(s), compareCI(s); in TestUCharIterator() local
1184 SubStringCharIter sci; in TestCharIteratorSubClasses() local
/aosp_15_r20/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_kay.c120 static const char * sci_txt(const struct ieee802_1x_mka_sci *sci) in sci_txt()
430 u64 mka_sci_u64(struct ieee802_1x_mka_sci *sci) in mka_sci_u64()
453 const struct ieee802_1x_mka_sci *sci) in ieee802_1x_kay_get_peer_sci()
2801 ieee802_1x_kay_init_transmit_sc(const struct ieee802_1x_mka_sci *sci)
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/impl/
H A DCSCharacterIteratorTest.java29 CharacterIterator sci = new StringCharacterIterator(text); in TestAPI() local
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/impl/
H A DCSCharacterIteratorTest.java26 CharacterIterator sci = new StringCharacterIterator(text); in TestAPI() local
/aosp_15_r20/external/coreboot/src/soc/intel/xeon_sp/skx/
H A Dsoc_acpi.c19 int soc_madt_sci_irq_polarity(int sci) in soc_madt_sci_irq_polarity()
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/inputmethod/
DSpellCheckerPreferenceControllerTest.java106 final SpellCheckerInfo sci = mock(SpellCheckerInfo.class); in updateState_hasSpellerChecker_shouldSetSummaryToAppName() local
/aosp_15_r20/external/python/cpython2/Lib/
Dfpformat.py107 def sci(x, digs): function
/aosp_15_r20/external/coreboot/src/soc/intel/xeon_sp/gnr/
H A Dsoc_acpi.c17 int soc_madt_sci_irq_polarity(int sci) in soc_madt_sci_irq_polarity()

123456