Searched defs:bold (Results 1 - 25 of 25) sorted by relevance

/external/syslinux/gpxe/src/hci/mucurses/
H A Dansi_screen.c36 int bold = ( attrs & A_BOLD ); local
46 printf ( "\033[0;%d;3%d;4%dm", ( bold ? 1 : 22 ), fcol, bcol );
/external/libnl/python/netlink/
H A Dutil.py48 def bold(t): function
138 return bold(value)
/external/jline/src/src/main/java/jline/
H A DANSIBuffer.java95 public ANSIBuffer bold(final String str) { method in class:ANSIBuffer
/external/v8/tools/
H A Dperf-to-html.py194 res = self.bold(res)
216 def bold(self, data): member in class:BenchmarkRenderer
246 font-weight: bold;
315 font-weight: bold;
/external/skia/tools/fonts/
H A Dcreate_test_font.cpp33 constexpr NamedFontStyle bold = {"Bold", SkFontStyle::Bold() }; member in namespace:__anon21024
46 {"monospace", bold, "Liberation Mono", "LiberationMono-Bold.ttf", -1},
50 {"sans-serif", bold, "Liberation Sans", "LiberationSans-Bold.ttf", -1},
54 {"serif", bold, "Liberation Serif", "LiberationSerif-Bold.ttf", -1},
/external/skqp/tools/
H A Dcreate_test_font.cpp33 constexpr NamedFontStyle bold = {"Bold", SkFontStyle::Bold() }; member in namespace:__anon21691
46 {"monospace", bold, "Liberation Mono", "LiberationMono-Bold.ttf", -1},
50 {"sans-serif", bold, "Liberation Sans", "LiberationSans-Bold.ttf", -1},
54 {"serif", bold, "Liberation Serif", "LiberationSerif-Bold.ttf", -1},
/external/libvterm/src/
H A Dvterm_internal.h27 unsigned int bold:1; member in struct:VTermPen
H A Dscreen.c18 unsigned int bold : 1; member in struct:__anon12985
399 screen->pen.bold = val->boolean;
748 cell->attrs.bold = intcell->pen.bold;
785 intcell->pen.bold = cell->attrs.bold;
867 if((attrs & VTERM_ATTR_BOLD_MASK) && (a->pen.bold != b->pen.bold))
/external/llvm/lib/Support/
H A Draw_ostream.cpp662 raw_ostream &raw_fd_ostream::changeColor(enum Colors colors, bool bold, argument
668 : sys::Process::OutputColor(colors, bold, bg);
/external/pdfium/fpdfsdk/
H A Dfpdfedit_embeddertest.cpp37 bool bold,
52 EXPECT_EQ(bold, FontStyleIsBold(font_flags));
35 CheckFontDescriptor(CPDF_Dictionary* font_dict, int font_type, bool bold, bool italic, uint32_t size, const uint8_t* data) argument
/external/swiftshader/third_party/LLVM/lib/Support/
H A Draw_ostream.cpp606 raw_ostream &raw_fd_ostream::changeColor(enum Colors colors, bool bold, argument
612 : sys::Process::OutputColor(colors, bold, bg);
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A Draw_ostream.cpp641 raw_ostream &raw_fd_ostream::changeColor(enum Colors colors, bool bold, argument
647 : sys::Process::OutputColor(colors, bold, bg);
/external/libvterm/include/
H A Dvterm.h223 unsigned int bold : 1; member in struct:__anon12975::__anon12976
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_document.cpp275 int CalculateFlags(bool bold, argument
282 if (bold)
300 bool bold,
304 if (bold && italic)
306 else if (bold)
299 ProcessNonbCJK(CPDF_Dictionary* pBaseDict, bool bold, bool italic, ByteString basefont, std::unique_ptr<CPDF_Array> pWidths) argument
/external/python/cpython2/Lib/plat-mac/Carbon/
H A DQuickDraw.py6 bold = 1 variable
183 bold = 1 variable
/external/python/cpython2/Lib/
H A Dpydoc.py1036 def bold(self, text): member in class:TextDoc
1037 """Format a string in bold by overstriking."""
1050 return self.bold(title) + '\n' + rstrip(self.indent(contents)) + '\n\n'
1180 title = 'class ' + self.bold(realname)
1182 title = self.bold(name) + ' = class ' + realname
1314 title = self.bold(realname)
1319 title = self.bold(name) + ' = ' + realname
1325 title = self.bold(name) + ' lambda '
1342 push(self.bold(name))
1365 line = (name and self.bold(nam
[all...]
/external/python/cpython3/Lib/
H A Dpydoc.py1064 def bold(self, text): member in class:TextDoc
1065 """Format a string in bold by overstriking."""
1078 return self.bold(title) + '\n' + clean_contents + '\n\n'
1209 title = 'class ' + self.bold(realname)
1211 title = self.bold(name) + ' = class ' + realname
1347 title = self.bold(realname)
1352 title = self.bold(name) + ' = ' + realname
1363 title = self.bold(name) + ' lambda '
1383 push(self.bold(name))
1406 line = (name and self.bold(nam
1413 def bold(self, text): member in class:_PlainTextDoc
[all...]
/external/kotlinc/lib/
H A Dkotlin-daemon-client.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlin-daemon-client.kotlin_module ...
/external/jline/
H A Djline-1.0.jar ... lang.Object { static final int OFF static final int BOLD static final int UNDERSCORE static final int BLINK static final ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 763 milliseconds