Home
last modified time | relevance | path

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

12345678910>>...18

/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/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DMutablePatternModifierTest.java28 MutablePatternModifier mod = new MutablePatternModifier(false); in basic() local
85 MutablePatternModifier mod = new MutablePatternModifier(false); in mutableEqualsImmutable() local
115 MutablePatternModifier mod = new MutablePatternModifier(false); in patternWithNoPlaceholder() local
139 private static String getPrefix(MutablePatternModifier mod) { in getPrefix()
145 private static String getSuffix(MutablePatternModifier mod) { in getSuffix()
DModifierTest.java70 Modifier mod = new SimpleModifier(compiledPattern, NumberFormat.Field.PERCENT, false); in testSimpleModifier() local
145 Modifier mod, in assertModifierEquals()
161 Modifier mod, in assertModifierEquals()
/third_party/mesa3d/src/gallium/frontends/clover/llvm/codegen/
Dbitcode.cpp57 emit_code(const ::llvm::Module &mod) { in emit_code()
66 clover::llvm::print_module_bitcode(const ::llvm::Module &mod) { in print_module_bitcode()
74 clover::llvm::build_module_library(const ::llvm::Module &mod, in build_module_library()
85 auto mod = ::llvm::parseBitcodeFile(::llvm::MemoryBufferRef( in parse_module_library() local
Dnative.cpp109 emit_code(::llvm::Module &mod, const target &target, in emit_code()
146 clover::llvm::build_module_native(::llvm::Module &mod, const target &target, in build_module_native()
155 clover::llvm::print_module_native(const ::llvm::Module &mod, in print_module_native()
170 clover::llvm::build_module_native(::llvm::Module &mod, const target &target, in build_module_native()
177 clover::llvm::print_module_native(const ::llvm::Module &mod, in print_module_native()
Dcommon.cpp108 get_reqd_work_group_size(const Module &mod, in get_reqd_work_group_size()
118 kernel_attributes(const Module &mod, const std::string &kernel_name) { in kernel_attributes()
151 make_kernel_args(const Module &mod, const std::string &kernel_name, in make_kernel_args()
290 clover::llvm::build_module_common(const Module &mod, in build_module_common()
/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/python/Include/internal/
Dpycore_moduleobject.h21 static inline PyModuleDef* _PyModule_GetDef(PyObject *mod) { in _PyModule_GetDef()
26 static inline void* _PyModule_GetState(PyObject* mod) { in _PyModule_GetState()
31 static inline PyObject* _PyModule_GetDict(PyObject *mod) { in _PyModule_GetDict()
/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/typescript/tests/baselines/reference/
DparameterPropertyInConstructor2.js12 var mod; variable
13 (function (mod) { argument
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dpython_adapter.h46 py::object CallPyModFn(const py::module &mod, const std::string &function, T... args) { in CallPyModFn()
68 py::module mod = py::module::import(module.c_str()); in CallPyFn() local
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_function.c110 allocate_function_from_predefined(struct dxil_module *mod, in allocate_function_from_predefined()
126 dxil_get_function(struct dxil_module *mod, in dxil_get_function()
156 get_type_from_string(struct dxil_module *mod, const char *param_descr, in get_type_from_string()
190 dxil_alloc_func_with_rettype(struct dxil_module *mod, const char *name, in dxil_alloc_func_with_rettype()
230 dxil_alloc_func(struct dxil_module *mod, const char *name, enum overload_type overload, in dxil_alloc_func()
Ddxil_signature.c369 fill_SV_param_nodes(struct dxil_module *mod, unsigned record_id, in fill_SV_param_nodes()
417 struct semantic_info *semantic, struct dxil_module *mod) in fill_psv_signature_element()
457 fill_io_signature(struct dxil_module *mod, int id, in fill_io_signature()
471 get_input_signature_group(struct dxil_module *mod, const struct dxil_mdnode **inputs, in get_input_signature_group()
508 get_input_signature(struct dxil_module *mod, nir_shader *s, bool vulkan) in get_input_signature()
559 get_output_signature(struct dxil_module *mod, nir_shader *s, bool vulkan) in get_output_signature()
611 get_signatures(struct dxil_module *mod, nir_shader *s, bool vulkan) in get_signatures()
/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/Python/
Dimport.c346 import_ensure_initialized(PyInterpreterState *interp, PyObject *mod, PyObject *name) in import_ensure_initialized()
421 _PyImport_FixupExtensionObject(PyObject *mod, PyObject *name, in _PyImport_FixupExtensionObject()
486 _PyImport_FixupBuiltin(PyObject *mod, const char *name, PyObject *modules) in _PyImport_FixupBuiltin()
516 PyObject *mod, *mdict; in import_find_extension() local
565 PyObject *mod = import_find_extension(tstate, name, filename); in _PyImport_FindExtensionObject() local
628 PyObject *mod = import_add_module(tstate, name); in PyImport_AddModuleObject() local
668 PyObject *mod = _PyDict_Pop(modules, name, Py_None); in remove_module() local
999 PyObject *mod = import_find_extension(tstate, name, name); in create_builtin() local
1063 PyObject *mod = create_builtin(tstate, name, spec); in _imp_create_builtin() local
1481 PyObject *mod = NULL; in import_find_and_load() local
[all …]
Dfuture.c57 future_parse(PyFutureFeatures *ff, mod_ty mod, PyObject *filename) in future_parse()
119 _PyFuture_FromAST(mod_ty mod, PyObject *filename) in _PyFuture_FromAST()
/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/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

12345678910>>...18