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

  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 132 largs = list(args)
136 largs.insert(0, self.current_device)
137 largs.insert(0, "-s")
139 largs.insert(0, self.adb_path)
140 return largs
144 largs = self._prepare_adb_args(args)
148 print "### " + str(largs)
149 p = subprocess.Popen(largs)
152 raise gdb.GdbError("Error starting background adb " + str(largs))
154 raise gdb.GdbError("Unknown error starting background adb " + str(largs))
    [all...]
  /external/bluetooth/glib/glib/
gtestutils.c 172 long double *largs)
174 gboolean fail = lbit == G_TEST_LOG_STOP_CASE && largs[0] != 0;
215 msg.nums = largs;
707 long double largs = minimized_quantity; local
713 g_test_log (G_TEST_LOG_MIN_RESULT, buffer, NULL, 1, &largs);
736 long double largs = maximized_quantity; local
742 g_test_log (G_TEST_LOG_MAX_RESULT, buffer, NULL, 1, &largs);
1121 long double largs[3]; local
    [all...]
  /prebuilt/common/jython/
jython.jar 

Completed in 534 milliseconds