HomeSort by relevance Sort by last modified time
    Searched refs:beg (Results 1 - 25 of 219) sorted by null

1 2 3 4 5 6 7 8 9

  /toolchain/binutils/binutils-2.25/gprof/
search_list.c 32 const char *beg, *colon;
38 beg = colon + 1;
39 colon = strchr (beg, PATH_SEP_CHAR);
42 len = colon - beg;
44 len = strlen (beg);
47 memcpy (new_el->path, beg, len);
31 const char *beg, *colon; local
  /external/curl/lib/
x509asn1.c 108 const char * beg, const char * end)
114 /* Get a single ASN.1 element into `elem', parse ASN.1 string at `beg'
119 if(beg >= end || !*beg)
123 elem->header = beg;
124 b = (unsigned char) *beg++;
133 if(beg >= end)
135 b = (unsigned char) *beg++;
143 elem->beg = beg;
    [all...]
x509asn1.h 81 const char * beg; /* Pointer to element data. */ member in struct:__anon9489
121 const char * beg, const char * end);
125 const char * beg, const char * end);
127 const char * beg, const char * end);
129 const char * beg, const char * end);
  /external/compiler-rt/test/asan/TestCases/
contiguous_container.cc 12 char *beg = new char[capacity]; local
13 char *end = beg + capacity;
14 char *mid = beg + capacity;
21 mid = beg + size;
22 __sanitizer_annotate_contiguous_container(beg, end, old_mid, mid);
25 assert(!__asan_address_is_poisoned(beg + idx));
27 assert(__asan_address_is_poisoned(beg + idx));
28 assert(__sanitizer_verify_contiguous_container(beg, mid, end));
30 __sanitizer_contiguous_container_find_bad_address(beg, mid, end));
31 if (mid != beg) {
    [all...]
  /external/v8/src/arm/
cpu-arm.cc 28 register uint32_t beg asm("r0") = reinterpret_cast<uint32_t>(start);
29 register uint32_t end asm("r1") = beg + size;
39 : "r"(beg), "r"(end), "r"(flg), "r"(scno)
50 // r0 = beg
58 : "r" (beg), "r" (end), "r" (flg), [scno] "i" (__ARM_NR_cacheflush)
  /external/libcxx/test/std/input.output/iostreams.base/ios.base/ios.types/ios_seekdir/
seekdir.pass.cpp 14 // static const seekdir beg;
23 assert(std::ios_base::beg != std::ios_base::cur);
24 assert(std::ios_base::beg != std::ios_base::end);
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/
pubseekoff.pass.cpp 32 assert(t.pubseekoff(0, std::ios_base::beg) == -1);
33 assert(t.pubseekoff(0, std::ios_base::beg, std::ios_base::app) == -1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_seekdir/
seekdir.pass.cpp 14 // static const seekdir beg;
23 assert(std::ios_base::beg != std::ios_base::cur);
24 assert(std::ios_base::beg != std::ios_base::end);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/
pubseekoff.pass.cpp 32 assert(t.pubseekoff(0, std::ios_base::beg) == -1);
33 assert(t.pubseekoff(0, std::ios_base::beg, std::ios_base::app) == -1);
  /frameworks/base/core/java/org/apache/http/conn/ssl/
AndroidDistinguishedNameParser.java 36 private int beg; field in class:AndroidDistinguishedNameParser
64 beg = pos;
99 if ((end - beg > 4) && (chars[beg + 3] == '.')
100 && (chars[beg] == 'O' || chars[beg] == 'o')
101 && (chars[beg + 1] == 'I' || chars[beg + 1] == 'i')
102 && (chars[beg + 2] == 'D' || chars[beg + 2] == 'd'))
    [all...]
  /external/okhttp/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/compiler-rt/lib/asan/
asan_poisoning.cc 117 ShadowSegmentEndpoint beg(beg_addr);
119 if (beg.chunk == end.chunk) {
120 CHECK(beg.offset < end.offset);
121 s8 value = beg.value;
126 if (beg.offset > 0) {
127 *beg.chunk = Min(value, beg.offset);
129 *beg.chunk = kAsanUserPoisonedMemoryMagic;
134 CHECK(beg.chunk < end.chunk);
135 if (beg.offset > 0)
334 uptr beg = reinterpret_cast<uptr>(beg_p); local
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_interface_internal.h 49 void __sanitizer_annotate_contiguous_container(const void *beg,
54 int __sanitizer_verify_contiguous_container(const void *beg, const void *mid,
58 const void *beg, const void *mid, const void *end);
  /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/opencv3/modules/cudev/include/opencv2/cudev/block/
block.hpp 75 __device__ __forceinline__ static void blockFill(It beg, It end, const T& value)
78 It t = beg + Block::threadLineId();
85 __device__ __forceinline__ static void blockYota(OutIt beg, OutIt end, T value)
91 for(OutIt t = beg + tid; t < end; t += STRIDE, value += STRIDE)
96 __device__ __forceinline__ static void blockCopy(InIt beg, InIt end, OutIt out)
99 InIt t = beg + Block::threadLineId();
100 OutIt o = out + (t - beg);
107 __device__ __forceinline__ static void blockTransfrom(InIt beg, InIt end, OutIt out, const UnOp& op)
110 InIt t = beg + Block::threadLineId();
111 OutIt o = out + (t - beg);
    [all...]
  /libcore/ojluni/src/main/java/sun/net/www/
HeaderParser.java 89 int beg = 0, end = 0, i = 0; local
96 tab[i][0] = new String(ca, beg, end-beg).toLowerCase();
99 beg = end;
102 tab[i++][1]= new String(ca, beg, end-beg);
108 beg=end;
112 beg=end;
119 tab[i++][0] = (new String(ca, beg, end-beg)).toLowerCase()
    [all...]
  /external/autotest/client/virt/tests/
iofuzz.py 108 for (beg, end, name) in devices:
109 ports[(int(beg, base=16), int(end, base=16))] = name.strip()
111 for (beg, end) in ports.keys():
112 name = ports[(beg, end)]
117 logging.info("Fuzzing %s, port range 0x%x-0x%x", name, beg, end)
121 for port in range(beg, end + 1):
125 for port in range(beg, end + 1):
129 for seq in range(fuzz_count * (end - beg + 1)):
131 [r.randint(beg, end), r.randint(0,255)]))
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.seeks/
seekp2.pass.cpp 36 assert(way == std::ios_base::beg);
47 assert(&os.seekp(5, std::ios_base::beg) == &os);
54 assert(&os.seekp(10, std::ios_base::beg) == &os);
57 assert(&os.seekp(-1, std::ios_base::beg) == &os);
66 assert(&os.seekp(10, std::ios_base::beg) == &os);
  /external/compiler-rt/include/sanitizer/
common_interface_defs.h 69 // [beg, end); the memory [beg, mid) is used to store the current elements
71 // beg <= mid <= end. For example, in "std::vector<> v"
72 // beg = &v[0];
73 // end = beg + v.capacity() * sizeof(v[0]);
74 // mid = beg + v.size() * sizeof(v[0]);
85 // For AddressSanitizer, 'beg' should be 8-aligned and 'end' should
89 // char *beg = (char *)&x[0];
90 // char *end = beg + 12; // Not 8 aligned, not the end of the buffer.
93 // char *beg = (char*)&x[0]
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/sanitizer/
common_interface_defs.h 69 // [beg, end); the memory [beg, mid) is used to store the current elements
71 // beg <= mid <= end. For example, in "std::vector<> v"
72 // beg = &v[0];
73 // end = beg + v.capacity() * sizeof(v[0]);
74 // mid = beg + v.size() * sizeof(v[0]);
85 // For AddressSanitizer, 'beg' should be 8-aligned and 'end' should
89 // char *beg = (char *)&x[0];
90 // char *end = beg + 12; // Not 8 aligned, not the end of the buffer.
93 // char *beg = (char*)&x[0]
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/sanitizer/
common_interface_defs.h 69 // [beg, end); the memory [beg, mid) is used to store the current elements
71 // beg <= mid <= end. For example, in "std::vector<> v"
72 // beg = &v[0];
73 // end = beg + v.capacity() * sizeof(v[0]);
74 // mid = beg + v.size() * sizeof(v[0]);
85 // For AddressSanitizer, 'beg' should be 8-aligned and 'end' should
89 // char *beg = (char *)&x[0];
90 // char *end = beg + 12; // Not 8 aligned, not the end of the buffer.
93 // char *beg = (char*)&x[0]
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/sanitizer/
common_interface_defs.h 69 // [beg, end); the memory [beg, mid) is used to store the current elements
71 // beg <= mid <= end. For example, in "std::vector<> v"
72 // beg = &v[0];
73 // end = beg + v.capacity() * sizeof(v[0]);
74 // mid = beg + v.size() * sizeof(v[0]);
85 // For AddressSanitizer, 'beg' should be 8-aligned and 'end' should
89 // char *beg = (char *)&x[0];
90 // char *end = beg + 12; // Not 8 aligned, not the end of the buffer.
93 // char *beg = (char*)&x[0]
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/sanitizer/
common_interface_defs.h 69 // [beg, end); the memory [beg, mid) is used to store the current elements
71 // beg <= mid <= end. For example, in "std::vector<> v"
72 // beg = &v[0];
73 // end = beg + v.capacity() * sizeof(v[0]);
74 // mid = beg + v.size() * sizeof(v[0]);
85 // For AddressSanitizer, 'beg' should be 8-aligned and 'end' should
89 // char *beg = (char *)&x[0];
90 // char *end = beg + 12; // Not 8 aligned, not the end of the buffer.
93 // char *beg = (char*)&x[0]
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/sanitizer/
common_interface_defs.h 69 // [beg, end); the memory [beg, mid) is used to store the current elements
71 // beg <= mid <= end. For example, in "std::vector<> v"
72 // beg = &v[0];
73 // end = beg + v.capacity() * sizeof(v[0]);
74 // mid = beg + v.size() * sizeof(v[0]);
85 // For AddressSanitizer, 'beg' should be 8-aligned and 'end' should
89 // char *beg = (char *)&x[0];
90 // char *end = beg + 12; // Not 8 aligned, not the end of the buffer.
93 // char *beg = (char*)&x[0]
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/sanitizer/
common_interface_defs.h 69 // [beg, end); the memory [beg, mid) is used to store the current elements
71 // beg <= mid <= end. For example, in "std::vector<> v"
72 // beg = &v[0];
73 // end = beg + v.capacity() * sizeof(v[0]);
74 // mid = beg + v.size() * sizeof(v[0]);
85 // For AddressSanitizer, 'beg' should be 8-aligned and 'end' should
89 // char *beg = (char *)&x[0];
90 // char *end = beg + 12; // Not 8 aligned, not the end of the buffer.
93 // char *beg = (char*)&x[0]
    [all...]

Completed in 1389 milliseconds

1 2 3 4 5 6 7 8 9