HomeSort by relevance Sort by last modified time
    Searched refs:augment (Results 1 - 13 of 13) sorted by null

  /external/u-boot/include/linux/
rbtree_augmented.h 35 const struct rb_augment_callbacks *augment)
37 __rb_insert_augmented(node, root, augment->rotate);
115 const struct rb_augment_callbacks *augment)
160 augment->copy(node, successor);
184 augment->copy(node, successor);
185 augment->propagate(parent, successor);
206 augment->propagate(tmp, NULL);
212 const struct rb_augment_callbacks *augment)
214 struct rb_node *rebalance = __rb_erase_augmented(node, root, augment);
216 __rb_erase_color(rebalance, root, augment->rotate)
    [all...]
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
keywords.c 148 char stringpool_str7[sizeof("augment")];
196 "augment",
265 {(int)(long)&((struct stringpool_t *)0)->stringpool_str7, AUGMENT},
  /external/tensorflow/tensorflow/examples/how_tos/reading_data/
fully_connected_reader.py 69 def augment(image, label): function
117 dataset = dataset.map(augment)
  /development/tools/axl/
chewperf.py 27 def augment(): function
  /external/skia/modules/canvaskit/
skottie.js 1 // Adds compile-time JS functions to augment the CanvasKit interface.
interface.js 1 // Adds JS functions to augment the CanvasKit interface.
  /external/libdrm/
xf86drmMode.c 1261 int drmModeAtomicMerge(drmModeAtomicReqPtr base, drmModeAtomicReqPtr augment)
1266 if (!augment || augment->cursor == 0)
1269 if (base->cursor + augment->cursor >= base->size_items) {
1273 base->size_items = base->cursor + augment->cursor;
1283 memcpy(&base->items[base->cursor], augment->items,
1284 augment->cursor * sizeof(*augment->items));
1285 base->cursor += augment->cursor;
    [all...]
xf86drmMode.h 507 drmModeAtomicReqPtr augment);
  /external/tensorflow/tensorflow/python/keras/preprocessing/
image_test.py 88 generator.fit(images, augment=True)
376 generator.fit(images, augment=True)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
spark.py 109 self.augment(start)
160 self.augment(start)
205 def augment(self, start): member in class:GenericParser
  /external/python/cpython2/Parser/
spark.py 109 self.augment(start)
160 self.augment(start)
205 def augment(self, start): member in class:GenericParser
  /external/skqp/experimental/canvaskit/
interface.js 1 // Adds JS functions to augment the CanvasKit interface.
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 

Completed in 1286 milliseconds