/external/autotest/client/cros/audio/ |
cras_dbus_utils.py | 205 logging.debug('nodes = %s', pprint.pformat(self._nodes)) 232 logging.debug('nodes = %s', pprint.pformat(nodes))
|
/frameworks/wilhelm/tests/examples/ |
slesTestSawtoothBufferQueue.cpp | 174 audioSource.pFormat = (void *)&pcm; 181 audioSink.pFormat = NULL;
|
slesTestBassBoostPath.cpp | 104 audioSink.pFormat = NULL; 137 audioSource.pFormat = (void*)&mime;
|
slesTestEqFdPath.cpp | 109 audioSink.pFormat = NULL; 142 audioSource.pFormat = (void*)&mime;
|
slesTestEqOutputPath.cpp | 118 audioSink.pFormat = NULL; 149 audioSource.pFormat = (void*)&mime;
|
slesTestPlayFdPath.cpp | 120 audioSink.pFormat = NULL; 147 audioSource.pFormat = (void*)&mime;
|
slesTestVirtualizerPath.cpp | 105 audioSink.pFormat = NULL; 138 audioSource.pFormat = (void*)&mime;
|
/frameworks/wilhelm/tests/mimeUri/ |
slesTest_playStates.cpp | 97 audioSink.pFormat = NULL; 118 audioSource.pFormat = (void*)&mime;
|
slesTestLoopUri.cpp | 172 audioSource.pFormat = (void *)&mime; 179 audioSink.pFormat = NULL;
|
slesTestPlayStreamType.cpp | 100 audioSink.pFormat = NULL; 124 audioSource.pFormat = (void*)&mime;
|
slesTestPlayUri2.cpp | 119 audioSink.pFormat = NULL; 133 audioSource.pFormat = (void *)&mime;
|
/frameworks/wilhelm/tests/sandbox/ |
intbufq.c | 120 audiosrc.pFormat = &pcm; 122 audiosnk.pFormat = NULL;
|
monkey.c | 108 audioSrc.pFormat = &format_mime; 115 audioSnk.pFormat = NULL;
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_sys_setprofile.py | 97 % (pprint.pformat(expected), pprint.pformat(events)))
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_sys_setprofile.py | 97 % (pprint.pformat(expected), pprint.pformat(events)))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_sys_setprofile.py | 97 % (pprint.pformat(expected), pprint.pformat(events)))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_sys_setprofile.py | 97 % (pprint.pformat(expected), pprint.pformat(events)))
|
/device/asus/fugu/libaudio/ |
AudioStreamOut.cpp | 82 audio_format_t *pFormat, 87 audio_format_t lFormat = pFormat ? *pFormat : AUDIO_FORMAT_DEFAULT; 96 if (pFormat) *pFormat = lFormat;
|
/external/opencv3/3rdparty/jinja2/ |
utils.py | 173 def pformat(obj, verbose=False): function 181 from pprint import pformat 182 return pformat(obj)
|
/tools/test/connectivity/acts/tests/google/ble/filtering/ |
UniqueFilteringTest.py | 45 self.log.debug(pprint.pformat(event)) 54 self.log.debug(pprint.pformat(event)) 73 self.log.debug(pprint.pformat(event))
|
/external/autotest/server/cros/clique_lib/ |
clique_runner.py | 155 debug_string += pprint.pformat(debug_dict) 157 debug_string += pprint.pformat({'ap_name': ap.name})
|
/frameworks/wilhelm/tests/ |
mimeUri_test.cpp | 152 audioSource.pFormat = (void *)&mime; 159 audioSink.pFormat = NULL;
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioPolicyInterface.h | 196 audio_format_t *pFormat, 220 audio_format_t *pFormat,
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
SimpleDateFormatTest.java | 641 SimpleDateFormat pFormat = new SimpleDateFormat("h z", Locale.ENGLISH); 643 pFormat.parse("14 GMT-23"); 648 pFormat.parse("14 GMT+23"); 657 SimpleDateFormat pFormat = new SimpleDateFormat("h z", Locale.ENGLISH); 661 pFormat.parse("14 GMT+24:00"); [all...] |
/cts/apps/CtsVerifier/jni/audio_loopback/ |
sles.cpp | 383 audiosrc.pFormat = &pcm; 385 audiosnk.pFormat = NULL; 449 audiosrc.pFormat = NULL; 453 audiosnk.pFormat = &pcm;
|