HomeSort by relevance Sort by last modified time
    Searched refs:get_output (Results 1 - 22 of 22) sorted by null

  /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/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)
  /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);
  /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)
  /device/google/cuttlefish_common/guest/hals/audio/policy/
vsoc_audio_policy_hal.cpp 61 dap->policy.get_output = &GceAudioPolicy::GetOutput;
  /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...]
  /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,
  /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
  /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();
  /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
  /hardware/libhardware/modules/audio/
audio_policy.c 264 dap->policy.get_output = ap_get_output;
  /hardware/qcom/audio/legacy/alsa_sound/
audio_policy_hal.cpp 349 qap->policy.get_output = ap_get_output;
  /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...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_logging.py 949 def get_output(self): member in class:SocketHandlerTest
961 self.assertEqual(self.get_output(), "spam\neggs\n")
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_logging.py 949 def get_output(self): member in class:SocketHandlerTest
961 self.assertEqual(self.get_output(), "spam\neggs\n")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_logging.py 949 def get_output(self): member in class:SocketHandlerTest
961 self.assertEqual(self.get_output(), "spam\neggs\n")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_logging.py 949 def get_output(self): member in class:SocketHandlerTest
961 self.assertEqual(self.get_output(), "spam\neggs\n")
    [all...]
  /external/scapy/scapy/
utils.py 455 ... assert cmco.get_output() == "hey"
475 def get_output(self, eval_bytes=False): member in class:ContextManagerCaptureOutput
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msxml2.h 3639 HRESULT (WINAPI *get_output)(IXSLProcessor *This,VARIANT *pOutput); member in struct:MSXML2::IXSLProcessorVtbl
5021 HRESULT (WINAPI *get_output)(IMXWriter *This,VARIANT *varDestination); member in struct:MSXML2::IMXWriterVtbl
    [all...]

Completed in 3069 milliseconds