/prebuilts/go/darwin-x86/src/syscall/ |
asm_plan9_arm.s | 13 MOVW $·emptystring+0(SB), R2
|
/prebuilts/go/linux-x86/src/syscall/ |
asm_plan9_arm.s | 13 MOVW $·emptystring+0(SB), R2
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
quopri.py | 12 EMPTYSTRING = ''
93 thisline = EMPTYSTRING.join(outline)
|
base64.py | 29 EMPTYSTRING = ''
166 encoded = EMPTYSTRING.join(parts)
246 return EMPTYSTRING.join(parts)
|
/external/protobuf/src/google/protobuf/util/internal/ |
json_objectwriter_test.cc | 152 ->RenderString("emptystring", string()) 167 "\"emptystring\":\"\"}",
|
/external/python/cpython2/Lib/ |
quopri.py | 12 EMPTYSTRING = '' 93 thisline = EMPTYSTRING.join(outline)
|
base64.py | 30 EMPTYSTRING = '' 173 encoded = EMPTYSTRING.join(parts) 253 return EMPTYSTRING.join(parts)
|
/external/python/cpython3/Lib/ |
quopri.py | 12 EMPTYSTRING = b'' 94 thisline = EMPTYSTRING.join(outline)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
quopri.py | 12 EMPTYSTRING = '' 93 thisline = EMPTYSTRING.join(outline)
|
base64.py | 29 EMPTYSTRING = '' 166 encoded = EMPTYSTRING.join(parts) 246 return EMPTYSTRING.join(parts)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
quopri.py | 12 EMPTYSTRING = '' 93 thisline = EMPTYSTRING.join(outline)
|
base64.py | 29 EMPTYSTRING = '' 166 encoded = EMPTYSTRING.join(parts) 246 return EMPTYSTRING.join(parts)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
quopri.py | 12 EMPTYSTRING = '' 93 thisline = EMPTYSTRING.join(outline)
|
base64.py | 29 EMPTYSTRING = '' 166 encoded = EMPTYSTRING.join(parts) 246 return EMPTYSTRING.join(parts)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
quopri.py | 12 EMPTYSTRING = '' 93 thisline = EMPTYSTRING.join(outline)
|
base64.py | 29 EMPTYSTRING = '' 166 encoded = EMPTYSTRING.join(parts) 246 return EMPTYSTRING.join(parts)
|
/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 */
|
/frameworks/base/core/jni/ |
android_hardware_SensorManager.cpp | 81 jstring emptyString; 130 stringOffsets.emptyString = (jstring) 136 return gStringOffsets.emptyString;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/ |
utils.py | 46 EMPTYSTRING = ''
314 value = quote(EMPTYSTRING.join(value))
|
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
ResourceBundlePerf.java | 107 return new GetStringJava("emptystring", ""); 111 return new GetStringIcu("emptystring", "");
|
/external/libchrome/base/strings/ |
string_split_unittest.cc | 24 TEST_F(SplitStringIntoKeyValuePairsTest, EmptyString) { 152 TEST(SplitStringUsingSubstrTest, EmptyString) {
|
/external/python/cpython2/Lib/email/ |
utils.py | 46 EMPTYSTRING = '' 313 value = quote(EMPTYSTRING.join(value))
|
/external/v8/src/inspector/ |
v8-debugger-script.cc | 224 const String16& sourceMappingURL() const override { return emptyString(); } 262 static const String16& emptyString() {
|
/prebuilts/gdb/darwin-x86/lib/python2.7/email/ |
utils.py | 46 EMPTYSTRING = '' 314 value = quote(EMPTYSTRING.join(value))
|