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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
_warnings.c 798 static PyObject *default_str = NULL; local
819 if (default_str == NULL) {
820 default_str = PyString_InternFromString("default");
821 if (default_str == NULL)
824 action_obj = default_str;
  /external/pdfium/core/fpdfapi/parser/
cpdf_dictionary.h 47 const ByteString& default_str) const;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
_warnings.c 799 static PyObject *default_str = NULL; local
820 if (default_str == NULL) {
821 default_str = PyString_InternFromString("default");
822 if (default_str == NULL)
825 action_obj = default_str;
  /external/python/cpython2/Python/
_warnings.c 798 static PyObject *default_str = NULL; local
819 if (default_str == NULL) {
820 default_str = PyString_InternFromString("default");
821 if (default_str == NULL)
824 action_obj = default_str;
  /external/python/cpython3/Python/
_warnings.c 1125 static PyObject *default_str = NULL; local
1147 if (default_str == NULL) {
1148 default_str = PyUnicode_InternFromString("default");
1149 if (default_str == NULL)
1152 action_obj = default_str;
    [all...]
  /external/syslinux/core/fs/pxe/
pxe.c 434 const char *default_str = "default"; local
475 strcpy(config_file, default_str);
  /external/pdfium/core/fxcrt/
fx_system.cpp 194 const char* default_str,
fx_system.h 192 const char* default_str,
  /external/e2fsprogs/lib/support/
profile.c 1868 const char *default_str = "[foo]\\n\\tbar=quux\\n\\tsub = {\\n\\t\\twin = true\\n}\\n"; variable
    [all...]
  /external/v8/src/
messages.cc     [all...]
  /external/annotation-tools/annotation-file-utilities/lib/
plume-core.jar 

Completed in 344 milliseconds