Home
last modified time | relevance | path

Searched refs:augment (Results 1 – 25 of 46) sorted by relevance

12

/external/libxkbcommon/xkbcommon/test/data/compat/
Dcomplete3 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/
Dm_commandline.c160 Bool augment = True; in VG_() local
192 augment = False; in VG_()
213 if (augment) { in VG_()
/external/tensorflow/tensorflow/examples/how_tos/reading_data/
Dfully_connected_reader.py68 def augment(image, label): function
116 dataset = dataset.map(augment)
/external/libdrm/
Dxf86drmMode.c1518 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()
Dxf86drmMode.h525 drmModeAtomicReqPtr augment);
/external/tensorflow/tensorflow/tools/api/golden/
Dtensorflow.keras.preprocessing.image.-image-data-generator.pbtxt11 …argspec: "args=[\'self\', \'x\', \'augment\', \'rounds\', \'seed\'], varargs=None, keywords=None, …
/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dkeywords.gperf29 augment, AUGMENT keyword
/external/valgrind/
DMakefile.tool-tests.am19 # Nb: Tools need to augment these flags with an arch-selection option, such
/external/pdfium/third_party/yasm/
DCHROMIUM.diff74 if (!augment(tabb, tabh, tabq, blen, scramble, smax, &tabb[i], nkeys,
/external/python/cpython2/Parser/
Dspark.py109 self.augment(start)
160 self.augment(start)
205 def augment(self, start): member in GenericParser
/external/python/cpython3/Doc/library/
Dpyclbr.rst28 *path* parameter should be a sequence, and is used to augment the value
Dmimetypes.rst82 of file names which should be used to augment the default type map. If omitted,
/external/python/cpython2/Doc/library/
Dpyclbr.rst27 *path* parameter should be a sequence, and is used to augment the value
Dimputil.rst6 :synopsis: Manage and augment the import process.
Dmimetypes.rst82 of file names which should be used to augment the default type map. If omitted,
/external/libxkbcommon/xkbcommon/doc/
Drules-format.txt17 in different groups, e.g. "us,fr"), variants (used to alter/augment
Dkeymap-format-text-v1.txt150 can be used to augment the map entry. The modifiers inside the square
/external/tensorflow/tensorflow/python/keras/_impl/keras/preprocessing/
Dimage_test.py86 generator.fit(images, augment=True)
Dimage.py767 def fit(self, x, augment=False, rounds=1, seed=None): argument
804 if augment:
/external/boringssl/src/
DINCORPORATING.md54 build systems then you should augment `generate_build_files.py` with support
/external/clang/docs/
DCrossCompilation.rst185 paths, and you'll have to augment it via additional flags (configure,
/external/python/cpython3/Lib/idlelib/
DNEWS.txt232 - Issue #25224: Doc: augment Idle feature list and no-subprocess section.
/external/python/cpython3/Doc/distutils/
Dapiref.rst511 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/
Dapiref.rst506 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/
DNEWS.txt146 - Issue #25224: Doc: augment Idle feature list and no-subprocess section.

12