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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebKit/gtk/docs/
webkitenvironment.xml 35 <term>BackForward</term>
38 <term>Editing</term>
41 <term>Events</term>
44 <term>Frames</term>
47 <term>FTP</term>
    [all...]
  /external/bluetooth/glib/docs/reference/gobject/
gobject-query.xml 43 <term><option>froots</option></term>
50 <term><option>tree</option></term>
57 <term><option>-r</option> <replaceable>type</replaceable></term>
64 <term><option>-n</option></term>
71 <term><option>-b</option> <replaceable>string</replaceable></term>
    [all...]
glib-genmarshal.xml 43 <term><option>--header</option></term>
50 <term><option>--body</option></term>
57 <term><option>--prefix=string</option>, <option>--prefix string</option></term>
64 <term><option>--skip-source</option></term>
71 <term><option>--nostdinc</option></term>
    [all...]
glib-mkenums.xml 41 <term><option>--fhead</option> <replaceable>text</replaceable></term>
48 <term><option>--fprod</option> <replaceable>text</replaceable></term>
56 <term><option>--ftail</option> <replaceable>text</replaceable></term>
64 <term><option>--eprod</option> <replaceable>text</replaceable></term>
72 <term><option>--vhead</option> <replaceable>text</replaceable></term>
    [all...]
  /external/bluetooth/glib/docs/reference/glib/
gtester.xml 35 <term><option>-h</option>, <option>--help</option></term>
42 <term><option>-v</option>, <option>--version</option></term>
49 <term><option>--g-fatal-warnings</option></term>
56 <term><option>-k</option>, <option>--keep-going</option></term>
63 <term><option>-l</option></term>
    [all...]
glib-gettextize.xml 39 <term><option>--help</option></term>
46 <term><option>--version</option></term>
53 <term><option>-c</option>, <option>--copy</option></term>
60 <term><option>-f</option>, <option>--force</option></term>
gtester-report.xml 30 <term><option>-h</option>, <option>--help</option></term>
37 <term><option>-v</option>, <option>--version</option></term>
running.sgml 65 <term>fatal_warnings</term>
74 <term>fatal_criticals</term>
82 <term>gc-friendly</term>
95 <term>resident-modules</term>
108 <term>bind-now-modules</term>
    [all...]
resources.sgml 77 <term><ulink url="mailto:gtk-list@gnome.org">gtk-list@gnome.org</ulink></term>
87 <term><ulink url="mailto:gtk-devel-list@gnome.org">gtk-devel-list@gnome.org</ulink></term>
97 <term><ulink url="mailto:gtk-doc-list@gnome.org">gtk-doc-list@gnome.org</ulink></term>
  /external/webkit/JavaScriptCore/yarr/
