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

  /external/vboot_reference/scripts/image_signing/
tag_image.sh 69 local do_enable=${FLAGS_FALSE}
75 do_enable=${FLAGS_TRUE}
104 if [ "${do_enable}" = ${FLAGS_TRUE} ]; then
111 elif [ "${do_enable}" != ${FLAGS_FALSE} ]; then
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
module.c 119 static char *kwlist[] = {"do_enable", NULL, NULL};
120 int do_enable; local
123 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "i", kwlist, &do_enable))
128 rc = sqlite3_enable_shared_cache(do_enable);
140 "enable_shared_cache(do_enable)\n\
  /external/python/cpython2/Modules/_sqlite/
module.c 119 static char *kwlist[] = {"do_enable", NULL, NULL};
120 int do_enable; local
123 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "i", kwlist, &do_enable))
128 rc = sqlite3_enable_shared_cache(do_enable);
140 "enable_shared_cache(do_enable)\n\
  /external/python/cpython3/Modules/_sqlite/
module.c 127 static char *kwlist[] = {"do_enable", NULL, NULL};
128 int do_enable; local
131 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "i", kwlist, &do_enable))
136 rc = sqlite3_enable_shared_cache(do_enable);
147 "enable_shared_cache(do_enable)\n\
  /external/nos/host/generic/citadel/updater/
updater.cpp 673 static uint32_t do_enable(AppClient &app, const char *pw) function in namespace:__anon30749
835 do_enable(app, passwd) != APP_SUCCESS)
  /system/bt/tools/mcap_tool/
mcap_tool.cc 610 void do_enable(char* p) { adapter_enable(); } function
860 {"enable_bluetooth", do_enable, "", 0},
  /system/core/init/
builtins.cpp 137 static Result<Success> do_enable(const BuiltinArguments& args) { function in namespace:android::init
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pdb.py 493 def do_enable(self, arg): member in class:Pdb
    [all...]
  /external/python/cpython2/Lib/
pdb.py 493 def do_enable(self, arg): member in class:Pdb
    [all...]
  /external/python/cpython3/Lib/
pdb.py 764 def do_enable(self, arg): member in class:Pdb
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pdb.py 493 def do_enable(self, arg): member in class:Pdb
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pdb.py 493 def do_enable(self, arg): member in class:Pdb
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pdb.py 493 def do_enable(self, arg): member in class:Pdb
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pdb.py 493 def do_enable(self, arg): member in class:Pdb
    [all...]

Completed in 618 milliseconds