HomeSort by relevance Sort by last modified time
    Searched refs:emptystring (Results 1 - 14 of 14) sorted by null

  /prebuilts/go/darwin-x86/src/syscall/
asm_plan9_386.s 41 LEAL runtime·emptystring(SB), SI
79 LEAL runtime·emptystring(SB), SI
146 LEAL runtime·emptystring(SB), SI
asm_plan9_amd64.s 40 LEAQ runtime·emptystring(SB), SI
78 LEAQ runtime·emptystring(SB), SI
144 LEAQ runtime·emptystring(SB), SI
asm_plan9_arm.s 13 MOVW $runtime·emptystring+0(SB), R2
  /prebuilts/go/linux-x86/src/syscall/
asm_plan9_386.s 41 LEAL runtime·emptystring(SB), SI
79 LEAL runtime·emptystring(SB), SI
146 LEAL runtime·emptystring(SB), SI
asm_plan9_amd64.s 40 LEAQ runtime·emptystring(SB), SI
78 LEAQ runtime·emptystring(SB), SI
144 LEAQ runtime·emptystring(SB), SI
asm_plan9_arm.s 13 MOVW $runtime·emptystring+0(SB), R2
  /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 */
  /prebuilts/go/darwin-x86/src/net/mail/
message_test.go 320 `"" <emptystring@example.com>`,
324 Address: "emptystring@example.com",
  /prebuilts/go/linux-x86/src/net/mail/
message_test.go 320 `"" <emptystring@example.com>`,
324 Address: "emptystring@example.com",
  /prebuilts/go/darwin-x86/src/text/template/
exec_test.go 385 {"if emptystring", "{{if ``}}NON-EMPTY{{else}}EMPTY{{end}}", "EMPTY", tVal, true},
464 {"with emptystring", "{{with ``}}{{.}}{{else}}EMPTY{{end}}", "EMPTY", tVal, true},
    [all...]
  /prebuilts/go/linux-x86/src/text/template/
exec_test.go 385 {"if emptystring", "{{if ``}}NON-EMPTY{{else}}EMPTY{{end}}", "EMPTY", tVal, true},
464 {"with emptystring", "{{with ``}}{{.}}{{else}}EMPTY{{end}}", "EMPTY", tVal, true},
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
runtime2.go 729 emptystring string
728 emptystring string var
  /prebuilts/go/linux-x86/src/runtime/
runtime2.go 729 emptystring string
728 emptystring string var

Completed in 819 milliseconds