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

1 2 3 4 5 6 7 8 91011>>

  /device/google/dragon/audio/hal/dsp/
eq.h 13 /* An EQ is a chain of biquad filters. See Web Audio API spec for details of the
18 /* Maximum number of biquad filters an EQ can have */
21 struct eq;
23 /* Create an EQ. */
24 struct eq *eq_new();
26 /* Free an EQ. */
27 void eq_free(struct eq *eq);
29 /* Append a biquad filter to an EQ. An EQ can have at most MAX_BIQUADS_PER_E
    [all...]
  /external/autotest/client/site_tests/security_Minijail0/src/
test-pid-file 10 [ "$$" -eq "$pid" ]
  /external/llvm/test/MC/AArch64/
arm64-elf-reloc-condbr.s 4 b.eq somewhere
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-pe/
non-c-lang-syms.s 5 .comm _test_equiv.eq.1_, 16, 4
6 .comm _test_equiv.eq.100, 16, 5
7 .comm _test_equiv.eq._, 16, 6
8 .comm _test_equiv.eq., 16, 7
10 .comm _test$equiv.eq.1_, 16, 4
11 .comm _test$equiv.eq.100, 16, 5
12 .comm _test$equiv.eq._, 16, 6
13 .comm _test$equiv.eq., 16, 7
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_base64.py 10 eq = self.assertEqual
11 eq(base64.encodestring("www.python.org"), "d3d3LnB5dGhvbi5vcmc=\n")
12 eq(base64.encodestring("a"), "YQ==\n")
13 eq(base64.encodestring("ab"), "YWI=\n")
14 eq(base64.encodestring("abc"), "YWJj\n")
15 eq(base64.encodestring(""), "")
16 eq(base64.encodestring("abcdefghijklmnopqrstuvwxyz"
23 eq(base64.encodestring(bytearray('abc')), 'YWJj\n')
26 eq = self.assertEqual
27 eq(base64.decodestring("d3d3LnB5dGhvbi5vcmc=\n"), "www.python.org"
    [all...]
test_mimetypes.py 19 eq = self.assertEqual
20 eq(self.db.guess_type("foo.html"), ("text/html", None))
21 eq(self.db.guess_type("foo.tgz"), ("application/x-tar", "gzip"))
22 eq(self.db.guess_type("foo.tar.gz"), ("application/x-tar", "gzip"))
23 eq(self.db.guess_type("foo.tar.Z"), ("application/x-tar", "compress"))
24 eq(self.db.guess_type("foo.tar.bz2"), ("application/x-tar", "bzip2"))
25 eq(self.db.guess_type("foo.tar.xz"), ("application/x-tar", "xz"))
28 eq = self.assertEqual
30 eq(guess_type("data:,thisIsTextPlain"), ("text/plain", None))
31 eq(guess_type("data:;base64,thisIsTextPlain"), ("text/plain", None)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_base64.py 10 eq = self.assertEqual
11 eq(base64.encodestring("www.python.org"), "d3d3LnB5dGhvbi5vcmc=\n")
12 eq(base64.encodestring("a"), "YQ==\n")
13 eq(base64.encodestring("ab"), "YWI=\n")
14 eq(base64.encodestring("abc"), "YWJj\n")
15 eq(base64.encodestring(""), "")
16 eq(base64.encodestring("abcdefghijklmnopqrstuvwxyz"
23 eq(base64.encodestring(bytearray('abc')), 'YWJj\n')
26 eq = self.assertEqual
27 eq(base64.decodestring("d3d3LnB5dGhvbi5vcmc=\n"), "www.python.org"
    [all...]
test_mimetypes.py 19 eq = self.assertEqual
20 eq(self.db.guess_type("foo.html"), ("text/html", None))
21 eq(self.db.guess_type("foo.tgz"), ("application/x-tar", "gzip"))
22 eq(self.db.guess_type("foo.tar.gz"), ("application/x-tar", "gzip"))
23 eq(self.db.guess_type("foo.tar.Z"), ("application/x-tar", "compress"))
24 eq(self.db.guess_type("foo.tar.bz2"), ("application/x-tar", "bzip2"))
25 eq(self.db.guess_type("foo.tar.xz"), ("application/x-tar", "xz"))
28 eq = self.assertEqual
30 eq(guess_type("data:,thisIsTextPlain"), ("text/plain", None))
31 eq(guess_type("data:;base64,thisIsTextPlain"), ("text/plain", None)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_base64.py 10 eq = self.assertEqual
11 eq(base64.encodestring("www.python.org"), "d3d3LnB5dGhvbi5vcmc=\n")
12 eq(base64.encodestring("a"), "YQ==\n")
13 eq(base64.encodestring("ab"), "YWI=\n")
14 eq(base64.encodestring("abc"), "YWJj\n")
15 eq(base64.encodestring(""), "")
16 eq(base64.encodestring("abcdefghijklmnopqrstuvwxyz"
23 eq(base64.encodestring(bytearray('abc')), 'YWJj\n')
26 eq = self.assertEqual
27 eq(base64.decodestring("d3d3LnB5dGhvbi5vcmc=\n"), "www.python.org"
    [all...]
test_mimetypes.py 19 eq = self.assertEqual
20 eq(self.db.guess_type("foo.html"), ("text/html", None))
21 eq(self.db.guess_type("foo.tgz"), ("application/x-tar", "gzip"))
22 eq(self.db.guess_type("foo.tar.gz"), ("application/x-tar", "gzip"))
23 eq(self.db.guess_type("foo.tar.Z"), ("application/x-tar", "compress"))
24 eq(self.db.guess_type("foo.tar.bz2"), ("application/x-tar", "bzip2"))
25 eq(self.db.guess_type("foo.tar.xz"), ("application/x-tar", "xz"))
28 eq = self.assertEqual
30 eq(guess_type("data:,thisIsTextPlain"), ("text/plain", None))
31 eq(guess_type("data:;base64,thisIsTextPlain"), ("text/plain", None)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_base64.py 10 eq = self.assertEqual
11 eq(base64.encodestring("www.python.org"), "d3d3LnB5dGhvbi5vcmc=\n")
12 eq(base64.encodestring("a"), "YQ==\n")
13 eq(base64.encodestring("ab"), "YWI=\n")
14 eq(base64.encodestring("abc"), "YWJj\n")
15 eq(base64.encodestring(""), "")
16 eq(base64.encodestring("abcdefghijklmnopqrstuvwxyz"
23 eq(base64.encodestring(bytearray('abc')), 'YWJj\n')
26 eq = self.assertEqual
27 eq(base64.decodestring("d3d3LnB5dGhvbi5vcmc=\n"), "www.python.org"
    [all...]
test_mimetypes.py 19 eq = self.assertEqual
20 eq(self.db.guess_type("foo.html"), ("text/html", None))
21 eq(self.db.guess_type("foo.tgz"), ("application/x-tar", "gzip"))
22 eq(self.db.guess_type("foo.tar.gz"), ("application/x-tar", "gzip"))
23 eq(self.db.guess_type("foo.tar.Z"), ("application/x-tar", "compress"))
24 eq(self.db.guess_type("foo.tar.bz2"), ("application/x-tar", "bzip2"))
25 eq(self.db.guess_type("foo.tar.xz"), ("application/x-tar", "xz"))
28 eq = self.assertEqual
30 eq(guess_type("data:,thisIsTextPlain"), ("text/plain", None))
31 eq(guess_type("data:;base64,thisIsTextPlain"), ("text/plain", None)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_base64.py 10 eq = self.assertEqual
11 eq(base64.encodestring("www.python.org"), "d3d3LnB5dGhvbi5vcmc=\n")
12 eq(base64.encodestring("a"), "YQ==\n")
13 eq(base64.encodestring("ab"), "YWI=\n")
14 eq(base64.encodestring("abc"), "YWJj\n")
15 eq(base64.encodestring(""), "")
16 eq(base64.encodestring("abcdefghijklmnopqrstuvwxyz"
24 eq = self.assertEqual
25 eq(base64.decodestring("d3d3LnB5dGhvbi5vcmc=\n"), "www.python.org")
26 eq(base64.decodestring("YQ==\n"), "a")
    [all...]
  /external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/
eq.pass.cpp 14 // static constexpr bool eq(char_type c1, char_type c2);
21 assert(std::char_traits<char>::eq('a', 'a'));
22 assert(!std::char_traits<char>::eq('a', 'A'));
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/
eq.pass.cpp 14 // static constexpr bool eq(char_type c1, char_type c2);
22 assert(std::char_traits<char>::eq('a', 'a'));
23 assert(!std::char_traits<char>::eq('a', 'A'));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/
eq.pass.cpp 14 // static constexpr bool eq(char_type c1, char_type c2);
22 assert(std::char_traits<char>::eq('a', 'a'));
23 assert(!std::char_traits<char>::eq('a', 'A'));
  /external/curl/tests/libtest/
test610.pl 13 if ($cmd eq "mkdir") {
16 elsif ($cmd eq "rmdir") {
19 elsif ($cmd eq "rm") {
22 elsif ($cmd eq "move") {
26 elsif ($cmd eq "gone") {
  /prebuilts/go/darwin-x86/test/method4.dir/
prog.go 41 func eq(v1, v2 int) { func
52 eq(t1.Sum(a, 5), 15)
53 eq(t2.Sum(a, 6), 16)
55 eq(T1.Sum(t1, a, 7), 17)
56 eq((*T2).Sum(t2, a, 8), 18)
59 eq(f1(t1, a, 9), 19)
61 eq(f2(t2, a, 10), 20)
63 eq(I1.Sum(t1, a, 11), 21)
64 eq(I1.Sum(t2, a, 12), 22)
67 eq(f3(t1, a, 13), 23
    [all...]
  /prebuilts/go/linux-x86/test/method4.dir/
prog.go 41 func eq(v1, v2 int) { func
52 eq(t1.Sum(a, 5), 15)
53 eq(t2.Sum(a, 6), 16)
55 eq(T1.Sum(t1, a, 7), 17)
56 eq((*T2).Sum(t2, a, 8), 18)
59 eq(f1(t1, a, 9), 19)
61 eq(f2(t2, a, 10), 20)
63 eq(I1.Sum(t1, a, 11), 21)
64 eq(I1.Sum(t2, a, 12), 22)
67 eq(f3(t1, a, 13), 23
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumb2_it_bad.s 7 itttt eq
12 ittt eq
16 it eq
18 itt eq
21 it eq
22 iteq eq
  /device/google/dragon/audio/hal/dsp/tests/
eq_test.c 12 #include "eq.h"
32 struct eq *eq; local
41 eq = eq_new();
42 eq_append_biquad(eq, BQ_PEAKING, 380/NQ, 3, -10);
43 eq_append_biquad(eq, BQ_PEAKING, 720/NQ, 3, -12);
44 eq_append_biquad(eq, BQ_PEAKING, 1705/NQ, 3, -8);
45 eq_append_biquad(eq, BQ_HIGHPASS, 218/NQ, 0.7, -10.2);
46 eq_append_biquad(eq, BQ_PEAKING, 580/NQ, 6, -8);
47 eq_append_biquad(eq, BQ_HIGHSHELF, 8000/NQ, 3, 2)
77 struct eq *eq; local
    [all...]
  /external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
insert_init.pass.cpp 44 typedef std::pair<C::iterator, C::iterator> Eq;
45 Eq eq = c.equal_range(1); local
46 assert(std::distance(eq.first, eq.second) == 2);
47 C::iterator k = eq.first;
53 eq = c.equal_range(2);
54 assert(std::distance(eq.first, eq.second) == 2);
55 k = eq.first
92 Eq eq = c.equal_range(1); local
    [all...]
  /external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/
eq.pass.cpp 14 // static constexpr bool eq(char_type c1, char_type c2);
25 assert(std::char_traits<char16_t>::eq(u'a', u'a'));
26 assert(!std::char_traits<char16_t>::eq(u'a', u'A'));
  /external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/
eq.pass.cpp 14 // static constexpr bool eq(char_type c1, char_type c2);
25 assert(std::char_traits<char32_t>::eq(U'a', U'a'));
26 assert(!std::char_traits<char32_t>::eq(U'a', U'A'));
  /external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/
eq.pass.cpp 14 // static constexpr bool eq(char_type c1, char_type c2);
21 assert(std::char_traits<wchar_t>::eq(L'a', L'a'));
22 assert(!std::char_traits<wchar_t>::eq(L'a', L'A'));

Completed in 2537 milliseconds

1 2 3 4 5 6 7 8 91011>>