Home
last modified time | relevance | path

Searched defs:ic (Results 1 – 25 of 92) sorted by relevance

1234

/third_party/libfuse/lib/modules/
Diconv.c32 struct iconv *ic; member
42 static int iconv_convpath(struct iconv *ic, const char *path, char **newpathp, in iconv_convpath()
106 struct iconv *ic = iconv_get(); in iconv_getattr() local
118 struct iconv *ic = iconv_get(); in iconv_access() local
130 struct iconv *ic = iconv_get(); in iconv_readlink() local
151 struct iconv *ic = iconv_get(); in iconv_opendir() local
179 struct iconv *ic = iconv_get(); in iconv_readdir() local
196 struct iconv *ic = iconv_get(); in iconv_releasedir() local
208 struct iconv *ic = iconv_get(); in iconv_mknod() local
220 struct iconv *ic = iconv_get(); in iconv_mkdir() local
[all …]
/third_party/backends/japi/
DScanIt.java85 ImageConsumer ic = (ImageConsumer) next.nextElement(); in tellStatus() local
103 ImageConsumer ic = (ImageConsumer) next.nextElement(); in tellDimensions() local
122 ImageConsumer ic = (ImageConsumer) next.nextElement(); in tellPixels() local
139 public synchronized void addConsumer(ImageConsumer ic) in addConsumer()
149 public synchronized boolean isConsumer(ImageConsumer ic) in isConsumer()
155 public synchronized void removeConsumer(ImageConsumer ic) in removeConsumer()
161 public void startProduction(ImageConsumer ic) in startProduction()
177 public void requestTopDownLeftRightResend(ImageConsumer ic) in requestTopDownLeftRightResend()
/third_party/typescript/tests/baselines/reference/
DinferentialTypingWithFunctionTypeSyntacticScenarios.js20 var ic: IdentityConstructor; variable
45 var ic; variable
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dconstants.cpp62 if (const IntConstant* ic = AsIntConstant()) { in GetU32() local
74 if (const IntConstant* ic = AsIntConstant()) { in GetU64() local
86 if (const IntConstant* ic = AsIntConstant()) { in GetS32() local
98 if (const IntConstant* ic = AsIntConstant()) { in GetS64() local
113 if (const IntConstant* ic = AsIntConstant()) { in GetZeroExtendedValue() local
132 if (const IntConstant* ic = AsIntConstant()) { in GetSignExtendedValue() local
338 } else if (const IntConstant* ic = c->AsIntConstant()) { in CreateInstruction() local
/third_party/icu/icu4c/source/test/cintltst/
Dcstrtest.c365 char ic = invLocale[i]; in TestLocaleAtSign() local
379 char ic = nativeInvChars[i]; in TestNoInvariantAtSign() local
391 char ic = nativeInvChars[i]; in TestInvCharToAscii() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconstants.cpp62 if (const IntConstant* ic = AsIntConstant()) { in GetU32() local
74 if (const IntConstant* ic = AsIntConstant()) { in GetU64() local
86 if (const IntConstant* ic = AsIntConstant()) { in GetS32() local
98 if (const IntConstant* ic = AsIntConstant()) { in GetS64() local
113 if (const IntConstant* ic = AsIntConstant()) { in GetZeroExtendedValue() local
132 if (const IntConstant* ic = AsIntConstant()) { in GetSignExtendedValue() local
338 } else if (const IntConstant* ic = c->AsIntConstant()) { in CreateInstruction() local
/third_party/skia/modules/sksg/src/
DSkSGPaint.cpp45 SkRect Color::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) { in onRevalidate()
69 SkRect ShaderPaint::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) { in onRevalidate()
DSkSGTransform.cpp55 SkRect onRevalidate(InvalidationController* ic, const SkMatrix& ctm) override { in onRevalidate()
100 SkRect onRevalidate(InvalidationController* ic, const SkMatrix& ctm) override { in onRevalidate()
193 SkRect TransformEffect::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) { in onRevalidate()
DSkSGScene.cpp34 void Scene::revalidate(InvalidationController* ic) { in revalidate()
DSkSGEffectNode.cpp30 SkRect EffectNode::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) { in onRevalidate()
DSkSGOpacityEffect.cpp36 SkRect OpacityEffect::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) { in onRevalidate()
DSkSGClipEffect.cpp40 SkRect ClipEffect::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) { in onRevalidate()
DSkSGDraw.cpp64 SkRect Draw::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) { in onRevalidate()
DSkSGMaskEffect.cpp86 SkRect MaskEffect::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) { in onRevalidate()
/third_party/spirv-tools/source/opt/
Dconstants.cpp61 if (const IntConstant* ic = AsIntConstant()) { in GetU32() local
73 if (const IntConstant* ic = AsIntConstant()) { in GetU64() local
85 if (const IntConstant* ic = AsIntConstant()) { in GetS32() local
97 if (const IntConstant* ic = AsIntConstant()) { in GetS64() local
112 if (const IntConstant* ic = AsIntConstant()) { in GetZeroExtendedValue() local
131 if (const IntConstant* ic = AsIntConstant()) { in GetSignExtendedValue() local
338 } else if (const IntConstant* ic = c->AsIntConstant()) { in CreateInstruction() local
/third_party/typescript/tests/cases/compiler/
DinferentialTypingWithFunctionTypeSyntacticScenarios.ts21 var ic: IdentityConstructor; variable
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_cert.c26 CERT *__ssl_cert_new(CERT *ic, void *rngctx) in __ssl_cert_new()
/third_party/node/deps/v8/src/ic/
Dic.cc2694 LoadIC ic(isolate, vector, vector_slot, kind); in RUNTIME_FUNCTION() local
2701 LoadGlobalIC ic(isolate, vector, vector_slot, kind); in RUNTIME_FUNCTION() local
2707 KeyedLoadIC ic(isolate, vector, vector_slot, kind); in RUNTIME_FUNCTION() local
2726 LoadIC ic(isolate, vector, vector_slot, kind); in RUNTIME_FUNCTION() local
2741 LoadIC ic(isolate, vector, vector_slot, FeedbackSlotKind::kLoadProperty); in RUNTIME_FUNCTION() local
2767 LoadGlobalIC ic(isolate, vector, vector_slot, kind); in RUNTIME_FUNCTION() local
2785 LoadGlobalIC ic(isolate, vector, vector_slot, kind); in RUNTIME_FUNCTION() local
2803 LoadIC ic(isolate, vector, vector_slot, FeedbackSlotKind::kLoadProperty); in RUNTIME_FUNCTION() local
2823 KeyedLoadIC ic(isolate, vector, vector_slot, FeedbackSlotKind::kLoadKeyed); in RUNTIME_FUNCTION() local
2853 StoreIC ic(isolate, vector, vector_slot, kind); in RUNTIME_FUNCTION() local
[all …]
/third_party/ffmpeg/libavcodec/
Dindeo2.c238 Ir2Context * const ic = avctx->priv_data; in ir2_decode_init() local
255 Ir2Context * const ic = avctx->priv_data; in ir2_decode_end() local
/third_party/node/deps/v8/tools/system-analyzer/
Dapp-model.mjs119 get ic() { getter in State
123 set ic(value) { setter in State
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.3/generic_parameter_defaults/
Dgeneric_parameter_defaults_2.ts51 ic: U; property
/third_party/python/Tools/msi/
Duploadrelease.ps1142 $ic = copy $_ $d -PassThru variable
144 Start-Process -wait $ic "/passive", "/layout", "$d\layout", "/log", "$d\log\install.log" variable
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DTestOutputActivity.java63 int ic = 0; in onCreate() local
/third_party/skia/third_party/externals/freetype/src/base/
Dftcid.c69 FT_Bool ic = 0; in FT_Get_CID_Is_Internally_CID_Keyed() local
/third_party/ffmpeg/libavformat/tests/
Dseek.c60 AVFormatContext *ic = avformat_alloc_context(); in main() local

1234