Searched refs:known (Results 1 - 25 of 98) sorted by relevance

1234

/external/llvm/test/MC/Mips/mips1/
H A Dvalid-xfail.s1 # Instructions that should be valid but currently fail for known reasons (e.g.
/external/llvm/test/MC/Mips/mips32/
H A Dvalid-xfail.s1 # Instructions that should be valid but currently fail for known reasons (e.g.
/external/llvm/test/MC/Mips/mips32r2/
H A Dvalid-xfail.s1 # Instructions that should be valid but currently fail for known reasons (e.g.
/external/llvm/test/MC/Mips/mips32r6/
H A Dvalid-xfail.s1 # Instructions that should be valid but currently fail for known reasons (e.g.
/external/llvm/test/MC/Mips/mips4/
H A Dvalid-xfail.s1 # Instructions that should be valid but currently fail for known reasons (e.g.
/external/llvm/test/MC/Mips/mips5/
H A Dvalid-xfail.s1 # Instructions that should be valid but currently fail for known reasons (e.g.
/external/llvm/test/MC/Mips/mips64/
H A Dvalid-xfail.s1 # Instructions that should be valid but currently fail for known reasons (e.g.
/external/llvm/test/MC/Mips/mips64r2/
H A Dvalid-xfail.s1 # Instructions that should be valid but currently fail for known reasons (e.g.
/external/llvm/test/MC/Mips/mips64r6/
H A Dvalid-xfail.s1 # Instructions that should be valid but currently fail for known reasons (e.g.
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dmodule.mk20 $(ECHO_DRIVER)cid $(ECHO_DRIVER_DESC)Postscript CID-keyed fonts, no known extension$(ECHO_DRIVER_DONE)
/external/strace/linux/x86_64/
H A Dgentab.pl8 %known = (
63 if (defined($known{$name})) {
64 $func = $known{$name};
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoken.ml6 * these others for known things. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoken.ml6 * these others for known things. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoken.ml6 * these others for known things. *)
/external/elfutils/0.153/lib/
H A Dcolor.c159 } known[] = local
177 const size_t nknown = (sizeof (known)
178 / sizeof (known[0]));
181 if (name_len == known[i].len
182 && memcmp (start, known[i].name, name_len) == 0)
184 if (asprintf (known[i].varp, "\e[%.*sm",
/external/elfutils/0.153/config/
H A DMakefile.am28 EXTRA_DIST = elfutils.spec.in known-dwarf.awk
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoken.ml6 * these others for known things. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoken.ml6 * these others for known things. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoken.ml6 * these others for known things. *)
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
H A Dmem.h23 #warning No alignment directives known for this compiler.
/external/libvpx/libvpx/vpx_ports/
H A Dmem.h23 #warning No alignment directives known for this compiler.
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dtgt.h61 OPJ_UINT32 known; member in struct:opj_tgt_node
/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.h66 // known properties (whether true or false) determined by this
72 uint64 ComputeProperties(const Fst<Arc> &fst, uint64 mask, uint64 *known, argument
85 *known = known_props;
92 // Initialize with binary properties (already known).
217 *known = KnownProperties(comp_props);
227 uint64 TestProperties(const Fst<Arc> &fst, uint64 mask, uint64 *known) { argument
230 uint64 computed_props = ComputeProperties(fst, mask, known, false);
236 return ComputeProperties(fst, mask, known, true);
/external/chromium_org/chrome/browser/extensions/api/mdns/
H A Ddns_sd_registry.cc56 bool known = (it != service_list_.end()); local
57 if (known) {
71 << ", known: " << known
166 << ", known: " << IsRegistered(service_type)
185 << ", known: " << IsRegistered(service_type)
201 << ", known: " << IsRegistered(service_type);

Completed in 2154 milliseconds

1234