HomeSort by relevance Sort by last modified time
    Searched refs:known (Results 26 - 50 of 221) sorted by null

12 3 4 5 6 7 8 9

  /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/srec/tools/thirdparty/OpenFst/fst/lib/
test-properties.h 66 // known properties (whether true or false) determined by this
67 // operation will be assigned to the the value pointed to by KNOWN.
72 uint64 ComputeProperties(const Fst<Arc> &fst, uint64 mask, uint64 *known,
85 *known = known_props;
92 // Initialize with binary properties (already known).
217 *known = KnownProperties(comp_props);
227 uint64 TestProperties(const Fst<Arc> &fst, uint64 mask, uint64 *known) {
230 uint64 computed_props = ComputeProperties(fst, mask, known, false);
236 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/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.
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.
compare-objects.js 30 // Test CompareIC stubs for normal and strict equality comparison of known
50 // Check CompareIC for equality of known objects.
  /external/elfutils/0.153/libdw/
Makefile.am 90 BUILT_SOURCES = $(srcdir)/known-dwarf.h
91 MAINTAINERCLEANFILES = $(srcdir)/known-dwarf.h
92 $(srcdir)/known-dwarf.h: $(top_srcdir)/config/known-dwarf.awk $(srcdir)/dwarf.h
  /external/chromium_org/third_party/webrtc/base/
systeminfo_unittest.cc 63 // Tests MachineModel is set. On Mac test machine model is known.
69 bool known = true; local
72 known = rtc::string_match(machine_model, "MacBookPro*") ||
81 known = rtc::string_match(info.GetMachineModel().c_str(),
84 if (!known) {
138 // values are non-zero on known CPUs.
  /external/clang/test/SemaCXX/
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/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/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
tgt.c 248 l_current_node->known = 0;
285 if (!node->known) {
287 node->known = 1;
  /external/elfutils/0.153/src/
readelf.c 3669 static const char *const known[] = local
3712 static const char *const known[] = local
3730 static const char *const known[] = local
3767 static const char *const known[] = local
3784 static const char *const known[] = local
3801 static const char *const known[] = local
3818 static const char *const known[] = local
3836 static const char *const known[] = local
3860 static const char *const known[] = local
3876 static const char *const known[] = local
3912 static const char *const known[] = local
4420 indent, "", (uintmax_t) offset, known[op]); local
    [all...]
  /build/tools/
warn.py 438 known = 0
444 known += len(i['members'])
445 output('Number of classified warnings: <b>' + str(known) + '</b><br>' )
447 total = unknown + known
    [all...]
  /device/asus/fugu/self-extractors/
files-by-owner.sh 81 echo $file has no known owner
  /device/lge/hammerhead/self-extractors/
files-by-owner.sh 74 echo $file has no known owner
  /device/lge/mako/self-extractors/
files-by-owner.sh 74 echo $file has no known owner
  /device/moto/shamu/self-extractors/
files-by-owner.sh 75 echo $file has no known owner
  /device/samsung/manta/self-extractors/
files-by-owner.sh 74 echo $file has no known owner
  /external/chromium_org/chrome/browser/resources/cryptotoken/
gnubbyfactory.js 37 * Called during enrollment to check whether a gnubby known not to be enrolled
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
main.js 28 // The total length is not yet known.

Completed in 839 milliseconds

12 3 4 5 6 7 8 9