HomeSort by relevance Sort by last modified time
    Searched full:get_output (Results 1 - 25 of 32) sorted by null

1 2

  /cts/hostsidetests/security/securityPatch/CVE-2017-13232/
poc.cpp 33 GET_OUTPUT,
  /hardware/qcom/audio/post_proc/
bundle.c 106 output_context_t *get_output(audio_io_handle_t output) function
195 if (get_output(output) != NULL) {
261 out_ctxt = get_output(output);
443 output_context_t *out_ctxt = get_output(ioId);
468 output_context_t *out_ctxt = get_output(context->out_handle);
707 out_ctxt = get_output(context->out_handle);
712 out_ctxt = get_output(context->out_handle);
  /development/tools/privapp_permissions/
privapp_permissions.py 109 return get_output(command)
184 adb = get_output('which adb').strip()
194 get_output('%s start-server' % adb)
215 return Aapt(get_output('which aapt').strip())
237 output = get_output('%s -s %s get-state' %
254 output = get_output(command)
269 output = get_output(get_serials_cmd)
324 return get_output('find %s -name "*.apk"' % priv_app_dir).split()
334 def get_output(command): function
  /external/autotest/server/site_tests/firmware_Cr50ConsoleCommands/
firmware_Cr50ConsoleCommands.py 65 def get_output(self, cmd, regexp, split_str, sort): member in class:firmware_Cr50ConsoleCommands
104 output = self.get_output(cmd, regexp, split_str, sort)
  /external/python/cpython3/Lib/test/
test_faulthandler.py 50 def get_output(self, code, filename=None, fd=None): member in class:FaultHandlerTests
112 output, exitcode = self.get_output(code, filename=filename, fd=fd)
309 stderr, exitcode = self.get_output(code)
419 trace, exitcode = self.get_output(code, filename, fd)
456 trace, exitcode = self.get_output(code)
499 output, exitcode = self.get_output(code, filename)
577 trace, exitcode = self.get_output(code, filename)
680 trace, exitcode = self.get_output(code, filename)
test_base64.py 651 def get_output(self, *args): member in class:TestMain
655 output = self.get_output('-t')
665 output = self.get_output('-e', support.TESTFN)
677 output = self.get_output('-d', support.TESTFN)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_install_lib.py 67 # get_output should return 4 elements
  /external/python/cpython2/Lib/distutils/tests/
test_install_lib.py 67 # get_output should return 4 elements
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_lib.py 67 # get_output should return 4 elements
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_lib.py 67 # get_output should return 4 elements
  /external/libxcam/modules/ocl/
cl_pyramid_blender.h 165 SmartPtr<CLImage> get_output () { function in class:XCam::CLPyramidBlendKernel
369 SmartPtr<CLImage> get_output () { function in class:XCam::CLPyramidCopyKernel
cl_pyramid_blender.cpp 853 SmartPtr<CLImage> image_out = get_output ();
    [all...]
  /hardware/qcom/audio/visualizer/
offload_visualizer.c 239 output_context_t *get_output(audio_io_handle_t output) { function
441 if (get_output(output) != NULL) {
490 out_ctxt = get_output(output);
    [all...]
  /device/google/cuttlefish_common/guest/hals/audio/policy/
vsoc_audio_policy_hal.cpp 61 dap->policy.get_output = &GceAudioPolicy::GetOutput;
  /external/scapy/test/
p0f.uts 54 assert cmco.get_output() == '192.168.0.119:56011 - @Windows XP/2000 (RFC1323+, w+, tstamp-)\n -> 40.77.226.249:https (S) (distance 0)\n'
mock_windows.uts 348 lines = cmco.get_output().split("\n")[1:]
  /hardware/libhardware/modules/audio/
audio_policy.c 264 dap->policy.get_output = ap_get_output;
  /hardware/libhardware/include/hardware/
audio_policy.h 61 * - process get_output() queries received when AudioTrack objects are
131 audio_io_handle_t (*get_output)(struct audio_policy *pol, member in struct:audio_policy
  /system/core/debuggerd/tombstoned/
tombstoned.cpp 113 std::pair<std::string, unique_fd> get_output() { function in class:CrashQueue
215 std::tie(crash->crash_tombstone_path, output_fd) = CrashQueue::for_crash(crash)->get_output();
  /external/autotest/server/cros/chaos_lib/
chaos_capture_analyzer.py 16 def get_output(self, display_filter=None, summaries=True, decryption=None): member in class:PacketCapture
78 output = self.get_output(display_filter=display_filter)
141 packets = self.get_output(display_filter=filter, summaries=summaries,
  /hardware/qcom/audio/legacy/alsa_sound/
audio_policy_hal.cpp 349 qap->policy.get_output = ap_get_output;
  /art/test/970-iface-super-resolution-gen/util-src/
generate_smali.py 381 result = a.get_output()),
507 def get_output(self): member in class:TestInterface
  /frameworks/av/media/libaudioclient/
IAudioPolicyService.cpp 44 GET_OUTPUT,
172 remote()->transact(GET_OUTPUT, data, &reply);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_logging.py 915 def get_output(self): member in class:SocketHandlerTest
927 self.assertEqual(self.get_output(), "spam\neggs\n")
    [all...]
  /external/python/cpython2/Lib/test/
test_logging.py 947 def get_output(self): member in class:SocketHandlerTest
959 self.assertEqual(self.get_output(), "spam\neggs\n")
    [all...]

Completed in 2263 milliseconds

1 2