OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:input_str
(Results
1 - 4
of
4
) sorted by null
/system/tools/aidl/tests/
aidl_test_client_utf8_strings.cpp
138
const string*
input_str
= (*input)[i].get();
local
141
if (!
input_str
) {
153
if (*
input_str
!= *repeated_str || *
input_str
!= *reversed_str) {
154
LOG(ERROR) << "Expected '" << *
input_str
<< "' but got "
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_json.c
265
char *
input_str
;
local
268
input_str
= PyString_AS_STRING(pystr);
272
Py_UNICODE c = (Py_UNICODE)(unsigned char)
input_str
[i];
277
c = (Py_UNICODE)(unsigned char)
input_str
[j];
281
uni = PyUnicode_DecodeUTF8(
input_str
, input_chars, "strict");
311
memcpy(&output[1],
input_str
, i);
314
Py_UNICODE c = (Py_UNICODE)(unsigned char)
input_str
[i];
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_json.c
265
char *
input_str
;
local
268
input_str
= PyString_AS_STRING(pystr);
272
Py_UNICODE c = (Py_UNICODE)(unsigned char)
input_str
[i];
277
c = (Py_UNICODE)(unsigned char)
input_str
[j];
281
uni = PyUnicode_DecodeUTF8(
input_str
, input_chars, "strict");
311
memcpy(&output[1],
input_str
, i);
314
Py_UNICODE c = (Py_UNICODE)(unsigned char)
input_str
[i];
[
all
...]
/external/python/cpython2/Modules/
_json.c
279
char *
input_str
;
local
282
input_str
= PyString_AS_STRING(pystr);
286
Py_UNICODE c = (Py_UNICODE)(unsigned char)
input_str
[i];
291
c = (Py_UNICODE)(unsigned char)
input_str
[j];
295
uni = PyUnicode_DecodeUTF8(
input_str
, input_chars, "strict");
333
memcpy(&output[1],
input_str
, i);
336
Py_UNICODE c = (Py_UNICODE)(unsigned char)
input_str
[i];
[
all
...]
Completed in 530 milliseconds