Searched defs:const (Results 1 - 25 of 8385) sorted by relevance

1234567891011>>

/external/libpcap/
H A Dacconfig.h2 * implementation details wrt "const"; newer versions
4 * put "const" here. This may cause duplicate definitions
7 #undef const macro
/external/chromium/chrome/common/
H A Dpref_store.cc7 bool PrefStore::IsInitializationComplete() const { argument
/external/llvm/lib/Support/
H A DAPSInt.cpp20 void APSInt::Profile(FoldingSetNodeID& ID) const { argument
/external/webkit/Source/WebKit/android/wds/client/
H A DDevice.cpp29 bool Device::sendRequest(const char* req) const { argument
/external/webkit/Tools/DumpRenderTree/wx/
H A DWorkQueueItemWx.cpp34 bool LoadItem::invoke() const argument
39 bool LoadHTMLStringItem::invoke() const argument
44 bool ReloadItem::invoke() const argument
49 bool ScriptItem::invoke() const argument
54 bool BackForwardItem::invoke() const argument
/external/chromium/android/autofill/
H A Dandroid_url_request_context_getter.cc34 scoped_refptr<base::MessageLoopProxy> AndroidURLRequestContextGetter::GetIOMessageLoopProxy() const argument
/external/chromium/base/synchronization/
H A Dcancellation_flag.cc18 bool CancellationFlag::IsSet() const { argument
/external/chromium/chrome/browser/password_manager/
H A Dlogin_database_mac.cc11 std::string LoginDatabase::EncryptedString(const string16& plain_text) const { argument
15 string16 LoginDatabase::DecryptedString(const std::string& cipher_text) const { argument
H A Dlogin_database_posix.cc11 std::string LoginDatabase::EncryptedString(const string16& plain_text) argument
12 const {
16 string16 LoginDatabase::DecryptedString(const std::string& cipher_text) argument
17 const {
/external/chromium/chrome/browser/ui/tabs/
H A Ddock_info_mac.cc8 bool* maximize_new_window) const {
13 void DockInfo::AdjustOtherWindowBounds() const { argument
7 GetNewWindowBounds(gfx::Rect* new_window_bounds, bool* maximize_new_window) const argument
/external/chromium/testing/gtest/samples/
H A Dsample4.cc44 void Counter::Print() const { argument
/external/clang/lib/StaticAnalyzer/Core/
H A DAPSIntType.cpp16 APSIntType::testInRange(const llvm::APSInt &Value) const { argument
H A DChecker.cpp20 StringRef CheckerBase::getTagDescription() const { argument
/external/gtest/samples/
H A Dsample4.cc44 void Counter::Print() const { argument
/external/icu4c/common/
H A Dparsepos.cpp17 ParsePosition::clone() const { argument
/external/icu4c/i18n/
H A Dcsrecog.cpp21 const char *CharsetRecognizer::getLanguage() const argument
/external/icu4c/i18n/unicode/
H A Dtmutamt.h45 TimeUnitAmount(const Formattable& number,
69 TimeUnitAmount(const TimeUnitAmount& other);
76 TimeUnitAmount& operator=(const TimeUnitAmount& other);
84 virtual UObject* clone() const;
100 virtual UBool operator==(const UObject& other) const;
109 UBool operator!=(const UObject& other) const;
137 virtual UClassID getDynamicClassID(void) const;
145 const TimeUni
158 operator !=(const UObject& other) const argument
[all...]
/external/llvm/lib/Analysis/
H A DInterval.cpp29 bool Interval::isLoop() const { argument
40 void Interval::print(raw_ostream &OS) const { argument
/external/llvm/lib/MC/
H A DMCInstrAnalysis.cpp13 uint64_t MCInstrAnalysis::evaluateBranch(const MCInst &Inst, uint64_t Addr, argument
14 uint64_t Size) const {
H A DMCLabel.cpp15 void MCLabel::print(raw_ostream &OS) const { argument
20 void MCLabel::dump() const { argument
H A DMCValue.cpp17 void MCValue::print(raw_ostream &OS, const MCAsmInfo *MAI) const { argument
35 void MCValue::dump() const { argument
/external/oprofile/libpp/
H A Dsymbol_functors.cpp14 bool less_symbol::operator()(symbol_entry const & lhs, argument
15 symbol_entry const & rhs) const
/external/protobuf/gtest/samples/
H A Dsample4.cc44 void Counter::Print() const { argument
/external/webkit/Source/JavaScriptCore/API/
H A DOpaqueJSString.cpp35 PassRefPtr<OpaqueJSString> OpaqueJSString::create(const UString& ustring)
42 UString OpaqueJSString::ustring() const argument
49 Identifier OpaqueJSString::identifier(JSGlobalData* globalData) const argument
52 return Identifier(globalData, static_cast<const char*>(0));
/external/webkit/Source/JavaScriptCore/runtime/
H A DPropertySlot.cpp29 JSValue PropertySlot::functionGetter(ExecState* exec) const argument

Completed in 3838 milliseconds

1234567891011>>