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

1234

/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/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/clang/test/SemaCXX/
H A Dexplicit.cpp43 class Y { }; // expected-note {{candidate constructor (the implicit copy constructor) not viable: no known conversion from 'Z' to 'const Y &' for 1st argument}} \
44 expected-note {{candidate constructor (the implicit move constructor) not viable: no known conversion from 'Z' to 'Y &&' for 1st argument}} \
45 expected-note {{candidate constructor (the implicit copy constructor) not viable: no known conversion from 'Z' to 'const Y &' for 1st argument}} \
46 expected-note {{candidate constructor (the implicit move constructor) not viable: no known conversion from 'Z' to 'Y &&' for 1st argument}}
H A Dfor-range-dereference.cpp20 expected-note 5 {{candidate function not viable: no known conversion}}
30 Data * begin(ADLNoEnd); // expected-note 6 {{candidate function not viable: no known conversion}}
/external/libvpx/libvpx/vpx_ports/
H A Dmem.h23 #warning No alignment directives known for this compiler.
/external/openssh/regress/
H A Dconch-ciphers.sh23 --known-hosts $OBJ/known_hosts --notty --noagent --nox11 -n \
/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.h68 // known properties (whether true or false) determined by this
74 uint64 ComputeProperties(const Fst<Arc> &fst, uint64 mask, uint64 *known, argument
87 *known = known_props;
94 // Initialize with binary properties (already known).
219 *known = KnownProperties(comp_props);
229 uint64 TestProperties(const Fst<Arc> &fst, uint64 mask, uint64 *known) { argument
232 uint64 computed_props = ComputeProperties(fst, mask, known, false);
238 return ComputeProperties(fst, mask, known, true);
H A Darcsort.h34 // Properties(uint64) that specifies the known properties of the
35 // sorted FST; it takes as argument the input FST's known properties
174 // also have a member Properties(uint64) that specifies the known
176 // known properties.
223 uint64 known, test = TestProperties(*this, mask, &known); local
224 impl_->SetProperties(test, known);
H A Dcomplement.h138 uint64 known, test = TestProperties(*this, mask, &known); local
139 impl_->SetProperties(test, known);
H A Dconst-fst.h259 uint64 known, test = TestProperties(*this, mask, &known); local
260 impl_->SetProperties(test, known);
H A Drational.h212 uint64 known, test = TestProperties(*this, mask, &known); local
213 impl_->SetProperties(test, known);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dsysteminfo_unittest.cc80 // Tests MachineModel is set. On Mac test machine model is known.
86 bool known = true; local
89 known = talk_base::string_match(machine_model, "MacBookPro*") ||
98 known = talk_base::string_match(info.GetMachineModel().c_str(),
101 if (!known) {
155 // values are non-zero on known CPUs.
/external/elfutils/tests/
H A Dallregs.c43 static const char *known[] = local
63 if (code < sizeof (known) / sizeof (known[0]))
64 return known[code];
194 result ? dwfl_errmsg (-1) : "no backend registers known");
222 result ? dwfl_errmsg (-1) : "no backend registers known");
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Dscilab.php17 * - First beta Release - known problem with ' used to transpose matrices considered as start of strings
/external/elfutils/src/
H A Dreadelf.c3096 /* There are a few known extensions. */
3232 /* There are a few known extensions. */
3388 static const char *const known[] = local
3411 if (likely (lang < sizeof (known) / sizeof (known[0])))
3412 return known[lang];
3431 static const char *const known[] = local
3439 if (likely (code < sizeof (known) / sizeof (known[0])))
3440 return known[cod
3449 static const char *const known[] = local
3486 static const char *const known[] = local
3503 static const char *const known[] = local
3520 static const char *const known[] = local
3537 static const char *const known[] = local
3555 static const char *const known[] = local
3579 static const char *const known[] = local
3595 static const char *const known[] = local
3612 static const char *const known[] = local
[all...]
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
H A DRuntime.pm85 A list of known problems with the module, together with some indication
95 There are no known bugs in this module.
/external/doclava/src/com/google/doclava/
H A DComment.java347 boolean known = false;
350 known = true;
354 if (!known) {
355 known = Doclava.knownTags.contains(name);
357 if (!known) {
/external/chromium_org/third_party/leveldatabase/src/doc/bench/
H A Ddb_bench_tree_db.cc337 bool known = true; local
377 known = false;
382 if (known) {
/external/chromium_org/ui/webui/resources/js/
H A Dutil.js223 * Get an element that's known to exist by its ID. We use this instead of just
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Djavascript.js124 var word = stream.current(), known = keywords.propertyIsEnumerable(word) && keywords[word];
125 return (known && state.lastType != ".") ? ret(known.type, known.style, word) :

Completed in 3670 milliseconds

1234