/external/llvm/test/MC/Mips/mips1/ |
valid-xfail.s | 1 # Instructions that should be valid but currently fail for known reasons (e.g.
|
/external/llvm/test/MC/Mips/mips32/ |
valid-xfail.s | 1 # Instructions that should be valid but currently fail for known reasons (e.g.
|
/external/llvm/test/MC/Mips/mips32r2/ |
valid-xfail.s | 1 # Instructions that should be valid but currently fail for known reasons (e.g.
|
/external/llvm/test/MC/Mips/mips32r6/ |
valid-xfail.s | 1 # Instructions that should be valid but currently fail for known reasons (e.g.
|
/external/llvm/test/MC/Mips/mips4/ |
valid-xfail.s | 1 # Instructions that should be valid but currently fail for known reasons (e.g.
|
/external/llvm/test/MC/Mips/mips5/ |
valid-xfail.s | 1 # Instructions that should be valid but currently fail for known reasons (e.g.
|
/external/llvm/test/MC/Mips/mips64/ |
valid-xfail.s | 1 # Instructions that should be valid but currently fail for known reasons (e.g.
|
/external/llvm/test/MC/Mips/mips64r2/ |
valid-xfail.s | 1 # Instructions that should be valid but currently fail for known reasons (e.g.
|
/external/llvm/test/MC/Mips/mips64r6/ |
valid-xfail.s | 1 # Instructions that should be valid but currently fail for known reasons (e.g.
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
token.ml | 6 * these others for known things. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
token.ml | 6 * these others for known things. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
token.ml | 6 * these others for known things. *)
|
/external/elfutils/0.153/lib/ |
color.c | 159 } 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/chromium_org/build/android/ |
findbugs_diff.py | 8 This runs findbugs with an additional flag to exclude known bugs. 9 To update the list of known bugs, do this: 14 false positives that we do not plan to fix. The "known bugs" file has real
|
/external/elfutils/0.153/config/ |
Makefile.am | 28 EXTRA_DIST = elfutils.spec.in known-dwarf.awk
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
token.ml | 6 * these others for known things. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
token.ml | 6 * these others for known things. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
token.ml | 6 * these others for known things. *)
|
/external/chromium_org/chrome/browser/resources/cryptotoken/ |
generichelper.js | 7 * response to unknown requests, and supports registering handlers for known 18 * response to unknown requests, and supports registering handlers for known
|
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/ |
mem.h | 23 #warning No alignment directives known for this compiler.
|
/external/libvpx/libvpx/vpx_ports/ |
mem.h | 23 #warning No alignment directives known for this compiler.
|
/external/chromium_org/third_party/markupsafe/ |
__init__.py | 125 known HTML4 and XHTML entities: 147 also resolves known HTML4 and XHTML entities. Whitespace is
|
/external/openfst/src/include/fst/ |
test-properties.h | 70 // known properties (whether true or false) determined by this 71 // operation will be assigned to the the value pointed to by KNOWN. 76 uint64 ComputeProperties(const Fst<Arc> &fst, uint64 mask, uint64 *known, 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) { 238 uint64 computed_props = ComputeProperties(fst, mask, known, false); 244 return ComputeProperties(fst, mask, known, true);
|
/external/chromium_org/chrome/browser/extensions/api/mdns/ |
dns_sd_registry.cc | 56 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);
|
/external/chromium_org/v8/test/mjsunit/ |
compare-known-objects.js | 30 // Test CompareIC stubs for normal and strict equality comparison of known 43 // Check CompareIC for equality of known objects. 47 // Check CompareIC for strict equality of known objects.
|