HomeSort by relevance Sort by last modified time
    Searched refs:bg (Results 1 - 25 of 273) sorted by null

1 2 3 4 5 6 7 8 91011

  /system/extras/ext4_utils/
allocate.c 156 reg->bg = bg_num;
162 static void allocate_bg_inode_table(struct block_group_info *bg)
164 if (bg->inode_table != NULL)
167 u32 block = bg->first_block + 2;
169 if (bg->has_superblock)
172 bg->inode_table = calloc(aux_info.inode_table_blocks, info.block_size);
173 if (bg->inode_table == NULL)
176 sparse_file_add_data(ext4_sparse_file, bg->inode_table,
179 bg->flags &= ~EXT4_BG_INODE_UNINIT;
200 static int reserve_blocks(struct block_group_info *bg, u32 bg_num, u32 start, u32 num
262 struct block_group_info *bg = &aux_info.bgs[last_reg->bg]; local
683 int bg = inode \/ info.inodes_per_group; local
746 unsigned int bg; local
767 int bg = (inode - 1) \/ info.inodes_per_group; local
    [all...]
allocate.h 27 int bg; member in struct:region
78 u32 get_free_blocks(u32 bg);
79 u32 get_free_inodes(u32 bg);
80 u32 reserve_inodes(int bg, u32 inodes);
82 u16 get_directories(int bg);
83 u16 get_bg_flags(int bg);
93 u32 block, u32 len, int bg);
99 void reserve_bg_chunk(int bg, u32 start_block, u32 size);
  /external/clang/test/CodeGenCXX/
cfi-nvcall.cpp 17 // CHECK-LABEL: @bg
18 // CHECK-STRICT-LABEL: @bg
19 extern "C" void bg(B *b) { function
2007-04-10-PackedUnion.cpp 21 XYZ bg; member in union:ABCU
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Process.h 134 static const char *OutputColor(char c, bool bold, bool bg);
137 static const char *OutputBold(bool bg);
  /frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
VerticalGridActivity.java 28 getWindow().setBackgroundDrawableResource(R.drawable.bg);
VerticalGridSupportActivity.java 31 getWindow().setBackgroundDrawableResource(R.drawable.bg);
  /frameworks/base/packages/EasterEgg/src/com/android/egg/octo/
Ocquarium.java 37 FrameLayout bg = new FrameLayout(this); local
38 setContentView(bg);
39 bg.setAlpha(0f);
40 bg.animate().setStartDelay(500).setDuration(5000).alpha(1f).start();
43 bg.addView(mImageView, new FrameLayout.LayoutParams(
  /external/llvm/include/llvm/Support/
Process.h 173 static const char *OutputColor(char c, bool bold, bool bg);
176 static const char *OutputBold(bool bg);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Process.h 174 static const char *OutputColor(char c, bool bold, bool bg);
177 static const char *OutputBold(bool bg);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Process.h 174 static const char *OutputColor(char c, bool bold, bool bg);
177 static const char *OutputBold(bool bg);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Process.h 174 static const char *OutputColor(char c, bool bold, bool bg);
177 static const char *OutputBold(bool bg);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Process.h 174 static const char *OutputColor(char c, bool bold, bool bg);
177 static const char *OutputBold(bool bg);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Process.h 174 static const char *OutputColor(char c, bool bold, bool bg);
177 static const char *OutputBold(bool bg);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Process.h 174 static const char *OutputColor(char c, bool bold, bool bg);
177 static const char *OutputBold(bool bg);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Process.h 174 static const char *OutputColor(char c, bool bold, bool bg);
177 static const char *OutputBold(bool bg);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Process.h 174 static const char *OutputColor(char c, bool bold, bool bg);
177 static const char *OutputBold(bool bg);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Process.h 174 static const char *OutputColor(char c, bool bold, bool bg);
177 static const char *OutputBold(bool bg);
  /frameworks/base/tests/RenderThreadTest/src/com/example/renderthread/
SubActivity.java 50 View bg = findViewById(R.id.bg_container); local
51 bg.setAlpha(0f);
52 bg.animate().alpha(1f).setDuration(MainActivity.DURATION);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionBarContainer.java 61 final Drawable bg = Build.VERSION.SDK_INT >= 21 local
64 ViewCompat.setBackground(this, bg);
90 public void setPrimaryBackground(Drawable bg) {
95 mBackground = bg;
96 if (bg != null) {
97 bg.setCallback(this);
108 public void setStackedBackground(Drawable bg) {
113 mStackedBackground = bg;
114 if (bg != null) {
115 bg.setCallback(this)
    [all...]
  /external/harfbuzz_ng/util/
ansi-print.cc 162 bg (0), fg (0), unicolor (true),
177 bg = 0;
179 if (freq[bg] < freq[i])
180 bg = i;
183 if (i != bg && freq[fg] < freq[i])
185 if (fg == bg || freq[fg] == 0) {
186 fg = bg;
199 color_t bgc = color_t::from_ansi (bg);
218 unsigned int bg;
399 if (last_bg != bi.bg) {
    [all...]
  /prebuilts/misc/darwin-x86_64/sdl2_ttf/include/SDL2/
SDL_ttf.h 183 const char *text, SDL_Color fg, SDL_Color bg);
185 const char *text, SDL_Color fg, SDL_Color bg);
187 const Uint16 *text, SDL_Color fg, SDL_Color bg);
197 Uint16 ch, SDL_Color fg, SDL_Color bg);
234 #define TTF_RenderText(font, text, fg, bg) \
235 TTF_RenderText_Shaded(font, text, fg, bg)
236 #define TTF_RenderUTF8(font, text, fg, bg) \
237 TTF_RenderUTF8_Shaded(font, text, fg, bg)
238 #define TTF_RenderUNICODE(font, text, fg, bg) \
239 TTF_RenderUNICODE_Shaded(font, text, fg, bg)
    [all...]
  /prebuilts/misc/windows/sdl2_ttf/i686-w64-mingw32/include/SDL2/
SDL_ttf.h 183 const char *text, SDL_Color fg, SDL_Color bg);
185 const char *text, SDL_Color fg, SDL_Color bg);
187 const Uint16 *text, SDL_Color fg, SDL_Color bg);
197 Uint16 ch, SDL_Color fg, SDL_Color bg);
234 #define TTF_RenderText(font, text, fg, bg) \
235 TTF_RenderText_Shaded(font, text, fg, bg)
236 #define TTF_RenderUTF8(font, text, fg, bg) \
237 TTF_RenderUTF8_Shaded(font, text, fg, bg)
238 #define TTF_RenderUNICODE(font, text, fg, bg) \
239 TTF_RenderUNICODE_Shaded(font, text, fg, bg)
    [all...]
  /prebuilts/misc/windows/sdl2_ttf/x86_64-w64-mingw32/include/SDL2/
SDL_ttf.h 183 const char *text, SDL_Color fg, SDL_Color bg);
185 const char *text, SDL_Color fg, SDL_Color bg);
187 const Uint16 *text, SDL_Color fg, SDL_Color bg);
197 Uint16 ch, SDL_Color fg, SDL_Color bg);
234 #define TTF_RenderText(font, text, fg, bg) \
235 TTF_RenderText_Shaded(font, text, fg, bg)
236 #define TTF_RenderUTF8(font, text, fg, bg) \
237 TTF_RenderUTF8_Shaded(font, text, fg, bg)
238 #define TTF_RenderUNICODE(font, text, fg, bg) \
239 TTF_RenderUNICODE_Shaded(font, text, fg, bg)
    [all...]
  /external/syslinux/com32/lib/sys/
ansicon_write.c 115 int bg = st->bg; local
126 bg = fg & 0x07;
128 fg |= st->bg;
132 bg ^= 0x08;
137 return (bg << 4) | fg;

Completed in 776 milliseconds

1 2 3 4 5 6 7 8 91011