HomeSort by relevance Sort by last modified time
    Searched defs:known (Results 1 - 21 of 21) 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/elfutils/tests/
allregs.c 43 static const char *known[] = local
63 if (code < sizeof (known) / sizeof (known[0]))
64 return known[code];
194 result ? dwfl_errmsg (-1) : "no backend registers known");
222 result ? dwfl_errmsg (-1) : "no backend registers 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/openssh/
sftp-client.c 372 int known = 0; local
377 known = 1;
381 known = 1;
385 known = 1;
389 known = 1;
391 if (known) {
    [all...]
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java 1536 RandomAccessFile known = null; local
5248 ArrayList<String> known = new ArrayList<String>(); local
    [all...]
  /external/elfutils/src/
readelf.c 3388 static const char *const known[] = local
3431 static const char *const known[] = local
3449 static const char *const known[] = local
3486 static const char *const known[] = local
3503 static const char *const known[] = local
3520 static const char *const known[] = local
3537 static const char *const known[] = local
3555 static const char *const known[] = local
3579 static const char *const known[] = local
3595 static const char *const known[] = local
3612 static const char *const known[] = local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 

Completed in 327 milliseconds