/prebuilts/go/darwin-x86/src/syscall/ |
asm_plan9_386.s | 41 LEAL ·emptystring(SB), SI 79 LEAL ·emptystring(SB), SI 146 LEAL ·emptystring(SB), SI
|
asm_plan9_amd64.s | 40 LEAQ ·emptystring(SB), SI 78 LEAQ ·emptystring(SB), SI 144 LEAQ ·emptystring(SB), SI
|
asm_plan9_arm.s | 13 MOVW $·emptystring+0(SB), R2
|
syscall_plan9.go | 34 var emptystring string var
|
/prebuilts/go/linux-x86/src/syscall/ |
asm_plan9_386.s | 41 LEAL ·emptystring(SB), SI 79 LEAL ·emptystring(SB), SI 146 LEAL ·emptystring(SB), SI
|
asm_plan9_amd64.s | 40 LEAQ ·emptystring(SB), SI 78 LEAQ ·emptystring(SB), SI 144 LEAQ ·emptystring(SB), SI
|
asm_plan9_arm.s | 13 MOVW $·emptystring+0(SB), R2
|
syscall_plan9.go | 34 var emptystring string var
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
codeobject.c | 114 static PyObject *emptystring = NULL;
local 119 if (emptystring == NULL) {
120 emptystring = PyString_FromString("");
121 if (emptystring == NULL)
140 emptystring, /* code */
149 emptystring /* lnotab */
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
codeobject.c | 114 static PyObject *emptystring = NULL;
local 119 if (emptystring == NULL) {
120 emptystring = PyString_FromString("");
121 if (emptystring == NULL)
140 emptystring, /* code */
149 emptystring /* lnotab */
|
/external/python/cpython2/Modules/_ctypes/ |
callbacks.c | 104 static PyObject *emptystring = NULL; local 109 if (emptystring == NULL) { 110 emptystring = PyString_FromString(""); 111 if (emptystring == NULL) 130 emptystring, /* code */ 139 emptystring /* lnotab */
|
/external/python/cpython2/Objects/ |
codeobject.c | 154 static PyObject *emptystring = NULL; local 159 if (emptystring == NULL) { 160 emptystring = PyString_FromString(""); 161 if (emptystring == NULL) 180 emptystring, /* code */ 189 emptystring /* lnotab */
|
/external/python/cpython3/Objects/ |
codeobject.c | 210 static PyObject *emptystring = NULL; local 215 if (emptystring == NULL) { 216 emptystring = PyBytes_FromString(""); 217 if (emptystring == NULL) 237 emptystring, /* code */ 246 emptystring /* lnotab */
|
/prebuilts/go/darwin-x86/src/net/mail/ |
message_test.go | 419 `"" <emptystring@example.com>`, 423 Address: "emptystring@example.com",
|
/prebuilts/go/linux-x86/src/net/mail/ |
message_test.go | 419 `"" <emptystring@example.com>`, 423 Address: "emptystring@example.com",
|
/prebuilts/go/darwin-x86/src/text/template/ |
exec_test.go | 400 {"if emptystring", "{{if ``}}NON-EMPTY{{else}}EMPTY{{end}}", "EMPTY", tVal, true}, 484 {"with emptystring", "{{with ``}}{{.}}{{else}}EMPTY{{end}}", "EMPTY", tVal, true}, [all...] |
/prebuilts/go/linux-x86/src/text/template/ |
exec_test.go | 400 {"if emptystring", "{{if ``}}NON-EMPTY{{else}}EMPTY{{end}}", "EMPTY", tVal, true}, 484 {"with emptystring", "{{with ``}}{{.}}{{else}}EMPTY{{end}}", "EMPTY", tVal, true}, [all...] |