Home
last modified time | relevance | path

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

1234

/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/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/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/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/selinux/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/libvncserver/libvncclient/
Dhextile.c35 CARDBPP bg, fg; in HandleHextileBPP() local
/external/skqp/samplecode/
DSampleTextBox.cpp68 void drawTest(SkCanvas* canvas, SkScalar w, SkScalar h, SkColor fg, SkColor bg) { in drawTest()
/external/skia/samplecode/
DSampleTextBox.cpp70 void drawTest(SkCanvas* canvas, SkScalar w, SkScalar h, SkColor fg, SkColor bg) { in drawTest()
/external/skia/gm/
Dcolor4f.cpp70 SkPaint bg; variable
Dxfermodes2.cpp94 SkBitmap bg; in onOnceBeforeDraw() local
/external/skqp/gm/
Dcolor4f.cpp71 SkPaint bg; variable
Dxfermodes2.cpp94 SkBitmap bg; in onOnceBeforeDraw() local
/external/syslinux/com32/elflink/ldlinux/
Dcolors.c69 unsigned int fg, unsigned int bg, in set_msg_colors_global()
Dmsg.c98 uint8_t bg, fg; in set_fgbg() local
/external/syslinux/com32/menu/
Dcolors.c69 unsigned int fg, unsigned int bg, in set_msg_colors_global()
/external/syslinux/com32/lib/sys/vesa/
Ddrawtxt.c49 uint8_t alpha_val(uint8_t fg, uint8_t bg, uint8_t alpha) in alpha_val()
59 static uint32_t alpha_pixel(uint32_t fg, uint32_t bg) in alpha_pixel()
/external/libpng/contrib/gregbook/
Drpng2-win.c156 #define alpha_composite(composite, fg, alpha, bg) { \ argument
241 } bg[] = { variable
/external/replicaisland/src/com/replica/replicaisland/
DDrawableFactory.java152 TiledBackgroundVertexGrid bg = (TiledBackgroundVertexGrid)entry; in release() 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/guava/guava-tests/test/com/google/common/collect/
DTreeTraverserTest.java109 static final BinaryTree bg = new BinaryTree('g', null, null); field in TreeTraverserTest
/external/giflib/
Dgif_font.c211 const int bg, const int fg) in GifDrawBoxedText8x8()
/external/testng/src/test/java/test/mannotation/
DMAnnotationSampleTest.java123 String[] bg = configuration.getBeforeGroups(); in verifyConfigurationBefore() local

1234