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

1 2 3 4 5 6

  /bionic/libc/unistd/
isatty.c 36 struct termios term; local
38 return tcgetattr (fd, &term) == 0;
  /external/webkit/Source/JavaScriptCore/yarr/
YarrInterpreter.h 197 ByteTerm term(TypeAssertionBOL);
198 term.inputPosition = inputPos;
199 return term;
204 ByteTerm term(TypeCheckInput);
205 term.checkInputCount = count;
206 return term;
211 ByteTerm term(TypeUncheckInput);
212 term.checkInputCount = count;
213 return term;
218 ByteTerm term(TypeAssertionEOL)
    [all...]
YarrInterpreter.cpp 90 : term(0)
99 int term; member in struct:JSC::Yarr::Interpreter::DisjunctionContext
121 ParenthesesDisjunctionContext(int* output, ByteTerm& term)
124 unsigned firstSubpatternId = term.atom.subpatternId;
125 unsigned numNestedSubpatterns = term.atom.parenthesesDisjunction->m_numSubpatterns;
132 new(getDisjunctionContext(term)) DisjunctionContext();
146 DisjunctionContext* getDisjunctionContext(ByteTerm& term)
148 return reinterpret_cast<DisjunctionContext*>(&(subpatternBackup[term.atom.parenthesesDisjunction->m_numSubpatterns << 1]));
155 ParenthesesDisjunctionContext* allocParenthesesDisjunctionContext(ByteDisjunction* disjunction, int* output, ByteTerm& term)
157 size_t size = sizeof(ParenthesesDisjunctionContext) - sizeof(int) + (term.atom.parenthesesDisjunction->m_numSubpatterns << 1) * sizeof(int) + sizeof(DisjunctionContext) - s (…)
1803 PatternTerm& term = alternative->m_terms[i]; local
    [all...]
