Home
last modified time | relevance | path

Searched refs:emptystring (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/python/cpython2/Modules/_ctypes/
Dcallbacks.c104 static PyObject *emptystring = NULL; in PyCode_NewEmpty() local
109 if (emptystring == NULL) { in PyCode_NewEmpty()
110 emptystring = PyString_FromString(""); in PyCode_NewEmpty()
111 if (emptystring == NULL) in PyCode_NewEmpty()
130 emptystring, /* code */ in PyCode_NewEmpty()
139 emptystring /* lnotab */ in PyCode_NewEmpty()
/aosp_15_r20/external/python/cpython2/Objects/
Dcodeobject.c154 static PyObject *emptystring = NULL; in PyCode_NewEmpty() local
159 if (emptystring == NULL) { in PyCode_NewEmpty()
160 emptystring = PyString_FromString(""); in PyCode_NewEmpty()
161 if (emptystring == NULL) in PyCode_NewEmpty()
180 emptystring, /* code */ in PyCode_NewEmpty()
189 emptystring /* lnotab */ in PyCode_NewEmpty()
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dasm_plan9_amd64.s50 LEAQ ·emptystring(SB), SI
95 LEAQ ·emptystring(SB), SI
168 LEAQ ·emptystring(SB), SI
Dasm_plan9_386.s51 LEAL ·emptystring(SB), SI
96 LEAL ·emptystring(SB), SI
170 LEAL ·emptystring(SB), SI
Dasm_plan9_arm.s29 MOVW $·emptystring+0(SB), R2
64 MOVW $·emptystring+0(SB), R2
121 MOVW $·emptystring+0(SB), R2
Dsyscall_plan9.go83 var emptystring string var
/aosp_15_r20/external/icu/icu4c/source/test/testdata/
H A Dtesttypes.txt26 emptystring { "" }
/aosp_15_r20/external/cronet/third_party/icu/source/test/testdata/
H A Dtesttypes.txt26 emptystring { "" }
/aosp_15_r20/external/python/cpython3/Objects/
Dcodeobject.c686 #define emptystring (PyObject *)&_Py_SINGLETON(bytes_empty) in PyCode_NewEmpty() macro
697 .localspluskinds = emptystring, in PyCode_NewEmpty()
698 .exceptiontable = emptystring, in PyCode_NewEmpty()
/aosp_15_r20/trusty/vendor/google/aosp/
Dpylintrc37 pylint.extensions.emptystring,
/aosp_15_r20/prebuilts/go/linux-x86/src/net/mail/
Dmessage_test.go702 `"" <emptystring@example.com>`,
/aosp_15_r20/tools/repohooks/tools/
H A Dpylintrc40 pylint.extensions.emptystring,
/aosp_15_r20/external/avb/
H A Dpylintrc41 pylint.extensions.emptystring,
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/
DTODO155 Objects/codeobject.c:PyCode_NewEmpty():emptystring static PyObject *emptystring