Home
last modified time | relevance | path

Searched refs:_string (Results 1 – 25 of 38) sorted by relevance

12

/third_party/node/tools/gyp/pylib/gyp/
DMSVSSettings.py227 _string = _String() variable
801 _MSBuildOnly(_compile, "PreprocessOutputPath", _string) # /Fi
824 _Same(_link, "BaseAddress", _string) # /BASE
830 _Same(_link, "EntryPointSymbol", _string) # /ENTRY
835 _Same(_link, "HeapCommitSize", _string)
836 _Same(_link, "HeapReserveSize", _string) # /HEAP
846 _Same(_link, "MergeSections", _string) # /MERGE
856 _Same(_link, "StackCommitSize", _string)
857 _Same(_link, "StackReserveSize", _string) # /STACK
866 _Same(_link, "Version", _string) # /VERSION
[all …]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
DMSVSSettings.py226 _string = _String() variable
720 _MSBuildOnly(_compile, 'PreprocessOutputPath', _string) # /Fi
743 _Same(_link, 'BaseAddress', _string) # /BASE
749 _Same(_link, 'EntryPointSymbol', _string) # /ENTRY
754 _Same(_link, 'HeapCommitSize', _string)
755 _Same(_link, 'HeapReserveSize', _string) # /HEAP
765 _Same(_link, 'MergeSections', _string) # /MERGE
775 _Same(_link, 'StackCommitSize', _string)
776 _Same(_link, 'StackReserveSize', _string) # /STACK
785 _Same(_link, 'Version', _string) # /VERSION
[all …]
/third_party/node/lib/internal/source_map/
Dsource_map.js94 this._string = string;
102 return StringPrototypeCharAt(this._string, this._position++);
109 return StringPrototypeCharAt(this._string, this._position);
116 return this._position < this._string.length;
/third_party/python/Lib/
Dcrypt.py14 import string as _string namespace
19 _saltchars = _string.ascii_letters + _string.digits + './'
Dstring.py21 import _string
259 return _string.formatter_parser(format_string)
268 first, rest = _string.formatter_field_name_split(field_name)
/third_party/gstreamer/gstreamer/gst/parse/
Dparse.l57 _string {_char}+|("\""([^\"]|"\\\"")*"\"")|("'"([^']|"\\\'")*"'")
65 _assignment {_identifier}{_assign}{_string}
67 _preset @preset{_assign}{_string}
/third_party/mesa3d/src/util/
Dxmlconfig.c239 free(v->_string); in parseValue()
240 v->_string = strndup(string, STRING_CONF_MAXLEN); in parseValue()
371 XSTRDUP(optval->_string, opt->value._string); in driParseOptionInfo()
386 v._string = NULL; in driParseOptionInfo()
473 ralloc_asprintf_append(&str, "%s", opt->value._string); in driGetOptionsXml()
1159 XSTRDUP(cache->values[i]._string, info->values[i]._string); in initOptionCache()
1247 free(cache->values[i]._string); in driDestroyOptionCache()
1298 return cache->values[i]._string; in driQueryOptionstr()
Dxmlconfig.h60 char *_string; /**< \brief String */ member
205 cache->values[i]._string); in driComputeOptionsSha1()
Ddriconf.h118 .value = { ._string = #def }, \
127 .value = { ._string = "" }, \
/third_party/protobuf/cmake/
Dinstall.cmake70 foreach(_string ${_strings})
72 string(REGEX MATCH "^[ \t]*${VARIABLE}[ \t]*=[ \t]*" _found "${_string}")
75 string(SUBSTRING "${_string}" ${_length} -1 _draft_list)
/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Ddevfs.dart189 : _string = string,
192 String _string;
194 String get string => _string;
197 _string = value;
198 super.bytes = utf8.encode(_string);
/third_party/ffmpeg/libavfilter/
Dvf_scale_vaapi.c187 if (ctx->var_name ## _string) { \ in scale_vaapi_init()
188 int var = av_ ## func_name ## _from_name(ctx->var_name ## _string); \ in scale_vaapi_init()
Dvf_tonemap_vaapi.c342 if (ctx->var_name ## _string) { \ in tonemap_vaapi_init()
343 int var = av_ ## func_name ## _from_name(ctx->var_name ## _string); \ in tonemap_vaapi_init()
/third_party/python/Modules/
Dconfig.c.in58 {"_string", PyInit__string},
/third_party/node/tools/inspector_protocol/jinja2/
Dsandbox.py444 from _string import formatter_field_name_split
/third_party/skia/third_party/externals/jinja2/
Dsandbox.py479 from _string import formatter_field_name_split
/third_party/jinja2/
Dsandbox.py7 from _string import formatter_field_name_split # type: ignore
/third_party/python/Doc/c-api/
Dconversion.rst3 .. _string-conversion:
/third_party/python/Lib/test/
Dtest_unicode.py8 import _string
3016 return list(_string.formatter_parser(format))
3045 self.assertRaises(TypeError, _string.formatter_parser, 1)
3049 items = list(_string.formatter_field_name_split(name))
3061 self.assertRaises(TypeError, _string.formatter_field_name_split, 1)
/third_party/openssl/include/openssl/
Dui.h.in60 strings to prompt for data. The names are UI_{add,dup}_<function>_string
63 UI_{add,dup}_<function>_string have the following meanings:
/third_party/json/
DChangeLog.md328 - fix eof for get\_binary and get\_string [\#2294](https://github.com/nlohmann/json/pull/2294) ([jp…
992 - Feature: to\_string\(const json& j\); [\#916](https://github.com/nlohmann/json/issues/916)
1000 - Added to\_string and added basic tests [\#1585](https://github.com/nlohmann/json/pull/1585) ([Mac…
1345 - test \(non\)equality for alt\_string implementation [\#1130](https://github.com/nlohmann/json/p…
1372 - to\_string? [\#1181](https://github.com/nlohmann/json/issues/1181)
1773 - scan\_string\(\) return token\_type::parse\_error; when parse ansi file [\#812](https://github.co…
2210 - 'to\_string' is not a member of 'std' [\#364](https://github.com/nlohmann/json/issues/364)
2446 - json.hpp:5746:32: error: 'to\_string' is not a member of 'std' [\#136](https://github.com/nlohman…
2498 - MinGW have no std::to\_string [\#80](https://github.com/nlohmann/json/issues/80)
2515 - Do not use std::to\_string [\#51](https://github.com/nlohmann/json/issues/51)
[all …]
/third_party/node/src/
Dnode_url.cc312 return env->url_special_##key##_string(); in GetSpecial()
/third_party/python/Doc/library/
Dstring.rst75 .. _string-formatting:
/third_party/python/Doc/reference/
Dlexical_analysis.rst644 .. _string-concatenation:
/third_party/libabigail/tests/lib/
Dcatch.hpp6199 void printHeaderString(std::string const& _string, std::size_t indent = 0);
16677 void ConsoleReporter::printHeaderString(std::string const& _string, std::size_t indent) { in printHeaderString() argument
16678 std::size_t i = _string.find(": "); in printHeaderString()
16683 stream << Column(_string).indent(indent + i).initialIndent(indent) << '\n'; in printHeaderString()

12