YarrPattern.cpp 246 // We duplicate the first found character if the quantity of the term is more than one. eg.: /a{3}/
312 PatternTerm hotTerm = hotTerms->at(i).term;
561 PatternTerm& term = currentAlternative->lastTerm(); local
562 ASSERT((term.type == PatternTerm::TypeParenthesesSubpattern) || (term.type == PatternTerm::TypeParentheticalAssertion));
564 if ((term.type == PatternTerm::TypeParenthesesSubpattern) && term.capture() && (subpatternId == term.parentheses.subpatternId)) {
596 PatternTerm copyTerm(PatternTerm& term, bool filterStartsWithBOL = false)
598 if ((term.type != PatternTerm::TypeParenthesesSubpattern) && (term.type != PatternTerm::TypeParentheticalAss (…)
616 PatternTerm& term = m_alternative->lastTerm(); local
656 PatternTerm& term = alternative->m_terms[i]; local
780 PatternTerm& term = terms.last(); local
838 PatternTerm term = alternative->m_terms[termIndex]; local
907 PatternTerm term = beginTerms[i].term; local
    [all...]
YarrJIT.cpp 100 PatternTerm& term = alternative->m_terms[i]; local
103 if ((term.type == PatternTerm::TypeCharacterClass)
104 && (term.quantityType == QuantifierFixedCount)
107 PatternTerm termCopy = term;
418 ParenthesesTail* addParenthesesTail(PatternTerm& term, JumpList* jumpListToPriorParen)
420 ParenthesesTail* parenthesesTail = new ParenthesesTail(term, m_parenNestingLevel, jumpListToPriorParen);
868 PatternTerm& term() function in struct:JSC::Yarr::YarrGenerator::TermGenerationState
914 return term().inputPosition - checkedTotal;
1172 PatternTerm& term = state.term(); local
1197 PatternTerm& term = state.term(); local
1224 PatternTerm& term = state.term(); local
1236 PatternTerm& term = state.term(); local
1320 PatternTerm& term = state.term(); local
1343 PatternTerm& term = state.term(); local
1385 PatternTerm& term = state.term(); local
1423 PatternTerm& term = state.term(); local
1441 PatternTerm& term = state.term(); local
1466 PatternTerm& term = state.term(); local
1510 PatternTerm& term = state.term(); local
1643 PatternTerm& term = state.term(); local
1789 PatternTerm& term = state.term(); local
1846 PatternTerm& term = state.term(); local
    [all...]
  /external/dropbear/
netbsd_getpass.c 63 struct termios term; local
93 (void)tcgetattr(fileno(fp), &term); local
94 if ((echo = (term.c_lflag & ECHO)) != 0) {
95 term.c_lflag &= ~ECHO;
96 (void)tcsetattr(fileno(fp), TCSAFLUSH /*|TCSASOFT*/, &term); local
107 term.c_lflag |= ECHO;
108 (void)tcsetattr(fileno(fp), TCSAFLUSH/*|TCSASOFT*/, &term); local
chansession.h 49 unsigned char * term; member in struct:ChanSess
cli-chansession.c 286 unsigned char* term = NULL; local
296 term = getenv("TERM");
297 if (term == NULL) {
298 term = "vt100"; /* Seems a safe default */
300 buf_putstring(ses.writepayload, term, strlen(term));
  /external/grub/stage2/
terminfo.c 34 struct terminfo term = variable in typeref:struct:terminfo
222 grub_putstr (grub_tparm (term.cursor_address, y, x));
229 grub_putstr (grub_tparm (term.clear_screen));
236 grub_putstr (grub_tparm (term.enter_standout_mode));
243 grub_putstr (grub_tparm (term.exit_standout_mode));
250 grub_memmove (&term, new, sizeof (struct terminfo));
257 grub_memmove (copy, &term, sizeof (struct terminfo));
console.c 22 #include <term.h>
  /external/llvm/utils/lit/lit/
ProgressBar.py 18 >>> term = TerminalController()
19 >>> print 'This is '+term.GREEN+'green'+term.NORMAL
24 >>> term = TerminalController()
25 >>> print term.render('This is ${GREEN}green${NORMAL}')
35 >>> term = TerminalController()
36 >>> if term.CLEAR_SCREEN:
212 def __init__(self, term, header, useETA=True):
213 self.term = term
    [all...]
  /external/srec/seti/sltsEngine/include/
CSWIslts.h 34 SWIsltsResult term();
  /external/chromium/chrome/browser/bookmarks/
bookmark_index.cc 27 // when we match only one term, and is filled in when we get more than one
28 // term. We can do this as when we have only one matching term we know
158 bool BookmarkIndex::GetBookmarksWithTitleMatchingTerm(const string16& term,
161 Index::const_iterator i = index_.lower_bound(term);
165 if (!QueryParser::IsWordLongEnoughForPrefixSearch(term)) {
166 // Term is too short for prefix match, compare using exact match.
167 if (i->first != term)
168 return false; // No bookmarks with this term.
178 // This is the first term and we're doing a prefix match. Loop throug
    [all...]
bookmark_index.h 92 // Populates |matches| for the specified term. If |first_term| is true, this
93 // is the first term in the query. Returns true if there is at least one node
94 // matching the term.
95 bool GetBookmarksWithTitleMatchingTerm(const string16& term,
124 void RegisterNode(const string16& term, const BookmarkNode* node);
127 void UnregisterNode(const string16& term, const BookmarkNode* node);
  /ndk/sources/host-tools/nawk-20071023/
awkgram.y 65 %type <p> pas pattern ppattern plist pplist patlist prarg term re
214 | ppattern term %prec CAT { $$ = op2(CAT, $1, $2); }
216 | term
247 | pattern term %prec CAT { $$ = op2(CAT, $1, $2); }
249 | term
295 print prarg '|' term {
298 | print prarg APPEND term {
301 | print prarg GT term {
351 term: label
352 term '/' ASGNOP term { $$ = op2(DIVEQ, $1, $4);
    [all...]
  /external/chromium/chrome/browser/autocomplete/
search_provider_unittest.cc 28 // . The URL created by using the search term term1_ with default_t_url_ is
30 // . The URL created by using the search term keyword_term_ with keyword_t_url_
118 // Add url1, with search term term1_.
138 // Add a page and search term for keyword_t_url_.
224 string16 term = term1_.substr(0, term1_.size() - 1); local
225 QueryForInput(term, false, false);
234 ReplaceSearchTerms(*default_t_url_, term, 0, string16()));
247 // term term1.
254 *default_t_url_, term, 0, string16()));
265 string16 term = term1_.substr(0, term1_.size() - 1) local
276 string16 term = keyword_term_.substr(0, keyword_term_.size() - 1); local
    [all...]
  /external/chromium/chrome/browser/history/
history_notifications.h 94 string16 term; member in struct:history::KeywordSearchTermDetails
  /external/srec/srec/include/
hmm_desc.h 125 struct terminal_tree_node_info term; member in union:__anon11344
  /system/core/sh/
histedit.c 108 char *term, *shname; local
122 term = lookupvar("TERM");
123 if (term)
124 setenv("TERM", term, 1);
126 unsetenv("TERM");
184 setterm(const char *term)
186 if (el != NULL && term != NULL)
187 if (el_set(el, EL_TERMINAL, term) != 0)
    [all...]
  /external/markdown/markdown/extensions/
def_list.py 64 for term in terms:
66 dt.text = term
  /external/skia/android_sample/SampleApp/src/com/skia/sampleapp/
SampleApp.java 79 term(); method
103 private native void term(); method in class:SampleApp
  /external/srec/srec/clib/
srec_arb.c 76 return tnode->term.pelid;
182 pfread(&(tnode->term.pelid), sizeof(asr_int16_t), 1, fp);
398 if (node->term.pelid < tree_topo->low_pel_no)
400 tree_topo->low_pel_no = node->term.pelid;
401 tree_topo->low_genone_no = node->term.pelid;
403 if (node->term.pelid > tree_topo->high_pel_no)
405 tree_topo->high_pel_no = node->term.pelid;
406 tree_topo->high_genone_no = node->term.pelid;
  /external/chromium/base/
string_split.cc 130 const STR term = str.substr(begin_index); local
132 TrimWhitespace(term, TRIM_ALL, &tmp);
136 const STR term = str.substr(begin_index, end_index - begin_index); local
138 TrimWhitespace(term, TRIM_ALL, &tmp);
  /external/quake/quake/src/QW/client/
sys_android.c 269 char *term; local
272 term = getenv("TERM");
273 if (term && !strcmp(term, "xterm"))
sys_linux.c 264 char *term; local
267 term = getenv("TERM");
268 if (term && !strcmp(term, "xterm"))

Completed in 1891 milliseconds

1 2 3 4 5 6