Home
last modified time | relevance | path

Searched defs:string (Results 1 – 25 of 114) sorted by relevance

12345

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dre.py134 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
Dhashlib.py106 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/
Dre.py138 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
Dhashlib.py112 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/
Dsupport.py22 def parse_string(string): argument
30 def reformat(string): argument
Dtest_util.py25 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/
DStringFormat.cpp36 void StringAppendFormatRaw(std::string* string, const char* format, ...) { in StringAppendFormatRaw()
43 void StringAppendFormatWithArgs(std::string* string, in StringAppendFormatWithArgs()
DStringFormat.h75 void StringAppendFormat(std::string* string, in StringAppendFormat()
DStringView.h110 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/
Datof.c19 atof(const char *string) in atof()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/
Dscanner.py28 def _scan_once(string, idx): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/
Dscanner.py28 def _scan_once(string, idx): argument
/device/linaro/bootloader/edk2/BaseTools/Scripts/
DConvertMasmToNasm.py103 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/
Dreggnu.c46 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/
DCheckUnicodeSourceFiles.py38 def EncodeToFile(self, encoding, string=None): argument
63 def CheckFile(self, encoding, shouldPass, string=None): argument
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dres_send.c135 # 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__.py35 def parseString(string, handler, errorHandler=ErrorHandler()): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
D__init__.py35 def parseString(string, handler, errorHandler=ErrorHandler()): argument
/device/linaro/bootloader/edk2/StdLib/LibC/Main/
DMain.c80 char *string; in ArgvConvert() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
D_sre.c1701 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/
DEnvirons.c145 system(const char *string) in system()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
D_sre.c1687 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.c1687 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/
Dasdl.h5 typedef PyObject * string; typedef
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dasdl.h5 typedef PyObject * string; typedef

12345