OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:emptystring
(Results
1 - 6
of
6
) sorted by null
/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 */
/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/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 */
/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 997 milliseconds