HomeSort by relevance Sort by last modified time
    Searched refs:_exec (Results 1 - 25 of 27) sorted by null

1 2

  /system/extras/tests/bootloader/
bootctl.py 20 def _exec(self, cmd): member in class:Bootctl
26 return int(self._exec("get-number-slots")[1])
31 return int(self._exec("get-current-slot")[1])
36 return self._exec("mark-boot-successful")[0] == 0
41 return self._exec("set-active-boot-slot " + str(slot))[0] == 0
46 return self._exec("set-slot-as-unbootable " + str(slot))[0] == 0
51 return self._exec("is-slot-bootable " + str(slot))[0] == 0
56 return self._exec("is-slot-marked-successful " + str(slot))[0] == 0
61 return self._exec("get-suffix " + str(slot))[1].strip()
  /prebuilts/go/darwin-x86/src/
iostest.bash 60 -o ../bin/go_darwin_${GOARCH}_exec \
nacltest.bash 57 if ! which go_nacl_${naclGOARCH}_exec >/dev/null; then
58 echo "cannot find go_nacl_${naclGOARCH}_exec, see ../misc/nacl/README." 1>&2
androidtest.bash 35 -o ../bin/go_android_${GOARCH}_exec \
  /prebuilts/go/linux-x86/src/
iostest.bash 60 -o ../bin/go_darwin_${GOARCH}_exec \
nacltest.bash 57 if ! which go_nacl_${naclGOARCH}_exec >/dev/null; then
58 echo "cannot find go_nacl_${naclGOARCH}_exec, see ../misc/nacl/README." 1>&2
androidtest.bash 35 -o ../bin/go_android_${GOARCH}_exec \
  /prebuilts/go/darwin-x86/misc/cgo/testcarchive/
test.bash 19 exec_script=go_$(go env GOOS)_$(go env GOARCH)_exec
  /prebuilts/go/linux-x86/misc/cgo/testcarchive/
test.bash 19 exec_script=go_$(go env GOOS)_$(go env GOARCH)_exec
  /external/javasqlite/src/main/java/SQLite/
Database.java 177 _exec(sql, cb); method
181 private native void _exec(String sql, SQLite.Callback cb) method in class:Database
210 _exec(sql, cb, args); method
214 private native void _exec(String sql, SQLite.Callback cb, String args[]) method in class:Database
  /external/autotest/client/common_lib/
test.py 476 def _exec(self, args, dargs): member in class:base_test
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/util/
template.py 136 self._exec(code[2], ns, pos)
213 def _exec(self, code, ns, pos): member in class:Template
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 626 milliseconds

1 2