HomeSort by relevance Sort by last modified time
    Searched refs:eq (Results 101 - 125 of 1239) sorted by null

1 2 3 45 6 7 8 91011>>

  /hardware/qcom/audio/post_proc/
effect_api.c 254 void offload_eq_set_device(struct eq_params *eq, uint32_t device)
257 eq->device = device;
260 void offload_eq_set_enable_flag(struct eq_params *eq, bool enable)
263 eq->enable_flag = enable;
266 int offload_eq_get_enable_flag(struct eq_params *eq)
269 return eq->enable_flag;
272 void offload_eq_set_preset(struct eq_params *eq, int preset)
275 eq->config.preset_id = preset;
276 eq->config.eq_pregain = Q27_UNITY;
279 void offload_eq_set_bands_level(struct eq_params *eq, int num_bands
    [all...]
effect_api.h 70 void offload_eq_set_device(struct eq_params *eq, uint32_t device);
71 void offload_eq_set_enable_flag(struct eq_params *eq, bool enable);
72 int offload_eq_get_enable_flag(struct eq_params *eq);
73 void offload_eq_set_preset(struct eq_params *eq, int preset);
74 void offload_eq_set_bands_level(struct eq_params *eq, int num_bands,
77 int offload_eq_send_params(struct mixer_ctl *ctl, struct eq_params *eq,
  /external/icu/icu4c/source/common/
rbbicst.pl 20 if ($ARGV[0] eq "-j") {
111 if ($fields[0] eq "n") {
120 if ($fields[0] eq "") {
132 if ($fields[0] eq "" ) {
175 if ($state_func_name[$state] eq "") {
212 if ($setName eq "default") {
214 elsif ($setName eq "escaped") {
216 elsif ($setName eq "escapedP") {
218 elsif ($setName eq "eof") {
306 if ($state_push_state[$state] eq "") {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_rfc822.py 218 eq = self.assertEqual
231 eq(addrs, ccs)
235 eq(addrs, ccs)
238 eq = self.assertEqual
239 eq(rfc822.parseaddr('<>'), ('', ''))
240 eq(rfc822.parseaddr('aperson@dom.ain'), ('', 'aperson@dom.ain'))
241 eq(rfc822.parseaddr('bperson@dom.ain (Bea A. Person)'),
243 eq(rfc822.parseaddr('Cynthia Person <cperson@dom.ain>'),
247 eq = self.assertEqual
248 eq(rfc822.quote('foo\\wacky"name'), 'foo\\\\wacky\\"name'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_rfc822.py 218 eq = self.assertEqual
231 eq(addrs, ccs)
235 eq(addrs, ccs)
238 eq = self.assertEqual
239 eq(rfc822.parseaddr('<>'), ('', ''))
240 eq(rfc822.parseaddr('aperson@dom.ain'), ('', 'aperson@dom.ain'))
241 eq(rfc822.parseaddr('bperson@dom.ain (Bea A. Person)'),
243 eq(rfc822.parseaddr('Cynthia Person <cperson@dom.ain>'),
247 eq = self.assertEqual
248 eq(rfc822.quote('foo\\wacky"name'), 'foo\\\\wacky\\"name'
    [all...]
  /external/selinux/scripts/
Lindent 9 elif [ $V1 -eq 2 ]; then
12 elif [ $V2 -eq 2 ]; then
  /external/vboot_reference/utility/
tpm-nvsize 21 if [ $try -eq $low ]; then
43 if [ $try -eq $low ]; then
  /frameworks/base/tests/backup/
backup_stress_test.sh 57 if [ $i -eq $iterations ]; then
60 [ "$failures" -eq 0 ] && exit 0
  /external/toybox/tests/
renice.test 75 if [ $old_nice_val -eq 39 -a $old_nice_val -eq $new_nice_val ]
79 elif [ $old_nice_val -eq 0 -a $old_nice_val -eq $new_nice_val ]
88 elif [ $new_nice_val -eq $n_val1 -a $new_nice_val -eq $(($old_nice_val+1)) ]
91 if [ $cnt -eq $loop_cnt ]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
miniopt.c 60 char *p, *eq, *valstr, *endptr = NULL; local
94 eq = strchr(p, '=');
95 if (eq == NULL && !t->longflags) {
101 keylen = eq ? (eq - (p + 2)) : (int)strlen(p) - 2;
105 if (eq) {
106 valstr = eq + 1;
  /external/mesa3d/src/mesa/main/
clip.c 52 _mesa_ClipPlane( GLenum plane, const GLdouble *eq )
65 equation[0] = (GLfloat) eq[0];
66 equation[1] = (GLfloat) eq[1];
67 equation[2] = (GLfloat) eq[2];
68 equation[3] = (GLfloat) eq[3];
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email_torture.py 51 eq = self.assertEqual
55 eq(type(payload), ListType)
56 eq(len(payload), 12)
57 eq(msg.preamble, None)
58 eq(msg.epilogue, '\n')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email_torture.py 51 eq = self.assertEqual
55 eq(type(payload), ListType)
56 eq(len(payload), 12)
57 eq(msg.preamble, None)
58 eq(msg.epilogue, '\n')
  /external/elfutils/src/tests/
run-native-test.sh 35 test $native -eq 0 || {
77 test $native -eq 0 || testrun "$@" -p $native > /dev/null
  /external/google-breakpad/src/testing/gtest/xcode/Scripts/
runtests.sh 51 if [ $result -eq 0 ]; then
  /external/google-breakpad/src/tools/solaris/dump_syms/
run_regtest.sh 44 if [ $status -eq 0 ] ; then
  /external/google-breakpad/src/tools/windows/dump_syms/
run_regtest.sh 46 if [ $status -eq 0 ] ; then
  /external/libcxx/buildcmds/
buildcmdscc 8 if [ $? -eq 0 ]; then
  /external/libcxx/test/std/strings/basic.string/string.ops/string.accessors/
c_str.pass.cpp 28 assert(T::eq(str[s.size()], typename S::value_type()));
31 assert(T::eq(str[0], typename S::value_type()));
data.pass.cpp 28 assert(T::eq(str[s.size()], typename S::value_type()));
31 assert(T::eq(str[0], typename S::value_type()));
  /external/libxml2/
dbgen.pl 5 if ($size eq "")
dbgenattr.pl 5 if ($size eq "")
  /external/protobuf/gtest/xcode/Scripts/
runtests.sh 51 if [ $result -eq 0 ]; then
  /frameworks/native/opengl/libs/tools/
glapigen 40 if ($name eq "glGetString") {
47 if ($type eq "void") {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
vpx_scale_rtcd.pl 9 if (vpx_config("CONFIG_SPATIAL_RESAMPLING") eq "yes") {
27 if (vpx_config("CONFIG_VP9") eq "yes") {

Completed in 821 milliseconds

1 2 3 45 6 7 8 91011>>