HomeSort by relevance Sort by last modified time
    Searched refs:known (Results 1 - 25 of 161) sorted by null

1 2 3 4 5 6 7

  /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/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/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/clang/test/SemaCXX/
explicit.cpp 43 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}}
for-range-dereference.cpp 20 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/
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/openssh/regress/
conch-ciphers.sh 23 --known-hosts $OBJ/known_hosts --notty --noagent --nox11 -n \
  /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/srec/tools/thirdparty/OpenFst/fst/lib/
test-properties.h 68 // known properties (whether true or false) determined by this
69 // operation will be assigned to the the value pointed to by KNOWN.
74 uint64 ComputeProperties(const Fst<Arc> &fst, uint64 mask, uint64 *known,
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) {
232 uint64 computed_props = ComputeProperties(fst, mask, known, false);
238 return ComputeProperties(fst, mask, known, true);
complement.h 138 uint64 known, test = TestProperties(*this, mask, &known); local
139 impl_->SetProperties(test, known);
arcsort.h 34 // 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);
rational.h 212 uint64 known, test = TestProperties(*this, mask, &known); local
213 impl_->SetProperties(test, known);
  /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.
compare-known-objects-slow.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.
short-circuit-boolean.js 33 // Left subexpression is known false at compile time.
42 // Left subexpression is known true at compile time.
  /external/chromium_org/third_party/libjingle/source/talk/base/
systeminfo_unittest.cc 80 // 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/
allregs.c 43 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/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
Runtime.pm 85 A list of known problems with the module, together with some indication
95 There are no known bugs in this module.
  /external/v8/test/mjsunit/
short-circuit-boolean.js 33 // Left subexpression is known false at compile time.
42 // Left subexpression is known true at compile time.
  /external/elfutils/src/
readelf.c 3388 static const char *const known[] = local
3431 static const char *const known[] = local
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...]

Completed in 2482 milliseconds

1 2 3 4 5 6 7