Searched defs:known (Results 1 - 23 of 23) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
H A DOwnPtrCommon.h57 typedef char known[sizeof(T) ? 1 : -1]; typedef
58 if (sizeof(known))
H A DPassOwnArrayPtr.h200 typedef char known[sizeof(T) ? 1 : -1]; typedef
201 if (sizeof(known))
/external/elfutils/tests/
H A Dallregs.c43 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/openfst/src/include/fst/
H A Dtest-properties.h70 // known properties (whether true or false) determined by this
76 uint64 ComputeProperties(const Fst<Arc> &fst, uint64 mask, uint64 *known, argument
89 *known = known_props;
96 // Initialize with binary properties (already known).
225 *known = KnownProperties(comp_props);
235 uint64 TestProperties(const Fst<Arc> &fst, uint64 mask, uint64 *known) { argument
238 uint64 computed_props = ComputeProperties(fst, mask, known, false);
244 return ComputeProperties(fst, mask, known, true);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dtest-properties.h68 // known properties (whether true or false) determined by this
74 uint64 ComputeProperties(const Fst<Arc> &fst, uint64 mask, uint64 *known, argument
87 *known = known_props;
94 // Initialize with binary properties (already known).
219 *known = KnownProperties(comp_props);
229 uint64 TestProperties(const Fst<Arc> &fst, uint64 mask, uint64 *known) { argument
232 uint64 computed_props = ComputeProperties(fst, mask, known, false);
238 return ComputeProperties(fst, mask, known, true);
H A Darcsort.h34 // 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);
H A Dcomplement.h138 uint64 known, test = TestProperties(*this, mask, &known); local
139 impl_->SetProperties(test, known);
H A Drational.h212 uint64 known, test = TestProperties(*this, mask, &known); local
213 impl_->SetProperties(test, known);
H A Drelabel.h374 uint64 known, test = TestProperties(*this, mask, &known); local
375 impl_->SetProperties(test, known);
H A Dconst-fst.h259 uint64 known, test = TestProperties(*this, mask, &known); local
260 impl_->SetProperties(test, known);
H A Dfactor-weight.h376 uint64 known, test = TestProperties(*this, mask, &known); local
377 impl_->SetProperties(test, known);
H A Dsynchronize.h359 uint64 known, test = TestProperties(*this, mask, &known); local
360 impl_->SetProperties(test, known);
H A Dmap.h58 // // 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);
H A Dreplace.h583 uint64 known, test = TestProperties(*this, mask, &known); local
584 impl_->SetProperties(test, known);
H A Drmepsilon.h465 uint64 known, test = TestProperties(*this, mask, &known); local
466 impl_->SetProperties(test, known);
H A Dvector-fst.h507 uint64 known, test = TestProperties(*this, mask, &known); local
508 impl_->SetProperties(test, known);
H A Dcompose.h326 // 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);
H A Ddeterminize.h579 uint64 known, test = TestProperties(*this, mask, &known); local
580 impl_->SetProperties(test, known);
/external/compiler-rt/lib/msandr/
H A Dmsandr.cc571 bool known; local
583 res = drsys_syscall_is_known(syscall, &known);
592 CHECK(!known || ret_type != DRSYS_TYPE_UNKNOWN);
/external/opencv/cv/src/
H A Dcvinpaint.cpp63 #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;
/external/openssh/
H A Dsftp-client.c372 int known = 0; local
377 known = 1;
381 known = 1;
385 known = 1;
389 known = 1;
391 if (known) {
/external/elfutils/src/
H A Dreadelf.c3096 /* There are a few known extensions. */
3232 /* There are a few known extensions. */
3388 static const char *const known[] = local
3411 if (likely (lang < sizeof (known) / sizeof (known[0])))
3412 return known[lang];
3431 static const char *const known[] = local
3439 if (likely (code < sizeof (known) / sizeof (known[0])))
3440 return known[cod
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/
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 970 milliseconds