/external/bison/lib/ |
D | string.in.h | 403 _GL_FUNCDECL_RPL (strndup, char *, (char const *__string, size_t __n) 405 _GL_CXXALIAS_RPL (strndup, char *, (char const *__string, size_t __n)); 408 _GL_FUNCDECL_SYS (strndup, char *, (char const *__string, size_t __n) 411 _GL_CXXALIAS_SYS (strndup, char *, (char const *__string, size_t __n)); 431 _GL_FUNCDECL_RPL (strnlen, size_t, (char const *__string, size_t __maxlen) 434 _GL_CXXALIAS_RPL (strnlen, size_t, (char const *__string, size_t __maxlen)); 437 _GL_FUNCDECL_SYS (strnlen, size_t, (char const *__string, size_t __maxlen) 441 _GL_CXXALIAS_SYS (strnlen, size_t, (char const *__string, size_t __maxlen));
|
/external/libcxx/include/ |
D | iomanip | 47 #include <__string> 535 __quoted_input ( basic_istream<_CharT, _Traits> &__is, _String & __string, _CharT __delim, _CharT _… 537 __string.clear (); 546 __is >> __string; 565 __string.push_back ( __c ); 582 basic_string<_CharT, _Traits, _Allocator> &__string; 587 : __string(__s), __delim(__d), __escape(__e) {} 596 …return __quoted_output (__os, __proxy.__string.cbegin (), __proxy.__string.cend (), __proxy.__deli… 606 return __quoted_input ( __is, __proxy.__string, __proxy.__delim, __proxy.__escape );
|
D | module.modulemap | 407 export __string 413 export __string 484 module __string { header "__string" export * }
|
D | string_view | 171 #include <__string>
|
D | __string | 2 //===-------------------------- __string ----------------------------------===//
|
/external/bison/linux-lib/ |
D | string.h | 715 _GL_FUNCDECL_RPL (strndup, char *, (char const *__string, size_t __n) 717 _GL_CXXALIAS_RPL (strndup, char *, (char const *__string, size_t __n)); 720 _GL_FUNCDECL_SYS (strndup, char *, (char const *__string, size_t __n) 723 _GL_CXXALIAS_SYS (strndup, char *, (char const *__string, size_t __n)); 743 _GL_FUNCDECL_RPL (strnlen, size_t, (char const *__string, size_t __maxlen) 746 _GL_CXXALIAS_RPL (strnlen, size_t, (char const *__string, size_t __maxlen)); 749 _GL_FUNCDECL_SYS (strnlen, size_t, (char const *__string, size_t __maxlen) 753 _GL_CXXALIAS_SYS (strnlen, size_t, (char const *__string, size_t __maxlen));
|
/external/bison/darwin-lib/ |
D | string.h | 715 _GL_FUNCDECL_RPL (strndup, char *, (char const *__string, size_t __n) 717 _GL_CXXALIAS_RPL (strndup, char *, (char const *__string, size_t __n)); 720 _GL_FUNCDECL_SYS (strndup, char *, (char const *__string, size_t __n) 723 _GL_CXXALIAS_SYS (strndup, char *, (char const *__string, size_t __n)); 743 _GL_FUNCDECL_RPL (strnlen, size_t, (char const *__string, size_t __maxlen) 746 _GL_CXXALIAS_RPL (strnlen, size_t, (char const *__string, size_t __maxlen)); 749 _GL_FUNCDECL_SYS (strnlen, size_t, (char const *__string, size_t __maxlen) 753 _GL_CXXALIAS_SYS (strnlen, size_t, (char const *__string, size_t __maxlen));
|
/external/elfutils/libelf/ |
D | libelf.h | 474 extern unsigned long int elf_hash (const char *__string) 478 extern unsigned long int elf_gnu_hash (const char *__string)
|
D | libelfP.h | 578 extern unsigned long int __elf_hash_internal (const char *__string)
|
/external/flatbuffers/php/ |
D | Table.php | 62 protected function __string($offset) function in Google\\FlatBuffers\\Table
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Stat.java | 17 public String id() { int o = __offset(4); return o != 0 ? __string(o + bb_pos) : null; } in id()
|
D | Stat.php | 53 return $o != 0 ? $this->__string($o + $this->bb_pos) : null;
|
D | Stat.cs | 18 …public string Id { get { int o = __p.__offset(4); return o != 0 ? __p.__string(o + __p.bb_pos) : n…
|
D | Monster.java | 27 public String name() { int o = __offset(10); return o != 0 ? __string(o + bb_pos) : null; } in name() 41 …public String testarrayofstring(int j) { int o = __offset(24); return o != 0 ? __string(__vector(o… in testarrayofstring() 88 …public String testarrayofstring2(int j) { int o = __offset(60); return o != 0 ? __string(__vector(… in testarrayofstring2()
|
D | Monster.php | 79 return $o != 0 ? $this->__string($o + $this->bb_pos) : null; 162 return $o != 0 ? $this->__string($this->__vector($o) + $j * 4) : 0; 370 return $o != 0 ? $this->__string($this->__vector($o) + $j * 4) : 0;
|
D | Monster.cs | 25 …public string Name { get { int o = __p.__offset(10); return o != 0 ? __p.__string(o + __p.bb_pos) … 38 …public string Testarrayofstring(int j) { int o = __p.__offset(24); return o != 0 ? __p.__string(__… in Testarrayofstring() 79 …public string Testarrayofstring2(int j) { int o = __p.__offset(60); return o != 0 ? __p.__string(_… in Testarrayofstring2()
|
/external/noto-fonts/emoji-compat/src/java/android/support/text/emoji/flatbuffer/ |
D | MetadataList.java | 71 return o != 0 ? __string(o + bb_pos) : null; in sourceSha()
|
/external/flatbuffers/net/FlatBuffers/ |
D | Table.cs | 58 public string __string(int offset) in __string() method
|
/external/flatbuffers/tests/ |
D | monster_test_generated.js | 476 return offset ? this.bb.__string(this.bb_pos + offset, optionalEncoding) : null; 671 return offset ? this.bb.__string(this.bb_pos + offset, optionalEncoding) : null; 779 …return offset ? this.bb.__string(this.bb.__vector(this.bb_pos + offset) + index * 4, optionalEncod… 1162 …return offset ? this.bb.__string(this.bb.__vector(this.bb_pos + offset) + index * 4, optionalEncod…
|
/external/libmojo/third_party/jinja2/ |
D | ext.py | 137 def gettext(__context, __string, **variables): argument 138 rv = __context.call(func, __string)
|
/external/flatbuffers/java/com/google/flatbuffers/ |
D | Table.java | 100 protected String __string(int offset) { in __string() method in Table
|
/external/flatbuffers/js/ |
D | flatbuffers.js | 1040 flatbuffers.ByteBuffer.prototype.__string = function(offset, opt_encoding) { method in flatbuffers.ByteBuffer
|
/external/valgrind/perf/ |
D | test_input_for_tinycc.c | 750 extern int putenv (char *__string) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));
|