/external/flatbuffers/src/ |
D | idl_gen_text.cpp | 27 int indent, const IDLOptions &opts, std::string *_text); 39 std::string *_text) { in OutputIdentifier() argument 40 std::string &text = *_text; in OutputIdentifier() 51 const IDLOptions &opts, std::string *_text) { in Print() argument 52 std::string &text = *_text; in Print() 75 const IDLOptions &opts, std::string *_text) { in PrintVector() argument 76 std::string &text = *_text; in PrintVector() 87 indent + Indent(opts), nullptr, opts, _text)) { in PrintVector() 91 if (!Print(v[i], type, indent + Indent(opts), nullptr, opts, _text)) { in PrintVector() 106 std::string *_text) { in Print() argument [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | TextTrieMap.java | 132 private CharSequence _text; field in TextTrieMap.CharIterator 139 _text = text; in CharIterator() 149 if (_nextIdx == _text.length() && _remainingChar == null) { in hasNext() 160 if (_nextIdx == _text.length() && _remainingChar == null) { in next() 169 int cp = UCharacter.foldCase(Character.codePointAt(_text, _nextIdx), true); in next() 178 next = _text.charAt(_nextIdx); in next() 247 private char[] _text; field in TextTrieMap.Node 255 _text = text; in Node() 261 return _text == null ? 0 : _text.length; in charCount() 292 if (ch < child._text[0]) { in findMatch() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | TextTrieMap.java | 124 private CharSequence _text; field in TextTrieMap.CharIterator 131 _text = text; in CharIterator() 141 if (_nextIdx == _text.length() && _remainingChar == null) { in hasNext() 152 if (_nextIdx == _text.length() && _remainingChar == null) { in next() 161 int cp = UCharacter.foldCase(Character.codePointAt(_text, _nextIdx), true); in next() 170 next = _text.charAt(_nextIdx); in next() 238 private char[] _text; field in TextTrieMap.Node 246 _text = text; in Node() 252 return _text == null ? 0 : _text.length; in charCount() 283 if (ch < child._text[0]) { in findMatch() [all …]
|
/external/python/cpython2/Demo/xml/ |
D | rss2html.py | 45 self._text = "" 58 self._text = "" 63 self._out.write(top % (self._text, self._text)) 65 self._out.write("<p>%s</p>\n" % self._text) 69 self._title = self._text 71 self._link = self._text 73 self._descr = self._text 90 self._text = self._text + content
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/ |
D | StringTokenIterator.java | 12 private String _text; field in StringTokenIterator 21 _text = text; in StringTokenIterator() 51 _token = _text.substring(_start, _end); in next() 61 return (_end < _text.length()); in hasNext() 65 if (offset > _text.length()) { in setStart() 70 _token = _text.substring(_start, _end); in setStart() 76 _text = text; in setText() 83 outer: while (idx < _text.length()) { in nextDelimiter() 84 char c = _text.charAt(idx); in nextDelimiter()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
D | StringTokenIterator.java | 12 private String _text; field in StringTokenIterator 21 _text = text; in StringTokenIterator() 51 _token = _text.substring(_start, _end); in next() 61 return (_end < _text.length()); in hasNext() 65 if (offset > _text.length()) { in setStart() 70 _token = _text.substring(_start, _end); in setStart() 76 _text = text; in setText() 83 outer: while (idx < _text.length()) { in nextDelimiter() 84 char c = _text.charAt(idx); in nextDelimiter()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/ |
D | StringTokenIterator.java | 16 private String _text; field in StringTokenIterator 25 _text = text; in StringTokenIterator() 55 _token = _text.substring(_start, _end); in next() 65 return (_end < _text.length()); in hasNext() 69 if (offset > _text.length()) { in setStart() 74 _token = _text.substring(_start, _end); in setStart() 80 _text = text; in setText() 87 outer: while (idx < _text.length()) { in nextDelimiter() 88 char c = _text.charAt(idx); in nextDelimiter()
|
/external/antlr/runtime/Python3/antlr3/ |
D | tokens.py | 61 self._text = text 70 return self._text 74 self._text = value 194 self._text = text 207 if self._text is not None: 208 return self._text 226 self._text = value
|
/external/adhd/scripts/audio_thread_log_viewer/ |
D | viewer_c3.py | 159 self._text = None 169 if self._text: 171 time=self.time, text=self._text, position=self._position, 203 self._text = 'Removed Device %s' % self.device 217 self._text = 'Added Device %s' % self.device 261 self._text = 'Fetch %s' % self.stream 277 self._text = 'Add stream %s' % self.stream 292 self._text = 'Remove stream %s' % self.stream 310 self._text = 'num_fds %s' % num_fds
|
/external/autotest/client/site_tests/desktopui_SetFieldsWithChromeDriver/ |
D | desktopui_SetFieldsWithChromeDriver.py | 27 self._text = 'Hello World' 52 element.send_keys(self._text) 54 if entered_text != self._text: 56 (self._text, entered_text))
|
/external/python/cpython3/Lib/email/mime/ |
D | text.py | 17 def __init__(self, _text, _subtype='plain', _charset=None, *, policy=None): argument 34 _text.encode('us-ascii') 42 self.set_payload(_text, _charset)
|
/external/antlr/runtime/Python/antlr3/ |
D | tokens.py | 187 self._text = oldToken._text 206 self._text = text 217 if self._text is not None: 218 return self._text 236 self._text = text
|
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | CommonToken.as | 43 protected var _text:String; 56 this._text = text; 90 if ( _text!=null ) { 91 return _text; 96 _text = _input.substring(_start, _stop); 97 return _text; 106 _text = text;
|
/external/python/cpython2/Lib/email/mime/ |
D | text.py | 17 def __init__(self, _text, _subtype='plain', _charset='us-ascii'): argument 30 self.set_payload(_text, _charset)
|
/external/lzma/CPP/Common/ |
D | Lang.h | 10 wchar_t *_text; variable 16 CLang(): _text(0) {} in CLang()
|
/external/antlr/runtime/ObjC/Framework/ |
D | Token+DebuggerSupport.m | 39 NSString *_text = self.text; 41 if (_text) { 42 escapedText = [_text copyWithZone:nil];
|
/external/u-boot/arch/arm/lib/ |
D | elf_arm_efi.lds | 14 _text = .; symbol 24 _text_size = . - _text;
|
D | elf_aarch64_efi.lds | 14 _text = .; symbol 24 _text_size = . - _text;
|
/external/u-boot/arch/riscv/lib/ |
D | elf_riscv64_efi.lds | 16 _text = .; symbol 26 _text_size = . - _text;
|
D | elf_riscv32_efi.lds | 16 _text = .; symbol 26 _text_size = . - _text;
|
/external/flatbuffers/tests/fuzzer/ |
D | flatbuffers_scalar_fuzzer.cc | 198 std::string *_text) { in Parse() argument 201 TEST_EQ(GenerateText(parser, parser.builder_.GetBufferPointer(), _text), in Parse() 204 *_text = parser.error_; in Parse()
|
/external/u-boot/include/asm-generic/ |
D | sections.h | 13 extern char _text[], _stext[], _etext[];
|
/external/perf_data_converter/src/testdata/ |
D | perf-overlapping-kernel-mapping.pb_proto | 58 filename: "[kernel.kallsyms]_text"
|
/external/tensorflow/tensorflow/lite/experimental/micro/tools/make/targets/ecm3531/ |
D | ecm3531.lds | 40 _text = .;
|
D | ecm3531_flash.lds | 42 _text = .;
|