Home
last modified time | relevance | path

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

12345678910>>...21

/external/clang/test/SemaObjC/
Dunknown-anytype.m20 …[[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/openfst/src/include/fst/
Dtest-properties.h76 uint64 ComputeProperties(const Fst<Arc> &fst, uint64 mask, uint64 *known, in ComputeProperties() argument
89 *known = known_props; in ComputeProperties()
221 *known = KnownProperties(comp_props); in ComputeProperties()
231 uint64 TestProperties(const Fst<Arc> &fst, uint64 mask, uint64 *known) { in TestProperties() argument
234 uint64 computed_props = ComputeProperties(fst, mask, known, false); in TestProperties()
240 return ComputeProperties(fst, mask, known, true); in TestProperties()
/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()
/external/clang/test/SemaCXX/
Dexplicit.cpp44 …te {{candidate constructor (the implicit move constructor) not viable: no known conversion from 'C… in testExplicit()
45 …te {{candidate constructor (the implicit copy constructor) not viable: no known conversion from 'C… in testExplicit()
46 …te {{candidate constructor (the implicit move constructor) not viable: no known conversion from 'C… in testExplicit()
/external/elfutils/tests/
Dallregs.c43 static const char *known[] = in dwarf_encoding_string() local
63 if (code < sizeof (known) / sizeof (known[0])) in dwarf_encoding_string()
64 return known[code]; in dwarf_encoding_string()
/external/clang/test/SemaObjCXX/
Dunknown-anytype.mm6 …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/webkit/Source/JavaScriptCore/wtf/
DOwnPtrCommon.h57 typedef char known[sizeof(T) ? 1 : -1]; in deleteOwnedPtr() typedef
58 if (sizeof(known)) in deleteOwnedPtr()
/external/elfutils/src/
Dreadelf.c3388 static const char *const known[] = in dwarf_lang_string() local
3411 if (likely (lang < sizeof (known) / sizeof (known[0]))) in dwarf_lang_string()
3412 return known[lang]; in dwarf_lang_string()
3431 static const char *const known[] = in dwarf_inline_string() local
3439 if (likely (code < sizeof (known) / sizeof (known[0]))) in dwarf_inline_string()
3440 return known[code]; in dwarf_inline_string()
3449 static const char *const known[] = in dwarf_encoding_string() local
3469 if (likely (code < sizeof (known) / sizeof (known[0]))) in dwarf_encoding_string()
3470 return known[code]; in dwarf_encoding_string()
3486 static const char *const known[] = in dwarf_access_string() local
[all …]
/external/llvm/test/Transforms/LICM/
Dspeculate.ll3 ; UDiv is safe to speculate if the denominator is known non-zero.
36 ; UDiv is unsafe to speculate if the denominator is not known non-zero.
68 ; SDiv is safe to speculate if the denominator is known non-zero and
69 ; known to have at least one zero bit.
103 ; SDiv is unsafe to speculate if the denominator is not known non-zero.
136 ; SDiv is unsafe to speculate if the denominator is not known to have a zero bit.
/external/llvm/test/Transforms/ScalarRepl/
D2009-03-04-MemCpyAlign.ll1 ; 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/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/doclava/src/com/google/doclava/
DComment.java344 boolean known = false; in tag()
347 known = true; in tag()
351 if (!known) { in tag()
352 known = Doclava.knownTags.contains(name); in tag()
354 if (!known) { in tag()
/external/dbus/test/data/auth/
Dclient-out-of-mechanisms.auth-script2 ## known mechanisms
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dtoken.ml6 * these others for known things. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dtoken.ml6 * these others for known things. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dtoken.ml6 * these others for known things. *)
/external/tremolo/
DREADME2 0.07. It has been patched against publicly known vulnerabilities
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dtoken.ml6 * these others for known things. *)
/external/iptables/extensions/
Dlibipt_ECN.man1 This target allows to selectively work around known ECN blackholes.
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dtoken.ml6 * these others for known things. *)
/external/chromium/chrome/browser/safe_browsing/
Dreport.proto32 optional bytes verb = 1; // Also known as method, eg "GET"
71 optional int32 parent_id = 5; // Id of the parent, if known.
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dtoken.ml6 * these others for known things. *)
/external/bluetooth/bluez/doc/
Dassigned-numbers.txt5 they've been pre-allocated for currently known profiles in order to

12345678910>>...21