Home
last modified time | relevance | path

Searched refs:object_format (Results 1 – 25 of 98) sorted by relevance

1234

/dports/misc/tvm/incubator-tvm-0.6.1/python/tvm/
H A Dmodule.py125 object_format = fcompile.object_format
128 object_format = "o"
131 object_format = "cc"
132 path_obj = temp.relpath("lib." + object_format)
/dports/misc/py-tvm/incubator-tvm-0.6.1/python/tvm/
H A Dmodule.py125 object_format = fcompile.object_format
128 object_format = "o"
131 object_format = "cc"
132 path_obj = temp.relpath("lib." + object_format)
/dports/devel/R-cran-roxygen2/roxygen2/man/
H A Dobject_format.Rd3 \name{object_format}
4 \alias{object_format}
7 object_format(x)
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/runtime/
H A Dmodule.py302 object_format = fcompile.object_format
305 object_format = "o"
308 object_format = "cc"
310 path_obj = temp.relpath("lib" + str(index) + "." + object_format)
333 path_obj = temp.relpath("devc." + object_format)
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dverify-pack.c67 const char *object_format = NULL; in cmd_verify_pack() local
74 OPT_STRING(0, "object-format", &object_format, N_("hash"), in cmd_verify_pack()
85 if (verify_one_pack(argv[i], flags, object_format)) in cmd_verify_pack()
H A Dinit-db.c535 const char *object_format = NULL;
552 OPT_STRING(0, "object-format", &object_format, N_("hash"),
611 if (object_format) {
612 hash_algo = hash_algo_by_name(object_format);
614 die(_("unknown hash algorithm '%s'"), object_format);
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dverify-pack.c67 const char *object_format = NULL; in cmd_verify_pack() local
74 OPT_STRING(0, "object-format", &object_format, N_("hash"), in cmd_verify_pack()
85 if (verify_one_pack(argv[i], flags, object_format)) in cmd_verify_pack()
H A Dinit-db.c535 const char *object_format = NULL; in cmd_init_db() local
552 OPT_STRING(0, "object-format", &object_format, N_("hash"), in cmd_init_db()
611 if (object_format) { in cmd_init_db()
612 hash_algo = hash_algo_by_name(object_format); in cmd_init_db()
614 die(_("unknown hash algorithm '%s'"), object_format); in cmd_init_db()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dverify-pack.c67 const char *object_format = NULL; in cmd_verify_pack() local
74 OPT_STRING(0, "object-format", &object_format, N_("hash"), in cmd_verify_pack()
85 if (verify_one_pack(argv[i], flags, object_format)) in cmd_verify_pack()
H A Dinit-db.c535 const char *object_format = NULL; in cmd_init_db() local
552 OPT_STRING(0, "object-format", &object_format, N_("hash"), in cmd_init_db()
611 if (object_format) { in cmd_init_db()
612 hash_algo = hash_algo_by_name(object_format); in cmd_init_db()
614 die(_("unknown hash algorithm '%s'"), object_format); in cmd_init_db()
/dports/devel/git/git-2.34.1/builtin/
H A Dverify-pack.c67 const char *object_format = NULL; in cmd_verify_pack() local
74 OPT_STRING(0, "object-format", &object_format, N_("hash"), in cmd_verify_pack()
85 if (verify_one_pack(argv[i], flags, object_format)) in cmd_verify_pack()
H A Dinit-db.c535 const char *object_format = NULL; in cmd_init_db() local
552 OPT_STRING(0, "object-format", &object_format, N_("hash"), in cmd_init_db()
611 if (object_format) { in cmd_init_db()
612 hash_algo = hash_algo_by_name(object_format); in cmd_init_db()
614 die(_("unknown hash algorithm '%s'"), object_format); in cmd_init_db()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dverify-pack.c67 const char *object_format = NULL; in cmd_verify_pack() local
74 OPT_STRING(0, "object-format", &object_format, N_("hash"), in cmd_verify_pack()
85 if (verify_one_pack(argv[i], flags, object_format)) in cmd_verify_pack()
H A Dinit-db.c535 const char *object_format = NULL; in cmd_init_db() local
552 OPT_STRING(0, "object-format", &object_format, N_("hash"), in cmd_init_db()
611 if (object_format) { in cmd_init_db()
612 hash_algo = hash_algo_by_name(object_format); in cmd_init_db()
614 die(_("unknown hash algorithm '%s'"), object_format); in cmd_init_db()
/dports/devel/R-cran-roxygen2/roxygen2/R/
H A Dobject-format.R10 object_format <- function(x) { function
48 object_format(obj$value)
/dports/devel/git-gui/git-2.34.1/t/t5801/
H A Dgit-remote-testgit145 test $val = "true" && object_format="true" || object_format=
/dports/devel/git-svn/git-2.34.1/t/t5801/
H A Dgit-remote-testgit145 test $val = "true" && object_format="true" || object_format=
/dports/devel/git-p4/git-2.34.1/t/t5801/
H A Dgit-remote-testgit145 test $val = "true" && object_format="true" || object_format=
/dports/devel/git/git-2.34.1/t/t5801/
H A Dgit-remote-testgit145 test $val = "true" && object_format="true" || object_format=
/dports/devel/git-cvs/git-2.34.1/t/t5801/
H A Dgit-remote-testgit145 test $val = "true" && object_format="true" || object_format=
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/input/
H A Ddirectinput.py120 for object_format, control in zip(object_formats, self.controls):
121 object_format.dwOfs = offset
122 object_format.dwType = control._type
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/input/
H A Ddirectinput.py120 for object_format, control in zip(object_formats, self.controls):
121 object_format.dwOfs = offset
122 object_format.dwType = control._type
/dports/games/jinput/jinput-bf22dd975bbba31f01895332255b63df376894e6/plugins/windows/src/main/native/dx8/
H A Dnet_java_games_input_IDirectInputDevice.c205 LPDIOBJECTDATAFORMAT object_format; in Java_net_java_games_input_IDirectInputDevice_nSetDataFormat() local
280 object_format = object_formats + i; in Java_net_java_games_input_IDirectInputDevice_nSetDataFormat()
281 object_format->pguid = guids + i; in Java_net_java_games_input_IDirectInputDevice_nSetDataFormat()
282 object_format->dwType = composite_type; in Java_net_java_games_input_IDirectInputDevice_nSetDataFormat()
283 object_format->dwFlags = flags_masked; in Java_net_java_games_input_IDirectInputDevice_nSetDataFormat()
285 object_format->dwOfs = i*sizeof(jint); in Java_net_java_games_input_IDirectInputDevice_nSetDataFormat()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/contrib/
H A Demcc.py77 create_tvmjs_wasm.object_format = "bc"
/dports/misc/tvm/incubator-tvm-0.6.1/python/tvm/contrib/
H A Demscripten.py82 create_js.object_format = "bc"

1234