HomeSort by relevance Sort by last modified time
    Searched refs:do_enable (Results 1 - 11 of 11) 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\
  /system/bt/tools/mcap_tool/
mcap_tool.cc 622 void do_enable(char* p) { adapter_enable(); } function
872 {"enable_bluetooth", do_enable, "", 0},
  /system/core/init/
builtins.cpp 164 static int do_enable(const std::vector<std::string>& args) { function in namespace:android::init
911 {"enable", {1, 1, do_enable}},
  /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...]
  /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 287 milliseconds