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

  /external/lldb/test/functionalities/plugins/commands/
TestPluginCommands.py 29 retobj = lldb.SBCommandReturnObject()
31 retval = debugger.GetCommandInterpreter().HandleCommand("plugin load plugin.dylib",retobj)
33 retobj.Clear()
35 retval = debugger.GetCommandInterpreter().HandleCommand("plugin_loaded_command child abc def ghi",retobj)
38 print retobj.GetOutput()
40 self.expect(retobj,substrs = ['abc def ghi'], exe=False)
42 retobj.Clear()
45 retval = debugger.GetCommandInterpreter().HandleCommand("plugin_loaded_ ch abc def ghi",retobj)
48 print retobj.GetOutput()
50 self.expect(retobj,substrs = ['abc def ghi'], exe=False
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
Util.java 478 Object retobj = sIsVoiceCapable.invoke(telephonyManager, arglist); local
479 return (Boolean) retobj;
  /packages/apps/Camera/src/com/android/camera/
Util.java 533 Object retobj = sIsVoiceCapable.invoke(telephonyManager, arglist); local
534 return (Boolean) retobj;
  /packages/apps/Camera2/src/com/android/camera/util/
CameraUtil.java 649 Object retobj = sIsVoiceCapable.invoke(telephonyManager, arglist); local
650 return (Boolean) retobj;
    [all...]

Completed in 259 milliseconds