/external/v8/src/ |
v8-counters.cc | 36 #define HT(name, caption) \ 37 HistogramTimer name = { #caption, NULL, false, 0, 0 }; \ 42 #define SC(name, caption) \ 43 StatsCounter name = { "c:" #caption, NULL, false };\
|
/external/chromium_org/v8/src/ |
v8-counters.cc | 36 #define HT(name, caption) \ 37 name##_ = HistogramTimer(#caption, 0, 10000, 50, isolate); 41 #define HP(name, caption) \ 42 name##_ = Histogram(#caption, 0, 101, 100, isolate); 46 #define HM(name, caption) \ 47 name##_ = Histogram(#caption, 1000, 500000, 50, isolate); 51 #define SC(name, caption) \ 52 name##_ = StatsCounter(isolate, "c:" #caption); 91 #define HT(name, caption) name##_.Reset(); 95 #define HP(name, caption) name##_.Reset() [all...] |
v8-counters.h | 300 #define HT(name, caption) \ 305 #define HP(name, caption) \ 310 #define HM(name, caption) \ 315 #define SC(name, caption) \ 352 #define RATE_ID(name, caption) k_##name, 355 #define PERCENTAGE_ID(name, caption) k_##name, 358 #define MEMORY_ID(name, caption) k_##name, 361 #define COUNTER_ID(name, caption) k_##name, 386 #define HT(name, caption) \ 391 #define HP(name, caption) \ [all...] |
/external/chromium_org/ui/base/win/ |
message_box_win.h | 21 const string16& caption,
|
message_box_win.cc | 18 const string16& caption, 31 string16 localized_caption = caption;
|
/external/chromium_org/tools/grit/grit/format/policy_templates/writers/ |
plist_strings_writer.py | 25 def _AddToStringTable(self, item_name, caption, desc): 34 caption = caption.replace('"', '\\"') 35 caption = caption.replace('\n', '\\n') 38 self._out.append('%s.pfm_title = \"%s\";' % (item_name, caption)) 59 item_descs.append(str(item['value']) + ' - ' + item['caption'])
|
plist_writer_unittest.py | 86 'caption': '', 90 'caption': '', 130 'caption': '', 136 'caption': '', 176 'caption': '', 181 'caption': '', 223 'caption': '', 229 'caption': '', 231 {'name': 'ProxyServerDisabled', 'value': 0, 'caption': ''}, 232 {'name': 'ProxyServerAutoDetect', 'value': 1, 'caption': ''} [all...] |
plist_strings_writer_unittest.py | 54 'caption': 'Caption of main.', 60 'caption': 'Caption of main policy.', 82 'MainPolicy.pfm_title = "Caption of main policy.";\n' 95 'caption': 'Caption of group.', 101 'caption': 'Caption of policy.', 125 'StringPolicy.pfm_title = "Caption of policy.";\n [all...] |
/external/chromium_org/cloud_print/virtual_driver/win/ |
virtual_driver_helpers.h | 23 const base::string16 &caption);
|
virtual_driver_helpers.cc | 21 const base::string16 &caption) { 22 ::MessageBox(hwnd, GetErrorMessage(hr).c_str(), caption.c_str(), MB_OK);
|
/external/chromium/chrome/browser/extensions/ |
extensions_startup.h | 35 void ShowPackExtensionMessage(const std::wstring& caption,
|
extensions_startup.cc | 36 const std::wstring& caption, 39 ui::MessageBox(NULL, message, caption, MB_OK | MB_SETFOREGROUND); 41 // Just send caption & text to stdout on mac & linux. 42 std::string out_text = WideToASCII(caption);
|
/packages/apps/Settings/src/com/android/settings/nfc/ |
PaymentBackend.java | 35 CharSequence caption; field in class:PaymentBackend.PaymentAppInfo 65 appInfo.caption = service.getDescription(); 66 if (appInfo.caption == null) { 67 appInfo.caption = service.loadLabel(pm);
|
PaymentDefaultDialog.java | 122 String msg = String.format(formatString, requestedPaymentApp.caption); 126 String msg = String.format(formatString, requestedPaymentApp.caption, 127 defaultPaymentApp.caption);
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
LocalMediaItem.java | 37 public String caption; field in class:LocalMediaItem 61 return caption; 86 details.addDetail(MediaDetails.INDEX_TITLE, caption);
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/ |
reset.css | 16 table, caption, tbody, tfoot, thead, tr, th, td { 31 caption, th, td { text-align: left; font-weight:400; }
|
/external/qemu/distrib/sdl-1.2.15/src/audio/pulse/ |
SDL_pulseaudio.h | 40 char *caption; member in struct:SDL_PrivateAudioData
|
/external/chromium_org/chrome_frame/test/ |
win_event_receiver.cc | 170 std::string caption; local 173 ::GetWindowTextA(hwnd, WriteInto(&caption, len), len); 174 return caption; 178 const std::string& caption, 184 MatchPattern(caption, entry.caption_pattern) && 196 std::string caption = GetWindowCaption(hwnd); local 210 if (MatchingWindow(*entry_iter, caption, class_name)) {
|
/build/tools/droiddoc/templates-pdk/assets/ |
yui-3.3.0-reset-min.css | 8 html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content: (…)
|
/external/chromium_org/ash/ |
popup_message.h | 31 // |arrow_orientation|. The message contains an optional |caption| which is 44 // icon | [!] Caption in bold which can be multi line | caption_label 50 PopupMessage(const base::string16& caption,
|
popup_message.cc | 45 MessageBubble(const base::string16& caption, 66 PopupMessage::MessageBubble::MessageBubble(const base::string16& caption, 104 // icon | [!] Caption in bold which can be multi line | caption_label 111 // Note that the icon, caption and massage are optional. 128 // The caption label. 129 if (!caption.empty()) { 130 views::Label* caption_label = new views::Label(caption); 182 PopupMessage::PopupMessage(const base::string16& caption, 191 caption, message, message_type, anchor, arrow, size_override,
|
/sdk/templates/docs/ |
cssreset-min.css | 7 html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
|
/external/chromium/chrome/browser/ |
browser_main_win.cc | 115 const string16 caption = l10n_util::GetStringUTF16(IDS_PRODUCT_NAME); local 116 ui::MessageBox(NULL, text, caption, MB_OK | MB_ICONWARNING | MB_TOPMOST); 146 const string16 caption = l10n_util::GetStringUTF16(IDS_PRODUCT_NAME); local 148 ui::MessageBox(NULL, text, caption, flags); 266 const string16 caption = l10n_util::GetStringUTF16(IDS_PRODUCT_NAME); local 268 if (IDOK == ui::MessageBox(NULL, msg, caption, flags)) 293 const string16 caption = l10n_util::GetStringUTF16(IDS_PRODUCT_NAME); local 295 ui::MessageBox(NULL, text, caption, flags);
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
webtreemap.css | 68 .webtreemap-caption { 76 /*.webtreemap-node:hover > .webtreemap-caption {
|
/external/chromium_org/chrome/utility/media_galleries/ |
iphoto_library_parser_unittest.cc | 44 #define SIMPLE_PHOTO(id, guid, path, caption) \ 49 " <key>Caption</key>" \ 50 " <string>" caption "</string>" \ 72 #define MALFORMED_PHOTO1(id, guid, path, caption) \ 77 " <key>Caption<key>" \ 78 " <string>" caption "</string>" \ 88 #define MALFORMED_PHOTO2(id, guid, path, caption) \ 93 " <key>Caption<key>" \ 94 " <string>" caption "</string>" \
|