/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/ |
io.hpp | 40 char_type const* const beg = reinterpret_cast<char_type const* const>( str.begin() ); local 42 os << std::basic_string<char_type>( beg, end - beg ); 53 CharT1 const* const beg = reinterpret_cast<CharT1 const*>( str.begin() ); // !! 55 os << std::basic_string<CharT1,Tr>( beg, end - beg );
|
/external/compiler-rt/lib/asan/ |
asan_interface_internal.h | 38 uptr beg; // The address of the global. member in struct:__asan_global 91 uptr __asan_region_is_poisoned(uptr beg, uptr size)
|
/external/stlport/src/ |
num_put.cpp | 128 char* beg = __write_integer_backward(bufend, flags, x); local 129 return copy(beg, bufend, buf);
|
ios.cpp | 78 const ios_base::seekdir ios_base::beg; member in class:ios_base
|
/ndk/sources/cxx-stl/stlport/src/ |
num_put.cpp | 128 char* beg = __write_integer_backward(bufend, flags, x); local 129 return copy(beg, bufend, buf);
|
ios.cpp | 80 const ios_base::seekdir ios_base::beg; member in class:ios_base
|
/external/chromium_org/third_party/zlib/ |
inffast.c | 75 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ local 102 beg = out - (start - strm->avail_out); 186 op = (unsigned)(out - beg); /* max distance in output */
|
/external/qemu/distrib/zlib-1.2.3/ |
inffast.c | 75 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ local 102 beg = out - (start - strm->avail_out); 186 op = (unsigned)(out - beg); /* max distance in output */
|
/external/zlib/src/contrib/masmx64/ |
inffas8664.c | 89 /* 40 20 */ unsigned char FAR *beg; /* inflate()'s init next_out */
member in struct:inffast_ar 130 ar.beg = ar.out - (start - strm->avail_out);
|
/external/zlib/src/ |
inffast.c | 75 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ local 102 beg = out - (start - strm->avail_out); 186 op = (unsigned)(out - beg); /* max distance in output */
|
/libcore/luni/src/main/java/javax/net/ssl/ |
DistinguishedNameParser.java | 32 private int beg; field in class:DistinguishedNameParser 60 beg = pos; 95 if ((end - beg > 4) && (chars[beg + 3] == '.') 96 && (chars[beg] == 'O' || chars[beg] == 'o') 97 && (chars[beg + 1] == 'I' || chars[beg + 1] == 'i') 98 && (chars[beg + 2] == 'D' || chars[beg + 2] == 'd')) [all...] |
/external/compiler-rt/lib/msan/ |
msan_allocator.cc | 113 const void *beg = allocator.GetBlockBegin(p); local 114 if (beg != p)
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_symbolizer.h | 90 void addAddressRange(uptr beg, uptr end); 98 uptr beg; member in struct:__sanitizer::LoadedModule::AddressRange
|
/external/okhttp/src/main/java/com/squareup/okhttp/internal/tls/ |
DistinguishedNameParser.java | 30 private int beg; field in class:DistinguishedNameParser 58 beg = pos; 93 if ((end - beg > 4) && (chars[beg + 3] == '.') 94 && (chars[beg] == 'O' || chars[beg] == 'o') 95 && (chars[beg + 1] == 'I' || chars[beg + 1] == 'i') 96 && (chars[beg + 2] == 'D' || chars[beg + 2] == 'd')) [all...] |
/external/srec/portable/src/ |
LCHAR.c | 160 LCHAR *beg, *end; local 165 for (beg = text; *beg != L('\0') && LISSPACE(*beg); ++beg); 166 if (beg == NULL) 169 for (end = beg; *end != L('\0') && !LISSPACE(*end); ++end); 175 rc = lstrtoi(beg, value, 10);
|
/external/zlib/src/contrib/inflate86/ |
inffas86.c | 84 /* 40 20 */ unsigned char FAR *beg; /* inflate()'s init next_out */ member in struct:inffast_ar 113 ar.beg = ar.out - (start - strm->avail_out); 282 " subq 40(%%rsp), %%rax\n" /* nbytes = out - beg */ 311 " cmpq %%rdi, 40(%%rsp)\n" /* if out == beg, outside window */ 607 " subl 20(%%esp), %%eax\n" /* nbytes = out - beg */ 639 " je .L_check_window\n" /* out == beg, if outside window */ [all...] |
inffast.S | 178 #define beg 40 /* unsigned char* */ define 245 * beg = out - (start - strm->avail_out); 269 movl %ebp, beg(%esp) 614 * nbytes = out - beg; 625 subl beg(%esp), %eax /* nbytes = out - beg */ 652 cmpl out_r, beg(%esp) 1004 subl beg(%esp), %eax /* nbytes = out - beg */ [all...] |
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
DNParser.java | 47 private int beg; field in class:DNParser 81 beg = pos; 118 if ((end - beg > 4) && (chars[beg + 3] == '.') 119 && (chars[beg] == 'O' || chars[beg] == 'o') 120 && (chars[beg + 1] == 'I' || chars[beg + 1] == 'i') 121 && (chars[beg + 2] == 'D' || chars[beg + 2] == 'd')) [all...] |
/bionic/libc/netbsd/nameser/ |
ns_name.c | 800 char *beg = dn, tc; local 841 return(dn - beg);
|
/external/chromium_org/v8/tools/ |
lexer-shell.cc | 147 size_t beg; member in struct:TokenWithLocation 149 TokenWithLocation() : value(Token::ILLEGAL), beg(0), end(0) { } 150 TokenWithLocation(Token::Value value, size_t beg, size_t end) : 151 value(value), beg(beg), end(end) { } 153 return value == other.value && beg == other.beg && end == other.end; 161 static_cast<int>(beg), static_cast<int>(end)); 175 int beg, end; local 177 token = scanner.Next(&beg, &end) [all...] |
/external/compiler-rt/lib/tsan/rtl/ |
tsan_interface_java.cc | 212 BlockDesc *beg = getblock(ptr); local 214 for (BlockDesc *b = beg; b != end; b++) {
|
/external/smack/src/org/apache/harmony/javax/security/auth/ |
PrivateCredentialPermission.java | 134 int beg = name.indexOf(' '); local 135 if (beg == -1) { 138 credentialClass = name.substring(0, beg); 141 beg++; 144 for (int i, j = 0; beg < nameLength; beg = j + 2, count++) { 145 i = name.indexOf(' ', beg); 158 beg = name.indexOf(' '); 159 beg++; 166 for (int index = 0, i, j; index < count; beg = j + 2, index++) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
debug.cpp | 411 __i_node** beg = local 413 if (beg == nullptr) 420 memcpy(beg, beg_, nc/2*sizeof(__i_node*)); 422 beg_ = beg;
|
/ndk/sources/host-tools/make-3.81/ |
expand.c | 248 register char *beg = p + 1; 265 end = strchr (beg, closeparen); 269 p1 = lindex (beg, end, '$'); 272 /* BEG now points past the opening paren or brace. 275 for (p = beg; *p != '\0'; ++p) 287 beg = expand_argument (beg, p); /* Expand the name. */ 288 free_beg = 1; /* Remember to free BEG when finished. */ 289 end = strchr (beg, '\0'); 302 colon = lindex (beg, end, ':') 246 register char *beg = p + 1; local [all...] |
implicit.c | 113 char *p = buffer, *beg; 120 beg = p; 182 *length = p - beg; 184 return beg; 111 char *p = buffer, *beg; local
|