/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/ |
en-US_kdt_phr.dtfmt | 9 ! History: 23 ! history type: the input value is the output decision
|
en-US_kdt_posp.dtfmt | 9 ! History: 23 ! history type: the input value is the output decision
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/es-ES/ |
es-ES_kdt_phr.dtfmt | 9 ! History: 23 ! history type: the input value is the output decision
|
es-ES_kdt_posp.dtfmt | 9 ! History: 23 ! history type: the input value is the output decision
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/ |
fr-FR_kdt_phr.dtfmt | 9 ! History: 23 ! history type: the input value is the output decision
|
fr-FR_kdt_posp.dtfmt | 9 ! History: 23 ! history type: the input value is the output decision
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/it-IT/ |
it-IT_kdt_phr.dtfmt | 9 ! History: 23 ! history type: the input value is the output decision
|
it-IT_kdt_posp.dtfmt | 9 ! History: 23 ! history type: the input value is the output decision
|
/packages/apps/Browser/src/com/android/browser/ |
HistoryItem.java | 27 * Layout representing a history item in the classic history viewer.
|
/external/chromium/chrome/browser/history/ |
history_backend.cc | 5 #include "chrome/browser/history/history_backend.h" 23 #include "chrome/browser/history/download_create_info.h" 24 #include "chrome/browser/history/history_notifications.h" 25 #include "chrome/browser/history/history_publisher.h" 26 #include "chrome/browser/history/in_memory_history_backend.h" 27 #include "chrome/browser/history/page_usage_data.h" 28 #include "chrome/browser/history/top_sites.h" 43 HistoryDatabase (stores past 3 months of history) 49 ArchivedDatabase (stores history older than 3 months) 64 namespace history { namespace [all...] |
text_database_manager.h | 17 #include "chrome/browser/history/history_types.h" 18 #include "chrome/browser/history/text_database.h" 19 #include "chrome/browser/history/query_parser.h" 20 #include "chrome/browser/history/url_database.h" 23 namespace history { namespace 41 // when clearing history or this information may get added to the database soon 50 // which have changed as a result of the user deleting history via 130 // time range. It is called when the user clears their history for a time 253 // Non-owning pointers to the recent history databases for URLs and visits. 301 // This object is created and managed by the history backend. We maintain a [all...] |
url_database.h | 11 #include "chrome/browser/history/history_types.h" 20 namespace history { namespace 25 // full history data. We split this class' functionality out from the larger 41 // Converts a GURL to a string used in the history database. We plan to 60 bool GetAllTypedUrls(std::vector<history::URLRow>* urls); 109 // that the main history database can provide this additional behavior. 135 bool GetNextURL(history::URLRow* r); 186 history::URLRow* info); 241 // used when clearing history can populate the table and then create the 267 // Convenience to fill a history::URLRow. Must be in sync with the fields i [all...] |
/external/chromium_org/chrome/browser/history/ |
typed_url_syncable_service.cc | 5 #include "chrome/browser/history/typed_url_syncable_service.h" 11 #include "chrome/browser/history/history_backend.h" 22 // There's no limit on how many visits the history DB could have for a given 39 namespace history { namespace 189 // history from every client). The server will gracefully age out the sync DB 231 // busted browsers, or misuse of the history API, or just plain bugs) but we 358 // the history DB has an inaccurate count for some reason (there's been 359 // bugs in the history code in the past which has left users in the wild 421 // Sometimes (due to a bug elsewhere in the history or sync code, or due to 422 // a crash between adding a URL to the history database and updating th [all...] |
web_history_service.cc | 5 #include "chrome/browser/history/web_history_service.h" 27 namespace history { namespace 35 "https://history.google.com/history/api/lookup?client=chrome"; 38 "https://history.google.com/history/api/delete?client=chrome"; 62 friend class history::WebHistoryService; 216 DLOG(WARNING) << "Non-JSON response received from history server."; 222 // history server. 232 // Returns a URL for querying the history server for a query specified b [all...] |
url_index_private_data.cc | 5 #include "chrome/browser/history/url_index_private_data.h" 25 #include "chrome/browser/history/history_database.h" 26 #include "chrome/browser/history/history_db_task.h" 27 #include "chrome/browser/history/history_service.h" 28 #include "chrome/browser/history/in_memory_url_index.h" 49 namespace history { namespace 85 // row from the history database. 93 history::HistoryDatabase* db) OVERRIDE; 182 history::String16VectorFromString16(lower_unescaped_string, false, NULL)); 237 history::String16Vector lower_raw_terms [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/ |
history_menu_bridge.mm | 17 #include "chrome/browser/history/history_service_factory.h" 18 #include "chrome/browser/history/page_usage_data.h" 86 // Check to see if the history service is ready. Because it loads async, it 125 // Note that all requests sent to either the history service or the favicon 158 // A history service is now ready. Check to see if it's the one for the main 174 // All other notification types that we observe indicate that the history has 183 // Clear the history menu before rebuilding. 285 // If the history service is ready, use it. Otherwise, a Notification will 400 history::QueryOptions options; 414 history::QueryResults* results) [all...] |
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
flakiness_dashboard_unittests.js | 37 var historyInstance = new history.History(flakinessConfig); 42 for (var key in history.DEFAULT_CROSS_DASHBOARD_STATE_VALUES) 43 historyInstance.crossDashboardState[key] = history.DEFAULT_CROSS_DASHBOARD_STATE_VALUES[key]; 66 var historyInstance = new history.History(flakinessConfig); 81 var historyInstance = new history.History(flakinessConfig); 357 var historyInstance = new history.History(flakinessConfig) [all...] |
/external/chromium_org/chrome/browser/autocomplete/ |
history_quick_provider_unittest.cc | 23 #include "chrome/browser/history/history_backend.h" 24 #include "chrome/browser/history/history_database.h" 25 #include "chrome/browser/history/history_service.h" 26 #include "chrome/browser/history/history_service_factory.h" 27 #include "chrome/browser/history/in_memory_url_index.h" 28 #include "chrome/browser/history/url_database.h" 29 #include "chrome/browser/history/url_index_private_data.h" 129 // Fills test data into the history system. 409 history::TermMatches matches_a; 412 matches_a.push_back(history::TermMatch(1, 1, 2)) [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
ForwardTarget.java | 28 * Example of removing yourself from the history stack after forwarding to
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
List10.java | 47 "Foreign", "History", "Independent", "Romance", "Sci-Fi", "Television", "Thriller"
|
List11.java | 47 "Foreign", "History", "Independent", "Romance", "Sci-Fi", "Television", "Thriller"
|
/device/lge/hammerhead/overlay/packages/apps/Mms/res/xml-mcc204-mnc04/ |
mms_config.xml | 17 <!-- Version History
|
/device/lge/hammerhead/overlay/packages/apps/Mms/res/xml-mcc208-mnc01/ |
mms_config.xml | 17 <!-- Version History
|
/device/lge/hammerhead/overlay/packages/apps/Mms/res/xml-mcc208-mnc10/ |
mms_config.xml | 17 <!-- Version History
|
/device/lge/hammerhead/overlay/packages/apps/Mms/res/xml-mcc208-mnc15/ |
mms_config.xml | 17 <!-- Version History
|