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

  /prebuilts/ndk/r11/sources/android/support/src/musl-locale/
intl.c 38 static const char default_str[] = "messages"; local
40 if (domainname && *domainname && strcmp(domainname, default_str)) {
44 return (char *) default_str;
  /prebuilts/ndk/r13/sources/android/support/src/musl-locale/
intl.c 38 static const char default_str[] = "messages"; local
40 if (domainname && *domainname && strcmp(domainname, default_str)) {
44 return (char *) default_str;
  /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 46 const CFX_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/syslinux/core/fs/pxe/
pxe.c 434 const char *default_str = "default"; local
475 strcpy(config_file, default_str);
  /external/pdfium/core/fxcrt/
fx_basic_gcc.cpp 224 const FX_CHAR* default_str,
fx_system.h 231 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...]

Completed in 616 milliseconds