HomeSort by relevance Sort by last modified time
    Searched defs:term (Results 1 - 25 of 66) sorted by null

1 2 3

  /bionic/libc/bionic/
isatty.c 36 struct termios term; local
38 return tcgetattr (fd, &term) == 0;
  /external/chromium_org/components/history/core/browser/
keyword_search_term.h 16 // 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/chromium_org/chrome/browser/history/
history_notifications.h 76 const base::string16& term);
83 base::string16 term; member in struct:history::KeywordSearchUpdatedDetails
scored_history_match.cc 68 // Figure out where each search term appears in the URL and/or page title
77 base::string16 term = *iter; local
78 TermMatches url_term_matches = MatchTermInString(term, url, term_num);
79 TermMatches title_term_matches = MatchTermInString(term, title, term_num);
81 return; // A term was not found in either URL or title - reject.
98 // 1) there is only one search term
103 // the IMUI as though there is a single search term when actually there
104 // is a second, empty term).
277 // Advance next_word_starts until it's >= the position of the term we're
278 // considering (adjusted for where the word begins within the term)
    [all...]
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
browserprocess.py 25 self.term()
53 def term(self): member in class:BrowserProcess
64 def term(self): member in class:BrowserProcessPosix
  /external/chromium_org/base/strings/
string_split.cc 73 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/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_blend_soa.c 102 * 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[0][j] == bld.term[0][i] &
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events-bison.h 72 struct parse_events_term *term; member in union:YYSTYPE
color.c 153 char *term = getenv("TERM"); local
154 if (term && strcmp(term, "dumb"))
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_blend_soa.c 102 * 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[0][j] == bld.term[0][i] &
    [all...]
  /external/chromium_org/ppapi/proxy/
pdf_resource.cc 68 const base::char16* term = local
72 UStringSearch* searcher = usearch_open(term, -1, string, -1, locale_.c_str(),
pdf_resource_unittest.cc 69 base::string16 term; local
71 base::UTF8ToUTF16("bc", 2, &term);
77 reinterpret_cast<const unsigned short*>(term.c_str()),
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texenv.c 175 /** 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] = param
271 GLuint term; local
    [all...]
  /external/chromium_org/third_party/pexpect/
ANSI.py 183 class term (screen.screen): class in inherits:screen.screen
194 class ANSI (term):
202 term.__init__(self,r,c)
  /external/chromium_org/third_party/skia/platform_tools/android/app/src/com/skia/
SkiaSampleRenderer.java 93 native void term(); method in class:SkiaSampleRenderer
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
value.c 161 * and symrec term pairs (where both symrecs are in the same
178 /* First look for an (-1*symrec) term */
213 /* Look for the same symrec term; even if both are external,
244 /* Now look for a unused symrec term in the same segment */
475 int term; local
486 for (term=value->abs->numterms-1; term>=0; term--) {
487 if (value->abs->terms[term].type == YASM_EXPR_INT &&
488 yasm_intnum_compare(value->abs->terms[term].data.intn
    [all...]
  /external/jemalloc/test/include/test/
math.h 56 double acu, factor, oflo, gin, term, rn, a, b, an, dif; local
74 term = 1.0;
79 term *= x / rn;
80 gin += term;
81 if (term <= acu) {
90 term = 0.0;
100 term += 1.0;
101 an = a * term;
273 /* Calculation of seven-term Taylor series. */
  /external/lldb/test/pexpect-2.4/
ANSI.py 161 class term (screen.screen): class in inherits:screen.screen
168 class ANSI (term):
175 term.__init__(self,r,c)
  /external/mesa3d/src/mesa/main/
texenv.c 175 /** 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] = param
271 GLuint term; local
    [all...]
  /cts/tools/dasm/src/java_cup/
emit.java 244 terminal term; local
269 term = (terminal)e.nextElement();
272 out.println(" static final int " + term.name() + " = " +
273 term.index() + ";");
  /external/chromium_org/chrome/browser/download/
download_query.cc 88 base::string16 term = base::i18n::ToLower(*it); local
90 term, url_raw, NULL, NULL) &&
92 term, url_formatted, NULL, NULL) &&
94 term, path, NULL, NULL)) {
377 for (DownloadQuery::SorterVector::const_iterator term = terms_.begin();
378 term != terms_.end(); ++term) {
379 switch (term->sorter.Run(*left, *right)) {
380 case LT: return term->direction == DownloadQuery::ASCENDING;
381 case GT: return term->direction == DownloadQuery::DESCENDING
    [all...]
  /external/chromium_org/components/pdf/renderer/
ppb_pdf_impl.cc 132 const base::char16* term = reinterpret_cast<const base::char16*>(input_term); local
136 usearch_open(term,
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
kernel_wrap_test.cc 593 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/third_party/mesa/src/src/mesa/swrast/
s_context.c 195 GLuint term; local
196 for (term = 0; term < combine->_NumArgsRGB; term++) {
197 if (combine->SourceRGB[term] == GL_PRIMARY_COLOR) {
201 if (combine->SourceA[term] == GL_PRIMARY_COLOR) {
s_texcombine.c 104 GLuint i, term; local
148 for (term = 0; term < numArgsRGB; term++) {
149 const GLenum srcRGB = combine->SourceRGB[term];
150 const GLenum operandRGB = combine->OperandRGB[term];
154 argRGB[term] = get_texel_array(swrast, unit);
157 argRGB[term] = primary_rgba;
160 argRGB[term] = rgba;
164 float4_array c = ccolor[term];
    [all...]

Completed in 1042 milliseconds

1 2 3