/external/chromium/googleurl/src/ |
url_canon_icu.cc | 164 bool ReadUTFChar(const char* str, int* begin, int length, 167 U8_NEXT(str, *begin, length, code_point); 172 (*begin)--; 181 bool ReadUTFChar(const char16* str, int* begin, int length, 183 if (U16_IS_SURROGATE(str[*begin])) { 184 if (!U16_IS_SURROGATE_LEAD(str[*begin]) || *begin + 1 >= length || 185 !U16_IS_TRAIL(str[*begin + 1])) { 191 *code_point = U16_GET_SUPPLEMENTARY(str[*begin], str[*begin + 1]) [all...] |
/external/chromium/net/http/ |
http_util.cc | 124 content_type_str.begin() + param_name_start, 125 content_type_str.begin() + charset_end_offset, charset_str)) { 165 LowerCaseEqualsASCII(content_type_str.begin() + type_val, 166 content_type_str.begin() + type_end, 169 mime_type->assign(content_type_str.begin() + type_val, 170 content_type_str.begin() + type_end); 175 charset->assign(content_type_str.begin() + charset_val, 176 content_type_str.begin() + charset_end); 193 HttpUtil::HeadersIterator it(headers.begin(), headers.end(), "\r\n"); 218 std::string::const_iterator bytes_unit_begin = ranges_specifier.begin(); 419 std::string::const_iterator begin = str.begin(); local [all...] |
/external/chromium_org/ash/shelf/ |
shelf_model.cc | 75 items_.insert(items_.begin() + index, item); 87 items_.erase(items_.begin() + index); 97 items_.erase(items_.begin() + index); 98 items_.insert(items_.begin() + target_index, item); 131 return i == items_.end() ? -1 : static_cast<int>(i - items_.begin()); 143 for (LauncherItems::const_iterator i = items_.begin(); 154 return std::lower_bound(items_.begin(), items_.end(), weight_dummy, 155 CompareByWeight) - items_.begin(); 181 index = std::max(std::lower_bound(items_.begin(), items_.end(), weight_dummy, 182 CompareByWeight) - items_.begin(), [all...] |
/external/chromium_org/chrome/browser/safe_browsing/ |
safe_browsing_store.cc | 30 typename AddsT::iterator add_out = adds->begin(); 31 typename SubsT::iterator sub_out = subs->begin(); 38 typename AddsT::iterator add_iter = adds->begin(); 39 typename SubsT::iterator sub_iter = subs->begin(); 76 typename HashesT::iterator out = full_hashes->begin(); 78 typename HashesT::iterator hash_iter = full_hashes->begin(); 79 typename AddsT::const_iterator remove_iter = removes.begin(); 112 typename ItemsT::iterator end_iter = items->begin(); 137 std::sort(add_prefixes->begin(), add_prefixes->end(), 139 std::sort(sub_prefixes->begin(), sub_prefixes->end() [all...] |
/external/chromium_org/components/autofill/core/browser/ |
autofill_scanner.cc | 14 : cursor_(fields.begin()), 15 saved_cursor_(fields.begin()), 16 begin_(fields.begin()),
|
/external/chromium_org/mojo/system/ |
waiter_list.cc | 22 for (WaiterInfoList::iterator it = waiters_.begin(); it != waiters_.end(); 32 for (WaiterInfoList::iterator it = waiters_.begin(); it != waiters_.end(); 48 for (WaiterInfoList::iterator it = waiters_.begin(); it != waiters_.end();) {
|
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/ |
cacerts.txt | 10 -----BEGIN CERTIFICATE----- 32 -----BEGIN CERTIFICATE----- 52 -----BEGIN CERTIFICATE-----
|
/external/chromium_org/net/data/ssl/certificates/ |
x509_verify_results.chain.pem | 1 -----BEGIN CERTIFICATE----- 18 -----BEGIN CERTIFICATE----- 35 -----BEGIN CERTIFICATE-----
|
/external/chromium_org/third_party/JSON/JSON-2.59/t/ |
01_utf8.t | 5 BEGIN { plan tests => 9 }; 7 BEGIN { $ENV{PERL_JSON_BACKEND} = "JSON::backportPP"; } 9 BEGIN {
|
21_evans_bugrep.t | 4 BEGIN { plan tests => 6 }; 6 BEGIN { $ENV{PERL_JSON_BACKEND} = "JSON::backportPP"; } 8 BEGIN {
|
xe08_decode.t | 7 BEGIN { plan tests => 6 }; 9 BEGIN { $ENV{PERL_JSON_BACKEND} = 1; } 13 BEGIN {
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
ArrayBuffer.h | 56 // ranging from |begin| upto but not including |end|. 57 inline PassRefPtr<ArrayBuffer> slice(int begin, int end) const; 58 inline PassRefPtr<ArrayBuffer> slice(int begin) const; 74 inline PassRefPtr<ArrayBuffer> sliceImpl(unsigned begin, unsigned end) const; 152 PassRefPtr<ArrayBuffer> ArrayBuffer::slice(int begin, int end) const 154 return sliceImpl(clampIndex(begin), clampIndex(end)); 157 PassRefPtr<ArrayBuffer> ArrayBuffer::slice(int begin) const 159 return sliceImpl(clampIndex(begin), byteLength()); 162 PassRefPtr<ArrayBuffer> ArrayBuffer::sliceImpl(unsigned begin, unsigned end) const 164 unsigned size = begin <= end ? end - begin : 0 [all...] |
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
stl_util.h | 32 void STLDeleteContainerPairSecondPointers(const ForwardIterator& begin, 34 for (ForwardIterator it = begin; it != end; ++it) { 42 for (typename T::iterator it = container->begin(); it != container->end();
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/ |
compat.hpp | 73 p(alloc(v.size(), &*v.begin(), v.size())), n(v.size()) { 124 begin() { function in class:clover::compat::vector 129 begin() const { function in class:clover::compat::vector 165 vector_ref(C &v) : p(&*v.begin()), n(v.size()) { 174 begin() { function in class:clover::compat::vector_ref 179 begin() const { function in class:clover::compat::vector_ref 224 std::memcpy(p, buf.begin() + offset, n); 242 std::memcpy(buf.begin() + offset, p, n); 261 return std::string(begin(), end()); 267 if (!std::memcmp(begin() + i, s.begin(), s.size()) [all...] |
/external/chromium_org/third_party/openssl/openssl/apps/ |
dsa-ca.pem | 1 -----BEGIN DSA PRIVATE KEY----- 13 -----BEGIN CERTIFICATE REQUEST----- 28 -----BEGIN CERTIFICATE-----
|
dsa-pca.pem | 1 -----BEGIN DSA PRIVATE KEY----- 13 -----BEGIN CERTIFICATE REQUEST----- 28 -----BEGIN CERTIFICATE-----
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/ |
ebdt_table.cc | 76 for (BitmapGlyphBuilderList::iterator builder_map = glyph_builders_.begin(), 80 for (BitmapGlyphBuilderMap::iterator glyph_entry = builder_map->begin(), 102 for (BitmapGlyphBuilderList::iterator builder_map = glyph_builders_.begin(), 106 for (BitmapGlyphBuilderMap::iterator glyph_entry = builder_map->begin(), 122 std::copy(loca_list->begin(), loca_list->end(), glyph_loca_.begin()); 136 for (BitmapGlyphBuilderList::iterator builder_map = glyph_builders_.begin(), 142 for (BitmapGlyphBuilderMap::iterator glyph_entry = builder_map->begin(), 165 std::copy(glyph_builders->begin(), glyph_builders->end(), 166 glyph_builders_.begin()); [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkPathHeap.cpp | 24 SkPath** ptr = fPaths.begin(); 36 SkPath** iter = fPaths.begin(); 55 SkPath* const* iter = fPaths.begin();
|
/external/chromium_org/third_party/sqlite/src/test/ |
mallocD.test | 40 BEGIN; 47 BEGIN; 56 BEGIN;
|
tkt2854.test | 53 BEGIN; 58 catchsql { BEGIN EXCLUSIVE } db 76 set ::STMT2 [sqlite3_prepare $DB2 "BEGIN EXCLUSIVE" -1 TAIL] 77 set ::STMT3 [sqlite3_prepare $DB2 "BEGIN IMMEDIATE" -1 TAIL] 78 set ::STMT4 [sqlite3_prepare $DB2 "BEGIN" -1 TAIL] 80 execsql { BEGIN EXCLUSIVE } db 83 catchsql { BEGIN EXCLUSIVE } db2 86 catchsql { BEGIN IMMEDIATE } db2 90 catchsql { BEGIN } db2 107 # A regular "BEGIN" doesn't touch any databases. So it succeeds [all...] |
/external/chromium_org/tools/gn/ |
location.h | 38 // The end is exclusive i.e. [begin, end) 42 LocationRange(const Location& begin, const Location& end); 44 const Location& begin() const { return begin_; } function in class:LocationRange
|
/external/jpeg/ |
makelib.ds | 31 # Begin Project 194 # Begin Target 203 # Begin Source File 221 # Begin Source File 239 # Begin Source File 257 # Begin Source File 275 # Begin Source File 294 # Begin Source File 313 # Begin Source File 331 # Begin Source Fil [all...] |
/external/llvm/test/Transforms/GVN/ |
phi-translate-partial-alias.ll | 9 ; CHECK: define void @test0(i8* %begin) 14 define void @test0(i8* %begin) { 19 %phi = phi i8* [ %begin, %entry ], [ %next, %loop ]
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
compat.hpp | 73 p(alloc(v.size(), &*v.begin(), v.size())), n(v.size()) { 124 begin() { function in class:clover::compat::vector 129 begin() const { function in class:clover::compat::vector 165 vector_ref(C &v) : p(&*v.begin()), n(v.size()) { 174 begin() { function in class:clover::compat::vector_ref 179 begin() const { function in class:clover::compat::vector_ref 224 std::memcpy(p, buf.begin() + offset, n); 242 std::memcpy(buf.begin() + offset, p, n); 261 return std::string(begin(), end()); 267 if (!std::memcmp(begin() + i, s.begin(), s.size()) [all...] |
/external/openssl/apps/ |
dsa-ca.pem | 1 -----BEGIN DSA PRIVATE KEY----- 13 -----BEGIN CERTIFICATE REQUEST----- 28 -----BEGIN CERTIFICATE-----
|