HomeSort by relevance Sort by last modified time
    Searched full:history (Results 226 - 250 of 4386) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/
fr-FR_kdt_g2p.dtfmt 9 ! History:
23 ! history type: the input value is the output decision
52 :ATTR "14" :PROP type = history
54 :ATTR "15" :PROP type = history
56 :ATTR "16" :PROP type = history
fr-FR_kdt_posd.dtfmt 9 ! History:
23 ! history type: the input value is the output decision
26 :ATTR "1" :PROP type = history
28 :ATTR "2" :PROP type = history
30 :ATTR "3" :PROP type = history
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/it-IT/
it-IT_kdt_g2p.dtfmt 9 ! History:
23 ! history type: the input value is the output decision
52 :ATTR "14" :PROP type = history
54 :ATTR "15" :PROP type = history
56 :ATTR "16" :PROP type = history
it-IT_kdt_posd.dtfmt 9 ! History:
23 ! history type: the input value is the output decision
26 :ATTR "1" :PROP type = history
28 :ATTR "2" :PROP type = history
30 :ATTR "3" :PROP type = history
  /external/chromium_org/chrome/browser/history/android/
android_cache_database_unittest.cc 8 #include "chrome/browser/history/android/android_cache_database.h"
9 #include "chrome/browser/history/android/android_time.h"
10 #include "chrome/browser/history/history_database.h"
17 namespace history { namespace
30 temp_dir_.path().AppendASCII("history.db");
48 base::FilePath history_db_name = temp_dir.path().AppendASCII("history.db");
114 } // namespace history
sqlite_cursor_unittest.cc 5 #include "chrome/browser/history/android/sqlite_cursor.h"
16 #include "chrome/browser/history/android/android_history_provider_service.h"
17 #include "chrome/browser/history/android/android_history_types.h"
18 #include "chrome/browser/history/android/android_time.h"
19 #include "chrome/browser/history/history_service.h"
20 #include "chrome/browser/history/history_service_factory.h"
36 using history::AndroidStatement;
37 using history::HistoryAndBookmarkRow;
38 using history::SearchRow;
211 EXPECT_EQ(history::ToDatabaseTime(row.last_visit_time())
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
last_download_finder.h 15 #include "chrome/browser/history/download_row.h"
27 namespace history { namespace
36 // history that participates in safe browsing.
64 // on-the-record profile with history that participates in safe browsing. The
65 // search is initiated if the profile has already loaded history.
82 scoped_ptr<std::vector<history::DownloadRow> > downloads);
107 history::DownloadRow most_recent_row_;
malware_details_history.cc 12 #include "chrome/browser/history/history_service_factory.h"
37 DVLOG(1) << "Num of urls to check in history service: " << urls.size();
75 // History access from profile needs to happen in UI thread
91 HistoryService* history = HistoryServiceFactory::GetForProfile( local
93 if (!history) {
98 history->QueryRedirectsTo(
109 history::RedirectList* redirect_list) {
browser_feature_extractor.h 6 // phishing detection. For now it does a bunch of lookups in the history
27 #include "chrome/browser/history/history_types.h"
147 // in the history.
151 const history::URLRow& row,
152 const history::VisitVector& visits);
155 // visits in the history.
162 // visits in the history.
168 // Helper function which sets the host history features given the
177 // Helper function which stores the request and callback while the history
190 // Helper function which gets the history server if possible. If the pointe
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
single_client_typed_urls_sync_test.cc 6 #include "chrome/browser/history/history_types.h"
20 const std::string kSanityHistoryUrl = "http://www.sanity-history.google.com";
33 history::URLRows urls = GetTypedUrlsFromClient(0);
51 history::URLRows urls = GetTypedUrlsFromClient(0);
71 history::URLRows urls = GetTypedUrlsFromClient(0);
98 history::URLRows urls = GetTypedUrlsFromClient(0);
104 history::SOURCE_BROWSED);
  /external/chromium_org/chrome/browser/thumbnails/
thumbnail_service_impl.cc 10 #include "chrome/browser/history/history_service.h"
35 void AddForcedURLOnUIThread(scoped_refptr<history::TopSites> top_sites,
57 scoped_refptr<history::TopSites> local_ptr(top_sites_);
68 scoped_refptr<history::TopSites> local_ptr(top_sites_);
76 scoped_refptr<history::TopSites> local_ptr(top_sites_);
94 scoped_refptr<history::TopSites> local_ptr(top_sites_);
99 // Skip if the given URL is not appropriate for history.
  /external/chromium_org/chrome/browser/webdata/
web_apps_table.cc 8 #include "chrome/browser/history/history_database.h"
85 s.BindString(0, history::HistoryDatabase::GURLToDatabaseURL(url));
97 s.BindString(0, history::HistoryDatabase::GURLToDatabaseURL(url));
120 s.BindString(0, history::HistoryDatabase::GURLToDatabaseURL(url));
129 s.BindString(0, history::HistoryDatabase::GURLToDatabaseURL(url));
137 delete_s.BindString(0, history::HistoryDatabase::GURLToDatabaseURL(url));
144 delete_s2.BindString(0, history::HistoryDatabase::GURLToDatabaseURL(url));
  /external/chromium_org/chrome/browser/history/
history_database.cc 5 #include "chrome/browser/history/history_database.h"
23 namespace history { namespace
43 db_.set_histogram_tag("History");
74 // Exclude the history file from backups.
111 UMA_HISTOGRAM_MEMORY_MB("History.DatabaseFileMB", file_mb);
116 UMA_HISTOGRAM_COUNTS("History.URLTableCount", url_count.ColumnInt(0));
122 UMA_HISTOGRAM_COUNTS("History.VisitTableCount", visit_count.ColumnInt(0));
131 UMA_HISTOGRAM_COUNTS("History.WeeklyVisitCount", weekly_visit_count);
141 UMA_HISTOGRAM_COUNTS("History.MonthlyVisitCount",
144 UMA_HISTOGRAM_TIMES("History.DatabaseBasicMetricsTime"
    [all...]
in_memory_url_index_types_unittest.cc 9 #include "chrome/browser/history/in_memory_url_index_types.h"
14 namespace history { namespace
128 history::TermMatches matches_a;
129 matches_a.push_back(history::TermMatch(1, 1, 2));
130 matches_a.push_back(history::TermMatch(2, 4, 3));
131 matches_a.push_back(history::TermMatch(3, 9, 1));
132 matches_a.push_back(history::TermMatch(3, 10, 1));
133 matches_a.push_back(history::TermMatch(4, 14, 5));
142 history::TermMatches matches_b =
150 } // namespace history
    [all...]
  /external/chromium_org/content/browser/
session_history_browsertest.cc 81 // Navigate session history using history.go(distance).
83 GURL url("javascript:history.go('" + distance + "')");
142 // history is [blank, bot1, bot2, *bot3]
158 // history is [blank, bot1, *bot3]
195 // history is [blank, bot1, bot2, *bot3]
221 // history is [blank, bot1, bot2, *bot1]
256 // history is [blank, bot1, *form, post]
262 // history is [blank, bot1, form, *bot2]
272 // history is [blank, bot1, form, *post
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/ntp/
most_visited_handler.cc 24 #include "chrome/browser/history/most_visited_tiles_experiment.h"
25 #include "chrome/browser/history/page_usage_data.h"
26 #include "chrome/browser/history/top_sites.h"
91 history::TopSites* ts = profile->GetTopSites();
101 content::Source<history::TopSites>(ts));
146 history::TopSites* ts = profile->GetTopSites();
162 history::TopSites* ts = Profile::FromWebUI(web_ui())->GetTopSites();
188 history::TopSites* ts = Profile::FromWebUI(web_ui())->GetTopSites();
197 history::TopSites* ts = Profile::FromWebUI(web_ui())->GetTopSites();
222 const history::MostVisitedURLList& data)
    [all...]
  /external/iproute2/doc/
nstat.sgml 39 <item><tt/-s/ - do not update history, so that the next time you will
42 <item><tt/-n/ - do not display anything, only update history.
43 <item><tt/-r/ - reset history.
53 History is just dump saved in file <tt>/tmp/.Xstat.uUID</tt>
62 <tt/Xstat/ understands when history is invalidated by system reboot
65 use invalid history.
70 variables to put their history in safe places
106 <p> <tt/NSTAT_HISTORY/ - name of history file for <tt/nstat/.
107 <p> <tt/IFSTAT_HISTORY/ - name of history file for <tt/ifstat/.
108 <p> <tt/RTACCT_HISTORY/ - name of history file for <tt/rtacct/
    [all...]
  /external/chromium_org/chrome/browser/ui/sync/
profile_signin_confirmation_helper_unittest.cc 25 #include "chrome/browser/history/history_service.h"
26 #include "chrome/browser/history/history_service_factory.h"
221 HistoryService* history = HistoryServiceFactory::GetForProfile( local
224 ASSERT_TRUE(history);
227 // history items.
231 history->AddPage(
233 GURL(), history::RedirectList(), content::PAGE_TRANSITION_LINK,
234 history::SOURCE_BROWSED, false);
244 HistoryService* history = HistoryServiceFactory::GetForProfile( local
247 ASSERT_TRUE(history);
    [all...]
  /external/libedit/doc/
editline.3.roff 63 .Nm history ,
75 .Nd line editor, history and tokenization functions
130 .Ft History *
135 .Fn history_end "History *h"
139 .Fn history "History *h" "HistEvent *ev" "int op" "..."
165 library provides generic line editing, history and tokenization functions,
437 .It Dv EL_HIST , Fa "History *(*func)(History *, int op, ...)" , \
439 Defines which history function to use, which is usuall
    [all...]
  /prebuilts/libs/libedit/share/man/man3/
editline.3 63 .Nm history ,
75 .Nd line editor, history and tokenization functions
130 .Ft History *
135 .Fn history_end "History *h"
139 .Fn history "History *h" "HistEvent *ev" "int op" "..."
165 library provides generic line editing, history and tokenization functions,
437 .It Dv EL_HIST , Fa "History *(*func)(History *, int op, ...)" , \
439 Defines which history function to use, which is usuall
    [all...]
el_deletestr.3 63 .Nm history ,
75 .Nd line editor, history and tokenization functions
130 .Ft History *
135 .Fn history_end "History *h"
139 .Fn history "History *h" "HistEvent *ev" "int op" "..."
165 library provides generic line editing, history and tokenization functions,
437 .It Dv EL_HIST , Fa "History *(*func)(History *, int op, ...)" , \
439 Defines which history function to use, which is usuall
    [all...]
el_end.3 63 .Nm history ,
75 .Nd line editor, history and tokenization functions
130 .Ft History *
135 .Fn history_end "History *h"
139 .Fn history "History *h" "HistEvent *ev" "int op" "..."
165 library provides generic line editing, history and tokenization functions,
437 .It Dv EL_HIST , Fa "History *(*func)(History *, int op, ...)" , \
439 Defines which history function to use, which is usuall
    [all...]
el_get.3 63 .Nm history ,
75 .Nd line editor, history and tokenization functions
130 .Ft History *
135 .Fn history_end "History *h"
139 .Fn history "History *h" "HistEvent *ev" "int op" "..."
165 library provides generic line editing, history and tokenization functions,
437 .It Dv EL_HIST , Fa "History *(*func)(History *, int op, ...)" , \
439 Defines which history function to use, which is usuall
    [all...]
el_getc.3 63 .Nm history ,
75 .Nd line editor, history and tokenization functions
130 .Ft History *
135 .Fn history_end "History *h"
139 .Fn history "History *h" "HistEvent *ev" "int op" "..."
165 library provides generic line editing, history and tokenization functions,
437 .It Dv EL_HIST , Fa "History *(*func)(History *, int op, ...)" , \
439 Defines which history function to use, which is usuall
    [all...]
el_gets.3 63 .Nm history ,
75 .Nd line editor, history and tokenization functions
130 .Ft History *
135 .Fn history_end "History *h"
139 .Fn history "History *h" "HistEvent *ev" "int op" "..."
165 library provides generic line editing, history and tokenization functions,
437 .It Dv EL_HIST , Fa "History *(*func)(History *, int op, ...)" , \
439 Defines which history function to use, which is usuall
    [all...]

Completed in 2305 milliseconds

1 2 3 4 5 6 7 8 91011>>