HomeSort by relevance Sort by last modified time
    Searched refs:Properties (Results 276 - 300 of 542) sorted by null

<<11121314151617181920>>

  /external/chromium_org/device/bluetooth/
bluetooth_remote_gatt_characteristic_chromeos.h 47 virtual Properties GetProperties() const OVERRIDE;
bluetooth_remote_gatt_descriptor_chromeos.cc 50 BluetoothGattDescriptorClient::Properties* properties = local
53 DCHECK(properties);
54 return device::BluetoothUUID(properties->uuid.value());
  /external/openfst/src/include/fst/
closure.h 51 uint64 props = fst->Properties(kFstProperties, false);
invert.h 44 uint64 Properties(uint64 props) { return InvertProperties(props); }
matcher-fst.h 232 uint64 Properties(uint64 props) const { return matcher_->Properties(props); }
274 uint64 Properties(uint64 props) const { return matcher_->Properties(props); }
project.h 58 uint64 Properties(uint64 props) {
state-table.h 395 if (fst1.Properties(props1, true) != props1 ||
396 fst2.Properties(props2, true) != props2) {
437 if (fst1.Properties(props1, true) != props1 ||
438 fst2.Properties(props2, true) != props2) {
statesort.h 52 uint64 props = fst->Properties(kStateSortProperties, false);
verify.h 25 #include <fst/test-properties.h>
106 uint64 fst_props = fst.Properties(kFstProperties, false);
116 LOG(ERROR) << "Verify: stored Fst properties incorrect "
lookahead-matcher.h 212 uint64 Properties(uint64 props) const { return matcher_.Properties(props); }
296 uint64 Properties(uint64 props) const { return matcher_.Properties(props); }
502 uint64 Properties(uint64 inprops) const {
503 uint64 outprops = matcher_.Properties(inprops);
670 bool is_mutable = fst.Properties(kMutable, false);
744 uint64 Properties(uint64 props) const { return base_->Properties(props); }
cache.h 112 using FstImpl<Arc>::Properties;
238 SetProperties(AddArcProperties(Properties(), s, arc, parc));
298 SetProperties(DeleteArcsProperties(Properties()));
312 SetProperties(DeleteArcsProperties(Properties()));
334 SetProperties(DeleteStatesProperties(Properties()));
361 SetProperties(DeleteAllStatesProperties(Properties(),
367 if (!cache_start_ && Properties(kError))
789 uint64 properties = impl_->Properties(); local
792 properties &= ~kNotAcceptor
    [all...]
difference.h 83 if (!fst1.Properties(kAcceptor, true)) {
103 if (!fst1.Properties(kAcceptor, true)) {
power-weight.h 81 static uint64 Properties() {
82 uint64 props = W::Properties();
randgen.h 358 uint64 props = fst.Properties(kFstProperties, false);
373 SetProperties(impl.Properties(), kCopyProperties);
424 uint64 Properties() const { return Properties(kFstProperties); }
426 // Set error if found; return FST impl properties.
427 uint64 Properties(uint64 mask) const {
429 (fst_->Properties(kError, false) || arc_sampler_->Error())) {
432 return FstImpl<Arc>::Properties(mask);
619 if (ifst.Properties(kError, false))
  /external/openfst/src/include/fst/script/
print-impl.h 52 accep_(accep && fst.Properties(kAcceptor, true)), ostrm_(0),
  /external/openfst/src/script/
fst-class.cc 100 if (ifst->Properties(fst::kMutable, false)) {
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
closure.h 44 uint64 props = fst->Properties(kFstProperties, false);
const-fst.h 24 #include "fst/lib/test-properties.h"
37 using FstImpl<A>::Properties;
99 // Properties always true of this Fst class
120 uint64 copy_properties = fst.Properties(kCopyProperties, true);
259 virtual uint64 Properties(uint64 mask, bool test) const {
265 return impl_->Properties(mask);
factor-weight.h 29 #include "fst/lib/test-properties.h"
137 using FstImpl<A>::Properties;
164 uint64 props = fst.Properties(kFstProperties, false);
372 virtual uint64 Properties(uint64 mask, bool test) const {
378 return impl_->Properties(mask);
synchronize.h 29 #include "fst/lib/test-properties.h"
43 using FstImpl<A>::Properties;
75 uint64 props = fst.Properties(kFstProperties, false);
357 virtual uint64 Properties(uint64 mask, bool test) const {
363 return impl_->Properties(mask);
verify.h 23 #include "fst/lib/test-properties.h"
103 uint64 fst_props = fst.Properties(kFstProperties, false);
108 LOG(ERROR) << "Verify: stored Fst properties incorrect "
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldFileHandlerTest.java 28 import java.util.Properties;
41 final static Properties props = new Properties();
88 public static InputStream propertiesToInputStream(Properties p) throws IOException {
  /external/openfst/src/test/
algo_test.h 42 uint64 Properties(uint64 props) const {
60 // This class tests a variety of identities and properties that must
197 if (Weight::Properties() & kLeftSemiring) {
216 if (Weight::Properties() & kRightSemiring) {
234 if (Weight::Properties() & kLeftSemiring) {
246 if (Weight::Properties() & kRightSemiring) {
259 if (Weight::Properties() & kLeftSemiring) {
273 if (Weight::Properties() & kRightSemiring) {
286 if (Weight::Properties() & kLeftSemiring) {
296 if (Weight::Properties() & kRightSemiring)
    [all...]
  /external/chromium_org/chrome/browser/metrics/
chromeos_metrics_provider_unittest.cc 179 FakeBluetoothAdapterClient::Properties* properties = local
182 properties->powered.ReplaceValue(true);
208 FakeBluetoothDeviceClient::Properties* properties = local
211 properties->paired.ReplaceValue(true);
  /external/chromium_org/v8/src/compiler/
common-operator-unittest.cc 9 #include "src/compiler/operator-properties-inl.h"
26 Operator::Properties properties; member in struct:v8::internal::compiler::__anon21882::SharedOperator
41 #define SHARED(Name, properties, value_input_count, effect_input_count, \
44 &CommonOperatorBuilder::Name, IrOpcode::k##Name, properties, \
105 TEST_P(CommonSharedOperatorTest, Properties) {
109 EXPECT_EQ(sop.properties, op->properties());

Completed in 843 milliseconds

<<11121314151617181920>>