Searched defs:term (Results 1 - 25 of 106) sorted by relevance

12345

/external/chromium_org/components/history/core/browser/
H A Dkeyword_search_term.h16 // gives the time and search term of the keyword visit.
21 base::string16 term; // The search term that was used. member in struct:history::KeywordSearchTermVisit
26 // Used for URLs that have a search term associated with them.
33 base::string16 term; // The search term that was used. member in struct:history::KeywordSearchTermRow
/external/ceres-solver/include/ceres/
H A Dgradient_checker.h76 // term->parameter_block_sizes().size(), and each matrix is the
97 // term: The cost function to test. Not retained after this call returns.
106 CostFunctionToProbe *term,
109 CHECK_NOTNULL(term);
119 // Do a consistency check between the term and the template parameters.
120 CHECK_EQ(M, term->num_residuals());
122 const vector<int32>& block_sizes = term->parameter_block_sizes();
176 CHECK(term->Evaluate(probe_point, results->cost.data(),
179 numeric_term(term, DO_NOT_TAKE_OWNERSHIP);
192 LOG(INFO) << "========== term
104 Probe(double const* const* probe_point, double error_tolerance, CostFunctionToProbe *term, GradientCheckResults* results) argument
[all...]
/external/chromium_org/chrome/browser/history/
H A Dhistory_notifications.cc28 const base::string16& term)
31 term(term) {
25 KeywordSearchUpdatedDetails( const URLRow& url_row, KeywordID keyword_id, const base::string16& term) argument
H A Dhistory_notifications.h76 const base::string16& term);
83 base::string16 term; member in struct:history::KeywordSearchUpdatedDetails
H A Din_memory_url_index_types.cc23 TermMatches MatchTermInString(const base::string16& term, argument
31 for (size_t location = short_string.find(term);
33 location = short_string.find(term, location + 1))
34 matches.push_back(TermMatch(term_num, location, term.length()));
140 Char16Set Char16SetFromString16(const base::string16& term) { argument
142 for (base::string16::const_iterator iter = term.begin(); iter != term.end();
H A Dscored_history_match_unittest.cc49 String16Vector Make1Term(const char* term) const;
53 // term match and word break information automatically that are needed
54 // to call GetTopicalityScore(). It only works for scoring a single term,
56 float GetTopicalityScoreOfTermAgainstURLAndTitle(const base::string16& term,
83 String16Vector ScoredHistoryMatchTest::Make1Term(const char* term) const {
85 original_terms.push_back(ASCIIToUTF16(term));
98 const base::string16& term,
104 scored_match.url_matches_ = MatchTermInString(term, url, 0);
105 scored_match.title_matches_ = MatchTermInString(term, title, 0);
176 // Test that a result with only a mid-term matc
97 GetTopicalityScoreOfTermAgainstURLAndTitle( const base::string16& term, const base::string16& url, const base::string16& title) argument
[all...]
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
H A Dbrowserprocess.py25 self.term()
53 def term(self): member in class:BrowserProcess
64 def term(self): member in class:BrowserProcessPosix
/external/chromium_org/chrome/browser/autocomplete/
H A Dchrome_autocomplete_provider_client.cc76 const base::string16& term) {
78 ->DeleteMatchingURLsForKeyword(keyword_id, term);
74 DeleteMatchingURLsForKeywordFromHistory( history::KeywordID keyword_id, const base::string16& term) argument
/external/chromium_org/chrome/browser/search_engines/
H A Dchrome_template_url_service_client.cc51 const base::string16& term) {
55 history_service->SetKeywordSearchTermsForURL(url, id, term);
48 SetKeywordSearchTermsForURL( const GURL& url, TemplateURLID id, const base::string16& term) argument
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events-bison.h72 struct parse_events_term *term; member in union:YYSTYPE
/external/srec/seti/sltsEngine/include/
H A DSWIslts.h61 SWIsltsResult (*term) (void); member in struct:SWIsltsWrapper
/external/chromium_org/base/strings/
H A Dstring_split.cc73 const STR term = str.substr(begin_index); local
75 TrimWhitespace(term, TRIM_ALL, &tmp);
79 const STR term = str.substr(begin_index, end_index - begin_index); local
81 TrimWhitespace(term, TRIM_ALL, &tmp);
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_cache_database.cc111 const base::string16& term,
117 statement.BindString16(0, term);
135 statement.BindString16(0, row.term);
142 SearchTermID AndroidCacheDatabase::GetSearchTerm(const base::string16& term, argument
153 statement.BindString16(0, term);
159 row->term = statement.ColumnString16(1);
168 "WHERE search NOT IN (SELECT DISTINCT term FROM keyword_search_terms)"
239 "search LONGVARCHAR NOT NULL)"); // The actual search term.
110 AddSearchTerm( const base::string16& term, const base::Time& last_visit_time) argument
/external/chromium_org/ppapi/proxy/
H A Dpdf_resource_unittest.cc69 base::string16 term; local
71 base::UTF8ToUTF16("bc", 2, &term);
77 reinterpret_cast<const unsigned short*>(term.c_str()),
H A Dpdf_resource.cc68 const base::char16* term = local
72 UStringSearch* searcher = usearch_open(term, -1, string, -1, locale_.c_str(),
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_bld_blend_soa.c102 * Indexes are: factor[src,dst][color,term][r,g,b,a]
108 * Indexes are: term[src,dst][r,g,b,a]
110 LLVMValueRef term[2][4]; member in struct:lp_build_blend_soa_context
123 * Compute src/first term RGB
289 if(j < i && bld.term[k][j])
290 bld.term[k][i] = bld.term[k][j];
292 bld.term[k][i] = lp_build_mul(&bld.base, bld.factor[k][0][i], bld.factor[k][1][i]);
306 bld.term[k][i] = lp_build_mul(&bld.base, bld.factor[k][0][i],
322 bld.term[
[all...]
/external/chromium_org/third_party/pexpect/
H A DANSI.py183 class term (screen.screen): class in inherits:screen.screen
194 class ANSI (term):
202 term.__init__(self,r,c)
/external/lldb/test/pexpect-2.4/
H A DANSI.py161 class term (screen.screen): class in inherits:screen.screen
168 class ANSI (term):
175 term.__init__(self,r,c)
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_blend_soa.c102 * Indexes are: factor[src,dst][color,term][r,g,b,a]
108 * Indexes are: term[src,dst][r,g,b,a]
110 LLVMValueRef term[2][4]; member in struct:lp_build_blend_soa_context
123 * Compute src/first term RGB
289 if(j < i && bld.term[k][j])
290 bld.term[k][i] = bld.term[k][j];
292 bld.term[k][i] = lp_build_mul(&bld.base, bld.factor[k][0][i], bld.factor[k][1][i]);
306 bld.term[k][i] = lp_build_mul(&bld.base, bld.factor[k][0][i],
322 bld.term[
[all...]
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_index.cc73 // when we match only one term, and is filled in when we get more than one
74 // term. We can do this as when we have only one matching term we know
249 bool BookmarkIndex::GetBookmarksMatchingTerm(const base::string16& term, argument
252 Index::const_iterator i = index_.lower_bound(term);
256 if (!query_parser::QueryParser::IsWordLongEnoughForPrefixSearch(term)) {
258 if (i->first != term)
259 return false; // No bookmarks with this term.
269 // This is the first term and we're doing a prefix match. Loop through
270 // index adding all entries that start with term t
341 RegisterNode(const base::string16& term, const BookmarkNode* node) argument
346 UnregisterNode(const base::string16& term, const BookmarkNode* node) argument
[all...]
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dkernel_wrap_test.cc593 struct termios term; local
594 EXPECT_CALL(mock, tcgetattr(kDummyInt, &term)).WillOnce(Return(kDummyInt2));
595 EXPECT_EQ(kDummyInt2, tcgetattr(kDummyInt, &term));
599 struct termios term; local
600 EXPECT_CALL(mock, tcsetattr(kDummyInt, kDummyInt2, &term))
602 EXPECT_EQ(kDummyInt3, tcsetattr(kDummyInt, kDummyInt2, &term));
/external/chromium_org/ppapi/cpp/private/
H A Dpdf.cc77 const unsigned short* term,
83 term, case_sensitive, results, count);
75 SearchString(const InstanceHandle& instance, const unsigned short* string, const unsigned short* term, bool case_sensitive, PP_PrivateFindResult** results, int* count) argument
/external/chromium_org/ppapi/thunk/
H A Dppb_pdf_thunk.cc62 const unsigned short* term,
69 enter.functions()->SearchString(string, term, case_sensitive, results, count);
60 SearchString(PP_Instance instance, const unsigned short* string, const unsigned short* term, bool case_sensitive, PP_PrivateFindResult** results, int* count) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_inlines.h362 bool BasicBlock::reachableBy(const BasicBlock *by, const BasicBlock *term) argument
364 return cfg.reachableBy(&by->cfg, &term->cfg);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexenv.c175 /** Set an RGB or A combiner source term */
181 GLuint term; local
185 * Translate pname to (term, alpha).
194 term = pname - GL_SOURCE0_RGB;
201 term = pname - GL_SOURCE0_ALPHA;
209 if ((term == 3) && (ctx->API != API_OPENGL
215 assert(term < MAX_COMBINER_TERMS);
218 * Error-check param (the source term)
259 texUnit->Combine.SourceA[term] = param;
261 texUnit->Combine.SourceRGB[term]
271 GLuint term; local
[all...]

Completed in 797 milliseconds

12345