/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
D | tncc.c | 97 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/ |
D | tncc.c | 97 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/ |
D | osr_ime_handler_win.cc | 37 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/ |
D | audio.mak | 36 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/ |
D | TransliteratorInputMethod.java | 87 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/ |
D | vf_colormatrix.c | 112 #define imc im[0][2] macro 126 imc = det * (mb * mf - mc * me); in inverse3x3()
|
/third_party/ffmpeg/libavcodec/ |
D | Makefile | 420 OBJS-$(CONFIG_IMC_DECODER) += imc.o
|
/third_party/ffmpeg/ |
D | BUILD.gn | 541 # "//third_party/ffmpeg/libavcodec/imc.c",
|
/third_party/icu/icu4c/source/data/mappings/ |
D | convrtrs.txt | 298 # 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/ |
D | ARMInstrNEON.td | 7183 def AESIMC : AES<"imc", 1, 1, int_arm_neon_aesimc>;
|