/external/chromium_org/net/spdy/ |
D | spdy_prefixed_buffer_reader.cc | 16 : prefix_(prefix), in SpdyPrefixedBufferReader() 31 std::copy(prefix_, prefix_ + count, out); in ReadN() 32 prefix_ += count; in ReadN() 37 out = std::copy(prefix_, prefix_ + prefix_length_, out); in ReadN() 60 out->buffer_ = prefix_; in ReadN() 61 prefix_ += count; in ReadN()
|
D | spdy_pinnable_buffer_piece_test.cc | 19 prefix_ = prefix; in Build() 21 return SpdyPrefixedBufferReader(prefix_.data(), prefix_.length(), in Build() 24 std::string prefix_, suffix_; member in net::test::SpdyPinnableBufferPieceTest 35 EXPECT_EQ(prefix_.data(), piece.buffer()); in TEST_F() 42 EXPECT_NE(prefix_.data(), piece.buffer()); in TEST_F()
|
D | spdy_prefixed_buffer_reader_test.cc | 20 prefix_ = prefix; in Build() 22 return SpdyPrefixedBufferReader(prefix_.data(), prefix_.length(), in Build() 25 std::string prefix_, suffix_; member in net::test::SpdyPrefixedBufferReaderTest
|
D | spdy_prefixed_buffer_reader.h | 32 const char* prefix_;
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | replace.h | 401 prefix_(x.prefix_) { in StackPrefix() 405 prefix_.push_back(PrefixTuple(fst_id, nextstate)); in Push() 409 prefix_.pop_back(); in Pop() 413 return prefix_[prefix_.size()-1]; in Top() 417 return prefix_.size(); in Depth() 421 vector<PrefixTuple> prefix_; 430 if (x.prefix_.size() != y.prefix_.size()) return false; in operator() 431 for (size_t i = 0; i < x.prefix_.size(); ++i) { in operator() 432 if (x.prefix_[i].fst_id != y.prefix_[i].fst_id || in operator() 433 x.prefix_[i].nextstate != y.prefix_[i].nextstate) return false; in operator() [all …]
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/ |
D | speech_rule_functions.js | 32 this.prefix_ = prefix; 129 var reg = new RegExp('^' + this.prefix_); 133 this.prefix_);
|
/external/openfst/src/include/fst/ |
D | replace.h | 807 prefix_(x.prefix_) { in StackPrefix() 811 prefix_.push_back(PrefixTuple(fst_id, nextstate)); in Push() 815 prefix_.pop_back(); in Pop() 819 return prefix_[prefix_.size()-1]; in Top() 823 return prefix_.size(); in Depth() 827 vector<PrefixTuple> prefix_; 836 if (x.prefix_.size() != y.prefix_.size()) return false; in operator() 837 for (size_t i = 0; i < x.prefix_.size(); ++i) { in operator() 838 if (x.prefix_[i].fst_id != y.prefix_[i].fst_id || in operator() 839 x.prefix_[i].nextstate != y.prefix_[i].nextstate) return false; in operator() [all …]
|
/external/chromium_org/chrome/browser/ui/app_list/search/ |
D | mixer_unittest.cc | 61 : prefix_(prefix), in TestSearchProvider() 70 base::StringPrintf("%s%d", prefix_.c_str(), static_cast<int>(i)); in Start() 77 void set_prefix(const std::string& prefix) { prefix_ = prefix; } in set_prefix() 81 std::string prefix_; member in app_list::test::TestSearchProvider
|
/external/regex-re2/re2/ |
D | re2.cc | 204 prefix_.clear(); in Init() 207 if (entire_regexp_->RequiredPrefix(&prefix_, &prefix_foldcase_, &suffix)) in Init() 467 int n = prefix_.size(); in PossibleMatchRange() 473 pmin = prefix_.substr(0, n); in PossibleMatchRange() 474 pmax = prefix_.substr(0, n); in PossibleMatchRange() 573 if (!prefix_.empty()) { in Match() 576 prefixlen = prefix_.size(); in Match() 580 if (ascii_strcasecmp(&prefix_[0], subtext.data(), prefixlen) != 0) in Match() 583 if (memcmp(&prefix_[0], subtext.data(), prefixlen) != 0) in Match()
|
D | re2.h | 707 string prefix_; // required prefix (before regexp_) variable
|
/external/chromium_org/third_party/re2/re2/ |
D | re2.cc | 222 prefix_.clear(); in Init() 225 if (entire_regexp_->RequiredPrefix(&prefix_, &prefix_foldcase_, &suffix)) in Init() 485 int n = prefix_.size(); in PossibleMatchRange() 491 pmin = prefix_.substr(0, n); in PossibleMatchRange() 492 pmax = prefix_.substr(0, n); in PossibleMatchRange() 591 if (!prefix_.empty()) { in Match() 594 prefixlen = prefix_.size(); in Match() 598 if (ascii_strcasecmp(&prefix_[0], subtext.data(), prefixlen) != 0) in Match() 601 if (memcmp(&prefix_[0], subtext.data(), prefixlen) != 0) in Match()
|
D | re2.h | 695 string prefix_; // required prefix (before regexp_) variable
|
/external/chromium_org/third_party/webrtc/base/ |
D | network.h | 182 const IPAddress& prefix() const { return prefix_; } in prefix() 245 IPAddress prefix_; variable
|
D | network.cc | 628 : name_(name), description_(desc), prefix_(prefix), in Network() 636 : name_(name), description_(desc), prefix_(prefix), in Network() 671 if (prefix_.family() == AF_INET) { in GetBestIP() 708 << ":" << prefix_.ToSensitiveString() << "/" << prefix_length_ in ToString()
|
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/ |
D | omnibox_popup_cell.h | 34 base::scoped_nsobject<NSAttributedString> prefix_; variable
|
D | omnibox_popup_cell.mm | 292 prefix_.reset([CreateAttributedString(base::UTF8ToUTF16( 295 CGFloat prefixWidth = [prefix_ size].width; 321 [self drawMatchPart:prefix_
|
/external/llvm/cmake/modules/ |
D | LLVMParseArguments.cmake | 13 # name, prefixed with prefix_. So, for example, if prefix is MY_MACRO and 19 #name, prefixed with prefix_. Each variable will be filled with the arguments
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/html5fs/ |
D | html5_fs.h | 66 std::string prefix_; variable
|
D | html5_fs.cc | 94 full_path.Prepend(prefix_); in GetFullPath() 270 prefix_ = iter->second; in Init()
|
/external/chromium_org/chrome/browser/autocomplete/ |
D | autocomplete_provider_unittest.cc | 56 prefix_(prefix), in TestProvider() 82 const base::string16 prefix_; member in TestProvider 136 match.fill_into_edit = prefix_ + base::UTF8ToUTF16(base::IntToString(i)); in AddResultsWithSearchTermsArgs()
|
/external/elfutils/0.153/libcpu/ |
D | i386_disasm.c | 150 #define newpref(pref) [idx_##pref] = prefix_##pref
|
/external/jemalloc/ |
D | INSTALL | 44 "prefix_", API changes like the following occur:
|
/external/chromium_org/chrome/third_party/chromevox/ |
D | chromeVoxChromePageScript.js | 964 …unctions=function(){};cvox.SpeechRuleFunctions.Store_=function(a,b){this.prefix_=a;this.store_=b};… 966 …=new RegExp("^"+this.prefix_);return a.match(b)?!0:(console.log("FunctionError: Invalid function n…
|
D | chromeVoxChromeOptionsScript.js | 1195 …unctions=function(){};cvox.SpeechRuleFunctions.Store_=function(a,b){this.prefix_=a;this.store_=b};… 1197 …=new RegExp("^"+this.prefix_);return a.match(b)?!0:(console.log("FunctionError: Invalid function n…
|
D | chromeVoxChromeBackgroundScript.js | 1062 …unctions=function(){};cvox.SpeechRuleFunctions.Store_=function(a,b){this.prefix_=a;this.store_=b};… 1064 …=new RegExp("^"+this.prefix_);return a.match(b)?!0:(console.log("FunctionError: Invalid function n…
|