/external/chromium_org/tools/grit/grit/format/policy_templates/writers/ |
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...] |
template_writer_unittest.py | 19 {'name': 'zp', 'type': 'string', 'caption': 'a1', 'supported_on': []}, 22 'caption': 'z_group1_caption', 31 'caption': 'b_group2_caption', 35 {'name': 'ap', 'type': 'string', 'caption': 'a2', 'supported_on': []} 42 'caption': 'b_group2_caption', 48 'caption': 'z_group1_caption', 55 {'name': 'ap', 'type': 'string', 'caption': 'a2', 'supported_on': []}, 56 {'name': 'zp', 'type': 'string', 'caption': 'a1', 'supported_on': []}, 62 {'name': 'ap', 'type': 'string', 'caption': 'a2', 'supported_on': []}, 65 {'name': 'zp', 'type': 'string', 'caption': 'a1', 'supported_on': []} [all...] |
adml_writer_unittest.py | 57 'caption': 'Test Caption', 83 'caption': 'Test Group Caption', 100 '<string id="PolicyGroup_group">Test Group Caption</string>') 111 'caption': 'Main policy caption', 119 '<string id="DummyMainPolicy">Main policy caption</string>\n' 132 'caption': 'String policy caption', [all...] |
adm_writer_unittest.py | 89 'caption': 'Caption of main.', 146 MainPolicy_Policy="Caption of main." 162 'caption': 'Caption of policy.', 215 StringPolicy_Policy="Caption of policy." 217 StringPolicy_Part="Caption of policy." 229 'caption': 'Caption of policy.', 287 IntPolicy_Policy="Caption of policy. [all...] |
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...] |
json_writer_unittest.py | 70 ' "caption": "Example Main Policy",' 97 ' "caption": "Example String Policy",' 124 ' "caption": "Example Int Policy",' 151 ' "caption": "Example Int Enum",' 154 ' {"name": "ProxyServerDisabled", "value": 0, "caption": ""},' 155 ' {"name": "ProxyServerAutoDetect", "value": 1, "caption": ""},' 182 ' "caption": "Example String Enum",' 186 ' "caption": ""},' 188 ' "caption": ""},' 215 ' "caption": "Example List", [all...] |
reg_writer_unittest.py | 60 ' "caption": "",' 88 ' "caption": "",' 113 ' "caption": "",' 138 ' "caption": "",' 141 ' {"name": "ProxyServerDisabled", "value": 0, "caption": ""},' 142 ' {"name": "ProxyServerAutoDetect", "value": 1, "caption": ""},' 167 ' "caption": "",' 171 ' "caption": ""},' 173 ' "caption": ""},' 198 ' "caption": "", [all...] |
/external/chromium_org/tools/grit/grit/format/policy_templates/ |
policy_template_generator_unittest.py | 83 'desc': '', 'caption': ''}, 85 'desc': '', 'caption': ''}, 87 'desc': '', 'caption': ''}, 107 'caption': '', 'desc': '', 109 'caption': '', 'desc': ''}] 113 'caption': '', 'desc': '', 115 'caption': '', 'desc': ''}] 119 'caption': '', 'desc': '', 121 'caption': '', 'desc': ''}] 143 'caption': '' [all...] |
/sdk/apps/NotificationStudio/res/layout/ |
editable_item.xml | 24 android:id="@+id/caption" 35 android:layout_alignBaseline="@id/caption" 36 android:layout_toRightOf="@id/caption" 53 android:layout_alignBaseline="@id/caption" 54 android:layout_toRightOf="@id/caption" 62 android:layout_alignBaseline="@id/caption" 63 android:layout_toRightOf="@id/caption" 72 android:layout_toRightOf="@id/caption" 87 android:layout_alignBaseline="@id/caption" 88 android:layout_toRightOf="@id/caption" [all...] |
/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...] |
/external/chromium_org/ppapi/c/documentation/images-dox/ |
README.txt | 6 If you want a caption, specify it like this:
|
/external/chromium_org/ppapi/cpp/documentation/images-dox/ |
README.txt | 6 If you want a caption, specify it like this:
|
/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/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
README.webtreemap.txt | 26 name: (HTML that is displayed via .innerHTML on the caption), 46 `div` for the caption. Each div is styleable via the 48 `webtreemap-caption`. 53 the caption on a per-level basis, use a CSS selector like 54 `.webtreemap-level2 > .webtreemap-caption`.
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
icon_design_dialog.jd | 52 <p class="table-caption"><strong>Table 1.</strong> Summary of finished dialog 122 <table class="image-caption"> 124 <td class="image-caption-i"> 128 <td class="image-caption-c"> 129 <div class="caption grad-rule-top"> 143 <table class="image-caption"> 145 <td class="image-caption-i"> 149 <td class="image-caption-c"> 150 <div class="caption grad-rule-top"> 153 <div class="image-caption-nested" [all...] |
icon_design_list.jd | 54 <p class="table-caption"><strong>Table 1.</strong> Summary of finished list view 122 <table class="image-caption"> 124 <td class="image-caption-i"> 128 <td class="image-caption-c"> 129 <div class="caption grad-rule-top"> 143 <table class="image-caption"> 145 <td class="image-caption-i"> 149 <td class="image-caption-c"> 150 <div class="caption grad-rule-top"> 153 <div class="image-caption-nested" [all...] |
icon_design_action_bar.jd | 75 <p class="table-caption" id="screens_table"><strong>Table 1.</strong> Summary of 134 <table class="image-caption"> 136 <td class="image-caption-i"> 140 <td class="image-caption-c"> 141 <div class="caption grad-rule-top"> 143 <div class="image-caption-nested"> 156 <table class="image-caption"> 158 <td class="image-caption-i"> 162 <td class="image-caption-c"> 163 <div class="caption grad-rule-top" [all...] |
/external/chromium_org/ash/wm/caption_buttons/ |
frame_caption_button_container_view.h | 22 // Container view for the frame caption buttons. It performs the appropriate 23 // action when a caption button is clicked. 45 // |frame| is the views::Widget that the caption buttons act on. 77 // Returns the size button if using the old caption button style, returns NULL 84 // Determines the window HT* code for the caption button at |point|. Returns 85 // HTNOWHERE if |point| is not over any of the caption buttons. |point| must
|
caption_button_types.h | 18 // These are the icon types that a caption button can have. The size button's
|
/external/chromium_org/content/shell/app/ |
shell.rc | 73 CAPTION "Alert" 82 CAPTION "Confirm" 92 CAPTION "Prompt"
|
/external/chromium/chrome/browser/extensions/ |
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);
|
/external/zxing/qr_scanner/res/values/ |
strings.xml | 3 <!-- Caption shown below the viewfinder rectangle, explaining how to scan a QR code [CHAR LIMIT=NONE] -->
|
/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);
|
/external/chromium_org/components/policy/resources/ |
policy_templates.json | 42 # - caption 46 # - label (Optional, defaults to caption if not specified.) 48 # from caption is that label always appears next to the entry field 50 # Windows ignore this. Policies on Mac are using this instead of caption. 53 # Each name has two parts: the second part is either CAPTION, DESC or LABEL, 57 # e.g. the name of the caption of policy HomepageLocation: 64 # e.g. the name of the caption of ProxyServerDisabled: 140 'caption': '''Home page''', 157 'caption': '''Configure the home page URL''', 181 'caption': '''Use New Tab Page as homepage''' [all...] |