/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | re.py | 134 def match(pattern, string, flags=0): argument 139 def search(pattern, string, flags=0): argument 144 def sub(pattern, repl, string, count=0, flags=0): argument 153 def subn(pattern, repl, string, count=0, flags=0): argument 164 def split(pattern, string, maxsplit=0, flags=0): argument 169 def findall(pattern, string, flags=0): argument 181 def finditer(pattern, string, flags=0): argument 307 def scan(self, string): argument
|
D | hashlib.py | 106 def __py_new(name, string=''): argument 113 def __hash_new(name, string=''): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | re.py | 138 def match(pattern, string, flags=0): argument 143 def search(pattern, string, flags=0): argument 148 def sub(pattern, repl, string, count=0, flags=0): argument 157 def subn(pattern, repl, string, count=0, flags=0): argument 168 def split(pattern, string, maxsplit=0, flags=0): argument 173 def findall(pattern, string, flags=0): argument 185 def finditer(pattern, string, flags=0): argument 321 def scan(self, string): argument
|
D | hashlib.py | 112 def __py_new(name, string=''): argument 119 def __hash_new(name, string=''): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/ |
D | support.py | 22 def parse_string(string): argument 30 def reformat(string): argument
|
D | test_util.py | 25 def assertStr(self, node, string): argument 32 def is_tuple(self, string): argument 48 def is_list(self, string): argument 116 def does_tree_import(self, package, name, string): argument 122 def try_with(self, string): argument 151 def find_binding(self, name, string, package=None): argument
|
/device/generic/goldfish-opengl/android-emu/android/base/ |
D | StringFormat.cpp | 36 void StringAppendFormatRaw(std::string* string, const char* format, ...) { in StringAppendFormatRaw() 43 void StringAppendFormatWithArgs(std::string* string, in StringAppendFormatWithArgs()
|
D | StringFormat.h | 75 void StringAppendFormat(std::string* string, in StringAppendFormat()
|
D | StringView.h | 110 constexpr StringView(const Char* const & string) : in StringView() 217 operator std::string() const { return std::string(mString, mSize); } in string() function
|
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
D | atof.c | 19 atof(const char *string) in atof()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/ |
D | scanner.py | 28 def _scan_once(string, idx): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/ |
D | scanner.py | 28 def _scan_once(string, idx): argument
|
/device/linaro/bootloader/edk2/BaseTools/Scripts/ |
D | ConvertMasmToNasm.py | 103 def MatchAndSetMo(self, regexp, string): argument 107 def SearchAndSetMo(self, regexp, string): argument 111 def ReplacePreserveSpacing(self, string, find, replace): argument 540 def EmitString(self, string): argument 557 def EmitLine(self, string): argument 560 def EmitNewContent(self, string): argument
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
D | reggnu.c | 46 re_adjust_startpos(regex_t* reg, const char* string, int size, in re_adjust_startpos() 74 re_search(regex_t* bufp, const char* string, int size, int startpos, int range, in re_search()
|
/device/linaro/bootloader/edk2/BaseTools/Tests/ |
D | CheckUnicodeSourceFiles.py | 38 def EncodeToFile(self, encoding, string=None): argument 63 def CheckFile(self, encoding, shouldPass, string=None): argument
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | res_send.c | 135 # define Aerror(file, string, error, address) /*empty*/ argument 136 # define Perror(file, string, error) /*empty*/ argument 147 char *string, in Aerror() 168 char *string, in Perror()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/ |
D | __init__.py | 35 def parseString(string, handler, errorHandler=ErrorHandler()): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/ |
D | __init__.py | 35 def parseString(string, handler, errorHandler=ErrorHandler()): argument
|
/device/linaro/bootloader/edk2/StdLib/LibC/Main/ |
D | Main.c | 80 char *string; in ArgvConvert() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
D | _sre.c | 1701 getstring(PyObject* string, Py_ssize_t* p_length, int* p_charsize) in getstring() 1767 state_init(SRE_STATE* state, PatternObject* pattern, PyObject* string, in state_init() 1834 state_getslice(SRE_STATE* state, Py_ssize_t index, PyObject* string, int empty) in state_getslice() 1905 fix_string_param(PyObject *string, PyObject *string2, const char *oldname) in fix_string_param() 1935 PyObject *string = NULL, *string2 = NULL; in pattern_match() local 1981 PyObject *string = NULL, *string2 = NULL; in pattern_search() local 2068 join_list(PyObject* list, PyObject* string) in join_list() 2123 PyObject *string = NULL, *string2 = NULL; in pattern_findall() local 2260 PyObject *string = NULL, *string2 = NULL; in pattern_split() local 2370 pattern_subx(PatternObject* self, PyObject* ptemplate, PyObject* string, in pattern_subx() [all …]
|
/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/ |
D | Environs.c | 145 system(const char *string) in system()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/ |
D | _sre.c | 1687 getstring(PyObject* string, Py_ssize_t* p_length, int* p_charsize) in getstring() 1753 state_init(SRE_STATE* state, PatternObject* pattern, PyObject* string, in state_init() 1820 state_getslice(SRE_STATE* state, Py_ssize_t index, PyObject* string, int empty) in state_getslice() 1884 PyObject* string; in pattern_match() local 1923 PyObject* string; in pattern_search() local 2003 join_list(PyObject* list, PyObject* string) in join_list() 2058 PyObject* string; in pattern_findall() local 2188 PyObject* string; in pattern_split() local 2291 pattern_subx(PatternObject* self, PyObject* ptemplate, PyObject* string, in pattern_subx() 2480 PyObject* string; in pattern_sub() local [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | _sre.c | 1687 getstring(PyObject* string, Py_ssize_t* p_length, int* p_charsize) in getstring() 1753 state_init(SRE_STATE* state, PatternObject* pattern, PyObject* string, in state_init() 1820 state_getslice(SRE_STATE* state, Py_ssize_t index, PyObject* string, int empty) in state_getslice() 1884 PyObject* string; in pattern_match() local 1923 PyObject* string; in pattern_search() local 2003 join_list(PyObject* list, PyObject* string) in join_list() 2058 PyObject* string; in pattern_findall() local 2188 PyObject* string; in pattern_split() local 2291 pattern_subx(PatternObject* self, PyObject* ptemplate, PyObject* string, in pattern_subx() 2480 PyObject* string; in pattern_sub() local [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | asdl.h | 5 typedef PyObject * string; typedef
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | asdl.h | 5 typedef PyObject * string; typedef
|