Home
last modified time | relevance | path

Searched refs:imc (Results 1 – 10 of 10) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Dtncc.c97 struct tnc_if_imc *imc; member
113 struct tnc_if_imc *imc; in TNC_TNCC_ReportMessageTypes() local
127 imc = tnc_imc[imcID]; in TNC_TNCC_ReportMessageTypes()
128 os_free(imc->supported_types); in TNC_TNCC_ReportMessageTypes()
129 imc->supported_types = os_memdup(supportedTypes, in TNC_TNCC_ReportMessageTypes()
131 if (imc->supported_types == NULL) in TNC_TNCC_ReportMessageTypes()
133 imc->num_supported_types = typeCount; in TNC_TNCC_ReportMessageTypes()
146 struct tnc_if_imc *imc; in TNC_TNCC_SendMessage() local
163 imc = tnc_imc[imcID]; in TNC_TNCC_SendMessage()
164 os_free(imc->imc_send); in TNC_TNCC_SendMessage()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Dtncc.c97 struct tnc_if_imc *imc; member
113 struct tnc_if_imc *imc; in TNC_TNCC_ReportMessageTypes() local
127 imc = tnc_imc[imcID]; in TNC_TNCC_ReportMessageTypes()
128 os_free(imc->supported_types); in TNC_TNCC_ReportMessageTypes()
129 imc->supported_types = os_memdup(supportedTypes, in TNC_TNCC_ReportMessageTypes()
131 if (imc->supported_types == NULL) in TNC_TNCC_ReportMessageTypes()
133 imc->num_supported_types = typeCount; in TNC_TNCC_ReportMessageTypes()
146 struct tnc_if_imc *imc; in TNC_TNCC_SendMessage() local
163 imc = tnc_imc[imcID]; in TNC_TNCC_SendMessage()
164 os_free(imc->imc_send); in TNC_TNCC_SendMessage()
[all …]
/third_party/cef/tests/cefclient/browser/
Dosr_ime_handler_win.cc37 void GetCompositionSelectionRange(HIMC imc, in GetCompositionSelectionRange() argument
40 int attribute_size = ::ImmGetCompositionString(imc, GCS_COMPATTR, nullptr, 0); in GetCompositionSelectionRange()
46 ::ImmGetCompositionString(imc, GCS_COMPATTR, &attribute_data[0], in GetCompositionSelectionRange()
65 HIMC imc, in GetCompositionUnderlines() argument
69 int clause_size = ::ImmGetCompositionString(imc, GCS_COMPCLAUSE, nullptr, 0); in GetCompositionUnderlines()
74 ::ImmGetCompositionString(imc, GCS_COMPCLAUSE, &clause_data[0], in GetCompositionUnderlines()
171 HIMC imc = ::ImmGetContext(hwnd_); in MoveImeWindow() local
172 if (imc) { in MoveImeWindow()
186 ::ImmSetCandidateWindow(imc, &candidate_position); in MoveImeWindow()
213 ::ImmSetCandidateWindow(imc, &exclude_rectangle); in MoveImeWindow()
[all …]
/third_party/ffmpeg/tests/fate/
Daudio.mak36 FATE_SAMPLES_AUDIO-$(call DEMDEC, AVI, IMC) += fate-imc
37 fate-imc: CMD = pcm -i $(TARGET_SAMPLES)/imc/imc.avi
38 fate-imc: CMP = oneoff
39 fate-imc: REF = $(SAMPLES)/imc/imc-201706.pcm
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
DTransliteratorInputMethod.java87 InputMethodContext imc; field in TransliteratorInputMethod
118 imc = context; in setInputMethodContext()
119 imc.enableClientWindowNotification(this, attachedStatusWindow); in setInputMethodContext()
452 imc.dispatchInputMethodEvent( in update()
467 imc.dispatchInputMethodEvent(InputMethodEvent.CARET_POSITION_CHANGED, in updateCaret()
/third_party/ffmpeg/libavfilter/
Dvf_colormatrix.c112 #define imc im[0][2] macro
126 imc = det * (mb * mf - mc * me); in inverse3x3()
/third_party/ffmpeg/libavcodec/
DMakefile420 OBJS-$(CONFIG_IMC_DECODER) += imc.o
/third_party/ffmpeg/
DBUILD.gn541 # "//third_party/ffmpeg/libavcodec/imc.c",
/third_party/icu/icu4c/source/data/mappings/
Dconvrtrs.txt298 # RFC 2152 (http://www.imc.org/rfc2152) allows to encode some US-ASCII
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrNEON.td7183 def AESIMC : AES<"imc", 1, 1, int_arm_neon_aesimc>;