Home
last modified time | relevance | path

Searched defs:mod (Results 1 – 25 of 361) sorted by relevance

12345678910>>...15

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DMutablePatternModifierTest.java31 MutablePatternModifier mod = new MutablePatternModifier(false); in basic() local
88 MutablePatternModifier mod = new MutablePatternModifier(false); in mutableEqualsImmutable() local
118 MutablePatternModifier mod = new MutablePatternModifier(false); in patternWithNoPlaceholder() local
142 private static String getPrefix(MutablePatternModifier mod) { in getPrefix()
148 private static String getSuffix(MutablePatternModifier mod) { in getSuffix()
DModifierTest.java73 Modifier mod = new SimpleModifier(compiledPattern, NumberFormat.Field.PERCENT, false); in testSimpleModifier() local
148 Modifier mod, in assertModifierEquals()
164 Modifier mod, in assertModifierEquals()
/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_patternmodifier.cpp25 MutablePatternModifier mod(false); in testBasic() local
91 MutablePatternModifier mod(false); in testPatternWithNoPlaceholder() local
133 MutablePatternModifier mod(false); in testMutableEqualsImmutable() local
172 UnicodeString PatternModifierTest::getPrefix(const MutablePatternModifier &mod, UErrorCode &status)… in getPrefix()
179 UnicodeString PatternModifierTest::getSuffix(const MutablePatternModifier &mod, UErrorCode &status)… in getSuffix()
/third_party/uboot/u-boot-2020.01/drivers/sound/
Dsamsung-i2s.c32 unsigned int mod = readl(&i2s_reg->mod); in i2s_set_lr_framesize() local
63 unsigned int mod = readl(&i2s_reg->mod) & ~MOD_MASK; in i2s_txctrl() local
85 unsigned int mod = readl(&i2s_reg->mod); in i2s_set_bitclk_framesize() local
132 unsigned int mod = readl(&i2s_reg->mod); in i2s_set_sysclk_dir() local
154 unsigned int mod = readl(&i2s_reg->mod); in i2s_set_fmt() local
231 unsigned int mod = readl(&i2s_reg->mod); in i2s_set_samplesize() local
/third_party/uboot/u-boot-2020.01/drivers/bios_emulator/x86emu/
Dops2.c169 int mod, rl, rh; in x86emuOp2_set_byte() local
293 int mod, rl, rh; in x86emuOp2_bt_R() local
356 int mod, rl, rh; in x86emuOp2_shld_IMM() local
427 int mod, rl, rh; in x86emuOp2_shld_CL() local
517 int mod, rl, rh; in x86emuOp2_bts_R() local
590 int mod, rl, rh; in x86emuOp2_shrd_IMM() local
661 int mod, rl, rh; in x86emuOp2_shrd_CL() local
722 int mod, rl, rh; in x86emuOp2_imul_R_RM() local
814 int mod, rh, rl; in x86emuOp2_lss_R_IMM() local
843 int mod, rl, rh; in x86emuOp2_btr_R() local
[all …]
Dops.c206 int mod, rl, rh; in x86emuOp_genop_byte_RM_R() local
246 int mod, rl, rh; in x86emuOp_genop_word_RM_R() local
312 int mod, rl, rh; in x86emuOp_genop_byte_R_RM() local
348 int mod, rl, rh; in x86emuOp_genop_word_R_RM() local
951 int mod, rl, rh; in x86emuOp_imul_word_IMM() local
1075 int mod, rl, rh; in x86emuOp_imul_byte_IMM() local
1271 int mod, rl, rh; in x86emuOp_opc80_byte_RM_IMM() local
1352 int mod, rl, rh; in x86emuOp_opc81_word_RM_IMM() local
1464 int mod, rl, rh; in x86emuOp_opc82_byte_RM_IMM() local
1543 int mod, rl, rh; in x86emuOp_opc83_word_RM_IMM() local
[all …]
/third_party/node/deps/npm/node_modules/import-lazy/
Dindex.js2 const lazy = (mod, fn, id) => mod === undefined ? fn(id) : mod; argument
6 let mod; variable
38 let mod; variable
/third_party/node/test/parallel/
Dtest-http-default-port.js38 for (const { mod, createServer } of [ property
39 { mod: http, createServer: http.createServer }, property
40 { mod: https, createServer: https.createServer.bind(null, options) }, property
Dtest-http-dns-error.js37 function tryGet(mod, tries) { argument
51 function tryRequest(mod, tries) { argument
67 function test(mod) { argument
/third_party/python/Python/
Dfuture.c64 future_parse(PyFutureFeatures *ff, mod_ty mod, PyObject *filename) in future_parse()
126 PyFuture_FromASTObject(mod_ty mod, PyObject *filename) in PyFuture_FromASTObject()
147 PyFuture_FromAST(mod_ty mod, const char *filename_str) in PyFuture_FromAST()
/third_party/typescript/tests/baselines/reference/
DparameterPropertyInConstructor2.js12 var mod; variable
13 (function (mod) { argument
DglobalFunctionAugmentationOverload.js6 class mod {} class
DglobalThisDeclarationEmit3.js15 var mod = globalThis; variable
/third_party/musl/libc-test/src/functional/
Dudiv.c25 uint64_t x, y, div, mod; member
154 uint64_t x, y, div, mod; in main() local
/third_party/libsnd/src/ALAC/
Dmatrix_enc.c57 int32_t mod = 1 << mixbits ; in mix16() local
97 int32_t mod = 1 << mixbits ; in mix20() local
137 int32_t mod = 1 << mixbits ; in mix24() local
220 int32_t mod = 1 << mixbits ; in mix32() local
/third_party/FreeBSD/sys/dev/usb/
Dusb_debug.c229 struct debug_module_data* mod; in usb_debug_module_regsiter() local
239 struct debug_module_data* mod; in usb_debug_module_unregsiter() local
251 struct debug_module_data* mod; in usb_debug_shell_cmd() local
/third_party/FreeBSD/stand/kshim/
Dbsd_kernel.c90 static struct debug_module_data *mod; in get_debug_module() local
103 const struct debug_module_data *mod; in debug_module_dump() local
/third_party/python/Modules/
D_peg_parser.c26 mod_ty mod; in _run_parser() local
63 mod_ty mod = _run_parser(the_string, filename, mode, &flags, arena, oldparser); in _Py_compile_string() local
108 mod_ty mod = _run_parser(the_string, filename, mode, &flags, arena, oldparser); in _Py_parse_string() local
/third_party/uboot/u-boot-2020.01/product/hiosd/include/
Dhi_debug.h45 #define HI_ERR_TRACE(mod, fmt...) printf(fmt) argument
46 #define HI_WARN_TRACE(mod, fmt...) argument
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/
Dbyte_stream_wrappers.h50 uint8_t mod = location_ % alignment; in ReadAlignment() local
90 uint8_t mod = bytes_->size() % alignment; in WriteAlignment() local
/third_party/python/Modules/_io/
D_iomodule.c585 PyObject *mod = PyState_FindModule(&_PyIO_Module); in _PyIO_get_module_state() local
599 PyObject *mod; in _PyIO_get_locale_module() local
622 iomodule_traverse(PyObject *mod, visitproc visit, void *arg) { in iomodule_traverse()
635 iomodule_clear(PyObject *mod) { in iomodule_clear()
646 iomodule_free(PyObject *mod) { in iomodule_free()
/third_party/boringssl/src/crypto/fipsmodule/bn/
Dmontgomery.c163 static int bn_mont_ctx_set_N_and_n0(BN_MONT_CTX *mont, const BIGNUM *mod) { in bn_mont_ctx_set_N_and_n0()
208 int BN_MONT_CTX_set(BN_MONT_CTX *mont, const BIGNUM *mod, BN_CTX *ctx) { in BN_MONT_CTX_set()
236 BN_MONT_CTX *BN_MONT_CTX_new_for_modulus(const BIGNUM *mod, BN_CTX *ctx) { in BN_MONT_CTX_new_for_modulus()
246 BN_MONT_CTX *BN_MONT_CTX_new_consttime(const BIGNUM *mod, BN_CTX *ctx) { in BN_MONT_CTX_new_consttime()
265 const BIGNUM *mod, BN_CTX *bn_ctx) { in BN_MONT_CTX_set_locked()
/third_party/flutter/skia/third_party/externals/sdl/src/render/
DSDL_yuv_sw.c108 int rows, int cols, int mod) in Color16DitherYV12Mod1X()
178 int rows, int cols, int mod) in Color24DitherYV12Mod1X()
258 int rows, int cols, int mod) in Color32DitherYV12Mod1X()
329 int rows, int cols, int mod) in Color16DitherYV12Mod2X()
402 int rows, int cols, int mod) in Color24DitherYV12Mod2X()
496 int rows, int cols, int mod) in Color32DitherYV12Mod2X()
569 int rows, int cols, int mod) in Color16DitherYUY2Mod1X()
615 int rows, int cols, int mod) in Color24DitherYUY2Mod1X()
665 int rows, int cols, int mod) in Color32DitherYUY2Mod1X()
713 int rows, int cols, int mod) in Color16DitherYUY2Mod2X()
[all …]
/third_party/typescript/tests/cases/compiler/
DnoCrashOnParameterNamedRequire.ts6 const mod = require("./mod"); constant
/third_party/typescript/tests/cases/conformance/salsa/
DmoduleExportAssignment3.ts9 var mod = require('./mod') variable

12345678910>>...15