Home
last modified time | relevance | path

Searched refs:strval (Results 1 – 25 of 28) sorted by relevance

12

/external/python/cpython2/Lib/
DCookie.py578 strval = str(val)
579 return strval, strval
692 strval = str(val)
693 return strval, _quote( strval )
741 strval = _unquote(val)
743 return loads(strval), val
745 return strval, val
/external/boringssl/src/crypto/x509v3/
Dv3_enum.c93 long strval; in i2s_ASN1_ENUMERATED_TABLE() local
94 strval = ASN1_ENUMERATED_get(e); in i2s_ASN1_ENUMERATED_TABLE()
96 if (strval == enam->bitnum) in i2s_ASN1_ENUMERATED_TABLE()
/external/strace/tests-mx32/
Dfanotify_init.c54 struct strval { struct
63 static const struct strval flags[] = { in main() argument
73 static const struct strval event_f_flags[] = { in main()
Dfile_handle.c155 struct strval { struct
172 static const struct strval dirfds[] = { in main() argument
176 static const struct strval name_flags[] = { in main()
189 static const struct strval open_flags[] = { in main()
219 struct strval paths[] = { in main()
226 struct strval name_handles[] = { in main()
Dfanotify_mark.c86 struct strval { struct
111 static const struct strval flags[] = { in main() argument
169 static const struct strval dirfds[] = { in main()
191 struct strval paths[] = { in main()
Dkexec_file_load.c41 struct strval { struct
69 static const struct strval flags[] = { in main()
88 struct strval cmdlines[] = { in main()
Dkexec_load.c40 struct strval { struct
72 static const struct strval flags[] = { in main()
/external/strace/tests-m32/
Dfanotify_init.c54 struct strval { struct
63 static const struct strval flags[] = { in main() argument
73 static const struct strval event_f_flags[] = { in main()
Dfile_handle.c155 struct strval { struct
172 static const struct strval dirfds[] = { in main() argument
176 static const struct strval name_flags[] = { in main()
189 static const struct strval open_flags[] = { in main()
219 struct strval paths[] = { in main()
226 struct strval name_handles[] = { in main()
Dfanotify_mark.c86 struct strval { struct
111 static const struct strval flags[] = { in main() argument
169 static const struct strval dirfds[] = { in main()
191 struct strval paths[] = { in main()
Dkexec_file_load.c41 struct strval { struct
69 static const struct strval flags[] = { in main()
88 struct strval cmdlines[] = { in main()
Dkexec_load.c40 struct strval { struct
72 static const struct strval flags[] = { in main()
/external/strace/tests/
Dfanotify_init.c54 struct strval { struct
63 static const struct strval flags[] = { in main() argument
73 static const struct strval event_f_flags[] = { in main()
Dfile_handle.c155 struct strval { struct
172 static const struct strval dirfds[] = { in main() argument
176 static const struct strval name_flags[] = { in main()
189 static const struct strval open_flags[] = { in main()
219 struct strval paths[] = { in main()
226 struct strval name_handles[] = { in main()
Dfanotify_mark.c86 struct strval { struct
111 static const struct strval flags[] = { in main() argument
169 static const struct strval dirfds[] = { in main()
191 struct strval paths[] = { in main()
Dkexec_file_load.c41 struct strval { struct
69 static const struct strval flags[] = { in main()
88 struct strval cmdlines[] = { in main()
Dkexec_load.c40 struct strval { struct
72 static const struct strval flags[] = { in main()
/external/python/cpython3/Lib/http/
Dcookies.py475 strval = str(val)
476 return strval, strval
608 strval = str(val)
609 return strval, _quote(strval)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/JumpThreading/
Dphi-eq.ll126 %strval.i = getelementptr inbounds %struct.filter_def, %struct.filter_def* %7, i32 0, i32 1
127 %9 = load i8*, i8** %strval.i, align 8
169 %strval = getelementptr inbounds %struct.filter_def, %struct.filter_def* %13, i32 0, i32 1
170 %16 = load i8*, i8** %strval, align 8
177 %strval.i9 = getelementptr inbounds %struct.filter_def, %struct.filter_def* %17, i32 0, i32 1
178 store i8* %call2.i, i8** %strval.i9, align 8
/external/llvm/test/Transforms/JumpThreading/
Dphi-eq.ll126 %strval.i = getelementptr inbounds %struct.filter_def, %struct.filter_def* %7, i32 0, i32 1
127 %9 = load i8*, i8** %strval.i, align 8
169 %strval = getelementptr inbounds %struct.filter_def, %struct.filter_def* %13, i32 0, i32 1
170 %16 = load i8*, i8** %strval, align 8
177 %strval.i9 = getelementptr inbounds %struct.filter_def, %struct.filter_def* %17, i32 0, i32 1
178 store i8* %call2.i, i8** %strval.i9, align 8
/external/doclava/src/com/google/doclava/
DPageMetadata.java991 String strval = chars; in renderStrWithUcs() local
992 final int L = strval.length(); in renderStrWithUcs()
994 char c = strval.charAt(t); in renderStrWithUcs()
997 int codePoint = strval.codePointAt(t); in renderStrWithUcs()
/external/scapy/scapy/
Dpacket.py1447 "%s: %d" % (strval, numval)
1448 for numval, strval in
1461 "%s: %d" % (strval, numval)
1462 for numval, strval in
/external/nanopb-c/generator/
Dnanopb_generator.py239 strval = str(strname)[len(str(self.names)) + 1:]
240 result += ' case %s: return "%s";\n' % (enumname, strval)
/external/libxml2/
Dxpath.c4547 xmlChar * strval; in xmlXPathDistinctSorted() local
4560 strval = xmlXPathCastNodeToString(cur); in xmlXPathDistinctSorted()
4561 if (xmlHashLookup(hash, strval) == NULL) { in xmlXPathDistinctSorted()
4562 xmlHashAddEntry(hash, strval, strval); in xmlXPathDistinctSorted()
4566 xmlFree(strval); in xmlXPathDistinctSorted()
5896 xmlChar *strval; in xmlXPathCastNodeToNumber() local
5901 strval = xmlXPathCastNodeToString(node); in xmlXPathCastNodeToNumber()
5902 if (strval == NULL) in xmlXPathCastNodeToNumber()
5904 ret = xmlXPathCastStringToNumber(strval); in xmlXPathCastNodeToNumber()
5905 xmlFree(strval); in xmlXPathCastNodeToNumber()
/external/pdfium/fxjs/
Dcjs_field.cpp2426 WideString strval = pFormField->GetOptionValue(nIdx); in getItemAt() local
2427 if (strval.IsEmpty()) { in getItemAt()
2431 return CJS_Return(pRuntime->NewString(strval.c_str())); in getItemAt()

12