Home
last modified time | relevance | path

Searched refs:known (Results 1 – 25 of 148) sorted by relevance

123456

/external/strace/strace/linux/x86_64/
Dgentab.pl8 %known = (
65 if (defined($known{$name})) {
66 $func = $known{$name};
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dtest-properties.h74 uint64 ComputeProperties(const Fst<Arc> &fst, uint64 mask, uint64 *known, in ComputeProperties() argument
87 *known = known_props; in ComputeProperties()
219 *known = KnownProperties(comp_props); in ComputeProperties()
229 uint64 TestProperties(const Fst<Arc> &fst, uint64 mask, uint64 *known) { in TestProperties() argument
232 uint64 computed_props = ComputeProperties(fst, mask, known, false); in TestProperties()
238 return ComputeProperties(fst, mask, known, true); in TestProperties()
Dcomplement.h138 uint64 known, test = TestProperties(*this, mask, &known); in Properties() local
139 impl_->SetProperties(test, known); in Properties()
Darcsort.h223 uint64 known, test = TestProperties(*this, mask, &known); in Properties() local
224 impl_->SetProperties(test, known); in Properties()
Drational.h212 uint64 known, test = TestProperties(*this, mask, &known); in Properties() local
213 impl_->SetProperties(test, known); in Properties()
Dconst-fst.h259 uint64 known, test = TestProperties(*this, mask, &known); in Properties() local
260 impl_->SetProperties(test, known); in Properties()
Dsynchronize.h359 uint64 known, test = TestProperties(*this, mask, &known); in Properties() local
360 impl_->SetProperties(test, known); in Properties()
Dfactor-weight.h376 uint64 known, test = TestProperties(*this, mask, &known); in Properties() local
377 impl_->SetProperties(test, known); in Properties()
Drelabel.h374 uint64 known, test = TestProperties(*this, mask, &known); in Properties() local
375 impl_->SetProperties(test, known); in Properties()
Drmepsilon.h465 uint64 known, test = TestProperties(*this, mask, &known); in Properties() local
466 impl_->SetProperties(test, known); in Properties()
/external/webkit/JavaScriptCore/wtf/
DOwnArrayPtr.h55 … void safeDelete() { typedef char known[sizeof(T) ? 1 : -1]; if (sizeof(known)) delete [] m_ptr; } in safeDelete() typedef
DOwnPtr.h50 typedef char known[sizeof(T) ? 1 : -1];
51 if (sizeof(known))
/external/libffi/
Dacinclude.m419 # read() to the same fd. The only system known to have a problem here
37 # Systems known to be in this category are Windows (all variants),
70 # Systems known to be in this category are Windows, VMS, and SCO Unix.
/external/dbus/test/data/auth/
Dclient-out-of-mechanisms.auth-script2 ## known mechanisms
/external/dbus/test/name-test/
Drun-with-tmp-session-bus.conf8 <!-- Our well-known bus type, don't change this -->
/external/tremor/
DREADME2 patched against publicly known vulnerabilities with sample files available
/external/iptables/extensions/
Dlibipt_ECN.man1 This target allows to selectively work around known ECN blackholes.
Dlibip6t_HL.man2 is similar to what is known as TTL value in IPv4. Setting or incrementing the
Dlibipt_state.man10 known connection,
/external/dbus/test/data/valid-config-files/
Dsession.conf8 <!-- Our well-known bus type, don't change this -->
/external/elfutils/src/
Dreadelf.c2892 static const char *known[] = in dwarf_lang_string() local
2911 if (lang < sizeof (known) / sizeof (known[0])) in dwarf_lang_string()
2912 return known[lang]; in dwarf_lang_string()
2932 static const char *known[] = in print_ops() local
3109 known[op] ?: "???", (uintmax_t) addr); in print_ops()
3119 known[op] ?: "???", *((uint8_t *) data)); in print_ops()
3128 known[op] ?: "???", read_2ubyte_unaligned (dbg, data)); in print_ops()
3137 known[op] ?: "???", read_4ubyte_unaligned (dbg, data)); in print_ops()
3146 known[op] ?: "???", read_8ubyte_unaligned (dbg, data)); in print_ops()
3155 known[op] ?: "???", *((int8_t *) data)); in print_ops()
[all …]
/external/qemu/
DINSTALL34 The following table sums up the compilers that are *known* to produce
46 Some builds of gcc-4.0.1 are known to generate bad binaries on Darwin x86,
/external/srec/tools/thirdparty/OpenFst/
DREADME7 This version is known to work under linux using g++.
/external/icu4c/data/brkitr/
Dchar.txt7 # ICU Character Break Rules, also known as Grapheme Cluster Boundaries
/external/jpeg/
Djconfig.mc631 /* Note: the above define is known to improve the code with Microsoft C 6.00A.

123456