Home
last modified time | relevance | path

Searched full:mode (Results 1 – 25 of 10649) sorted by relevance

12345678910>>...426

/third_party/grpc/tools/run_tests/performance/
Dscenario_result_schema.json5 "mode": "NULLABLE", string
10 "mode": "NULLABLE", string
15 "mode": "NULLABLE", string
20 "mode": "NULLABLE", string
25 "mode": "NULLABLE", string
30 "mode": "NULLABLE", string
35 "mode": "NULLABLE", string
42 "mode": "NULLABLE", string
47 "mode": "NULLABLE", string
52 "mode": "NULLABLE", string
[all …]
/third_party/openssl/test/recipes/30-test_evp_data/
Devpkdf_tls13_kdf.txt22 Ctrl.mode = mode:EXTRACT_ONLY
28 Ctrl.mode = mode:EXPAND_ONLY
37 Ctrl.mode = mode:EXPAND_ONLY
46 Ctrl.mode = mode:EXTRACT_ONLY
55 Ctrl.mode = mode:EXPAND_ONLY
64 Ctrl.mode = mode:EXPAND_ONLY
73 Ctrl.mode = mode:EXTRACT_ONLY
81 Ctrl.mode = mode:EXPAND_ONLY
90 Ctrl.mode = mode:EXPAND_ONLY
99 Ctrl.mode = mode:EXPAND_ONLY
[all …]
Devpkdf_hkdf.txt24 Ctrl.mode = mode:EXTRACT_ONLY
31 Ctrl.mode = mode:EXPAND_ONLY
45 Ctrl.mode = mode:EXTRACT_ONLY
52 Ctrl.mode = mode:EXPAND_ONLY
66 Ctrl.mode = mode:EXTRACT_ONLY
74 Ctrl.mode = mode:EXPAND_ONLY
88 Ctrl.mode = mode:EXTRACT_ONLY
95 Ctrl.mode = mode:EXPAND_ONLY
109 Ctrl.mode = mode:EXTRACT_ONLY
116 Ctrl.mode = mode:EXPAND_ONLY
[all …]
Devppkey_kdf_hkdf.txt24 Ctrl.mode = mode:EXTRACT_ONLY
31 Ctrl.mode = mode:EXPAND_ONLY
45 Ctrl.mode = mode:EXTRACT_ONLY
52 Ctrl.mode = mode:EXPAND_ONLY
66 Ctrl.mode = mode:EXTRACT_ONLY
74 Ctrl.mode = mode:EXPAND_ONLY
88 Ctrl.mode = mode:EXTRACT_ONLY
95 Ctrl.mode = mode:EXPAND_ONLY
109 Ctrl.mode = mode:EXTRACT_ONLY
116 Ctrl.mode = mode:EXPAND_ONLY
[all …]
/third_party/typescript/tests/baselines/reference/
DstrictModeReservedWordInClassDeclaration.errors.txt1 …xpected. 'private' is a reserved word in strict mode. Class definitions are automatically in stric…
2 …expected. 'public' is a reserved word in strict mode. Class definitions are automatically in stric…
3 …expected. 'static' is a reserved word in strict mode. Class definitions are automatically in stric…
4 …xpected. 'private' is a reserved word in strict mode. Class definitions are automatically in stric…
5 …expected. 'public' is a reserved word in strict mode. Class definitions are automatically in stric…
6 …expected. 'static' is a reserved word in strict mode. Class definitions are automatically in stric…
7 …expected. 'public' is a reserved word in strict mode. Class definitions are automatically in stric…
8 …expected. 'public' is a reserved word in strict mode. Class definitions are automatically in stric…
9 …er expected. 'let' is a reserved word in strict mode. Class definitions are automatically in stric…
10 …xpected. 'private' is a reserved word in strict mode. Class definitions are automatically in stric…
[all …]
DnodeModulesImportTypeModeDeclarationEmitErrors1(module=node16).types11 & import("pkg", { assert: {"resolution-mode": "foobar"} }).RequireInterface
12 & import("pkg", { assert: {"resolution-mode": "import"} }).ImportInterface;
14 export const a = (null as any as import("pkg", { assert: {"resolution-mode": "foobar"} }).RequireIn…
16 >(null as any as import("pkg", { assert: {"resolution-mode": "foobar"} }).RequireInterface) : impor…
17 >null as any as import("pkg", { assert: {"resolution-mode": "foobar"} }).RequireInterface : import(…
21 export const b = (null as any as import("pkg", { assert: {"resolution-mode": "import"} }).ImportInt…
23 >(null as any as import("pkg", { assert: {"resolution-mode": "import"} }).ImportInterface) : import…
24 >null as any as import("pkg", { assert: {"resolution-mode": "import"} }).ImportInterface : import("…
33 & import("pkg", {"resolution-mode": "require"}).RequireInterface
34 >"resolution-mode" : "resolution-mode"
[all …]
DnodeModulesImportTypeModeDeclarationEmitErrors1(module=nodenext).types11 & import("pkg", { assert: {"resolution-mode": "foobar"} }).RequireInterface
12 & import("pkg", { assert: {"resolution-mode": "import"} }).ImportInterface;
14 export const a = (null as any as import("pkg", { assert: {"resolution-mode": "foobar"} }).RequireIn…
16 >(null as any as import("pkg", { assert: {"resolution-mode": "foobar"} }).RequireInterface) : impor…
17 >null as any as import("pkg", { assert: {"resolution-mode": "foobar"} }).RequireInterface : import(…
21 export const b = (null as any as import("pkg", { assert: {"resolution-mode": "import"} }).ImportInt…
23 >(null as any as import("pkg", { assert: {"resolution-mode": "import"} }).ImportInterface) : import…
24 >null as any as import("pkg", { assert: {"resolution-mode": "import"} }).ImportInterface : import("…
33 & import("pkg", {"resolution-mode": "require"}).RequireInterface
34 >"resolution-mode" : "resolution-mode"
[all …]
DparseAssertEntriesError.types5 & import("pkg", { assert: {1234, "resolution-mode": "require"} }).RequireInterface
6 >1234, "resolution-mode" : "resolution-mode"
8 >"resolution-mode" : "resolution-mode"
10 >RequireInterface & import("pkg", { assert: {1234, "resolution-mode": "import"} }).ImportInterfa…
13 & import("pkg", { assert: {1234, "resolution-mode": "import"} }).ImportInterface;
14 >import("pkg", { assert: {1234, "resolution-mode": "import"} }).ImportInterface : any
15 >import("pkg", { assert: {1234, "resolution-mode": "import"} }) : Promise<{ default: typeof import(…
17 >{ assert: {1234, "resolution-mode": "import"} } : { assert: { 1234: any; "resolution-mode": string…
18 >assert : { 1234: any; "resolution-mode": string; }
19 >{1234, "resolution-mode": "import"} : { 1234: any; "resolution-mode": string; }
[all …]
DstrictModeReservedWord.errors.txt2 …eservedWord.ts(5,9): error TS1212: Identifier expected. 'public' is a reserved word in strict mode.
3 …eservedWord.ts(6,9): error TS1212: Identifier expected. 'static' is a reserved word in strict mode.
4 …deReservedWord.ts(7,9): error TS1212: Identifier expected. 'let' is a reserved word in strict mode.
6 …servedWord.ts(8,9): error TS1212: Identifier expected. 'package' is a reserved word in strict mode.
8 …ervedWord.ts(9,14): error TS1212: Identifier expected. 'package' is a reserved word in strict mode.
10 …rvedWord.ts(10,18): error TS1212: Identifier expected. 'private' is a reserved word in strict mode.
11 …dWord.ts(10,27): error TS1212: Identifier expected. 'implements' is a reserved word in strict mode.
12 …ReservedWord.ts(10,39): error TS1212: Identifier expected. 'let' is a reserved word in strict mode.
13 …dWord.ts(11,18): error TS1212: Identifier expected. 'implements' is a reserved word in strict mode.
14 …edWord.ts(11,30): error TS1212: Identifier expected. 'protected' is a reserved word in strict mode.
[all …]
/third_party/backends/testsuite/tools/data/
Dudev.ref37 # ENV{DEVTYPE}=="usb_device", MODE="0664", OWNER="root", GROUP="root"
43 ATTR{idVendor}=="03f0", ATTR{idProduct}=="0101", MODE="0664", GROUP="scanner", ENV{libsane_matched}…
45 ATTR{idVendor}=="03f0", ATTR{idProduct}=="0105", MODE="0664", GROUP="scanner", ENV{libsane_matched}…
47 ATTR{idVendor}=="03f0", ATTR{idProduct}=="0201", MODE="0664", GROUP="scanner", ENV{libsane_matched}…
49 ATTR{idVendor}=="03f0", ATTR{idProduct}=="0205", MODE="0664", GROUP="scanner", ENV{libsane_matched}…
51 ATTR{idVendor}=="03f0", ATTR{idProduct}=="0305", MODE="0664", GROUP="scanner", ENV{libsane_matched}…
53 ATTR{idVendor}=="03f0", ATTR{idProduct}=="0401", MODE="0664", GROUP="scanner", ENV{libsane_matched}…
55 ATTR{idVendor}=="03f0", ATTR{idProduct}=="0405", MODE="0664", GROUP="scanner", ENV{libsane_matched}…
57 ATTR{idVendor}=="03f0", ATTR{idProduct}=="0505", MODE="0664", GROUP="scanner", ENV{libsane_matched}…
59 ATTR{idVendor}=="03f0", ATTR{idProduct}=="0601", MODE="0664", GROUP="scanner", ENV{libsane_matched}…
[all …]
/third_party/mbedtls/tests/opt-testcases/
Dtls13-kex-modes.sh23 -s "Found PSK_EPHEMERAL KEX MODE" \
24 -s "Found PSK KEX MODE" \
27 -s "key exchange mode: psk$" \
28 -S "key exchange mode: psk_ephemeral" \
29 -S "key exchange mode: ephemeral"
42 -s "Found PSK_EPHEMERAL KEX MODE" \
43 -s "Found PSK KEX MODE" \
45 -S "key exchange mode: psk$" \
46 -S "key exchange mode: psk_ephemeral" \
47 -S "key exchange mode: ephemeral"
[all …]
/third_party/python/Modules/
D_stat.c92 # define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) argument
96 # define S_ISFIFO(mode) (((mode) & S_IFMT) == S_IFIFO) argument
100 # define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) argument
104 # define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) argument
108 # define S_ISDOOR(mode) 0 argument
112 # define S_ISPORT(mode) 0 argument
116 # define S_ISWHT(mode) 0 argument
255 mode_t mode; in _PyLong_AsMode_t() local
261 mode = (mode_t)value; in _PyLong_AsMode_t()
262 if ((unsigned long)mode != value) { in _PyLong_AsMode_t()
[all …]
/third_party/python/Lib/
Dtty.py19 """Put terminal into a raw mode."""
20 mode = tcgetattr(fd)
21 mode[IFLAG] = mode[IFLAG] & ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON)
22 mode[OFLAG] = mode[OFLAG] & ~(OPOST)
23 mode[CFLAG] = mode[CFLAG] & ~(CSIZE | PARENB)
24 mode[CFLAG] = mode[CFLAG] | CS8
25 mode[LFLAG] = mode[LFLAG] & ~(ECHO | ICANON | IEXTEN | ISIG)
26 mode[CC][VMIN] = 1
27 mode[CC][VTIME] = 0
28 tcsetattr(fd, when, mode)
[all …]
Dstat.py19 # Extract bits from the mode
21 def S_IMODE(mode): argument
22 """Return the portion of the file's mode that can be set by
25 return mode & 0o7777
27 def S_IFMT(mode): argument
28 """Return the portion of the file's mode that describes the
31 return mode & 0o170000
50 def S_ISDIR(mode): argument
51 """Return True if mode is from a directory."""
52 return S_IFMT(mode) == S_IFDIR
[all …]
/third_party/protobuf/editors/
Dprotobuf-mode.el1 ;;; protobuf-mode.el --- major mode for editing protocol buffers. -*- lexical-binding: t; -*-
37 ;; - Put `protobuf-mode.el' in your Emacs load-path.
39 ;; (require 'protobuf-mode)
41 ;; You can customize this mode just like any mode derived from CC Mode. If
42 ;; you want to add customizations specific to protobuf-mode, you can use the
43 ;; `protobuf-mode-hook'. For example, the following would make protocol-mode
48 ;; (indent-tabs-mode . nil)))
50 ;; (add-hook 'protobuf-mode-hook
53 ;; Refer to the documentation of CC Mode for more information about
54 ;; customization details and how to use this mode.
[all …]
/third_party/mesa3d/src/glx/
Dglxconfig.c45 * \param mode GL context mode whose data is to be returned.
46 * \param attribute Attribute of \c mode that is to be returned.
47 * \param value_return Location to store the data member of \c mode.
48 * \return If \c attribute is a valid attribute of \c mode, zero is
52 glx_config_get(struct glx_config * mode, int attribute, int *value_return) in glx_config_get() argument
59 *value_return = mode->rgbBits; in glx_config_get()
62 *value_return = !(mode->renderType & GLX_COLOR_INDEX_BIT); in glx_config_get()
65 *value_return = mode->redBits; in glx_config_get()
68 *value_return = mode->greenBits; in glx_config_get()
71 *value_return = mode->blueBits; in glx_config_get()
[all …]
/third_party/rust/rust/compiler/rustc_lexer/src/
Dunescape.rs79 pub fn unescape_literal<F>(src: &str, mode: Mode, callback: &mut F) in unescape_literal() argument
83 match mode { in unescape_literal()
84 Mode::Char | Mode::Byte => { in unescape_literal()
86 let res = unescape_char_or_byte(&mut chars, mode == Mode::Byte); in unescape_literal()
89 Mode::Str | Mode::ByteStr => unescape_str_common(src, mode, callback), in unescape_literal()
91 Mode::RawStr | Mode::RawByteStr => { in unescape_literal()
92 unescape_raw_str_or_raw_byte_str(src, mode == Mode::RawByteStr, callback) in unescape_literal()
94 Mode::CStr | Mode::RawCStr => unreachable!(), in unescape_literal()
116 pub fn unescape_c_string<F>(src: &str, mode: Mode, callback: &mut F) in unescape_c_string() argument
120 if mode == Mode::RawCStr { in unescape_c_string()
[all …]
/third_party/glfw/tests/
Dmonitors.c26 // This test prints monitor and video mode information or verifies video
42 enum Mode enum
59 static const char* format_mode(const GLFWvidmode* mode) in format_mode() argument
62 const int gcd = euclid(mode->width, mode->height); in format_mode()
67 mode->width, mode->height, in format_mode()
68 mode->redBits + mode->greenBits + mode->blueBits, in format_mode()
69 mode->width / gcd, mode->height / gcd, in format_mode()
70 mode->redBits, mode->greenBits, mode->blueBits, in format_mode()
71 mode->refreshRate); in format_mode()
101 const GLFWvidmode* mode = glfwGetVideoMode(monitor); in list_modes() local
[all …]
/third_party/mindspore/mindspore-src/source/tests/st/pi_jit/gradient/
Dtest_grad_return_type_pijit.py15 """test function grad with PIJit in pynative mode"""
33 @jit(mode="PIJit")
46 @jit(mode="PIJit")
70 @jit(mode="PIJit")
112 @pytest.mark.parametrize('mode', [ms.PYNATIVE_MODE])
113 def test_grad_operation_default_single_input(mode): argument
116 Description: Test ops.GradOperation with default args in graph mode.
128 ms.set_context(mode=mode)
140 @pytest.mark.parametrize('mode', [ms.PYNATIVE_MODE])
141 def test_grad_operation_default_multiple_inputs(mode): argument
[all …]
/third_party/mesa3d/src/mapi/glapi/gen/
DARB_draw_buffers.xml7 <size name="Get" mode="get"/>
10 <size name="Get" mode="get"/>
13 <size name="Get" mode="get"/>
16 <size name="Get" mode="get"/>
19 <size name="Get" mode="get"/>
22 <size name="Get" mode="get"/>
25 <size name="Get" mode="get"/>
28 <size name="Get" mode="get"/>
31 <size name="Get" mode="get"/>
34 <size name="Get" mode="get"/>
[all …]
/third_party/mindspore/mindspore-src/source/tests/st/dyn_shape_dev/
Dtest_ops_scalar_arithmetic.py37 @pytest.mark.parametrize('mode', [ms.GRAPH_MODE, ms.PYNATIVE_MODE])
38 def test_scalar_add(mode): argument
52 context.set_context(mode=mode)
59 if mode == ms.PYNATIVE_MODE and device_target == "Ascend":
61 …# heterogeneous computing is not supported in Graph Mode, this case will only run in Pynative Mode
64 if mode == ms.GRAPH_MODE:
65 …# In Pynative Mode, scalar op will be computed with __call__ function, leading to constant folding…
79 @pytest.mark.parametrize('mode', [ms.GRAPH_MODE, ms.PYNATIVE_MODE])
80 def test_scalar_sub(mode): argument
95 context.set_context(mode=mode)
[all …]
/third_party/mindspore/mindspore-src/source/tests/st/ops/
Dtest_ops_rand_ext.py25 @pytest.mark.parametrize('mode', ['pynative', 'kbk'])
26 def test_rand_normal(mode): argument
32 x = run_rand(5, 5, dtype=ms.float64, mode=mode).asnumpy()
34 dtype=ms.float64, mode=mode).asnumpy()
44 @pytest.mark.parametrize('mode', ['pynative', 'kbk'])
45 def test_rand_randomness(mode): argument
54 x1 = run_rand(5, 5, generator=generator, mode=mode).asnumpy()
55 x2 = run_rand(5, 5, generator=generator, mode=mode).asnumpy()
60 x1 = run_rand(5, 5, generator=generator, mode=mode).asnumpy()
62 x2 = run_rand(5, 5, generator=generator, mode=mode).asnumpy()
[all …]
/third_party/mindspore/mindspore-src/source/tests/st/gradient/
Dtest_grad_return_type.py15 """test function grad in graph mode"""
108 @pytest.mark.parametrize('mode', [ms.GRAPH_MODE, ms.PYNATIVE_MODE])
109 def test_grad_operation_default_single_input(mode): argument
112 Description: Test ops.GradOperation with default args in graph mode.
124 ms.set_context(mode=mode)
136 @pytest.mark.parametrize('mode', [ms.GRAPH_MODE, ms.PYNATIVE_MODE])
137 def test_grad_operation_default_multiple_inputs(mode): argument
140 Description: Test ops.GradOperation with default args in graph mode.
152 ms.set_context(mode=mode)
165 @pytest.mark.parametrize('mode', [ms.GRAPH_MODE, ms.PYNATIVE_MODE])
[all …]
/third_party/iptables/extensions/
Dlibxt_connbytes.t2 -m connbytes --connbytes 0:1000 --connbytes-mode packets --connbytes-dir original;=;OK
3 -m connbytes --connbytes 0:1000 --connbytes-mode packets --connbytes-dir reply;=;OK
4 -m connbytes --connbytes 0:1000 --connbytes-mode packets --connbytes-dir both;=;OK
5 -m connbytes --connbytes 0:1000 --connbytes-mode bytes --connbytes-dir original;=;OK
6 -m connbytes --connbytes 0:1000 --connbytes-mode bytes --connbytes-dir reply;=;OK
7 -m connbytes --connbytes 0:1000 --connbytes-mode bytes --connbytes-dir both;=;OK
8 -m connbytes --connbytes 0:1000 --connbytes-mode avgpkt --connbytes-dir original;=;OK
9 -m connbytes --connbytes 0:1000 --connbytes-mode avgpkt --connbytes-dir reply;=;OK
10 -m connbytes --connbytes 0:1000 --connbytes-mode avgpkt --connbytes-dir both;=;OK
11 -m connbytes --connbytes -1:0 --connbytes-mode packets --connbytes-dir original;;FAIL
[all …]
/third_party/mindspore/mindspore-src/source/tests/st/ops/ascend/test_aicpu_ops/
Dtest_flatten.py58 context.set_context(mode=context.PYNATIVE_MODE, device_target="Ascend")
61 context.set_context(mode=context.GRAPH_MODE, device_target="Ascend")
66 context.set_context(mode=context.PYNATIVE_MODE, device_target="Ascend")
69 context.set_context(mode=context.GRAPH_MODE, device_target="Ascend")
74 context.set_context(mode=context.PYNATIVE_MODE, device_target="Ascend")
77 context.set_context(mode=context.GRAPH_MODE, device_target="Ascend")
82 context.set_context(mode=context.PYNATIVE_MODE, device_target="Ascend")
85 context.set_context(mode=context.GRAPH_MODE, device_target="Ascend")
90 context.set_context(mode=context.PYNATIVE_MODE, device_target="Ascend")
93 context.set_context(mode=context.GRAPH_MODE, device_target="Ascend")
[all …]

12345678910>>...426