RegexInterpreter.cpp 90 : term(0)
99 int term; member in struct:JSC::Yarr::Interpreter::DisjunctionContext
117 ParenthesesDisjunctionContext(int* output, ByteTerm& term)
120 unsigned firstSubpatternId = term.atom.subpatternId;
121 unsigned numNestedSubpatterns = term.atom.parenthesesDisjunction->m_numSubpatterns;
128 new(getDisjunctionContext(term)) DisjunctionContext();
142 DisjunctionContext* getDisjunctionContext(ByteTerm& term)
144 return reinterpret_cast<DisjunctionContext*>(&(subpatternBackup[term.atom.parenthesesDisjunction->m_numSubpatterns << 1]));
151 ParenthesesDisjunctionContext* allocParenthesesDisjunctionContext(ByteDisjunction* disjunction, int* output, ByteTerm& term)
153 return new(malloc(sizeof(ParenthesesDisjunctionContext) + (((term.atom.parenthesesDisjunction->m_numSubpatterns << 1) - 1) * sizeof(int)) + sizeof(DisjunctionContex (…)
1533 PatternTerm& term = alternative->m_terms[i]; local
    [all...]
RegexInterpreter.h 183 ByteTerm term(TypeAssertionBOL);
184 term.inputPosition = inputPos;
185 return term;
190 ByteTerm term(TypeCheckInput);
191 term.checkInputCount = count;
192 return term;
197 ByteTerm term(TypeAssertionEOL);
198 term.inputPosition = inputPos;
199 return term;
204 ByteTerm term(TypeAssertionWordBoundary, invert)
    [all...]
RegexJIT.cpp 85 PatternTerm& term = alternative->m_terms[i]; local
88 if ((term.type == PatternTerm::TypeCharacterClass)
89 && (term.quantityType == QuantifierFixedCount)
92 PatternTerm termCopy = term;
329 PatternTerm& term() function in struct:JSC::Yarr::RegexGenerator::TermGenerationState
352 return term().inputPosition - checkedTotal;
415 PatternTerm& term = state.term(); local
421 if (!term.inputPosition)
431 if (term.inputPosition
440 PatternTerm& term = state.term(); local
467 PatternTerm& term = state.term(); local
479 PatternTerm& term = state.term(); local
563 PatternTerm& term = state.term(); local
586 PatternTerm& term = state.term(); local
624 PatternTerm& term = state.term(); local
661 PatternTerm& term = state.term(); local
679 PatternTerm& term = state.term(); local
704 PatternTerm& term = state.term(); local
745 PatternTerm& term = state.term(); local
879 PatternTerm& term = state.term(); local
972 PatternTerm& term = state.term(); local
1027 PatternTerm& term = state.term(); local
    [all...]
RegexCompiler.cpp 484 PatternTerm& term = currentAlternative->lastTerm(); local
485 ASSERT((term.type == PatternTerm::TypeParenthesesSubpattern) || (term.type == PatternTerm::TypeParentheticalAssertion));
487 if ((term.type == PatternTerm::TypeParenthesesSubpattern) && term.invertOrCapture && (subpatternId == term.subpatternId)) {
512 PatternTerm copyTerm(PatternTerm& term)
514 if ((term.type != PatternTerm::TypeParenthesesSubpattern) && (term.type != PatternTerm::TypeParentheticalAssertion))
515 return PatternTerm(term);
532 PatternTerm& term = m_alternative->lastTerm(); local
585 PatternTerm& term = alternative->m_terms[i]; local
    [all...]
  /external/icu4c/common/
rbbirpt.txt 58 escaped term ^break-rule-end doExprStart
64 default term ^break-rule-end doExprStart
98 default term ^break-rule-end doExprStart
102 # term. Eat through a single rule character, or a composite thing, which
105 term:
107 white_space n term
110 '(' n term ^expr-mod doLParen
111 '$' scan-var-name ^term-var-ref
118 # term-var-ref We've just finished scanning a reference to a $variable.
122 term-var-ref
    [all...]
  /development/apps/Term/
AndroidManifest.xml 1 <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.term">
4 <activity android:name="Term"
  /external/bluetooth/glib/docs/reference/gio/
overview.xml 21 <term>GFile</term>
25 <term>GFileInfo</term>
29 <term>GFileEnumerator</term>
33 <term>GDrive</term>
37 <term>GVolume</term>
    [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
  /frameworks/base/sax/tests/saxtests/res/raw/
youtube.xml 49 term='comedy'></category>
51 term='hilarious'></category>
53 term='funny'></category>
55 term='Commercial'></category>
57 term='humor'></category>
59 term='Condoms'></category>
61 term='Comedy' label='Comedy'></category>
63 term='Banned'></category>
114 term='comedy'></category>
116 term='Voodoo'></category
    [all...]
  /external/expat/doc/
xmlwf.sgml 152 <term><option>-c</option></term>
165 <term><option>-d output-dir</option></term>
196 <term><option>-e encoding</option></term>
212 <term><option>-m</option></term>
223 <term><option>-n</option></term>
    [all...]
  /external/icu4c/i18n/
regexcst.txt 58 default term doPatStart
64 # term. At a position where we can accept the start most items in a pattern.
66 term:
75 '|' n term doOrOperator
77 eof term doPatFinish
83 # expr-quant We've just finished scanning a term, now look for the optional
100 '|' n term doOrOperator
102 default term
126 default term ^expr-quant doOpenCaptureParen
129 ':' n term ^expr-quant doOpenNonCaptureParen # (?
    [all...]
  /bionic/libc/unistd/
isatty.c 36 struct termios term; local
38 return tcgetattr (fd, &term) == 0;
  /external/skia/include/core/
SkGraphics.h 25 static void Term();
51 SkGraphics::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));
  /development/apps/Term/src/com/android/term/
TermPreferences.java 17 package com.android.term;
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/agreement/
DHBasicAgreement.java 18 * long term public keys if they are available. See the DHAgreement class
57 * given a short term public key from a given party calculate the next

Completed in 207 milliseconds

1 2 3 4 5 6 7 8 91011>>