/external/elfutils/src/lib/ |
D | color.c | 162 } known[] = in parse_opt() local 180 const size_t nknown = (sizeof (known) in parse_opt() 181 / sizeof (known[0])); in parse_opt() 184 if (name_len == known[i].len in parse_opt() 185 && memcmp (start, known[i].name, name_len) == 0) in parse_opt() 187 if (asprintf (known[i].varp, "\e[%.*sm", in parse_opt()
|
/external/clang/test/SemaObjC/ |
D | unknown-anytype.m | 20 …[[test0 unknownMethod] otherUnknownMethod]; // expected-error{{no known method '-otherUnknownMetho… 22 …[[test1() unknownMethod] otherUnknownMethod]; // expected-error{{no known method '-otherUnknownMet… 25 …if ([[test0 unknownMethod] otherUnknownMethod]) { // expected-error{{no known method '-otherUnknow… 27 …if ([[test1() unknownMethod] otherUnknownMethod]) { // expected-error{{no known method '-otherUnkn…
|
/external/strace/linux/x86_64/ |
D | gentab.pl | 8 %known = ( 63 if (defined($known{$name})) { 64 $func = $known{$name};
|
/external/openfst/src/include/fst/ |
D | test-properties.h | 76 uint64 ComputeProperties(const Fst<Arc> &fst, uint64 mask, uint64 *known, in ComputeProperties() argument 89 *known = known_props; in ComputeProperties() 225 *known = KnownProperties(comp_props); in ComputeProperties() 235 uint64 TestProperties(const Fst<Arc> &fst, uint64 mask, uint64 *known) { in TestProperties() argument 238 uint64 computed_props = ComputeProperties(fst, mask, known, false); in TestProperties() 244 return ComputeProperties(fst, mask, known, true); in TestProperties()
|
/external/elfutils/src/libdw/ |
D | Makefile.am | 95 BUILT_SOURCES = $(srcdir)/known-dwarf.h 96 MAINTAINERCLEANFILES = $(srcdir)/known-dwarf.h 97 $(srcdir)/known-dwarf.h: $(top_srcdir)/config/known-dwarf.awk $(srcdir)/dwarf.h 140 EXTRA_DIST = libdw.map known-dwarf.h
|
/external/elfutils/src/tests/ |
D | addrcfi.c | 35 static const char *const known[] = in op_name() local 44 if (likely (code < sizeof (known) / sizeof (known[0]))) in op_name() 45 return known[code]; in op_name()
|
D | allregs.c | 36 static const char *const known[] = in dwarf_encoding_string() local 43 if (likely (code < sizeof (known) / sizeof (known[0]))) in dwarf_encoding_string() 44 return known[code]; in dwarf_encoding_string()
|
D | varlocs.c | 65 static const char *const known[] = in dwarf_encoding_string() local 72 if (likely (code < sizeof (known) / sizeof (known[0]))) in dwarf_encoding_string() 73 return known[code]; in dwarf_encoding_string() 109 static const char *const known[] = in dwarf_opcode_string() local 118 if (likely (code < sizeof (known) / sizeof (known[0]))) in dwarf_opcode_string() 119 return known[code]; in dwarf_opcode_string()
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
D | ADDING | 18 2. Make it known to PP 19 3. Make it known to driconf 40 2. Make it known to PP 60 3. Make it known to driconf
|
/external/llvm/test/CodeGen/X86/ |
D | targetLoweringGeneric.ll | 10 ; If all of the demanded bits on one side are known, and all of the set 11 ; bits on that side are also known to be set on the other side, turn this 13 ; The known set (one) bits for the arguments %xor1 are not the same, so the
|
D | x86-64-double-shifts-Oz-Os-O2.ll | 5 ; even for X86_64 processors that are known to have poor latency double 27 ; even for X86_64 processors that are known to have poor latency double 48 ; for size for X86_64 processors that are known to have poor latency double
|
/external/clang/test/SemaOpenCL/ |
D | event_t_overload.cl | 3 …_t, __local char *); // expected-note {{candidate function not viable: no known conversion from '_… 4 …t, __local float *); // expected-note {{candidate function not viable: no known conversion from '_…
|
/external/elfutils/src/config/ |
D | ChangeLog | 59 * known-dwarf.awk: "Generated by" header had wrong file names, 60 mention config/known-dwarf.awk and libdw/dwarf.h contents. 72 * known-dwarf.awk: Use gawk. 103 * known-dwarf.awk: Handle DW_FOO_BAR_* sets better. 107 * known-dwarf.awk: New file.
|
/external/jetty/src/java/org/eclipse/jetty/security/ |
D | PropertyUserStore.java | 137 Set<String> known = new HashSet<String>(); in loadUsers() local 158 known.add(username); in loadUsers() 192 if (!known.contains(user)) in loadUsers() 205 _knownUsers.addAll(known); in loadUsers()
|
/external/llvm/test/Transforms/LICM/ |
D | speculate.ll | 3 ; UDiv is safe to speculate if the denominator is known non-zero. 35 ; UDiv is unsafe to speculate if the denominator is not known non-zero. 67 ; SDiv is safe to speculate if the denominator is known non-zero and 68 ; known to have at least one zero bit. 101 ; SDiv is unsafe to speculate if the denominator is not known non-zero. 134 ; SDiv is unsafe to speculate if the denominator is not known to have a zero bit.
|
/external/llvm/test/Transforms/ScalarRepl/ |
D | 2009-03-04-MemCpyAlign.ll | 1 ; The store into %p should end up with a known alignment of 1, since the memcpy 2 ; is only known to access it with 1-byte alignment.
|
/external/clang/test/SemaObjCXX/ |
D | unknown-anytype.mm | 6 …if ([x foo]) {} // expected-error {{no known method '-foo'; cast the message send to the method's … 7 …[x foo]; // expected-error {{no known method '-foo'; cast the message send to the method's return …
|
/external/llvm/test/Instrumentation/MemorySanitizer/ |
D | check-constant-shadow.ll | 19 ; This function stores known initialized value. 36 ; This function stores known uninitialized value.
|
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
D | tgt.c | 246 l_current_node->known = 0; in opj_tgt_reset() 283 if (!node->known) { in opj_tgt_encode() 285 node->known = 1; in opj_tgt_encode()
|
/external/hyphenation-patterns/en-US/ |
D | hyph-en-us.lic.txt | 10 % Also known as ushyphen.max. 27 % the patterns run errorfree as far as known at this moment.
|
/external/llvm/test/MC/Mips/mips64/ |
D | valid-xfail.s | 1 # Instructions that should be valid but currently fail for known reasons (e.g.
|
/external/llvm/test/MC/Mips/mips32r2/ |
D | valid-xfail.s | 1 # Instructions that should be valid but currently fail for known reasons (e.g.
|
/external/llvm/test/MC/Mips/mips5/ |
D | valid-xfail.s | 1 # Instructions that should be valid but currently fail for known reasons (e.g.
|
/external/llvm/test/MC/Mips/mips64r2/ |
D | valid-xfail.s | 1 # Instructions that should be valid but currently fail for known reasons (e.g.
|
/external/llvm/test/MC/Mips/mips32r3/ |
D | valid-xfail.s | 1 # Instructions that should be valid but currently fail for known reasons (e.g.
|