Home
last modified time | relevance | path

Searched refs:bmode (Results 1 – 25 of 49) sorted by relevance

12

/external/pcre/dist2/
DRunTest461 for bmode in "$test8" "$test16" "$test32"; do
462 case "$bmode" in
491 $sim $valgrind ${opt:+$vjs} ./pcre2test -q $setstack $bmode $opt $testdata/testinput1 testtry
501 $sim $valgrind ${opt:+$vjs} ./pcre2test -q $setstack $bmode $opt $testdata/testinput2 testtry
503 …$sim $valgrind ${opt:+$vjs} ./pcre2test -q $bmode $opt -error -70,-62,-2,-1,0,100,101,191,200 >>te…
527 $sim $valgrind ./pcre2test -q $bmode | \
554 $sim $valgrind ${opt:+$vjs} ./pcre2test -q $setstack $bmode $opt $infile testtry
591 … $sim $valgrind ${opt:+$vjs} ./pcre2test -q $setstack $bmode $opt $testdata/testinput4 testtry
603 … $sim $valgrind ${opt:+$vjs} ./pcre2test -q $setstack $bmode $opt $testdata/testinput5 testtry
613 $sim $valgrind ./pcre2test -q $setstack $bmode $testdata/testinput6 testtry
[all …]
/external/u-boot/arch/arm/mach-imx/
Dspl.c25 unsigned int bmode = readl(&src_base->sbmr2); in spl_boot_device() local
32 if (((bmode >> 24) & 0x03) == 0x01) /* Serial Downloader */ in spl_boot_device()
104 unsigned int bmode = readl(&src_base->sbmr2); in spl_boot_device() local
110 if (((bmode >> 24) & 0x03) == 0x01) /* Serial Downloader */ in spl_boot_device()
DKconfig47 bool "Support the 'bmode' command"
51 This enables the 'bmode' (bootmode) command for forcing
56 on U-Boot. Using the reset button or running bmode normal
Dcmd_bmode.c81 bmode, 3, 0, do_boot_mode,
90 cmd_tbl_t *entry = ll_entry_get(cmd_tbl_t, bmode, cmd); in add_board_boot_modes()
/external/skia/src/utils/
DSkPaintFilterCanvas.cpp207 SkBlendMode bmode, const SkPaint& paint) { in onDrawVerticesObject() argument
210 this->SkNWayCanvas::onDrawVerticesObject(vertices, bones, boneCount, bmode, *apf.paint()); in onDrawVerticesObject()
215 const SkPoint texCoords[], SkBlendMode bmode, in onDrawPatch() argument
219 this->SkNWayCanvas::onDrawPatch(cubics, colors, texCoords, bmode, *apf.paint()); in onDrawPatch()
251 SkBlendMode bmode, const SkRect* cull, const SkPaint* paint) { in onDrawAtlas() argument
254 this->SkNWayCanvas::onDrawAtlas(image, xform, tex, colors, count, bmode, cull, apf.paint()); in onDrawAtlas()
DSkNWayCanvas.cpp319 int boneCount, SkBlendMode bmode, const SkPaint& paint) { in onDrawVerticesObject() argument
322 iter->drawVertices(vertices, bones, boneCount, bmode, paint); in onDrawVerticesObject()
327 const SkPoint texCoords[4], SkBlendMode bmode, in onDrawPatch() argument
331 iter->drawPatch(cubics, colors, texCoords, bmode, paint); in onDrawPatch()
336 const SkColor colors[], int count, SkBlendMode bmode, in onDrawAtlas() argument
340 iter->drawAtlas(image, xform, tex, colors, count, bmode, cull, paint); in onDrawAtlas()
/external/skqp/src/utils/
DSkPaintFilterCanvas.cpp200 SkBlendMode bmode, const SkPaint& paint) { in onDrawVerticesObject() argument
203 this->SkNWayCanvas::onDrawVerticesObject(vertices, bones, boneCount, bmode, *apf.paint()); in onDrawVerticesObject()
208 const SkPoint texCoords[], SkBlendMode bmode, in onDrawPatch() argument
212 this->SkNWayCanvas::onDrawPatch(cubics, colors, texCoords, bmode, *apf.paint()); in onDrawPatch()
244 SkBlendMode bmode, const SkRect* cull, const SkPaint* paint) { in onDrawAtlas() argument
247 this->SkNWayCanvas::onDrawAtlas(image, xform, tex, colors, count, bmode, cull, apf.paint()); in onDrawAtlas()
DSkNWayCanvas.cpp312 int boneCount, SkBlendMode bmode, const SkPaint& paint) { in onDrawVerticesObject() argument
315 iter->drawVertices(vertices, bones, boneCount, bmode, paint); in onDrawVerticesObject()
320 const SkPoint texCoords[4], SkBlendMode bmode, in onDrawPatch() argument
324 iter->drawPatch(cubics, colors, texCoords, bmode, paint); in onDrawPatch()
329 const SkColor colors[], int count, SkBlendMode bmode, in onDrawAtlas() argument
333 iter->drawAtlas(image, xform, tex, colors, count, bmode, cull, paint); in onDrawAtlas()
/external/u-boot/board/congatec/cgtqmx6eval/
DREADME62 It is also possible to boot from the SD card slot by using the 'bmode'
65 => bmode esdhc4
69 Note: If the "bmode" command is not available from your pre-installed U-Boot,
/external/skia/src/core/
DSkLiteRecorder.cpp160 SkBlendMode bmode, const SkPaint& paint) { in onDrawPatch() argument
161 fDL->drawPatch(cubics, colors, texCoords, bmode, paint); in onDrawPatch()
178 SkBlendMode bmode, in onDrawAtlas() argument
181 fDL->drawAtlas(atlas, xforms, texs, colors, count, bmode, cull, paint); in onDrawAtlas()
DSkRecorder.cpp292 int boneCount, SkBlendMode bmode, const SkPaint& paint) { in onDrawVerticesObject() argument
297 bmode); in onDrawVerticesObject()
301 const SkPoint texCoords[4], SkBlendMode bmode, in onDrawPatch() argument
307 bmode); in onDrawPatch()
DSkPicturePlayback.cpp394 SkBlendMode bmode = SkBlendMode::kModulate; in handleOp() local
398 bmode = (SkBlendMode)mode; in handleOp()
404 canvas->drawPatch(cubics, colors, texCoords, bmode, *paint); in handleOp()
511 SkBlendMode bmode = reader->read32LE(SkBlendMode::kLastMode); in handleOp() local
515 canvas->drawVertices(vertices, bones, boneCount, bmode, *paint); in handleOp()
DSkDraw_vertices.cpp164 const SkVertices::BoneWeights boneWeights[], SkBlendMode bmode, in drawVertices() argument
190 switch (bmode) { in drawVertices()
282 bmode, 1); in drawVertices()
DSkRecords.h311 SkBlendMode bmode);
326 SkBlendMode bmode);
/external/skqp/src/core/
DSkLiteRecorder.cpp157 SkBlendMode bmode, const SkPaint& paint) { in onDrawPatch() argument
158 fDL->drawPatch(cubics, colors, texCoords, bmode, paint); in onDrawPatch()
175 SkBlendMode bmode, in onDrawAtlas() argument
178 fDL->drawAtlas(atlas, xforms, texs, colors, count, bmode, cull, paint); in onDrawAtlas()
DSkRecorder.cpp288 int boneCount, SkBlendMode bmode, const SkPaint& paint) { in onDrawVerticesObject() argument
293 bmode); in onDrawVerticesObject()
297 const SkPoint texCoords[4], SkBlendMode bmode, in onDrawPatch() argument
303 bmode); in onDrawPatch()
DSkPicturePlayback.cpp386 SkBlendMode bmode = SkBlendMode::kModulate; in handleOp() local
390 bmode = (SkBlendMode)mode; in handleOp()
396 canvas->drawPatch(cubics, colors, texCoords, bmode, *paint); in handleOp()
503 SkBlendMode bmode = reader->read32LE(SkBlendMode::kLastMode); in handleOp() local
507 canvas->drawVertices(vertices, bones, boneCount, bmode, *paint); in handleOp()
DSkDraw_vertices.cpp164 const SkVertices::BoneWeights boneWeights[], SkBlendMode bmode, in drawVertices() argument
190 switch (bmode) { in drawVertices()
282 bmode, 1); in drawVertices()
DSkRecords.h308 SkBlendMode bmode);
323 SkBlendMode bmode);
/external/skqp/tools/debugger/
DSkDebugCanvas.cpp426 const SkPoint texCoords[4], SkBlendMode bmode, in onDrawPatch() argument
428 this->addDrawCommand(new SkDrawPatchCommand(cubics, colors, texCoords, bmode, paint)); in onDrawPatch()
432 int boneCount, SkBlendMode bmode, const SkPaint& paint) { in onDrawVerticesObject() argument
435 bmode, paint)); in onDrawVerticesObject()
439 const SkColor colors[], int count, SkBlendMode bmode, in onDrawAtlas() argument
441 this->addDrawCommand(new SkDrawAtlasCommand(image, xform, tex, colors, count, bmode, cull, in onDrawAtlas()
/external/skia/tools/debugger/
DSkDebugCanvas.cpp427 const SkPoint texCoords[4], SkBlendMode bmode, in onDrawPatch() argument
429 this->addDrawCommand(new SkDrawPatchCommand(cubics, colors, texCoords, bmode, paint)); in onDrawPatch()
437 int boneCount, SkBlendMode bmode, const SkPaint& paint) { in onDrawVerticesObject() argument
440 bmode, paint)); in onDrawVerticesObject()
444 const SkColor colors[], int count, SkBlendMode bmode, in onDrawAtlas() argument
446 this->addDrawCommand(new SkDrawAtlasCommand(image, xform, tex, colors, count, bmode, cull, in onDrawAtlas()
/external/u-boot/arch/arm/mach-imx/mx6/
Dopos6ul.c212 unsigned int bmode = readl(&src_base->sbmr2); in board_boot_order() local
214 if (((bmode >> 24) & 0x03) == 0x01) /* Serial Downloader */ in board_boot_order()
/external/u-boot/board/engicam/common/
Dspl.c62 u32 bmode = imx6_src_get_boot_mode(); in board_boot_order() local
65 switch ((bmode & IMX6_BMODE_MASK) >> IMX6_BMODE_SHIFT) { in board_boot_order()
/external/skqp/include/core/
DSkColorFilter.h41 virtual bool asColorMode(SkColor* color, SkBlendMode* bmode) const;
/external/skia/include/core/
DSkColorFilter.h41 virtual bool asColorMode(SkColor* color, SkBlendMode* bmode) const;

12