HomeSort by relevance Sort by last modified time
    Searched refs:known (Results 1 - 25 of 50) sorted by null

1 2

  /external/strace/strace/linux/x86_64/
gentab.pl 8 %known = (
65 if (defined($known{$name})) {
66 $func = $known{$name};
  /external/webkit/JavaScriptCore/wtf/
OwnPtrCommon.h 44 typedef char known[sizeof(T) ? 1 : -1]; typedef
45 if (sizeof(known))
OwnArrayPtr.h 59 void safeDelete() { typedef char known[sizeof(T) ? 1 : -1]; if (sizeof(known)) delete [] m_ptr; } typedef
  /external/dbus/test/name-test/
run-with-tmp-session-bus.conf 8 <!-- Our well-known bus type, don't change this -->
  /system/core/rootdir/etc/
dbus.conf 5 <!-- Our well-known bus type, do not change this -->
  /external/dbus/test/data/valid-config-files/
session.conf 8 <!-- Our well-known bus type, don't change this -->
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
test-properties.h 68 // known properties (whether true or false) determined by this
69 // operation will be assigned to the the value pointed to by KNOWN.
74 uint64 ComputeProperties(const Fst<Arc> &fst, uint64 mask, uint64 *known,
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) {
232 uint64 computed_props = ComputeProperties(fst, mask, known, false);
238 return ComputeProperties(fst, mask, known, true);
complement.h 138 uint64 known, test = TestProperties(*this, mask, &known); local
139 impl_->SetProperties(test, known);
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);
rational.h 212 uint64 known, test = TestProperties(*this, mask, &known); local
213 impl_->SetProperties(test, known);
const-fst.h 259 uint64 known, test = TestProperties(*this, mask, &known); local
260 impl_->SetProperties(test, known);
factor-weight.h 376 uint64 known, test = TestProperties(*this, mask, &known); local
377 impl_->SetProperties(test, known);
relabel.h 374 uint64 known, test = TestProperties(*this, mask, &known); local
375 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);
replace.h 583 uint64 known, test = TestProperties(*this, mask, &known); local
584 impl_->SetProperties(test, known);
rmepsilon.h 465 uint64 known, test = TestProperties(*this, mask, &known); local
466 impl_->SetProperties(test, known);
  /external/v8/test/mjsunit/
short-circuit-boolean.js 33 // Left subexpression is known false at compile time.
42 // Left subexpression is known true at compile time.
negate.js 49 // implemented by any of the known JS engines.
  /build/tools/
warn.py 438 known = 0
444 known += len(i['members'])
445 output('Number of classified warnings: <b>' + str(known) + '</b><br>' )
447 total = unknown + known
    [all...]
  /build/tools/droiddoc/src/
Comment.java 180 boolean known = false;
183 known = true;
187 if (!known) {
  /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 1028 RandomAccessFile known = null; local
2259 ArrayList<String> known = new ArrayList<String>(); local
    [all...]
  /ndk/build/core/
add-application.mk 70 # Check that the value of APP_PLATFORM corresponds to a known platform
80 # Check that the value of APP_ABI corresponds to known ABIs
  /external/icu4c/test/testdata/
testdata.mak 74 # Some test data resource bundles are known to have warnings and bad data.

Completed in 697 milliseconds

1 2