OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:emptystring
(Results
26 - 50
of
187
) sorted by null
1
2
3
4
5
6
7
8
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
feedparser.py
36
EMPTYSTRING
= ''
231
self._cur.set_payload(
EMPTYSTRING
.join(lines))
296
self._cur.set_payload(
EMPTYSTRING
.join(lines))
334
self._cur.preamble =
EMPTYSTRING
.join(preamble)
394
self._cur.set_payload(
EMPTYSTRING
.join(preamble))
400
self._cur.epilogue =
EMPTYSTRING
.join(epilogue)
421
self._cur.epilogue =
EMPTYSTRING
.join(epilogue)
431
self._cur.set_payload(
EMPTYSTRING
.join(lines))
451
lhdr =
EMPTYSTRING
.join(lastvalue)[:-1].rstrip('\r\n')
486
self._cur[lastheader] =
EMPTYSTRING
.join(lastvalue).rstrip('\r\n'
[
all
...]
_parseaddr.py
19
EMPTYSTRING
= ''
334
return
EMPTYSTRING
.join(aslist)
339
return
EMPTYSTRING
.join(aslist) + self.getdomain()
358
return
EMPTYSTRING
.join(sdlist)
395
return
EMPTYSTRING
.join(slist)
427
return
EMPTYSTRING
.join(atomlist)
base64mime.py
44
EMPTYSTRING
= ''
154
return
EMPTYSTRING
.join(encvec)
/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/Lib/email/
_parseaddr.py
19
EMPTYSTRING
= ''
334
return
EMPTYSTRING
.join(aslist)
339
return
EMPTYSTRING
.join(aslist) + self.getdomain()
358
return
EMPTYSTRING
.join(sdlist)
395
return
EMPTYSTRING
.join(slist)
427
return
EMPTYSTRING
.join(atomlist)
base64mime.py
44
EMPTYSTRING
= ''
154
return
EMPTYSTRING
.join(encvec)
/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/apache-xml/src/main/java/org/apache/xml/serializer/
NamespaceMappings.java
97
private static final String
EMPTYSTRING
= "";
121
nn = new MappingRecord(
EMPTYSTRING
,
EMPTYSTRING
, -1);
122
stack = createPrefixStack(
EMPTYSTRING
);
146
uri =
EMPTYSTRING
;
364
m_uri = (uri==null)?
EMPTYSTRING
: uri;
/external/python/cpython2/Lib/email/
_parseaddr.py
19
EMPTYSTRING
= ''
334
return
EMPTYSTRING
.join(aslist)
339
return
EMPTYSTRING
.join(aslist) + self.getdomain()
358
return
EMPTYSTRING
.join(sdlist)
395
return
EMPTYSTRING
.join(slist)
427
return
EMPTYSTRING
.join(atomlist)
base64mime.py
44
EMPTYSTRING
= ''
154
return
EMPTYSTRING
.join(encvec)
/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 */
/prebuilts/gdb/darwin-x86/lib/python2.7/email/
_parseaddr.py
19
EMPTYSTRING
= ''
334
return
EMPTYSTRING
.join(aslist)
339
return
EMPTYSTRING
.join(aslist) + self.getdomain()
358
return
EMPTYSTRING
.join(sdlist)
395
return
EMPTYSTRING
.join(slist)
427
return
EMPTYSTRING
.join(atomlist)
base64mime.py
44
EMPTYSTRING
= ''
154
return
EMPTYSTRING
.join(encvec)
/prebuilts/gdb/linux-x86/lib/python2.7/email/
_parseaddr.py
19
EMPTYSTRING
= ''
334
return
EMPTYSTRING
.join(aslist)
339
return
EMPTYSTRING
.join(aslist) + self.getdomain()
358
return
EMPTYSTRING
.join(sdlist)
395
return
EMPTYSTRING
.join(slist)
427
return
EMPTYSTRING
.join(atomlist)
base64mime.py
44
EMPTYSTRING
= ''
154
return
EMPTYSTRING
.join(encvec)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
_parseaddr.py
19
EMPTYSTRING
= ''
334
return
EMPTYSTRING
.join(aslist)
339
return
EMPTYSTRING
.join(aslist) + self.getdomain()
358
return
EMPTYSTRING
.join(sdlist)
395
return
EMPTYSTRING
.join(slist)
427
return
EMPTYSTRING
.join(atomlist)
base64mime.py
44
EMPTYSTRING
= ''
154
return
EMPTYSTRING
.join(encvec)
/external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncGenerateId.java
60
return XString.
EMPTYSTRING
;
FuncSubstring.java
55
return XString.
EMPTYSTRING
;
/external/apache-xml/src/main/java/org/apache/xpath/objects/
XMLStringFactoryImpl.java
98
return XString.
EMPTYSTRING
;
/external/icu/icu4c/source/test/testdata/
testtypes.txt
26
emptystring
{ "" }
/external/protobuf/src/google/protobuf/util/internal/
json_objectwriter.h
59
// ->RenderString("
emptystring
", string())
71
// "
emptystring
": "",
/external/python/cpython3/Lib/email/
feedparser.py
38
EMPTYSTRING
= ''
256
self._cur.set_payload(
EMPTYSTRING
.join(lines))
322
self._cur.set_payload(
EMPTYSTRING
.join(lines))
367
self._cur.preamble =
EMPTYSTRING
.join(preamble)
427
self._cur.set_payload(
EMPTYSTRING
.join(preamble))
433
self._cur.epilogue =
EMPTYSTRING
.join(epilogue)
461
self._cur.epilogue =
EMPTYSTRING
.join(epilogue)
471
self._cur.set_payload(
EMPTYSTRING
.join(lines))
_parseaddr.py
19
EMPTYSTRING
= ''
244
return
EMPTYSTRING
.join(wslist)
377
return
EMPTYSTRING
.join(aslist)
382
return
EMPTYSTRING
.join(aslist) + self.getdomain()
401
return
EMPTYSTRING
.join(sdlist)
438
return
EMPTYSTRING
.join(slist)
470
return
EMPTYSTRING
.join(atomlist)
/external/tensorflow/tensorflow/core/lib/strings/
stringprintf_test.cc
45
TEST(AppendfTest,
EmptyString
) {
Completed in 3623 milliseconds
1
2
3
4
5
6
7
8