/external/libxkbcommon/xkbcommon/test/data/compat/ |
D | complete | 3 augment "iso9995" 4 augment "mousekeys" 5 augment "accessx(full)" 6 augment "misc" 7 augment "xfree86" 8 augment "level5" 9 augment "caps(caps_lock)"
|
/external/valgrind/coregrind/ |
D | m_commandline.c | 160 Bool augment = True; in VG_() local 192 augment = False; in VG_() 213 if (augment) { in VG_()
|
/external/tensorflow/tensorflow/examples/how_tos/reading_data/ |
D | fully_connected_reader.py | 68 def augment(image, label): function 116 dataset = dataset.map(augment)
|
/external/libdrm/ |
D | xf86drmMode.c | 1518 int drmModeAtomicMerge(drmModeAtomicReqPtr base, drmModeAtomicReqPtr augment) in drmModeAtomicMerge() argument 1523 if (!augment || augment->cursor == 0) in drmModeAtomicMerge() 1526 if (base->cursor + augment->cursor >= base->size_items) { in drmModeAtomicMerge() 1530 base->size_items = base->cursor + augment->cursor; in drmModeAtomicMerge() 1540 memcpy(&base->items[base->cursor], augment->items, in drmModeAtomicMerge() 1541 augment->cursor * sizeof(*augment->items)); in drmModeAtomicMerge() 1542 base->cursor += augment->cursor; in drmModeAtomicMerge()
|
D | xf86drmMode.h | 525 drmModeAtomicReqPtr augment);
|
/external/tensorflow/tensorflow/tools/api/golden/ |
D | tensorflow.keras.preprocessing.image.-image-data-generator.pbtxt | 11 …argspec: "args=[\'self\', \'x\', \'augment\', \'rounds\', \'seed\'], varargs=None, keywords=None, …
|
/external/libxkbcommon/xkbcommon/src/xkbcomp/ |
D | keywords.gperf | 29 augment, AUGMENT keyword
|
/external/valgrind/ |
D | Makefile.tool-tests.am | 19 # Nb: Tools need to augment these flags with an arch-selection option, such
|
/external/pdfium/third_party/yasm/ |
D | CHROMIUM.diff | 74 if (!augment(tabb, tabh, tabq, blen, scramble, smax, &tabb[i], nkeys,
|
/external/python/cpython2/Parser/ |
D | spark.py | 109 self.augment(start) 160 self.augment(start) 205 def augment(self, start): member in GenericParser
|
/external/python/cpython3/Doc/library/ |
D | pyclbr.rst | 28 *path* parameter should be a sequence, and is used to augment the value
|
D | mimetypes.rst | 82 of file names which should be used to augment the default type map. If omitted,
|
/external/python/cpython2/Doc/library/ |
D | pyclbr.rst | 27 *path* parameter should be a sequence, and is used to augment the value
|
D | imputil.rst | 6 :synopsis: Manage and augment the import process.
|
D | mimetypes.rst | 82 of file names which should be used to augment the default type map. If omitted,
|
/external/libxkbcommon/xkbcommon/doc/ |
D | rules-format.txt | 17 in different groups, e.g. "us,fr"), variants (used to alter/augment
|
D | keymap-format-text-v1.txt | 150 can be used to augment the map entry. The modifiers inside the square
|
/external/tensorflow/tensorflow/python/keras/_impl/keras/preprocessing/ |
D | image_test.py | 86 generator.fit(images, augment=True)
|
D | image.py | 767 def fit(self, x, augment=False, rounds=1, seed=None): argument 804 if augment:
|
/external/boringssl/src/ |
D | INCORPORATING.md | 54 build systems then you should augment `generate_build_files.py` with support
|
/external/clang/docs/ |
D | CrossCompilation.rst | 185 paths, and you'll have to augment it via additional flags (configure,
|
/external/python/cpython3/Lib/idlelib/ |
D | NEWS.txt | 232 - Issue #25224: Doc: augment Idle feature list and no-subprocess section.
|
/external/python/cpython3/Doc/distutils/ |
D | apiref.rst | 511 platform. The optional arguments can be used to augment the compilation 699 augment the macros set with :meth:`define_macro` and :meth:`undefine_macro`.
|
/external/python/cpython2/Doc/distutils/ |
D | apiref.rst | 506 platform. The optional arguments can be used to augment the compilation 694 augment the macros set with :meth:`define_macro` and :meth:`undefine_macro`.
|
/external/python/cpython2/Lib/idlelib/ |
D | NEWS.txt | 146 - Issue #25224: Doc: augment Idle feature list and no-subprocess section.
|