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

<<111213

  /external/chromium_org/pdf/pdfium/
pdfium_engine.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir.h 867 inline bool reachableBy(const BasicBlock *by, const BasicBlock *term);
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 338 the term "modification".) Each licensee is addressed as "you".
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.h 867 inline bool reachableBy(const BasicBlock *by, const BasicBlock *term);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
term.h 38 ** term.h -- Definition of struct term
699 typedef struct term { \/* describe an actual terminal *\/ struct
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
term.h 38 ** term.h -- Definition of struct term
699 typedef struct term { \/* describe an actual terminal *\/ struct
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickletools.py 48 mapping little integers to objects. The memo serves as the PM's "long term
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickletools.py 48 mapping little integers to objects. The memo serves as the PM's "long term
    [all...]
  /external/chromium_org/v8/src/
parser.cc 81 void RegExpBuilder::AddAtom(RegExpTree* term) {
82 if (term->IsEmpty()) {
86 if (term->IsTextElement()) {
88 text_.Add(term, zone());
91 terms_.Add(term, zone());
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlschemas.c 665 xmlSchemaTreeItemPtr children; /* the "term" (e.g. a model group,
4268 xmlSchemaTreeItemPtr term; local
18859 xmlSchemaTreeItemPtr term; local
    [all...]
  /external/libxml2/
xmlschemas.c 665 xmlSchemaTreeItemPtr children; /* the "term" (e.g. a model group,
4287 xmlSchemaTreeItemPtr term; local
18888 xmlSchemaTreeItemPtr term; local
    [all...]
  /external/chromium_org/pdf/
instance.cc     [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Code.py     [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 24 prefer this term) and 20 bits of flow label. Currently there exist
  /external/libpng/contrib/libtests/
pngstest.c 3626 const int term = (arg[1] == '0' ? 0 : '\\n'); local
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
ChromeBrowserProvider.java     [all...]
  /external/chromium_org/components/omnibox/
search_provider.cc     [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 92 # include <term.h>
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof 788 defined(eval {require Term::ReadLine}) ) {
789 my $term = new Term::ReadLine 'pprof';
790 while ( defined ($_ = $term->readline('(pprof) '))) {
791 $term->addhistory($_) if /\S/;
    [all...]
  /external/jemalloc/bin/
pprof 788 defined(eval {require Term::ReadLine}) ) {
789 my $term = new Term::ReadLine 'pprof';
790 while ( defined ($_ = $term->readline('(pprof) '))) {
791 $term->addhistory($_) if /\S/;
    [all...]
  /external/libpng/
configure     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof 788 defined(eval {require Term::ReadLine}) ) {
789 my $term = new Term::ReadLine 'pprof';
790 while ( defined ($_ = $term->readline('(pprof) '))) {
791 $term->addhistory($_) if /\S/;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_rdopt.c 912 goto term;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.c     [all...]

Completed in 658 milliseconds

<<111213