/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
Python.g | 299 arith_expr: term ((PLUS|MINUS) term)* 302 term: factor ((STAR | SLASH | PERCENT | DOUBLESLASH ) factor)*
|
/external/libpcap/ |
grammar.y | 154 %type <blk> expr id nid pid term rterm qid 218 expr: term 219 | expr and term { gen_and($1.b, $3.b); $$ = $3; } 221 | expr or term { gen_or($1.b, $3.b); $$ = $3; } 293 term: rterm label 294 | not term { gen_not($2.b); $$ = $2; }
|
/external/chromium_org/chrome/browser/history/ |
scored_history_match.cc | 62 // Figure out where each search term appears in the URL and/or page title 69 string16 term = *iter; local 70 TermMatches url_term_matches = MatchTermInString(term, url, term_num); 71 TermMatches title_term_matches = MatchTermInString(term, title, term_num); 73 return; // A term was not found in either URL or title - reject. 90 // 1) there is only one search term 95 // the IMUI as though there is a single search term when actually there 96 // is a second, empty term). 266 // A vector that accumulates per-term scores. The strongest match--a 295 // Advance next_word_starts until it's >= the position of the term [all...] |
in_memory_url_index_types.h | 25 // Specifies where an omnibox term occurs within a string. Used for specifying 35 int term_num; // The index of the term in the original search string. 56 // string |term| found in the string |cleaned_string|. Use 63 TermMatches MatchTermInString(const string16& term,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_tile_soa.py | 187 # choose r, g, b, or a depending on the inverse swizzle term 203 term = "((%s) << %d)" % (value, shift) 205 expr = expr + " | " + term 207 expr = term
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_tile_soa.py | 187 # choose r, g, b, or a depending on the inverse swizzle term 203 term = "((%s) << %d)" % (value, shift) 205 expr = expr + " | " + term 207 expr = term
|
/system/core/liblinenoise/ |
linenoise.c | 43 * - Switch to gets() if $TERM is something we can't support. 97 char *term = getenv("TERM"); local 100 if (term == NULL) return 0; 102 if (!strcasecmp(term,unsupported_term[j])) return 1;
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
session.cc | 800 SessionTerminate term; local 801 if (!ParseSessionTerminate(msg.protocol, msg.action_elem, &term, error)) 804 SignalReceivedTerminateReason(this, term.reason); 805 if (term.debug_reason != buzz::STR_EMPTY) { 806 LOG(LS_VERBOSE) << "Received error on call: " << term.debug_reason; 973 SessionTerminate term(reason); 974 return SendMessage(ACTION_SESSION_TERMINATE, term, error); 978 const SessionTerminate& term, 980 WriteSessionTerminate(protocol, term, elems); [all...] |
sessionmessages.cc | 777 SessionTerminate* term, 782 term->reason = reason_elem->Name().LocalPart(); 785 term->debug_reason = debug_elem->Name().LocalPart(); 795 term->reason = reason_elem->Name().LocalPart(); 803 const SessionTerminate& term, 807 buzz::QName(true, NS_GINGLE, term.reason))); 809 if (!term.reason.empty()) { 812 buzz::QName(true, NS_JINGLE, term.reason))); [all...] |
sessionmessages.h | 243 SessionTerminate* term, 246 const SessionTerminate& term,
|
/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/chrome/browser/history/ |
url_database.h | 193 const string16& term); 195 // Looks up a keyword search term given a url id. Fills row with the data.
|
in_memory_url_index_unittest.cc | 120 InMemoryURLIndex::String16Vector Make1Term(const char* term) { 122 terms.push_back(UTF8ToUTF16(term)); 189 // The term will be lowercased by the search. 191 // See if a very specific term gives a single result. 286 string16 term = ASCIIToUTF16("drudgereport"); local 289 InMemoryURLIndex::Char16SetFromString16(term).size()); 291 InMemoryURLIndex::Char16VectorFromString16(term); 404 string16 term = ASCIIToUTF16("drudgerepo"); local 405 terms.push_back(term); 409 // Exercise the term matching cache with the same term [all...] |
url_database_unittest.cc | 145 ASSERT_EQ(keyword, matches[0].term); 151 EXPECT_EQ(keyword, keyword_search_term_row.term);
|
/external/grub/grub/ |
main.c | 34 #include <term.h>
|
/system/core/toolbox/grep/ |
grep.c | 587 char *term; local 589 term = getenv("TERM"); 590 if (isatty(STDOUT_FILENO) && term != NULL && 591 strcasecmp(term, "dumb") != 0)
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
session.cc | 1344 SessionTerminate term; local [all...] |
sessionmessages.h | 205 SessionTerminate* term, 208 const SessionTerminate& term,
|
/external/chromium_org/chrome/browser/search_engines/ |
template_url_service_test_util.cc | 48 const string16& term) OVERRIDE { 49 search_term_ = term;
|
/external/strace/ |
Android.mk | 9 resource.c signal.c sock.c system.c term.c time.c \
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
asynchat.py | 95 def set_terminator (self, term): 97 self.terminator = term
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
asynchat.py | 95 def set_terminator (self, term): 97 self.terminator = term
|
/external/openssh/ |
mux.c | 106 char *term; member in struct:mux_session_confirm_ctx 316 cctx->term = NULL; 325 (cctx->term = buffer_get_string_ret(m, &len)) == NULL || 332 if (cctx->term != NULL) 333 xfree(cctx->term); 364 "term \"%s\", cmd \"%s\", env %u", __func__, c->self, 366 cctx->want_subsys, cctx->term, cmd, env_len); 384 xfree(cctx->term); 411 xfree(cctx->term); 1636 char *e, *term; local [all...] |
session.c | 1237 if (s->term) 1238 child_set_env(&env, &envsize, "TERM", s->term); [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/ |
popup.js | 602 query = query.map(function(term) { 604 return (term.match(/\s/) && 605 term[0].match(/["']/) && 606 term[term.length - 1] == term[0]) ? 607 term.substr(1, term.length - 2) : term;
|