Home
last modified time | relevance | path

Searched defs:bg (Results 1 – 25 of 76) sorted by relevance

1234

/external/fio/
Dgraph.c237 static void draw_bars(struct graph *bg, cairo_t *cr, struct graph_label *lb, in draw_bars()
436 void bar_graph_draw(struct graph *bg, cairo_t *cr) in bar_graph_draw()
621 void graph_title(struct graph *bg, const char *title) in graph_title()
626 void graph_x_title(struct graph *bg, const char *title) in graph_x_title()
631 void graph_y_title(struct graph *bg, const char *title) in graph_y_title()
636 static struct graph_label *graph_find_label(struct graph *bg, in graph_find_label()
652 graph_label_t graph_add_label(struct graph *bg, const char *label) in graph_add_label()
788 int graph_add_data(struct graph *bg, graph_label_t label, const double value) in graph_add_data()
815 int graph_add_xy_data(struct graph *bg, graph_label_t label, in graph_add_xy_data()
895 void graph_free(struct graph *bg) in graph_free()
/external/opencv3/modules/calib3d/test/
Dtest_chessboardgenerator.cpp109 Mat cv::ChessBoardGenerator::generateChessBoard(const Mat& bg, const Mat& camMat, const Mat& distCo… in generateChessBoard()
179 Mat cv::ChessBoardGenerator::operator ()(const Mat& bg, const Mat& camMat, const Mat& distCoeffs, v… in operator ()() argument
243 Mat cv::ChessBoardGenerator::operator ()(const Mat& bg, const Mat& camMat, const Mat& distCoeffs, in operator ()()
302 Mat cv::ChessBoardGenerator::operator ()(const Mat& bg, const Mat& camMat, const Mat& distCoeffs, in operator ()()
Dtest_chesscorners_badarg.cpp104 Mat bg(800, 600, CV_8U, Scalar(0)); in run() local
Dtest_cameracalibration_artificial.cpp254 …void prepareForTest(const Mat& bg, const Mat& camMat, const Mat& distCoeffs, size_t brdsNum, const… in prepareForTest()
381 Mat bg(Size(640, 480), CV_8UC3); in run() local
/external/testng/src/main/java/org/testng/internal/annotations/
DAnnotationHelper.java62 …IConfigurationAnnotation bg = (IConfigurationAnnotation) finder.findAnnotation(ctor, IBeforeGroups… in findConfiguration() local
86 …IConfigurationAnnotation bg = (IConfigurationAnnotation) finder.findAnnotation(m, IBeforeGroups.cl… in findConfiguration() local
104 …IConfigurationAnnotation bt, IConfigurationAnnotation at, IConfigurationAnnotation bg, IConfigurat… in createConfiguration()
/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
DBigFraction.java462 public BigFraction add(final BigInteger bg) { in add()
612 public BigFraction divide(final BigInteger bg) { in divide()
848 public BigFraction multiply(final BigInteger bg) { in multiply()
1035 public BigFraction subtract(final BigInteger bg) { in subtract()
/external/autotest/client/tests/kvm/tests/
Dmigration_with_file_transfer.py42 def run_and_migrate(bg): argument
/external/selinux/policycoreutils/mcstrans/src/
Dmcscolor.c19 uint32_t bg; member
150 static int add_secolor(int idx, char *pattern, uint32_t fg, uint32_t bg) { in add_secolor()
217 uint32_t i, fg, bg; in process_color() local
/external/clang/test/CodeGenCXX/
Dcfi-nvcall.cpp19 extern "C" void bg(B *b) { in bg() function
Dstatic-init-3.cpp27 X2< B > bg = X1< X2< B > >::get(); variable
D2007-04-10-PackedUnion.cpp21 XYZ bg; member
Ddynamic-cast-hint.cpp47 volatile G *bg = dynamic_cast<G *>(b); in test() local
/external/skia/gm/
Dcolor4f.cpp71 SkPaint bg; variable
Dxfermodes2.cpp96 SkBitmap bg; in onOnceBeforeDraw() local
/external/libvncserver/libvncclient/
Dhextile.c35 CARDBPP bg, fg; in HandleHextileBPP() local
/external/skia/samplecode/
DSampleTextBox.cpp72 void drawTest(SkCanvas* canvas, SkScalar w, SkScalar h, SkColor fg, SkColor bg) { in drawTest()
/external/replicaisland/src/com/replica/replicaisland/
DDrawableFactory.java152 TiledBackgroundVertexGrid bg = (TiledBackgroundVertexGrid)entry; in release() local
DScrollerComponent.java94 TiledBackgroundVertexGrid bg = drawableFactory.allocateTiledBackgroundVertexGrid(); in update() local
DLevelBuilder.java156 TiledVertexGrid bg = new TiledVertexGrid(textureLibrary.allocateTexture(tileMapIndex), in addTileMapLayer() local
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DTreeTraverserTest.java107 static final BinaryTree bg = new BinaryTree('g', null, null); field in TreeTraverserTest
/external/giflib/
Dgif_font.c210 const int bg, const int fg) in GifDrawBoxedText8x8()
/external/guava/guava-tests/test/com/google/common/collect/
DTreeTraverserTest.java109 static final BinaryTree bg = new BinaryTree('g', null, null); field in TreeTraverserTest
/external/opencv3/samples/python2/
Dvideo.py44 def __init__(self, size=None, noise=0.0, bg = None, **params): argument
/external/testng/src/test/java/test/mannotation/
DMAnnotationSampleTest.java123 String[] bg = configuration.getBeforeGroups(); in verifyConfigurationBefore() local
/external/e2fsprogs/lib/ext2fs/
Dopenfs.c38 int bg; in ext2fs_descriptor_block_loc2() local

1234