Home
last modified time | relevance | path

Searched refs:Equivalent (Results 1 – 25 of 33) sorted by relevance

12

/external/openfst/src/script/
Dequivalent.cc24 bool Equivalent(const FstClass &fst1, const FstClass &fst2, in Equivalent() function
37 REGISTER_FST_OPERATION(Equivalent, StdArc, EquivalentArgs);
38 REGISTER_FST_OPERATION(Equivalent, LogArc, EquivalentArgs);
39 REGISTER_FST_OPERATION(Equivalent, Log64Arc, EquivalentArgs);
/external/openfst/src/include/fst/script/
Dequivalent.h32 void Equivalent(EquivalentArgs *args) { in Equivalent() function
36 args->retval = Equivalent(fst1, fst2, args->args.arg3); in Equivalent()
39 bool Equivalent(const FstClass &fst1, const FstClass &fst2,
Dfstscript.h106 REGISTER_FST_OPERATION(Equivalent, Arc, EquivalentArgs); in RegisterBatch1()
/external/clang/test/SemaCXX/
Dmissing-namespace-qualifier-typo-corrections.cpp103 …bool Equivalent(const Message&, const Message&); // expected-note {{'extra::util::MessageUtils::Eq…
111 …return util::MessageUtils::Equivalent(a, b); // expected-error {{no member named 'Equivalent' in n… in nstest()
118 …return MessageUtils::Equivalent(a, b); // expected-error {{no member named 'Equivalent' in namespa… in nstest()
/external/llvm/test/CodeGen/ARM/
Dhfa-in-contiguous-registers.ll9 ; Equivalent C code:
28 ; Equivalent C code:
45 ; Equivalent C code:
63 ; Equivalent C code:
79 ; Equivalent C code:
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dheap-profile-stats.h30 bool Equivalent(const HeapProfileStats& other) const { in Equivalent() function
Dheap-profiler.cc249 RAW_DCHECK(stats.Equivalent(heap_profile->total()), ""); in DoGetHeapProfileLocked()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dequivalent.h112 bool Equivalent(const Fst<Arc> &fst1, const Fst<Arc> &fst2) { in Equivalent() function
136 return Equivalent(efst1, efst2); in Equivalent()
/external/openfst/src/include/fst/
Dequivalent.h130 bool Equivalent(const Fst<Arc> &fst1,
170 return Equivalent(efst1, efst2);
/external/openfst/src/bin/
Dfstequivalent.cc67 return s::Equivalent(*ifst1, *ifst2, FLAGS_delta) ? 0 : 2; in main()
/external/chromium_org/extensions/common/api/
Dhid.idl56 [deprecated="Equivalent to setting $(ref:DeviceFilter.vendorId)."]
58 [deprecated="Equivalent to setting $(ref:DeviceFilter.productId)."]
Dusb.idl181 [deprecated="Equivalent to setting $(ref:DeviceFilter.vendorId)."]
183 [deprecated="Equivalent to setting $(ref:DeviceFilter.productId)."]
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dheap-profile-table.h68 bool Equivalent(const Stats& x) const { in Equivalent() function
/external/clang/lib/AST/
DASTImporter.cpp1316 bool Equivalent = true; in Finish() local
1331 Equivalent = false; in Finish()
1334 Equivalent = false; in Finish()
1347 Equivalent = false; in Finish()
1350 Equivalent = false; in Finish()
1359 Equivalent = false; in Finish()
1362 Equivalent = false; in Finish()
1370 Equivalent = false; in Finish()
1373 Equivalent = false; in Finish()
1378 Equivalent = false; in Finish()
[all …]
/external/sepolicy/tools/sepolicy-analyze/
DREADME14 Equivalent types are candidates for being coalesced into a single
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
Dset.pxd70 # Return the length of a set or frozenset object. Equivalent to
Ddict.pxd160 # raised. Equivalent Python (except for the return value):
Dexc.pxd57 # Equivalent to "PyErr_GivenExceptionMatches(PyErr_Occurred(),
/external/clang/include/clang/Driver/
DOptions.td1220 HelpText<"Equivalent to -march=mips1">, Flags<[HelpHidden]>;
1223 HelpText<"Equivalent to -march=mips2">, Flags<[HelpHidden]>;
1226 HelpText<"Equivalent to -march=mips3">, Flags<[HelpHidden]>;
1229 HelpText<"Equivalent to -march=mips4">, Flags<[HelpHidden]>;
1232 HelpText<"Equivalent to -march=mips5">, Flags<[HelpHidden]>;
1235 HelpText<"Equivalent to -march=mips32">, Flags<[HelpHidden]>;
1238 HelpText<"Equivalent to -march=mips32r2">, Flags<[HelpHidden]>;
1241 HelpText<"Equivalent to -march=mips32r6">, Flags<[HelpHidden]>;
1244 HelpText<"Equivalent to -march=mips64">, Flags<[HelpHidden]>;
1247 HelpText<"Equivalent to -march=mips64r2">, Flags<[HelpHidden]>;
[all …]
/external/llvm/test/CodeGen/X86/
Davx-blend.ll165 ; Equivalent select mask is <i1 true, i1 false, i1 true, i1 false>.
/external/chromium_org/v8/build/
Dstandalone.gypi358 # (Equivalent to -fPIC)
/external/openfst/src/test/
Dalgo_test.h1085 bool equiv1 = Equivalent(dfa1, dfa2); in Equiv()
1124 return Equivalent(dfa1, dfa2); in Subset()
/external/clang/docs/
DAutomaticReferenceCounting.rst2038 with the runtime. Equivalent to the following code:
2078 registered as a ``__weak`` object pointing to ``value``. Equivalent to the
2103 autoreleases that value and returns it. Otherwise returns null. Equivalent to
2180 operation followed by an autorelease operation. Equivalent to the following
2201 Equivalent to the following code:
2249 non-block type [*]_. Equivalent to the following code:
/external/clang/docs/tools/
Dclang.pod302 Equivalent to B<-O2>.
/external/dnsmasq/
Ddnsmasq.conf.example210 # or /etc/ethers. Equivalent to ISC "deny unkown-clients".

12