Searched refs:term (Results 101 - 125 of 223) sorted by relevance

123456789

/external/chromium_org/ppapi/api/private/finish_writing_these/
H A Dppb_pdf.idl109 [in] mem_t term,
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsessionmessages.h205 SessionTerminate* term,
208 const SessionTerminate& term,
H A Dsession.cc1440 SessionTerminate term; local
1441 if (!ParseSessionTerminate(msg.protocol, msg.action_elem, &term, error))
1444 SignalReceivedTerminateReason(this, term.reason);
1445 if (term.debug_reason != buzz::STR_EMPTY) {
1446 LOG(LS_VERBOSE) << "Received error on call: " << term.debug_reason;
1631 SessionTerminate term(reason);
1632 return SendMessage(ACTION_SESSION_REJECT, term, error);
1637 SessionTerminate term(reason);
1638 return SendMessage(ACTION_SESSION_TERMINATE, term, error);
1642 const SessionTerminate& term,
1641 WriteSessionAction(SignalingProtocol protocol, const SessionTerminate& term, XmlElements* elems, WriteError* error) argument
[all...]
H A Dsessionmessages.cc1023 SessionTerminate* term,
1028 term->reason = reason_elem->Name().LocalPart();
1031 term->debug_reason = debug_elem->Name().LocalPart();
1041 term->reason = reason_elem->Name().LocalPart();
1049 const SessionTerminate& term,
1052 elems->push_back(new buzz::XmlElement(buzz::QName(NS_GINGLE, term.reason)));
1054 if (!term.reason.empty()) {
1057 buzz::QName(NS_JINGLE, term.reason)));
1021 ParseSessionTerminate(SignalingProtocol protocol, const buzz::XmlElement* action_elem, SessionTerminate* term, ParseError* error) argument
1048 WriteSessionTerminate(SignalingProtocol protocol, const SessionTerminate& term, XmlElements* elems) argument
/external/chromium_org/v8/tools/
H A Ddraw_instruction_graph.sh90 set term png size 1920, 800 #ffffff
/external/chromium_org/chrome/browser/resources/history/
H A Dhistory.js76 * term: string}}
612 // results. Double check the search term as well.
613 if (!this.inFlight_ || info.term != this.searchText_)
969 * Do a search on a specific term.
970 * @param {string} term The string to search for.
972 HistoryView.prototype.setSearch = function(term) {
974 this.setPageState(term, 0, this.getRangeInDays(), this.getOffset());
1787 * @param {string} term The current search string.
1792 PageState.prototype.setUIState = function(term, page, range, offset) {
1794 $('search-field').value = term;
[all...]
/external/libedit/src/
H A Dterminal.c38 static char sccsid[] = "@(#)term.c 8.2 (Berkeley) 4/30/95";
64 /* Solaris's term.h does horrid things. */
66 #include <term.h>
848 terminal_get(EditLine *el, const char **term) argument
850 *term = el->el_terminal.t_name;
858 terminal_set(EditLine *el, const char *term) argument
874 if (term == NULL)
875 term = getenv("TERM");
877 if (!term || !term[
[all...]
/external/qemu/slirp/
H A Dtcp_subr.c678 char term[100];
706 term[0] = 0;
719 sprintf(term, "%s", ptr);
721 sprintf(term, "TERM=%s", ptr);
734 /* We have it, set our term variable and fork_exec() */
736 setenv("TERM", term, 1);
738 putenv(term);
741 term[0] = 0;
/external/chromium_org/chrome/browser/history/
H A Dscored_history_match.cc68 // 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/chrome/browser/history/android/
H A Dandroid_provider_backend_unittest.cc1220 base::string16 term = UTF8ToUTF16("Search term 1"); local
1223 ASSERT_TRUE(history_db_.SetKeywordSearchTermsForURL(url_id, 1, term));
1226 SearchTermID id = history_db_.GetSearchTerm(term, &keyword_cache);
1228 EXPECT_EQ(term, keyword_cache.term);
1241 base::string16 term2 = UTF8ToUTF16("Search term 2");
1244 SearchTermID search_id1 = history_db_.GetSearchTerm(term,
1248 EXPECT_EQ(term, keyword_cache.term);
1301 base::string16 term = UTF8ToUTF16("Search term 1"); local
1338 base::string16 term = UTF8ToUTF16("Search term 1"); local
1445 base::string16 term = UTF8ToUTF16("Search term 1"); local
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dchnsecal.cpp514 * Return the major solar term on or after December 15 of the given
588 * Return the major solar term on or before a given date. This
605 int32_t term = ( ((int32_t)(6 * solarLongitude / CalendarAstronomer::PI)) + 2 ) % 12; local
606 if (term < 1) {
607 term += 12;
609 return term;
613 * Return true if the given month lacks a major solar term.
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_graph.h120 bool reachableBy(const Node *node, const Node *term) const;
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/icu/icu4c/source/i18n/
H A Dchnsecal.cpp514 * Return the major solar term on or after December 15 of the given
588 * Return the major solar term on or before a given date. This
605 int32_t term = ( ((int32_t)(6 * solarLongitude / CalendarAstronomer::PI)) + 2 ) % 12; local
606 if (term < 1) {
607 term += 12;
609 return term;
613 * Return true if the given month lacks a major solar term.
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_graph.h120 bool reachableBy(const Node *node, const Node *term) const;
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/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dtcd.h73 OPJ_UINT32 term : 1; member in struct:opj_tcd_pass
/external/srec/tools/test_g2g/
H A Dtest_g2g.c354 if( node->term.pelid < tree_topo->low_pel_no)
355 tree_topo->low_pel_no = tree_topo->low_genone_no = node->term.pelid;
356 if( node->term.pelid > tree_topo->high_pel_no)
357 tree_topo->high_pel_no = tree_topo->high_genone_no = node->term.pelid;
/external/chromium_org/components/pdf/renderer/
H A Dppb_pdf_impl.cc132 const base::char16* term = reinterpret_cast<const base::char16*>(input_term); local
136 usearch_open(term,
/external/chromium_org/third_party/sqlite/src/test/
H A Drandexpr1.tcl163 foreach term [concat $aggexpr $intexpr $boolexpr] {
164 foreach {a b} $term break
166 error "mismatch: $term"
/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/third_party/mesa/src/src/mesa/swrast/
H A Ds_context.c195 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) {
/external/mesa3d/src/mesa/swrast/
H A Ds_context.c195 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) {
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events-flex.c1089 static int term(yyscan_t scanner, int type) function
1620 { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_CONFIG); }
1625 { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_CONFIG1); }
1630 { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_CONFIG2); }
1635 { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_NAME); }
1640 { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_SAMPLE_PERIOD); }
1645 { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_BRANCH_SAMPLE_TYPE); }
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbitvect.c1765 wordptr term; member in struct:BitVector_from_Dec_static_data
1780 data->term = BitVector_Create(BITS,FALSE);
1786 data->term = NULL;
1798 BitVector_Destroy(data->term);
1817 wordptr term; local
1830 term = data->term;
1874 *term = accu;
1876 error = BitVector_Mul_Pos(prod,temp,term,FALSE);
1928 wordptr term; local
[all...]

Completed in 759 milliseconds

123456789