Home
last modified time | relevance | path

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

12

/external/javaparser/javaparser-core/generated-sources/javacc/com/github/javaparser/
DStringProvider.java30 String _string; field in StringProvider
35 _string = string; in StringProvider()
55 _string.getChars(_position, _position + numBytesToRead, cbuf, off); in read()
64 _string = null; in close()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources/com/github/javaparser/
DStringProvider.java22 String _string; field in StringProvider
27 _string = string; in StringProvider()
47 _string.getChars(_position, _position + numBytesToRead, cbuf, off); in read()
56 _string = null; in close()
/external/llvm-project/lldb/test/API/lang/objcxx/sample/
Dmain.mm5 NSString *_string; field
18 @synthesize string = _string;
25 _string = [NSString stringWithString:string];
34 [_string release];
45 return [_string stringByAppendingFormat:@" with timestamp: %@", _date];
/external/llvm-project/lldb/test/API/lang/objc/sample/
Dmain.m5 NSString *_string; field
18 @synthesize string = _string;
25 _string = [NSString stringWithString:string];
34 [_string release];
45 return [_string stringByAppendingFormat:@" with timestamp: %@", _date];
/external/llvm-project/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/
DCOFF_AArch64.s117 # rtdyld-check: *{4}imgrel2 = _string - 40960000000000+5
119 .long _string@IMGREL+5
149 .globl _string symbol
151 _string: label
/external/python/cpython3/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)
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
Doffset_token.py33 self._string = string
46 return self._string
50 self._string = value
/external/catch2/include/reporters/
Dcatch_reporter_teamcity.hpp192 …static void printHeaderString( std::ostream& os, std::string const& _string, std::size_t indent = … in printHeaderString()
193 std::size_t i = _string.find( ": " ); in printHeaderString()
198 os << Column( _string ) in printHeaderString()
Dcatch_reporter_console.h69 void printHeaderString(std::string const& _string, std::size_t indent = 0);
Dcatch_reporter_console.cpp576 void ConsoleReporter::printHeaderString(std::string const& _string, std::size_t indent) { in printHeaderString() argument
577 std::size_t i = _string.find(": "); in printHeaderString()
582 stream << Column(_string).indent(indent + i).initialIndent(indent) << '\n'; in printHeaderString()
/external/catch2/single_include/catch2/
Dcatch_reporter_teamcity.hpp192 …static void printHeaderString( std::ostream& os, std::string const& _string, std::size_t indent = … in printHeaderString()
193 std::size_t i = _string.find( ": " ); in printHeaderString()
198 os << Column( _string ) in printHeaderString()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/
DTestValueAnnotations.java153 final String _string; field in TestValueAnnotations.StringWrapper
155 public StringWrapper(String s) { _string = s; } in StringWrapper()
347 assertEquals("xxx", key._string); in testOverrideKeyClassValid()
377 assertEquals("abc", ((StringWrapper) value)._string); in testOverrideContentClassValid()
/external/mesa3d/src/util/
Dxmlconfig.c235 free(v->_string); in parseValue()
236 v->_string = strndup(string, STRING_CONF_MAXLEN); in parseValue()
367 XSTRDUP(optval->_string, opt->value._string); in driParseOptionInfo()
382 v._string = NULL; in driParseOptionInfo()
469 ralloc_asprintf_append(&str, "%s", opt->value._string); in driGetOptionsXml()
1027 XSTRDUP(cache->values[i]._string, info->values[i]._string); in initOptionCache()
1096 free(cache->values[i]._string); in driDestroyOptionCache()
1147 return cache->values[i]._string; in driQueryOptionstr()
Dxmlconfig.h54 char *_string; /**< \brief String */ member
194 cache->values[i]._string); in driComputeOptionsSha1()
Ddriconf.h118 .value = { ._string = #def }, \
/external/pigweed/pw_string/
DREADME.md1 # pw\_string: Embedded-friendly C++ string manipulation primitives
/external/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)
/external/python/cpython3/Modules/
Dconfig.c.in58 {"_string", PyInit__string},
/external/catch2/docs/
Dassertions.md125 * **REQUIRE_THROWS_WITH(** _expression_, _string or string matcher_ **)** and
126 * **CHECK_THROWS_WITH(** _expression_, _string or string matcher_ **)**
128 …tion is thrown that, when converted to a string, matches the _string_ or _string matcher_ provided…
/external/python/jinja/src/jinja2/
Dsandbox.py6 from _string import formatter_field_name_split
/external/libchrome/third_party/jinja2/
Dsandbox.py444 from _string import formatter_field_name_split
/external/rust/crates/ryu/
DREADME.md89 library's to\_string, which never uses scientific notation. Here are two
/external/python/cpython3/Doc/c-api/
Dconversion.rst3 .. _string-conversion:
/external/python/cpython2/Doc/c-api/
Dconversion.rst3 .. _string-conversion:

12