Searched refs:emptystring (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/ |
D | callbacks.c | 104 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/ |
D | codeobject.c | 154 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/ |
D | asm_plan9_amd64.s | 50 LEAQ ·emptystring(SB), SI 95 LEAQ ·emptystring(SB), SI 168 LEAQ ·emptystring(SB), SI
|
D | asm_plan9_386.s | 51 LEAL ·emptystring(SB), SI 96 LEAL ·emptystring(SB), SI 170 LEAL ·emptystring(SB), SI
|
D | asm_plan9_arm.s | 29 MOVW $·emptystring+0(SB), R2 64 MOVW $·emptystring+0(SB), R2 121 MOVW $·emptystring+0(SB), R2
|
D | syscall_plan9.go | 83 var emptystring string var
|
/aosp_15_r20/external/icu/icu4c/source/test/testdata/ |
H A D | testtypes.txt | 26 emptystring { "" }
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/testdata/ |
H A D | testtypes.txt | 26 emptystring { "" }
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | codeobject.c | 686 #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/ |
D | pylintrc | 37 pylint.extensions.emptystring,
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/mail/ |
D | message_test.go | 702 `"" <emptystring@example.com>`,
|
/aosp_15_r20/tools/repohooks/tools/ |
H A D | pylintrc | 40 pylint.extensions.emptystring,
|
/aosp_15_r20/external/avb/ |
H A D | pylintrc | 41 pylint.extensions.emptystring,
|
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/ |
D | TODO | 155 Objects/codeobject.c:PyCode_NewEmpty():emptystring static PyObject *emptystring
|