Home
last modified time | relevance | path

Searched refs:augment (Results 1 – 25 of 47) 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/u-boot/include/linux/
Drbtree_augmented.h35 const struct rb_augment_callbacks *augment) in rb_insert_augmented() argument
37 __rb_insert_augmented(node, root, augment->rotate); in rb_insert_augmented()
115 const struct rb_augment_callbacks *augment) in __rb_erase_augmented() argument
160 augment->copy(node, successor); in __rb_erase_augmented()
184 augment->copy(node, successor); in __rb_erase_augmented()
185 augment->propagate(parent, successor); in __rb_erase_augmented()
206 augment->propagate(tmp, NULL); in __rb_erase_augmented()
212 const struct rb_augment_callbacks *augment) in rb_erase_augmented() argument
214 struct rb_node *rebalance = __rb_erase_augmented(node, root, augment); in rb_erase_augmented()
216 __rb_erase_color(rebalance, root, augment->rotate); in rb_erase_augmented()
/external/tensorflow/tensorflow/examples/how_tos/reading_data/
Dfully_connected_reader.py69 def augment(image, label): function
117 dataset = dataset.map(augment)
/external/libdrm/
Dxf86drmMode.c1261 int drmModeAtomicMerge(drmModeAtomicReqPtr base, drmModeAtomicReqPtr augment) in drmModeAtomicMerge() argument
1266 if (!augment || augment->cursor == 0) in drmModeAtomicMerge()
1269 if (base->cursor + augment->cursor >= base->size_items) { in drmModeAtomicMerge()
1273 base->size_items = base->cursor + augment->cursor; in drmModeAtomicMerge()
1283 memcpy(&base->items[base->cursor], augment->items, in drmModeAtomicMerge()
1284 augment->cursor * sizeof(*augment->items)); in drmModeAtomicMerge()
1285 base->cursor += augment->cursor; in drmModeAtomicMerge()
Dxf86drmMode.h507 drmModeAtomicReqPtr augment);
/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dkeywords.gperf29 augment, AUGMENT keyword
/external/pdfium/third_party/yasm/
DCHROMIUM.diff74 if (!augment(tabb, tabh, tabq, blen, scramble, smax, &tabb[i], nkeys,
/external/tensorflow/tensorflow/python/keras/preprocessing/
Dimage_test.py88 generator.fit(images, augment=True)
376 generator.fit(images, augment=True)
/external/python/cpython2/Parser/
Dspark.py109 self.augment(start)
160 self.augment(start)
205 def augment(self, start): member in GenericParser
/external/tensorflow/tensorflow/lite/g3doc/models/segmentation/
Doverview.md27 …<li>DeepLabv3: We augment the ASPP module with image-level feature [5, 6] to capture longer range …
/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/swiftshader/third_party/llvm-7.0/llvm/docs/
DBranchWeightMetadata.rst71 the call. It is currently used in SamplePGO mode only, to augment the
/external/boringssl/src/
DINCORPORATING.md54 build systems then you should augment `generate_build_files.py` with support
/external/python/cpython3/Doc/library/
Dmimetypes.rst82 of file names which should be used to augment the default type map. If omitted,
/external/clang/docs/
DCrossCompilation.rst185 paths, and you'll have to augment it via additional flags (configure,
/external/python/cpython3/Misc/NEWS.d/
D3.6.1rc1.rst655 Add 10% to coverage of IDLE's test_configdialog. Update and augment
D3.5.1rc1.rst1126 Doc: augment Idle feature list and no-subprocess section.
/external/python/cpython2/Misc/NEWS.d/
D2.7.11rc1.rst908 Doc: augment Idle feature list and no-subprocess section.
/external/python/cpython3/Lib/idlelib/
DNEWS.txt535 Update and augment description of the configuration system.
769 - Issue #25224: Doc: augment Idle feature list and no-subprocess section.
/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/cpython3/Doc/distutils/
Dapiref.rst516 platform. The optional arguments can be used to augment the compilation
704 augment the macros set with :meth:`define_macro` and :meth:`undefine_macro`.

12