HomeSort by relevance Sort by last modified time
    Searched defs:known (Results 1 - 18 of 18) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/
OwnPtrCommon.h 57 typedef char known[sizeof(T) ? 1 : -1]; typedef
58 if (sizeof(known))
PassOwnArrayPtr.h 200 typedef char known[sizeof(T) ? 1 : -1]; typedef
201 if (sizeof(known))
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
arcsort.h 34 // Properties(uint64) that specifies the known properties of the
35 // sorted FST; it takes as argument the input FST's known properties
174 // also have a member Properties(uint64) that specifies the known
176 // known properties.
223 uint64 known, test = TestProperties(*this, mask, &known); local
224 impl_->SetProperties(test, known);
complement.h 138 uint64 known, test = TestProperties(*this, mask, &known); local
139 impl_->SetProperties(test, known);
const-fst.h 259 uint64 known, test = TestProperties(*this, mask, &known); local
260 impl_->SetProperties(test, known);
rational.h 212 uint64 known, test = TestProperties(*this, mask, &known); local
213 impl_->SetProperties(test, known);
relabel.h 374 uint64 known, test = TestProperties(*this, mask, &known); local
375 impl_->SetProperties(test, known);
factor-weight.h 376 uint64 known, test = TestProperties(*this, mask, &known); local
377 impl_->SetProperties(test, known);
rmepsilon.h 465 uint64 known, test = TestProperties(*this, mask, &known); local
466 impl_->SetProperties(test, known);
synchronize.h 359 uint64 known, test = TestProperties(*this, mask, &known); local
360 impl_->SetProperties(test, known);
determinize.h 579 uint64 known, test = TestProperties(*this, mask, &known); local
580 impl_->SetProperties(test, known);
map.h 58 // // This specifies the known properties of an Fst mapped by this
59 // // mapper. It takes as argument the input Fst's known properties.
504 uint64 known, test = TestProperties(*this, mask, &known); local
505 impl_->SetProperties(test, known);
replace.h 583 uint64 known, test = TestProperties(*this, mask, &known); local
584 impl_->SetProperties(test, known);
vector-fst.h 507 uint64 known, test = TestProperties(*this, mask, &known); local
508 impl_->SetProperties(test, known);
compose.h 326 // of the bits in T, which are known at compile time, so unused code
723 uint64 known, test = TestProperties(*this, mask, &known); local
724 impl_->SetProperties(test, known);
    [all...]
  /external/opencv/cv/src/
cvinpaint.cpp 63 #define KNOWN 0 //known outside narrow band
64 #define BAND 1 //narrow band (known)
243 unsigned known=(negate)?CHANGE:KNOWN; local
244 CV_MAT_ELEM(*f,uchar,ii,jj) = (uchar)known;
270 CV_MAT_ELEM(*f,uchar,i,j) = KNOWN;
288 CV_MAT_ELEM(*f,uchar,ii,jj) = KNOWN;
401 CV_MAT_ELEM(*f,uchar,ii,jj) = KNOWN;
522 CV_MAT_ELEM(*f,uchar,ii,jj) = KNOWN;
    [all...]
  /external/elfutils/src/
readelf.c 2892 static const char *known[] = local
2932 static const char *known[] = local
    [all...]
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java 1528 RandomAccessFile known = null; local
5200 ArrayList<String> known = new ArrayList<String>(); local
    [all...]

Completed in 1549 milliseconds