Home
last modified time | relevance | path

Searched defs:mc (Results 1 – 25 of 52) sorted by relevance

123

/third_party/ejdb/src/bindings/ejdb2_flutter/android/src/main/java/com/softmotions/ejdb2/
DEjdb2FlutterPlugin.java128 private static void executeFirst(DbMethodCall mc) throws Exception { in executeFirst()
132 private static void executeList(DbMethodCall mc) throws Exception { in executeList()
136 private static void executeListImpl(DbMethodCall mc, Long limit) throws Exception { in executeListImpl()
151 private static void executeScalarInt(DbMethodCall mc) throws Exception { in executeScalarInt()
158 private static void executeQuery(DbMethodCall mc) throws Exception { in executeQuery()
189 private static void prepareQuery(DbMethodCall mc, DbQueryHandler qh) throws Exception { in prepareQuery()
275 private static void onlineBackup(DbMethodCall mc) { in onlineBackup()
281 private static void removeFloatIndex(DbMethodCall mc) { in removeFloatIndex()
289 private static void ensureFloatIndex(DbMethodCall mc) { in ensureFloatIndex()
297 private static void removeIntIndex(DbMethodCall mc) { in removeIntIndex()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DScale.java34 final MathContext mc; field in Scale
40 private Scale(int magnitude, BigDecimal arbitrary, MathContext mc) { in Scale()
161 public Scale withMathContext(MathContext mc) { in withMathContext()
190 quantity.roundToMagnitude(quantity.getMagnitude() - mc.getPrecision(), mc); in applyReciprocalTo() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DScale.java33 final MathContext mc; field in Scale
39 private Scale(int magnitude, BigDecimal arbitrary, MathContext mc) { in Scale()
165 public Scale withMathContext(MathContext mc) { in withMathContext()
194 quantity.roundToMagnitude(quantity.getMagnitude() - mc.getPrecision(), mc); in applyReciprocalTo() local
/third_party/node/test/parallel/
Dtest-eventtarget-memoryleakwarning.js55 const mc = new MessageChannel(); constant
65 const mc = new MessageChannel(); constant
Dtest-perf-hooks-histogram.js40 const mc = new MessageChannel(); constant
61 const mc = new MessageChannel(); constant
Dtest-blocklist-clone.js20 const mc = new MessageChannel(); constant
Dtest-socketaddress.js23 const mc = new MessageChannel(); constant
Dtest-blob.js160 const mc = new MessageChannel(); constant
/third_party/typescript/tests/baselines/reference/
DdeclFileTypeofInAnonymousType.js19 mc: { cl: m1.c }, property
48 mc: { cl: m1.c }, property
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dmotioncells_wrapper.h55 MotionCells *mc; member
Dmotioncells_wrapper.cpp62 MotionCells *mc; variable
/third_party/typescript/tests/cases/compiler/
DdeclFileTypeofInAnonymousType.ts20 mc: { cl: m1.c }, variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/specifying_types/this_type_references/
Dthis_type_references_1.ts40 let mc = new myClass(2, 5); variable
/third_party/ffmpeg/libavcodec/
Dvp9dsp.h114 vp9_mc_func mc[5][N_FILTERS][2][2][2]; member
Dvp9recon.c384 #define mc_luma_dir(td, mc, dst, dst_ls, src, src_ls, tref, row, col, mv, \ argument
388 #define mc_chroma_dir(td, mc, dstu, dstv, dst_ls, srcu, srcu_ls, srcv, srcv_ls, tref, \ argument
545 #define mc_luma_dir(td, mc, dst, dst_ls, src, src_ls, tref, row, col, mv, \ argument
550 #define mc_chroma_dir(td, mc, dstu, dstv, dst_ls, srcu, srcu_ls, srcv, srcv_ls, tref, \ argument
/third_party/skia/resources/skottie/
Dskottie-text-allcaps.json1 …:{"k":[{"s":{"ca":0,"f":"ArialMT","fc":[0.706,0,1],"j":2,"lh":75.6,"ls":0,"mc":100,"mf":10,"ps":[-… number
/third_party/alsa-lib/src/topology/
Dctl.c741 struct snd_soc_tplg_mixer_control *mc; in tplg_parse_control_mixer() local
864 struct snd_soc_tplg_mixer_control *mc = elem->mixer_ctrl; in tplg_save_control_mixer() local
979 struct snd_soc_tplg_mixer_control *mc; in tplg_add_mixer() local
1217 struct snd_soc_tplg_mixer_control *mc = bin; in tplg_decode_control_mixer1() local
1293 struct snd_soc_tplg_mixer_control *mc; in tplg_decode_control_mixer() local
/third_party/python/Modules/
D_operator.c1487 methodcallerobject *mc; in methodcaller_new() local
1529 methodcaller_clear(methodcallerobject *mc) in methodcaller_clear()
1538 methodcaller_dealloc(methodcallerobject *mc) in methodcaller_dealloc()
1548 methodcaller_traverse(methodcallerobject *mc, visitproc visit, void *arg) in methodcaller_traverse()
1558 methodcaller_call(methodcallerobject *mc, PyObject *args, PyObject *kw) in methodcaller_call()
1576 methodcaller_repr(methodcallerobject *mc) in methodcaller_repr()
1652 methodcaller_reduce(methodcallerobject *mc, PyObject *Py_UNUSED(ignored)) in methodcaller_reduce()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DRoundingUtils.java218 MathContext mc = getMathContextOr34Digits(properties); in scaleFromProperties() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DRoundingUtils.java216 MathContext mc = getMathContextOr34Digits(properties); in scaleFromProperties() local
/third_party/flutter/skia/src/svg/
DSkSVGDevice.cpp226 ResourceBucket* bucket, const MxCp& mc, const SkPaint& paint) in AutoElement()
347 Resources SkSVGDevice::AutoElement::addResources(const MxCp& mc, const SkPaint& paint) { in addResources()
534 void SkSVGDevice::AutoElement::addClipResources(const MxCp& mc, Resources* resources) { in addClipResources()
809 void SkSVGDevice::drawBitmapCommon(const MxCp& mc, const SkBitmap& bm, const SkPaint& paint) { in drawBitmapCommon()
842 MxCp mc(this); in drawSprite() local
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
Dastc_image_load_store.cpp69 uint16_t mc = p & 0x7FF; in lns_to_sf16() local
/third_party/ffmpeg/libavformat/
Drtpdec_qt.c141 MOVContext *mc = av_mallocz(sizeof(*mc)); in qt_rtp_parse_packet() local
/third_party/pulseaudio/src/tests/
Dlfe-filter-test.c86 pa_memchunk mc; in lfe_filter_rewind_test() local
/third_party/node/test/sequential/
Dtest-async-wrap-getasyncid.js125 const mc = common.mustCall(function pb() { constant

123