Home
last modified time | relevance | path

Searched refs:bark (Results 1 – 25 of 37) sorted by relevance

12

/external/speex/libspeexdsp/
Dfilterbank.c208 float bark[100]; in filterbank_psy_smooth() local
213 filterbank_compute_bank(bank, ps, bark); in filterbank_psy_smooth()
218 bark[i] = bark[i] + decay_high*bark[i-1]; in filterbank_psy_smooth()
222 bark[i] = bark[i] + decay_low*bark[i+1]; in filterbank_psy_smooth()
224 filterbank_compute_psd(bank, bark, mask); in filterbank_psy_smooth()
Dvorbis_psy.h86 long *bark; member
/external/python/pybind11/tests/
Dtest_tagbased_polymorphic.cpp41 std::string bark() const { return name_of_kind(kind) + " " + name + " goes " + sound; } in bark() function
55 std::string bark() const { return Dog::bark() + " and runs in circles"; } in bark() function
128 .def("bark", &Dog::bark); in TEST_SUBMODULE()
134 .def("bark", &Chihuahua::bark); in TEST_SUBMODULE()
Dtest_tagbased_polymorphic.py22 assert [dog.bark() for dog in zoo[:3]] == [
Dtest_class.cpp67 std::string bark() const { return "Woof!"; } in TEST_SUBMODULE() function in TEST_SUBMODULE::Dog
106 m.def("dog_bark", [](const Dog &dog) { return dog.bark(); }); in TEST_SUBMODULE()
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dllvm-twine-local.rst12 static Twine Moo = Twine("bark") + "bah";
16 static std::string Moo = (Twine("bark") + "bah").str();
/external/mockito/src/test/java/org/mockitousage/customization/
DBDDMockitoTest.java214 willCallRealMethod().given(dog).bark(); in should_stub_by_delegating_to_real_method()
216 Assertions.assertThat(dog.bark()).isEqualTo("woof"); in should_stub_by_delegating_to_real_method()
224 given(dog.bark()).willCallRealMethod(); in should_stub_by_delegating_to_real_method_using_typical_stubbing_syntax()
226 Assertions.assertThat(dog.bark()).isEqualTo("woof"); in should_stub_by_delegating_to_real_method_using_typical_stubbing_syntax()
393 public String bark() { in bark() method in BDDMockitoTest.Dog
/external/python/pybind11/docs/
Dclasses.rst246 std::string bark() const { return "woof!"; }
262 .def("bark", &Dog::bark);
276 .def("bark", &Dog::bark);
286 >>> p.bark()
302 >>> p.bark()
303 AttributeError: 'Pet' object has no attribute 'bark'
317 std::string bark() const { return "woof!"; }
324 .def("bark", &PolymorphicDog::bark);
334 >>> p.bark()
/external/clang/test/Preprocessor/
Dskipping_unclean.c7 bark
/external/llvm-project/clang/test/Preprocessor/
Dskipping_unclean.c7 bark
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
DDog.java30 public void bark() { in bark() method in Dog
/external/llvm-project/clang/test/Sema/
Dattr-target.c16 int __attribute__((target("woof"))) bark() { return 4; } in bark() function
/external/python/pybind11/docs/advanced/
Dmisc.rst125 .def("bark", &Dog::bark);
139 .def("bark", &Dog::bark);
153 .def("bark", &Dog::bark);
Dclasses.rst164 def bark(self):
231 result += bark() + " ";
234 virtual std::string bark() { return "woof!"; }
240 overrides both the added ``bark()`` method *and* the ``go()`` and ``name()``
257 std::string bark() override { PYBIND11_OVERRIDE(std::string, Dog, bark, ); }
263 and ``bark()``. These are needed to portably implement a trampoline for a
279 std::string bark() override { PYBIND11_OVERRIDE(std::string, Husky, bark, ); }
300 std::string bark() override { PYBIND11_OVERRIDE(std::string, DogBase, bark, ); }
328 def bark(self):
1188 std::string bark() const { return sound; }
Dfunctions.rst487 m.def("bark", [](Dog *dog) -> std::string {
496 With the above, the Python call ``bark(None)`` will return the string ``"(no
501 >>> from animals import Dog, Cat, bark, meow
502 >>> bark(Dog())
506 >>> bark(None)
/external/cldr/common/testData/transforms/
Dfa-t-pl.txt246 Stębark ستامبارک
Dam-t-pl.txt248 Stębark ስተምባርክ
Dchr-t-pl.txt248 Stębark ᏍᏛᎻᏆᎵᎩ
Dar-t-pl.txt246 Stębark ستامبارك
Dja-t-pl.txt251 Stębark ステンバルク
Dpl-fonipa-t-pl.txt248 Stębark stɛmbark
/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/
DAutoOneOfTest.java45 public void bark() {} in bark() method in AutoOneOfTest.Dog
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt1898 丹皮 < the\-root\-bark\-of\-the\-peony\-tree;
4112 䇣 < bamboo\-with\-white\-bark;
7120 㕭 < to\-bark\-as\-a\-dog;
13322 樹皮 < tree\-bark;
17011 㹞 < to\-bark;
20599 吠 < bark;
26262 丹皮 > the\-root\-bark\-of\-the\-peony\-tree;
30329 樹皮 > tree\-bark;
38815 䇣 > bamboo\-with\-white\-bark;
40740 㕭 > to\-bark\-as\-a\-dog;
[all …]
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt645 吠>'[bark]';
/external/brotli/tests/testdata/
Dalice29.txt965 about anxiously among the trees, a little sharp bark just over
993 of breath, and till the puppy's bark sounded quite faint in the

12