Home
last modified time | relevance | path

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

1234

/external/grpc-grpc/src/ruby/ext/grpc/
Drb_channel.c85 bg_watched_channel* bg; member
127 static void grpc_rb_channel_safe_destroy(bg_watched_channel* bg) { in grpc_rb_channel_safe_destroy()
266 bg_watched_channel* bg; member
355 bg_watched_channel* bg = (bg_watched_channel*)arg; in wait_for_watch_state_op_complete_unblocking_func() local
526 bg_watched_channel* bg = NULL; in bg_watched_channel_list_free_and_remove() local
564 bg_watched_channel* bg) { in grpc_rb_channel_try_register_connection_polling()
605 bg_watched_channel* bg = NULL; in run_poll_channels_loop_no_gil() local
647 bg_watched_channel* bg = NULL; in run_poll_channels_loop_unblocking_func() 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/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/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/u-boot/fs/ext4/
Dext4_common.c70 (struct ext2_block_group *bg, const struct ext_filesystem *fs) in ext4fs_bg_free_inodes_dec()
83 (struct ext2_block_group *bg, const struct ext_filesystem *fs) in ext4fs_bg_free_blocks_dec()
96 (struct ext2_block_group *bg, const struct ext_filesystem *fs) in ext4fs_bg_itable_unused_dec()
121 uint32_t ext4fs_bg_get_free_blocks(const struct ext2_block_group *bg, in ext4fs_bg_get_free_blocks()
131 uint32_t ext4fs_bg_get_free_inodes(const struct ext2_block_group *bg, in ext4fs_bg_get_free_inodes()
140 static inline uint16_t ext4fs_bg_get_flags(const struct ext2_block_group *bg) in ext4fs_bg_get_flags()
145 static inline void ext4fs_bg_set_flags(struct ext2_block_group *bg, in ext4fs_bg_set_flags()
152 uint64_t ext4fs_bg_get_block_id(const struct ext2_block_group *bg, in ext4fs_bg_get_block_id()
162 uint64_t ext4fs_bg_get_inode_id(const struct ext2_block_group *bg, in ext4fs_bg_get_inode_id()
173 uint64_t ext4fs_bg_get_inode_table_id(const struct ext2_block_group *bg, in ext4fs_bg_get_inode_table_id()
/external/skqp/samplecode/
DSampleTextBox.cpp68 void drawTest(SkCanvas* canvas, SkScalar w, SkScalar h, SkColor fg, SkColor bg) { in drawTest()
/external/skia/gm/
Dcolor4f.cpp75 SkPaint bg; variable
Dxfermodes2.cpp107 SkBitmap bg; in onOnceBeforeDraw() local
Darithmode.cpp147 sk_sp<SkImageFilter> bg = in onDraw() local
/external/skqp/gm/
Dcolor4f.cpp70 SkPaint bg; variable
Dxfermodes2.cpp92 SkBitmap bg; in onOnceBeforeDraw() local
Darithmode.cpp141 sk_sp<SkImageFilter> bg = in onDraw() local
/external/u-boot/drivers/ram/rockchip/
Dsdram_common.c42 u32 bg; in sdram_print_ddr_info() local
130 u32 bg; in sdram_get_cs_cap() local
/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
DScrollerComponent.java94 TiledBackgroundVertexGrid bg = drawableFactory.allocateTiledBackgroundVertexGrid(); in update() local
DLevelBuilder.java156 TiledVertexGrid bg = new TiledVertexGrid(textureLibrary.allocateTexture(tileMapIndex), in addTileMapLayer() local
/external/u-boot/include/
Dvideo_fb.h46 unsigned int bg; member
/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
/external/skia/samplecode/
DSampleTextBox.cpp47 void drawTest(SkCanvas* canvas, SkScalar w, SkScalar h, SkColor fg, SkColor bg) { in drawTest()

1234