Home
last modified time | relevance | path

Searched +full:- +full:- +full:mode (Results 1 – 25 of 1377) sorted by relevance

12345678910>>...56

/external/libopus/celt/dump_modes/
Ddump_modes.c2 Copyright (c) 2008-2009 Xiph.Org Foundation
3 Written by Jean-Marc Valin */
9 - Redistributions of source code must retain the above copyright
12 - Redistributions in binary form must reproduce the above copyright
60 CELTMode *mode = modes[i]; in dump_modes() local
61 fprintf(file, " %d %d",mode->Fs,mode->shortMdctSize*mode->nbShortMdcts); in dump_modes()
63 fprintf(file, "\n It contains static definitions for some pre-defined modes. */\n"); in dump_modes()
75 CELTMode *mode = modes[i]; in dump_modes() local
79 mdctSize = mode->shortMdctSize*mode->nbShortMdcts; in dump_modes()
80 standard = (mode->Fs == 400*(opus_int32)mode->shortMdctSize); in dump_modes()
[all …]
/external/llvm/utils/emacs/
Dtablegen-mode.el1 ;;; tablegen-mode.el --- Major mode for TableGen description files (part of LLVM project)
6 ;; A major mode for TableGen description files in LLVM.
10 (require 'ansi-color)
12 ;; Create mode-specific tables.
15 (defvar td-decorators-face 'td-decorators-face
17 (make-face 'td-decorators-face)
19 (defvar tablegen-font-lock-keywords
20 (let ((kw (regexp-opt '("class" "defm" "def" "field" "include" "in"
23 (type-kw (regexp-opt '("bit" "bits" "code" "dag" "int" "list" "string")
28 ;; '("\/\/" . font-lock-comment-face)
[all …]
/external/sg3_utils/doc/
Dsg_wr_mode.81 .TH SG_WR_MODE "8" "April 2018" "sg3_utils\-1.43" SG3_UTILS
3 sg_wr_mode \- write (modify) SCSI mode page
6 [\fI\-\-contents=H,H...\fR] [\fI\-\-dbd\fR] [\fI\-\-force\fR] [\fI\-\-help\fR]
7 [\fI\-\-len=10|6\fR] [\fI\-\-mask=M,M...\fR] [\fI\-\-page=PG_H[,SPG_H]\fR]
8 [\fI\-\-rtd\fR] [\fI\-\-save\fR] [\fI\-\-six\fR] [\fI\-\-verbose\fR]
9 [\fI\-\-version\fR] \fIDEVICE\fR
13 Writes a modified mode page to \fIDEVICE\fR. Uses the SCSI MODE SENSE (6
14 or 10 byte variant) command to fetch the existing mode data which includes
15 a mode page (or subpage). It then combines that with the contents,
16 potentially masked, and writes the modified mode page with the SCSI MODE
[all …]
Dsginfo.81 .TH SGINFO "8" "January 2014" "sg3_utils\-1.38" SG3_UTILS
3 sginfo \- access mode page information for a SCSI (or ATAPI) device
16 also be used. The primary role of this program is to access mode page
17 information. If permitted, mode page information can be altered. In
21 This utility is in legacy mode, only obvious bugs will be fixed. Options
22 like \fI\-l\fR (to list devices) are broken in recent versions of
24 instead. Also mode pages are not being updated as https://www.t10.org
25 adds and modifies mode page fields. Those interested in SCSI mode pages
30 Four sets of values are maintained by a SCSI device for each mode
34 By default when a mode page is displayed the current values are
[all …]
Dsg_modes.81 .TH SG_MODES "8" "July 2022" "sg3_utils\-1.45" SG3_UTILS
3 sg_modes \- reads mode pages with SCSI MODE SENSE command
6 [\fI\-\-all\fR] [\fI\-\-control=PC\fR] [\fI\-\-dbd\fR] [\fI\-\-dbout\fR]
7 [\fI\-\-examine\fR] [\fI\-\-flexible\fR] [\fI\-\-help\fR] [\fI\-\-hex\fR]
8 [\fI\-\-list\fR] [\fI\-\-llbaa\fR] [\fI\-\-maxlen=LEN\fR]
9 [\fI\-\-page=PG[,SPG]\fR] [\fI\-\-raw\fR] [\fI\-R\fR] [\fI\-\-readwrite\fR]
10 [\fI\-\-six\fR] [\fI\-\-verbose\fR] [\fI\-\-version\fR] [\fIDEVICE\fR]
13 [\fI\-6\fR] [\fI\-a\fR] [\fI\-A\fR] [\fI\-c=PC\fR] [\fI\-d\fR] [\fI\-D\fR]
14 [\fI\-e\fR] [\fI\-f\fR] [\fI\-h\fR] [\fI\-H\fR] [\fI\-l\fR] [\fI\-L\fR]
15 [\fI\-m=LEN\fR] [\fI\-p=PG[,SPG]\fR] [\fI\-r\fR] [\fI\-subp=SPG\fR]
[all …]
/external/mbedtls/tests/opt-testcases/
Dtls13-kex-modes.sh3 # tls13-kex-modes.sh
6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
15 run_test "TLS 1.3: G->m: all/psk, good" \
17 … "$G_NEXT_CLI -d 10 --priority NORMAL:-VERS-ALL:-KX-ALL:+ECDHE-PSK:+DHE-PSK:+PSK:+VERS-TLS1.3 \
18 --pskusername Client_identity --pskkey=6162636465666768696a6b6c6d6e6f70 \
21 -s "found psk key exchange modes extension" \
22 -s "found pre_shared_key extension" \
23 -s "Found PSK_EPHEMERAL KEX MODE" \
24 -s "Found PSK KEX MODE" \
25 -s "Pre shared key found" \
[all …]
Dtls13-misc.sh3 # tls13-misc.sh
6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
16 run_test "TLS 1.3: PSK: No valid ciphersuite. G->m" \
18 …"$G_NEXT_CLI -d 10 --priority NORMAL:-VERS-ALL:-CIPHER-ALL:+AES-256-GCM:+AEAD:+SHA384:-KX-ALL:+ECD…
19 --pskusername Client_identity --pskkey=6162636465666768696a6b6c6d6e6f70 \
22 -s "found psk key exchange modes extension" \
23 -s "found pre_shared_key extension" \
24 -s "Found PSK_EPHEMERAL KEX MODE" \
25 -s "Found PSK KEX MODE" \
26 -s "No matched ciphersuite"
[all …]
/external/clang/test/SemaCXX/
Dattr-mode-tmpl.cpp1 // RUN: %clang_cc1 -fsyntax-only -verify %s
9 // Check that non-vector 'mode' attribute is OK with enumeration types. in CheckEnumerations()
10 typedef T __attribute__((mode(QI))) T1; in CheckEnumerations()
11 typedef T T2 __attribute__((mode(HI))); in CheckEnumerations()
12 …typedef T __attribute__((mode(V8SI))) T3; // expected-error{{mode 'V8SI' is not supported for enum… in CheckEnumerations()
13 // expected-warning@-1{{specifying vector types with the 'mode' attribute is deprecated}} in CheckEnumerations()
15 typedef enum __attribute__((mode(HI))) { A4, B4 } T4; in CheckEnumerations()
16 typedef enum { A5, B5 } __attribute__((mode(SI))) T5; in CheckEnumerations()
17 …typedef enum __attribute__((mode(V2SI))) { A6, B6 } T6; // expected-error{{mode 'V2SI' is not supp… in CheckEnumerations()
18 // expected-warning@-1{{deprecated}} in CheckEnumerations()
[all …]
/external/libopus/celt/
Dmodes.c1 /* Copyright (c) 2007-2008 CSIRO
2 Copyright (c) 2007-2009 Xiph.Org Foundation
4 Written by Jean-Marc Valin and Gregory Maxwell */
10 - Redistributions of source code must retain the above copyright
13 - Redistributions in binary form must reproduce the above copyright
79 /* Defining 25 critical bands for the full 0-20 kHz audio bandwidth
98 *nbEBands = sizeof(eband5ms)/sizeof(eband5ms[0])-1; in compute_ebands()
111 if (bark_freq[lin+1]-bark_freq[lin] >= res) in compute_ebands()
115 high = nBark-lin; in compute_ebands()
126 offset = eBands[low-1]*res - bark_freq[lin-1]; in compute_ebands()
[all …]
/external/protobuf/editors/
Dprotobuf-mode.el1 ;;; protobuf-mode.el --- major mode for editing protocol buffers. -*- lexical-binding: t; -*-
4 ;; Created: 23-Apr-2009
37 ;; - Put `protobuf-mode.el' in your Emacs load-path.
38 ;; - Add this line to your .emacs file:
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
44 ;; use 2-space indentation:
46 ;; (defconst my-protobuf-style
[all …]
/external/cronet/third_party/protobuf/editors/
Dprotobuf-mode.el1 ;;; protobuf-mode.el --- major mode for editing protocol buffers. -*- lexical-binding: t; -*-
4 ;; Created: 23-Apr-2009
37 ;; - Put `protobuf-mode.el' in your Emacs load-path.
38 ;; - Add this line to your .emacs file:
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
44 ;; use 2-space indentation:
46 ;; (defconst my-protobuf-style
[all …]
/external/mesa3d/src/glx/
Dglxconfig.c18 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
45 * \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()
[all …]
/external/python/cpython3/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
258 if ((value == (unsigned long)-1) && PyErr_Occurred()) in _PyLong_AsMode_t()
259 return (mode_t)-1; in _PyLong_AsMode_t()
[all …]
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_xdp_redirect_multi.sh2 # SPDX-License-Identifier: GPL-2.0
5 # - - - - - - - - - - - - - - - - - - -
7 # - -| - - - - - - | - - - - - - | - -
8 # --------- --------- ---------
10 # --------- --------- ---------
19 # ns1 -> gw: ns1, ns2, ns3, should receive the arp request
22 # ns1 -> gw: ns1 should not receive, ns2, ns3 should receive redirects.
24 # ping test: ns1 -> ns2 (block), echo requests will be redirect back
34 LOG_DIR=$(mktemp -d)
35 declare -a NS
[all …]
/external/clang/test/Sema/
Dattr-mode-enums.c1 // RUN: %clang_cc1 -fsyntax-only -verify %s
3 // Test checks that 'mode' attribute is handled correctly with enums, i. e. code
4 // 1. "typedef enum { A } __attribute__((mode(HI))) T;" is accepted,
5 // 2. "enum X __attribute__((mode(QI))) var;" forms a complete integer type.
6 // 3. "enum { A } __attribute__((mode(V4SI))) var;" is not accepted (vector mode).
11 // Vector mode are not allowed with enums. in main()
12 …typedef enum { E1 } __attribute__((mode(V4QI))) RejectedType1; // expected-error{{mode 'V4QI' is n… in main()
13 // expected-warning@-1{{specifying vector types with the 'mode' attribute is deprecated}} in main()
14 …typedef enum __attribute__((mode(V8HI))) { E2 } RejectedType2; // expected-error{{mode 'V8HI' is n… in main()
15 … // expected-warning@-1{{deprecated}} in main()
[all …]
Dattr-mode-vector-types.c1 // RUN: %clang_cc1 -fsyntax-only -verify -triple x86_64-unknown-linux-gnu %s
4 typedef int __attribute__((mode(byte))) __attribute__((vector_size(256))) vec_t1;
5 typedef int __attribute__((mode(QI))) __attribute__((vector_size(256))) vec_t2;
6 typedef int __attribute__((mode(SI))) __attribute__((vector_size(256))) vec_t3;
7 typedef int __attribute__((mode(DI))) __attribute__((vector_size(256)))vec_t4;
8 typedef float __attribute__((mode(SF))) __attribute__((vector_size(256))) vec_t5;
9 typedef float __attribute__((mode(DF))) __attribute__((vector_size(256))) vec_t6;
10 typedef float __attribute__((mode(XF))) __attribute__((vector_size(256))) vec_t7;
12 typedef int v8qi __attribute__ ((mode(QI))) __attribute__ ((vector_size(8)));
13 typedef int v8qi __attribute__ ((mode(V8QI)));
[all …]
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_pwr.c8 * + Initialization/de-initialization functions
41 /* Includes ------------------------------------------------------------------*/
55 /* Private typedef -----------------------------------------------------------*/
56 /* Private define ------------------------------------------------------------*/
62 /** @defgroup PWR_PVD_Mode_Mask PWR PVD Mode Mask
77 /* Private macro -------------------------------------------------------------*/
78 /* Private variables ---------------------------------------------------------*/
79 /* Private function prototypes -----------------------------------------------*/
80 /* Exported functions --------------------------------------------------------*/
86 /** @defgroup PWR_Exported_Functions_Group1 Initialization and de-initialization functions
[all …]
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_pwr.c8 * + Initialization/de-initialization functions
41 /* Includes ------------------------------------------------------------------*/
55 /* Private typedef -----------------------------------------------------------*/
56 /* Private define ------------------------------------------------------------*/
62 /** @defgroup PWR_PVD_Mode_Mask PWR PVD Mode Mask
77 /* Private macro -------------------------------------------------------------*/
78 /* Private variables ---------------------------------------------------------*/
79 /* Private function prototypes -----------------------------------------------*/
80 /* Exported functions --------------------------------------------------------*/
86 /** @defgroup PWR_Exported_Functions_Group1 Initialization and de-initialization functions
[all …]
/external/tensorflow/tensorflow/python/grappler/
Dauto_mixed_precision_test.py7 # http://www.apache.org/licenses/LICENSE-2.0
93 i = array_ops.reshape(x, [-1, 8, 8, 1])
105 i = array_ops.reshape(x, [-1, 8, 8, 8, 1])
110 x = array_ops.reshape(x, [-1, 8, 8, 6])
126 """(Conv -> bias -> relu -> max_pool) x2."""
127 x_image = array_ops.reshape(x, [-1, 8, 8, 1])
184 """Dynamic single-layer LSTM with TensorArray."""
252 rewrite_config.min_graph_nodes = -1
256 config.graph_options.optimizer_options.opt_level = -1
261 """Returns the device to run on. If mode is mkl, run on CPU"""
[all …]
/external/boringssl/src/ssl/test/runner/
Dfuzzer_mode.json3 "BadCBCPadding*": "Fuzzer mode has no CBC padding.",
5 "*BadFinished*": "Fuzzer mode ignores Finished checks.",
6 "TrailingMessageData-*Finished*": "Fuzzer mode ignores Finished checks.",
8 "DTLSIgnoreBadPackets*": "Fuzzer mode has no bad packets.",
9 "TLSFatalBadPackets": "Fuzzer mode has no bad packets.",
10 "*-BadRecord*": "Fuzzer mode has no bad packets.",
12 "BadRSAClientKeyExchange*": "Fuzzer mode does not notice a bad premaster secret.",
14 …"TrailingMessageData-TLS13-ServerHello-*": "Fuzzer mode will not read the peer's alert as a MAC er…
15 …"UnexpectedUnencryptedExtension-Client-TLS13": "Fuzzer mode will not read the peer's alert as a MA…
16 …"UnknownUnencryptedExtension-Client-TLS13": "Fuzzer mode will not read the peer's alert as a MAC e…
[all …]
/external/cronet/third_party/boringssl/src/ssl/test/runner/
Dfuzzer_mode.json3 "BadCBCPadding*": "Fuzzer mode has no CBC padding.",
5 "*BadFinished*": "Fuzzer mode ignores Finished checks.",
6 "TrailingMessageData-*Finished*": "Fuzzer mode ignores Finished checks.",
8 "DTLSIgnoreBadPackets*": "Fuzzer mode has no bad packets.",
9 "TLSFatalBadPackets": "Fuzzer mode has no bad packets.",
10 "*-BadRecord*": "Fuzzer mode has no bad packets.",
12 "BadRSAClientKeyExchange*": "Fuzzer mode does not notice a bad premaster secret.",
14 …"TrailingMessageData-TLS13-ServerHello-*": "Fuzzer mode will not read the peer's alert as a MAC er…
15 …"UnexpectedUnencryptedExtension-Client-TLS13": "Fuzzer mode will not read the peer's alert as a MA…
16 …"UnknownUnencryptedExtension-Client-TLS13": "Fuzzer mode will not read the peer's alert as a MAC e…
[all …]
/external/deqp/framework/common/
DtcuTexVerifierUtil.hpp3 /*-------------------------------------------------------------------------
5 * ----------------------------------------
13 * http://www.apache.org/licenses/LICENSE-2.0
24 *//*--------------------------------------------------------------------*/
71 inline bool isNearestMipmapFilter(const Sampler::FilterMode mode) in isNearestMipmapFilter() argument
73 return mode == Sampler::NEAREST_MIPMAP_NEAREST || mode == Sampler::LINEAR_MIPMAP_NEAREST || in isNearestMipmapFilter()
74 mode == Sampler::CUBIC_MIPMAP_NEAREST; in isNearestMipmapFilter()
77 inline bool isLinearMipmapFilter(const Sampler::FilterMode mode) in isLinearMipmapFilter() argument
79 return mode == Sampler::NEAREST_MIPMAP_LINEAR || mode == Sampler::LINEAR_MIPMAP_LINEAR || in isLinearMipmapFilter()
80 mode == Sampler::CUBIC_MIPMAP_LINEAR; in isLinearMipmapFilter()
[all …]
/external/OpenCL-CTS/test_conformance/
Dopencl_conformance_tests_full_spirv.csv13 Basic,basic/test_basic --compilation-mode spir-v --compilation-cache-path .
14 API,api/test_api --compilation-mode spir-v --compilation-cache-path .
15 Compiler,compiler/test_compiler --compilation-mode spir-v --compilation-cache-path .
20 Common Functions,commonfns/test_commonfns --compilation-mode spir-v --compilation-cache-path .
21 Geometric Functions,geometrics/test_geometrics --compilation-mode spir-v --compilation-cache-path .
22 Relationals,relationals/test_relationals --compilation-mode spir-v --compilation-cache-path .
27 …sions,thread_dimensions/test_thread_dimensions full* --compilation-mode spir-v --compilation-cache
28 …evice/Context,multiple_device_context/test_multiples --compilation-mode spir-v --compilation-cache
29 Atomics,atomics/test_atomics --compilation-mode spir-v --compilation-cache-path .
30 Profiling,profiling/test_profiling --compilation-mode spir-v --compilation-cache-path .
[all …]
Dopencl_conformance_tests_full_binary.csv13 Basic,basic/test_basic --compilation-mode binary --compilation-cache-path .
14 API,api/test_api --compilation-mode binary --compilation-cache-path .
15 Compiler,compiler/test_compiler --compilation-mode binary --compilation-cache-path .
20 Common Functions,commonfns/test_commonfns --compilation-mode binary --compilation-cache-path .
21 Geometric Functions,geometrics/test_geometrics --compilation-mode binary --compilation-cache-path .
22 Relationals,relationals/test_relationals --compilation-mode binary --compilation-cache-path .
27 …sions,thread_dimensions/test_thread_dimensions full* --compilation-mode binary --compilation-cache
28 …evice/Context,multiple_device_context/test_multiples --compilation-mode binary --compilation-cache
29 Atomics,atomics/test_atomics --compilation-mode binary --compilation-cache-path .
30 Profiling,profiling/test_profiling --compilation-mode binary --compilation-cache-path .
[all …]
/external/fonttools/Snippets/
Dcompact_gpos.py10 each mode can be inspected.
13 a mode value for a specific font (trade-off between bytes saved in TTF format
54 for mode in MODES:
55 print(f" Running mode={mode}", file=sys.stderr)
56 fonts[mode] = TTFont(font_path)
58 compact(fonts[mode], mode=str(mode))
59 runtimes[mode].append(time.perf_counter() - before)
60 font_paths[mode] = (
63 / (font_path.stem + f"_{mode}" + font_path.suffix)
65 font_paths[mode].parent.mkdir(parents=True, exist_ok=True)
[all …]

12345678910>>...56