/development/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/ |
AppNavHomeActivity.java | 64 String label = labelSeq != null ? labelSeq.toString() : info.activityInfo.name; local 69 SampleInfo sample = new SampleInfo(label, target);
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
DFAOptimizer.java | 196 edge.label.toString(d.dfa.nfa.grammar)+"->"+ 225 edge.label.toString(d.dfa.nfa.grammar)+"->"+ 232 edge.label.isAtom() && 233 edge.label.getAtom()==Label.EOT )
|
/external/chromium/chrome/browser/ |
alternate_nav_url_fetcher.cc | 112 const string16 label = l10n_util::GetStringFUTF16( local 114 return label;
|
/external/chromium/chrome/browser/autofill/ |
autofill_common_test.cc | 18 void CreateTestFormField(const char* label, 23 *field = webkit_glue::FormField(ASCIIToUTF16(label), ASCIIToUTF16(name),
|
/external/chromium/chrome/browser/chromeos/login/ |
guest_user_view.cc | 20 const std::wstring& label) 21 : WideButton(button_listener, label),
|
/external/chromium/chrome/browser/extensions/ |
extension_context_menu_browsertest.cc | 35 bool HasExtensionItemWithLabel(const std::string& label) { 36 string16 label16 = UTF8ToUTF16(label); 49 // has a label, that is put in |result| and we return true. Otherwise returns 181 // for an extension item with the given |label|, and returns true if the item 186 const std::string& label) { 189 return menu->HasExtensionItemWithLabel(label); 266 // Create a context menu, then find the item's label. It should be properly 272 string16 label; local 273 ASSERT_TRUE(menu->GetItemLabel(item->id(), &label)); 274 ASSERT_TRUE(label.size() <= limit) 341 string16 label; local [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
logging.cc | 63 for (int i = 0; entries[i].label; ++i) { 65 return entries[i].label; 493 void LogMultiline(LoggingSeverity level, const char* label, bool input, 504 LOG_V(level) << label << direction << "## " 530 LOG_V(level) << label << direction 584 LOG_V(level) << label << direction << "## " << consecutive_unprintable 599 LOG_V(level) << label << direction << substr; 601 LOG_V(level) << label << direction << "## omitted for privacy ##";
|
/external/chromium-trace/trace-viewer/src/tracing/ |
record_selection_dialog.css | 44 .record-selection-dialog .options label {
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
candidate_window_view_unittest.cc | 57 entry.label = base::StringPrintf("%lld", 178 entry.label = kEmptyLabel; 204 entry.label = kEmptyLabel; 218 SCOPED_TRACE("Vertical customized label case"); 230 entry.label = kCustomizedLabel[i]; 246 SCOPED_TRACE("Horizontal customized label case"); 258 entry.label = kCustomizedLabel[i]; 319 entry.label = kSampleShortcut1; 325 entry.label = kSampleShortcut2; 331 entry.label = kSampleShortcut3 [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/ |
network.css | 11 #log-level-container label {
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/css/ |
table.css | 52 .table-header-label {
|
/external/chromium_org/chrome/browser/resources/help/ |
channel_change_page.css | 11 .channel-change-page-channel label {
|
/external/chromium_org/chrome/browser/resources/sync_internals/ |
sync_node_browser.css | 31 #sync-node-tree .leaf .tree-label {
|
/external/chromium_org/chrome/browser/storage_monitor/ |
media_transfer_protocol_device_observer_linux_unittest.cc | 37 // Helper function to get the device storage details such as device id, label 38 // and location. On success, fills in |id|, |label| and |location|. 42 base::string16* label, 50 *label = ASCIIToUTF16(kStorageLabel); 149 // When a mtp storage device with invalid storage label and id is
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
icon_label_bubble_view.cc | 14 #include "ui/views/controls/label.h" 28 label_(new views::Label(base::string16(), font_list)), 46 // Calculate the actual background color for the label. The background images 51 // parent background color to determine the actual color the label text will 68 label_->SetElideBehavior(views::Label::ELIDE_IN_MIDDLE); 75 void IconLabelBubbleView::SetLabel(const base::string16& label) { 76 label_->SetText(label);
|
/external/chromium_org/components/test/data/web_database/ |
version_27.sql | 15 CREATE TABLE autofill_profiles ( label VARCHAR, unique_id INTEGER PRIMARY KEY, first_name VARCHAR, middle_name VARCHAR, last_name VARCHAR, email VARCHAR, company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR, phone VARCHAR, fax VARCHAR); 16 CREATE TABLE credit_cards ( label VARCHAR, unique_id INTEGER PRIMARY KEY, name_on_card VARCHAR, type VARCHAR, card_number VARCHAR, expiration_month INTEGER, expiration_year INTEGER, verification_code VARCHAR, billing_address VARCHAR, shipping_address VARCHAR, card_number_encrypted BLOB, verification_code_encrypted BLOB); 24 CREATE INDEX autofill_profiles_label_index ON autofill_profiles (label); 25 CREATE INDEX credit_cards_label_index ON credit_cards (label);
|
version_29.sql | 17 CREATE TABLE autofill_profiles ( label VARCHAR, unique_id INTEGER PRIMARY KEY, first_name VARCHAR, middle_name VARCHAR, last_name VARCHAR, email VARCHAR, company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR, phone VARCHAR, fax VARCHAR); 19 CREATE TABLE credit_cards ( label VARCHAR, unique_id INTEGER PRIMARY KEY, name_on_card VARCHAR, type VARCHAR, card_number VARCHAR, expiration_month INTEGER, expiration_year INTEGER, verification_code VARCHAR, billing_address VARCHAR, shipping_address VARCHAR, card_number_encrypted BLOB, verification_code_encrypted BLOB); 27 CREATE INDEX autofill_profiles_label_index ON autofill_profiles (label); 28 CREATE INDEX credit_cards_label_index ON credit_cards (label);
|
/external/chromium_org/content/renderer/media/ |
rtc_data_channel_handler.cc | 32 blink::WebString RtcDataChannelHandler::label() { function in class:content::RtcDataChannelHandler 33 return UTF8ToUTF16(channel_->label());
|
/external/chromium_org/ppapi/api/dev/ |
ppb_alarms_dev.idl | 11 label Chrome {
|
ppb_audio_input_dev.idl | 11 label Chrome {
|
ppb_trace_event_dev.idl | 11 label Chrome {
|
ppb_url_util_dev.idl | 10 label Chrome {
|
ppb_video_capture_dev.idl | 9 label Chrome {
|
/external/chromium_org/ppapi/api/ |
ppb_file_ref.idl | 11 label Chrome {
|
ppb_graphics_2d.idl | 13 label Chrome {
|