HomeSort by relevance Sort by last modified time
    Searched refs:term (Results 101 - 125 of 309) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_asynchat.py 109 def line_terminator_check(self, term, server_chunk):
117 c = echo_client(term, s.port)
119 c.push("world%s" % term)
120 c.push("I'm not dead yet!%s" % term)
test_curses.py 26 term = os.environ.get('TERM') variable
27 if not term or term == 'unknown':
28 raise unittest.SkipTest, "$TERM=%r, calling initscr() may cause exit" % term
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
py_curses.h 53 #include <term.h>
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_has_key.py 106 syms.arith_expr, syms.term,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_asynchat.py 109 def line_terminator_check(self, term, server_chunk):
117 c = echo_client(term, s.port)
119 c.push("world%s" % term)
120 c.push("I'm not dead yet!%s" % term)
test_curses.py 26 term = os.environ.get('TERM') variable
27 if not term or term == 'unknown':
28 raise unittest.SkipTest, "$TERM=%r, calling initscr() may cause exit" % term
  /external/chromium_org/ppapi/proxy/
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/linux-tools-perf/perf-3.12.0/tools/perf/util/
color.c 153 char *term = getenv("TERM"); local
154 if (term && strcmp(term, "dumb"))
  /packages/apps/Terminal/src/com/android/terminal/
TerminalActivity.java 93 final Terminal term = mService.getTerminals().valueAt(position);
94 view.setTerminal(term);
96 final SparseArray<Parcelable> state = mSavedState.get(term.key);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /external/chromium_org/chrome/browser/autocomplete/
search_provider_unittest.cc 111 // . The URL created by using the search term term1_ with default_t_url_ is
113 // . The URL created by using the search term keyword_term_ with keyword_t_url_
173 // Adds a search for |term|, using the engine |t_url| to the history, and
175 GURL AddSearchToHistory(TemplateURL* t_url, base::string16 term, int visit_count);
301 // Add url1, with search term term1_.
313 // Add a page and search term for keyword_t_url_.
441 base::string16 term,
447 TemplateURLRef::SearchTermsArgs(term),
455 history->SetKeywordSearchTermsForURL(search, t_url->id(), term);
576 base::string16 term = term1_.substr(0, term1_.length() - 1) local
624 base::string16 term = term1_.substr(0, term1_.length() - 1); local
636 base::string16 term = keyword_term_.substr(0, keyword_term_.length() - 1); local
2205 base::string16 term = term1_.substr(0, term1_.length() - 1); local
3086 base::string16 term = term1_.substr(0, term1_.length() - 1); local
3343 base::string16 term = term1_.substr(0, term1_.length() - 1); local
    [all...]
  /external/chromium_org/chrome/browser/history/
scored_history_match_unittest.cc 49 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 match (i.e., not at a wor
    [all...]
in_memory_history_backend.cc 128 // This will also delete the corresponding keyword search term.
139 details.url_row.id(), details.keyword_id, details.term);
in_memory_url_index_types.h 24 // Specifies where an omnibox term occurs within a string. Used for specifying
34 int term_num; // The index of the term in the original search string.
41 // string |term| found in the string |cleaned_string|. Use
48 TermMatches MatchTermInString(const base::string16& term,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/isl/
polynomial.h 101 isl_ctx *isl_term_get_ctx(__isl_keep isl_term *term);
103 __isl_give isl_term *isl_term_copy(__isl_keep isl_term *term);
104 void isl_term_free(__isl_take isl_term *term);
106 unsigned isl_term_dim(__isl_keep isl_term *term, enum isl_dim_type type);
107 void isl_term_get_num(__isl_keep isl_term *term, isl_int *n);
108 void isl_term_get_den(__isl_keep isl_term *term, isl_int *d);
109 int isl_term_get_exp(__isl_keep isl_term *term,
111 __isl_give isl_aff *isl_term_get_div(__isl_keep isl_term *term, unsigned pos);
114 int (*fn)(__isl_take isl_term *term, void *user), void *user);
126 __isl_give isl_qpolynomial *isl_qpolynomial_from_term(__isl_take isl_term *term);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
polynomial.h 101 isl_ctx *isl_term_get_ctx(__isl_keep isl_term *term);
103 __isl_give isl_term *isl_term_copy(__isl_keep isl_term *term);
104 void isl_term_free(__isl_take isl_term *term);
106 unsigned isl_term_dim(__isl_keep isl_term *term, enum isl_dim_type type);
107 void isl_term_get_num(__isl_keep isl_term *term, isl_int *n);
108 void isl_term_get_den(__isl_keep isl_term *term, isl_int *d);
109 int isl_term_get_exp(__isl_keep isl_term *term,
111 __isl_give isl_aff *isl_term_get_div(__isl_keep isl_term *term, unsigned pos);
114 int (*fn)(__isl_take isl_term *term, void *user), void *user);
126 __isl_give isl_qpolynomial *isl_qpolynomial_from_term(__isl_take isl_term *term);
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.c 94 ** given term. Doclists hold docids, and can optionally associate
135 ** Segment leaf nodes store terms and doclists, ordered by term. Leaf
142 ** varint nTerm; (length of first term)
143 ** char pTerm[nTerm]; (content of first term)
144 ** varint nDoclist; (length of term's associated doclist)
148 ** varint nPrefix; (length of prefix shared with previous term)
150 ** char pTermSuffix[nSuffix];(unshared suffix of next term)
151 ** varint nDoclist; (length of term's associated doclist)
160 ** of a node is reached, the next term is in the node with the next
166 ** node (a leaf node with a single term and doclist). The goal o
4291 DataBuffer term; \/* Leftmost term in block's subtree. *\/ member in struct:InteriorBlock
4384 DataBuffer term; \/* Last term written to block "last". *\/ member in struct:InteriorWriter
4545 DataBuffer term; \/* previous term, for decoding term delta. *\/ member in struct:InteriorReader
4697 DataBuffer term; \/* previous encoded term *\/ member in struct:LeafWriter
5131 DataBuffer term; \/* copy of current term. *\/ member in struct:LeafReader
    [all...]
  /cts/tools/dasm/src/java_cup/
Main.java 452 terminal term; local
458 term = (terminal)t.nextElement();
461 if (term == terminal.EOF) continue;
464 if (term == terminal.error) continue;
467 if (term.use_count() == 0)
473 System.err.println("Warning: Terminal \"" + term.name() +
emit.java 244 terminal term; local
269 term = (terminal)e.nextElement();
272 out.println(" static final int " + term.name() + " = " +
273 term.index() + ";");
  /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 258 %type <blk> expr id nid pid term rterm qid
324 expr: term
325 | expr and term { gen_and($1.b, $3.b); $$ = $3; }
327 | expr or term { gen_or($1.b, $3.b); $$ = $3; }
407 term: rterm label
408 | not term { gen_not($2.b); $$ = $2; }
  /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/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/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/chromium_org/google_apis/drive/
gdata_wapi_parser.h 204 // Category term.
205 const std::string& term() const { return term_; } function in class:google_apis::Category
209 void set_term(const std::string& term) { term_ = term; }
310 // This class represents a resource entry. A resource is a generic term which
483 // Converts categories.term into ResourceEntryKind enum.
484 static ResourceEntryKind GetEntryKindFromTerm(const std::string& term);

Completed in 1823 milliseconds

1 2 3 45 6 7 8 91011>>