/external/grpc-grpc/tools/run_tests/performance/ |
D | scenario_result_schema.json | 5 "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 …]
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/performance/ |
D | scenario_result_schema.json | 5 "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 …]
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | set-gpr-idx-peephole.mir | 10 …; GCN: S_SET_GPR_IDX_ON $sgpr2, 1, implicit-def $mode, implicit-def $m0, implicit $mode, implicit … 13 ; GCN: S_SET_GPR_IDX_OFF implicit-def $mode, implicit $mode 14 …S_SET_GPR_IDX_ON $sgpr2, 1, implicit-def $mode, implicit-def $m0, implicit $mode, implicit undef $… 16 S_SET_GPR_IDX_OFF implicit-def $mode, implicit $mode 17 …S_SET_GPR_IDX_ON killed $sgpr2, 1, implicit-def $mode, implicit-def $m0, implicit $mode, implicit… 19 S_SET_GPR_IDX_OFF implicit-def $mode, implicit $mode 28 …_SET_GPR_IDX_ON $sgpr2, 1, implicit-def $m0, implicit-def $mode, implicit undef $m0, implicit $mode 32 ; GCN: S_SET_GPR_IDX_OFF implicit-def $mode, implicit $mode 33 …_SET_GPR_IDX_ON $sgpr2, 1, implicit-def $m0, implicit-def $mode, implicit undef $m0, implicit $mode 35 S_SET_GPR_IDX_OFF implicit-def $mode, implicit $mode [all …]
|
D | mode-register.mir | 1 # RUN: llc -march=amdgcn -mcpu=gfx900 -run-pass si-mode-register %s -o - | FileCheck %s 4 # check that the mode is changed to rtz from default rtn for interp f16 20 … $vgpr1 = V_INTERP_P1LL_F16 0, $vgpr0, 2, 1, 0, 0, 0, implicit $mode, implicit $m0, implicit $exec 22 …$vgpr0 = V_INTERP_P1LL_F16 0, killed $vgpr0, 2, 1, -1, 0, 0, implicit $mode, implicit $m0, implici… 23 …$vgpr1 = V_INTERP_P2_F16 0, $vgpr2, 2, 1, 0, killed $vgpr1, 0, 0, implicit $mode, implicit $m0, im… 24 …$vgpr0 = V_INTERP_P2_F16 0, killed $vgpr2, 2, 1, 0, killed $vgpr0, -1, 0, implicit $mode, implicit… 25 $vgpr0 = V_ADD_F16_e32 killed $vgpr1, killed $vgpr0, implicit $mode, implicit $exec 29 # check that the mode is not changed for interp f16 when the mode is already RTZ 44 S_SETREG_IMM32_B32 3, 2177, implicit-def $mode, implicit $mode 46 … $vgpr1 = V_INTERP_P1LL_F16 0, $vgpr0, 2, 1, 0, 0, 0, implicit $mode, implicit $m0, implicit $exec [all …]
|
/external/libopus/celt/dump_modes/ |
D | dump_modes.c | 60 CELTMode *mode = modes[i]; in dump_modes() local 61 fprintf(file, " %d %d",mode->Fs,mode->shortMdctSize*mode->nbShortMdcts); 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() 81 framerate = mode->Fs/mode->shortMdctSize; in dump_modes() 85 fprintf(file, "#ifndef DEF_EBANDS%d_%d\n", mode->Fs, mdctSize); in dump_modes() 86 fprintf(file, "#define DEF_EBANDS%d_%d\n", mode->Fs, mdctSize); in dump_modes() 87 …fprintf (file, "static const opus_int16 eBands%d_%d[%d] = {\n", mode->Fs, mdctSize, mode->nbEBands… in dump_modes() 88 for (j=0;j<mode->nbEBands+2;j++) in dump_modes() [all …]
|
/external/llvm/utils/emacs/ |
D | tablegen-mode.el | 1 ;;; tablegen-mode.el --- Major mode for TableGen description files (part of LLVM project) 6 ;; A major mode for TableGen description files in LLVM. 12 ;; Create mode-specific tables. 47 "Additional expressions to highlight in TableGen mode.") 48 (put 'tablegen-mode 'font-lock-defaults '(tablegen-font-lock-keywords)) 54 (defvar tablegen-mode-syntax-table nil 55 "Syntax table used in `tablegen-mode' buffers.") 56 (when (not tablegen-mode-syntax-table) 57 (setq tablegen-mode-syntax-table (make-syntax-table)) 59 (modify-syntax-entry ?\ " " tablegen-mode-syntax-table) [all …]
|
/external/llvm-project/llvm/utils/emacs/ |
D | tablegen-mode.el | 1 ;;; tablegen-mode.el --- Major mode for TableGen description files (part of LLVM project) 6 ;; A major mode for TableGen description files in LLVM. 12 ;; Create mode-specific tables. 47 "Additional expressions to highlight in TableGen mode.") 48 (put 'tablegen-mode 'font-lock-defaults '(tablegen-font-lock-keywords)) 52 (defvar tablegen-mode-syntax-table nil 53 "Syntax table used in `tablegen-mode' buffers.") 54 (when (not tablegen-mode-syntax-table) 55 (setq tablegen-mode-syntax-table (make-syntax-table)) 57 (modify-syntax-entry ?\ " " tablegen-mode-syntax-table) [all …]
|
/external/clang/test/SemaCXX/ |
D | attr-mode-tmpl.cpp | 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() 19 …typedef enum { A7, B7 } __attribute__((mode(V2QI))) T7; // expected-error{{mode 'V2QI' is not supp… in CheckEnumerations() 27 …typedef T __attribute__((mode(QI))) T1; // expected-error{{mode attribute only supported for in… in CheckPrimitiveTypes() [all …]
|
/external/e2fsprogs/tests/f_journal/ |
D | expect.1 | 2 Clearing orphaned inode 37 (uid=0, gid=0, mode=0100600, size=4096) 3 Clearing orphaned inode 90 (uid=0, gid=0, mode=040700, size=1024) 4 Clearing orphaned inode 67 (uid=0, gid=0, mode=0100600, size=4096) 5 Clearing orphaned inode 50 (uid=0, gid=0, mode=0100600, size=4096) 6 Clearing orphaned inode 57 (uid=0, gid=0, mode=040700, size=1024) 7 Clearing orphaned inode 80 (uid=0, gid=0, mode=040700, size=1024) 8 Clearing orphaned inode 45 (uid=0, gid=0, mode=040700, size=1024) 9 Clearing orphaned inode 71 (uid=0, gid=0, mode=0100600, size=4096) 10 Clearing orphaned inode 86 (uid=0, gid=0, mode=040700, size=1024) 11 Clearing orphaned inode 83 (uid=0, gid=0, mode=040700, size=1024) [all …]
|
/external/llvm-project/clang/test/SemaCXX/ |
D | attr-mode-tmpl.cpp | 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() 19 …typedef enum { A7, B7 } __attribute__((mode(V2QI))) T7; // expected-error{{mode 'V2QI' is not supp… in CheckEnumerations() 27 …typedef T __attribute__((mode(QI))) T1; // expected-error{{mode attribute only supported for in… in CheckPrimitiveTypes() [all …]
|
/external/libopus/celt/ |
D | modes.c | 167 static void compute_allocation_table(CELTMode *mode) in compute_allocation_table() argument 173 mode->nbAllocVectors = BITALLOC_SIZE; in compute_allocation_table() 174 allocVectors = opus_alloc(sizeof(unsigned char)*(BITALLOC_SIZE*mode->nbEBands)); in compute_allocation_table() 178 /* Check for standard mode */ in compute_allocation_table() 179 if (mode->Fs == 400*(opus_int32)mode->shortMdctSize) in compute_allocation_table() 181 for (i=0;i<BITALLOC_SIZE*mode->nbEBands;i++) in compute_allocation_table() 183 mode->allocVectors = allocVectors; in compute_allocation_table() 186 /* If not the standard mode, interpolate */ in compute_allocation_table() 190 for (j=0;j<mode->nbEBands;j++) in compute_allocation_table() 195 … if (400*(opus_int32)eband5ms[k] > mode->eBands[j]*(opus_int32)mode->Fs/mode->shortMdctSize) in compute_allocation_table() [all …]
|
/external/protobuf/editors/ |
D | protobuf-mode.el | 1 ;;; protobuf-mode.el --- major mode for editing protocol buffers. 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 …]
|
/external/python/cpython3/Modules/ |
D | _stat.c | 92 # 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 …]
|
/external/mesa3d/src/glx/ |
D | glxconfig.c | 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() 71 *value_return = mode->blueBits; in glx_config_get() [all …]
|
/external/arm-trusted-firmware/drivers/renesas/common/iic_dvfs/ |
D | iic_dvfs.c | 97 IIC_DVFS_FUNC(check_error, enum dvfs_state_t *state, uint32_t *err, uint8_t mode) in IIC_DVFS_FUNC() argument 103 stop = mode == DVFS_READ_MODE ? IIC_DVFS_SET_ICCR_STOP_READ : in IIC_DVFS_FUNC() 194 uint8_t mode; in IIC_DVFS_FUNC() local 196 mode = mmio_read_8(IIC_DVFS_REG_ICCR) | IIC_DVFS_BIT_ICCR_ENABLE; in IIC_DVFS_FUNC() 197 mmio_write_8(IIC_DVFS_REG_ICCR, mode); in IIC_DVFS_FUNC() 227 mode = mmio_read_8(IIC_DVFS_REG_ICIC) in IIC_DVFS_FUNC() 231 mmio_write_8(IIC_DVFS_REG_ICIC, mode); in IIC_DVFS_FUNC() 241 uint8_t mode; in IIC_DVFS_FUNC() local 250 mode = mmio_read_8(IIC_DVFS_REG_ICSR) & IIC_DVFS_BIT_ICSR_DTE; in IIC_DVFS_FUNC() 251 if (mode != IIC_DVFS_BIT_ICSR_DTE) { in IIC_DVFS_FUNC() [all …]
|
/external/llvm-project/clang/test/Sema/ |
D | attr-mode-enums.c | 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() 16 …typedef enum E3 __attribute__((mode(V2SI))) RejectedType3; // expected-error{{mode 'V2SI' is not s… in main() 18 …typedef EnumType __attribute__((mode(V4DI))) RejectedType4; // expected-error{{mode 'V4DI' is not … in main() [all …]
|
D | attr-mode.c | 18 typedef int i16_1 __attribute((mode(HI))); 23 typedef float f64 __attribute((mode(DF))); 26 typedef int invalid_1 __attribute((mode)); // expected-error{{'mode' attribute takes one argument}} 27 typedef int invalid_2 __attribute((mode())); // expected-error{{'mode' attribute takes one argument… 28 typedef int invalid_3 __attribute((mode(II))); // expected-error{{unknown machine mode}} 29 typedef struct {int i,j,k;} invalid_4 __attribute((mode(SI))); // expected-error{{mode attribute on… 30 typedef float invalid_5 __attribute((mode(SI))); // expected-error{{type of machine mode does not m… 31 typedef int invalid_6 __attribute__((mode(12))); // expected-error{{'mode' attribute requires an i… 33 typedef unsigned unwind_word __attribute((mode(unwind_word))); 35 int **__attribute((mode(QI)))* i32; // expected-error{{mode attribute}} [all …]
|
/external/clang/test/Sema/ |
D | attr-mode-enums.c | 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() 16 …typedef enum E3 __attribute__((mode(V2SI))) RejectedType3; // expected-error{{mode 'V2SI' is not s… in main() 18 …typedef EnumType __attribute__((mode(V4DI))) RejectedType4; // expected-error{{mode 'V4DI' is not … in main() [all …]
|
/external/python/cpython3/Lib/ |
D | stat.py | 19 # 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 …]
|
D | tty.py | 19 """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 …]
|
/external/autotest/server/cros/ap_configurators/ |
D | ap_spec_unittest.py | 22 self.assertEquals(spec.mode, ap_spec.DEFAULT_2GHZ_MODE) 31 self.assertEquals(spec.mode, ap_spec.DEFAULT_2GHZ_MODE) 38 self.assertEquals(spec.mode, ap_spec.DEFAULT_5GHZ_MODE) 42 """Test setting only a 2GHz mode.""" 43 spec = ap_spec.APSpec(mode=ap_spec.MODE_B) 49 """Test setting only a 5GHz mode.""" 50 spec = ap_spec.APSpec(mode=ap_spec.MODE_A) 56 """Test setting the mode to N.""" 57 spec = ap_spec.APSpec(mode=ap_spec.MODE_N) 66 self.assertEquals(spec.mode, ap_spec.DEFAULT_2GHZ_MODE) [all …]
|
/external/tensorflow/tensorflow/python/grappler/ |
D | auto_mixed_precision_test.py | 276 def _count_casts(mode, nodes): argument 288 if mode == 'cuda': 292 assert mode == 'mkl' 334 # TODO(benbarsdell): Add tests for eager mode with a tf.function. 350 def _lower_precision_dtype(self, mode): argument 351 return dtypes.float16 if mode == 'cuda' else dtypes.bfloat16 353 def _assert_output_f16(self, mode, node_map, node_name, output_port=0): argument 355 self._lower_precision_dtype(mode).as_datatype_enum) 357 def _run(self, mode, fetches): argument 363 with session.Session(config=_get_config(mode)) as sess: [all …]
|
/external/python/cpython2/Lib/ |
D | tty.py | 19 """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 …]
|
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/read/ |
D | ParserScopeMatchingTest.java | 17 for (int mode : ALL_MODES) { in testUnclosedArray() 18 _testUnclosedArray(mode); in testUnclosedArray() 22 public void _testUnclosedArray(int mode) throws Exception in _testUnclosedArray() argument 24 JsonParser p = createParser(mode, "[ 1, 2 "); in _testUnclosedArray() 32 fail("Expected an exception for unclosed ARRAY (mode: "+mode+")"); in _testUnclosedArray() 40 for (int mode : ALL_MODES) { in testUnclosedObject() 41 _testUnclosedObject(mode); in testUnclosedObject() 45 private void _testUnclosedObject(int mode) throws Exception in _testUnclosedObject() argument 47 JsonParser p = createParser(mode, "{ \"key\" : 3 "); in _testUnclosedObject() 54 fail("Expected an exception for unclosed OBJECT (mode: "+mode+")"); in _testUnclosedObject() [all …]
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | ARB_draw_buffers.xml | 7 <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 …]
|