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

1 2 34 5 6 7 8 91011>>

  /development/apps/Term/res/values/
strings.xml 20 <string name="reset">Reset term</string>
  /external/dbus/tools/
run-with-tmp-session-bus.sh 63 kill -TERM $DBUS_SESSION_BUS_PID || die "Message bus vanished! should not have happened" && echo "Killed daemon $DBUS_SESSION_BUS_PID" >&2
  /external/dropbear/libtommath/
bn_fast_s_mp_mul_high_digs.c 66 /* store term */
  /external/icu4c/common/
rbbirpt.h 98 , {doRuleChar, 254, 30,0, TRUE} // 21 term
106 , {doCheckVarDef, 255, 30,0, FALSE} // 29 term-var-ref
196 "term",
204 "term-var-ref",
  /external/netcat/scripts/
irc 24 # catch our own batch of signals: hup int quit pipe alrm term urg
  /external/opencore/codecs_v2/video/avc_h264/common/src/
dpb.cpp 420 /* This basically says every frame must be at least used for short-term ref. */
484 /* get short-term ref frame with smallest PicOrderCnt */
566 /* see subclause 8.2.5.4.1, mark short-term picture as "unused for reference" */
588 /* see subclause 8.2.5.4.2 mark long-term picture as "unused for reference" */
605 /* see subclause 8.2.5.4.3 assign LongTermFrameIdx to a short-term ref picture */
618 /* now mark the picture with picNumX to long term frame idx */
646 /* then mark long term frame with exceeding LongTermFrameIdx to unused for reference. */
660 MaxLongTermFrameIdx to "no long-term frame indices" */
677 /* see subclause 8.2.5.4.6 assing long-term frame index to the current picture */
  /external/skia/src/core/
SkGlobals.cpp 72 void SkGlobals::Term()
  /external/srec/seti/sltsEngine/include/
SWIslts.h 61 SWIsltsResult (*term) (void); member in struct:SWIsltsWrapper
  /external/stlport/test/compiler/StTerm-order/
stterm-test.cc 4 * Do you mean ISO/IEC 14882 3.6.3 [basic.start.term]?
  /frameworks/base/media/libstagefright/codecs/avc/common/src/
dpb.cpp 420 /* This basically says every frame must be at least used for short-term ref. */
484 /* get short-term ref frame with smallest PicOrderCnt */
566 /* see subclause 8.2.5.4.1, mark short-term picture as "unused for reference" */
588 /* see subclause 8.2.5.4.2 mark long-term picture as "unused for reference" */
605 /* see subclause 8.2.5.4.3 assign LongTermFrameIdx to a short-term ref picture */
618 /* now mark the picture with picNumX to long term frame idx */
646 /* then mark long term frame with exceeding LongTermFrameIdx to unused for reference. */
660 MaxLongTermFrameIdx to "no long-term frame indices" */
677 /* see subclause 8.2.5.4.6 assing long-term frame index to the current picture */
  /bionic/libm/src/
k_cos.c 42 * a correction term is necessary in cos(x) and hence
46 * where w = 1 - x*x/2 and tmp is a tiny correction term
s_log1pf.c 68 /* correction term */
83 * using the correction term but don't use it if k==0.
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
ContextNodeList.java 29 * also refered to here as a <term>context node list</term>.
  /external/bluetooth/glib/docs/reference/glib/tmpl/
atomic_operations.sgml 58 <term>#GMutex</term>
  /external/elfutils/libdw/
dwarf_nextcu.c 83 computation. If the offset_size is 4 the '- 4' term undoes the
84 '2 *'. If offset_size is 8 this term computes the size of the
  /external/speex/libspeex/
os_support.h 93 /** Copy n bytes of memory from src to dst. The 0* term provides compile-time type checking */
98 /** Copy n bytes of memory from src to dst, allowing overlapping regions. The 0* term
  /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/stlport/src/
num_get.cpp 32 // with its last value. For a grouping to be valid, each term in
33 // the first string must be equal to the corresponding term in the
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_i.h 122 /* Long-term (maintained betwen packets) */
132 /* Short-term (not maintained between packets) */
  /external/quake/quake/src/WinQuake/
sys_android.cpp 303 char *term; local
306 term = getenv("TERM");
307 if (term && !strcmp(term, "xterm"))
sys_linux.cpp 262 char *term; local
265 term = getenv("TERM");
266 if (term && !strcmp(term, "xterm"))
  /dalvik/libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 377 int term;
441 term = '?';
448 term = '-';
453 term = ']';
459 term = -1;
483 if ((term == '?' || c == term)
484 && peek(0) == term
491 if (term == '-' && prev == '-' && !relaxed)
497 if (push && term != '?'
    [all...]
  /external/bluetooth/glib/gobject/
gobject.c     [all...]
  /external/v8/benchmarks/
earley-boyer.js     [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-earley-boyer.js     [all...]

Completed in 819 milliseconds

1 2 34 5 6 7 8 91011>>