/external/v8/src/js/ |
string.js | 140 CHECK_OBJECT_COERCIBLE(this, "String.prototype.bold"); 303 "bold", StringBold,
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
ValueParser.java | 245 boolean bold = (format & 0x10) != 0; 253 align, size, bold, italic, underlined,
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastResources.java | 52 buf.setSpan(new StyleSpan(Typeface.BOLD), start, end, Spannable.SPAN_EXCLUSIVE_EXCLUSIVE); 105 buf.setSpan(new StyleSpan(Typeface.BOLD), start, end, Spannable.SPAN_EXCLUSIVE_EXCLUSIVE);
|
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/ |
NotificationHelper.java | 195 static SpannableStringBuilder BOLD(CharSequence str) { 197 ssb.setSpan(new StyleSpan(Typeface.BOLD), 0, ssb.length(), 0);
|
/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); 176 /// Same as OutputColor, but only enables the bold attribute.
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/ |
Process.h | 174 static const char *OutputColor(char c, bool bold, bool bg); 176 /// Same as OutputColor, but only enables the bold attribute.
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/ |
Process.h | 174 static const char *OutputColor(char c, bool bold, bool bg); 176 /// Same as OutputColor, but only enables the bold attribute.
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/ |
Process.h | 180 static const char *OutputColor(char c, bool bold, bool bg); 182 /// Same as OutputColor, but only enables the bold attribute.
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/ |
Process.h | 180 static const char *OutputColor(char c, bool bold, bool bg); 182 /// Same as OutputColor, but only enables the bold attribute.
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/ |
Process.h | 180 static const char *OutputColor(char c, bool bold, bool bg); 182 /// Same as OutputColor, but only enables the bold attribute.
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/ |
Process.h | 180 static const char *OutputColor(char c, bool bold, bool bg); 182 /// Same as OutputColor, but only enables the bold attribute.
|
/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); 176 /// Same as OutputColor, but only enables the bold attribute.
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/ |
Process.h | 174 static const char *OutputColor(char c, bool bold, bool bg); 176 /// Same as OutputColor, but only enables the bold attribute.
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/ |
Process.h | 174 static const char *OutputColor(char c, bool bold, bool bg); 176 /// Same as OutputColor, but only enables the bold attribute.
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/ |
Process.h | 180 static const char *OutputColor(char c, bool bold, bool bg); 182 /// Same as OutputColor, but only enables the bold attribute.
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/ |
Process.h | 180 static const char *OutputColor(char c, bool bold, bool bg); 182 /// Same as OutputColor, but only enables the bold attribute.
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/ |
Process.h | 180 static const char *OutputColor(char c, bool bold, bool bg); 182 /// Same as OutputColor, but only enables the bold attribute.
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/ |
Process.h | 180 static const char *OutputColor(char c, bool bold, bool bg); 182 /// Same as OutputColor, but only enables the bold attribute.
|
/prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0/ |
doxia-sink-api-1.0.jar | |
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/ |
wikipedia.css | 1027 font-weight: bold; 1058 font-weight: bold; 1242 font-weight: bold; 1260 font-weight: bold; 1344 font-weight: bold; 1391 font-weight: bold; 1521 font-weight: bold; 1622 font-weight: bold; [all...] |
/bootable/recovery/minui/include/minui/ |
minui.h | 68 void gr_text(const GRFont* font, int x, int y, const char* s, bool bold);
|
/bootable/recovery/ |
screen_ui.h | 137 virtual int DrawTextLine(int x, int y, const char* line, bool bold) const;
|
/build/make/tools/droiddoc/templates-ndk/ |
head_tag.cs | 39 /if ?>//fonts.googleapis.com/css?family=Roboto:light,regular,medium,thin,italic,mediumitalic,bold"
|
/cts/tests/app/app/res/values/ |
attrs.xml | 108 <flag name="bold" value="1" />
|
styles.xml | 65 <item name="android:textStyle">bold</item>
|