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

1234567891011>>

/external/pdfium/core/fxge/android/
H A Dcfpf_skiafilefont.cpp15 int32_t CFPF_SkiaFileFont::GetType() const { argument
/external/swiftshader/third_party/LLVM/lib/Support/
H A DAPSInt.cpp20 void APSInt::Profile(FoldingSetNodeID& ID) const { argument
/external/v8/tools/turbolizer/
H A Dschedule-view.js14 const BLOCK_HEADER_STYLE = {
26 const BLOCK_LINK_STYLE = {
33 const ID_STYLE = {
43 const ID_LINK_STYLE = {
50 const NODE_STYLE = { css: 'kwd' };
51 const GOTO_STYLE = { css: 'kwd',
60 const ARROW_STYLE = { css: 'kwd' };
/external/autotest/client/site_tests/video_WebRtcMainFeedSwitching/
H A Dmain-feed-switching.js10 const $ = document.getElementById.bind(document);
12 const MAIN_FEED_RESOLUTION = {w:1280, h:720};
15 const SMALL_FEED_RESOLUTION = {w:182, h:136};
21 const NUM_BAD_RESOLUTIONS_FOR_FAILURE = Number.MAX_SAFE_INTEGER;
38 const videoElement = document.createElement('video');
52 const promises = this.peerConnections.map((conn) => conn.start());
66 const switchWith = Math.floor(Math.random() * this.videoElements.length);
67 const newMainSrc = this.videoElements[switchWith].srcObject;
89 const timeSpent = Date.now() - this.startTime;
/external/clang/lib/StaticAnalyzer/Core/
H A DAPSIntType.cpp16 APSIntType::testInRange(const llvm::APSInt &Value, argument
17 bool AllowSignConversions) const {
/external/clang/test/SemaCXX/
H A Dpr25181-crash-on-invalid.cpp6 void Foo<T>::method(T *) const throw() {} // expected-error {{nested name specifier 'Foo<T>::' for declaration does not refer into a class, class template or class template partial specialization}} argument
/external/eigen/Eigen/src/Core/
H A DDiagonalProduct.h20 inline const Product<Derived, DiagonalDerived, LazyProduct>
21 MatrixBase<Derived>::operator*(const DiagonalBase<DiagonalDerived> &a_diagonal) const argument
/external/eigen/Eigen/src/SparseCore/
H A DSparseRedux.h17 SparseMatrixBase<Derived>::sum() const argument
30 SparseMatrix<_Scalar,_Options,_Index>::sum() const argument
41 SparseVector<_Scalar,_Options,_Index>::sum() const argument
/external/google-breakpad/src/testing/gtest/samples/
H A Dsample4.cc44 void Counter::Print() const { argument
/external/googletest/googletest/samples/
H A Dsample4.cc44 void Counter::Print() const { argument
/external/icu/icu4c/source/common/
H A Dparsepos.cpp19 ParsePosition::clone() const { argument
/external/icu/icu4c/source/i18n/
H A Dcsrecog.cpp23 const char *CharsetRecognizer::getLanguage() const argument
/external/icu/icu4c/source/i18n/unicode/
H A Dtmutamt.h47 TimeUnitAmount(const Formattable& number,
71 TimeUnitAmount(const TimeUnitAmount& other);
78 TimeUnitAmount& operator=(const TimeUnitAmount& other);
86 virtual UObject* clone() const;
102 virtual UBool operator==(const UObject& other) const;
111 UBool operator!=(const UObject& other) const;
139 virtual UClassID getDynamicClassID(void) const;
147 const TimeUni
160 operator !=(const UObject& other) const argument
[all...]
/external/libchrome/base/json/
H A Djson_reader.cc17 const char JSONReader::kInvalidEscape[] =
19 const char JSONReader::kSyntaxError[] =
21 const char JSONReader::kUnexpectedToken[] =
23 const char JSONReader::kTrailingComma[] =
25 const char JSONReader::kTooMuchNesting[] =
27 const char JSONReader::kUnexpectedDataAfterRoot[] =
29 const char JSONReader::kUnsupportedEncoding[] =
31 const char JSONReader::kUnquotedDictionaryKey[] =
60 const StringPiece& json,
113 JSONReader::JsonParseError JSONReader::error_code() const { argument
117 GetErrorMessage() const argument
[all...]
/external/libchrome/base/timer/
H A Delapsed_timer.cc13 TimeDelta ElapsedTimer::Elapsed() const { argument
/external/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals/
H A Ddefault_ctor.pass.cpp27 virtual const char* name() const noexcept {return nullptr;}
28 virtual std::string message(int) const {return std::string();} argument
/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
H A DPR23141_invoke_not_constexpr.pass.cpp26 void operator()(T &&, U &&) const argument
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dpointer_deleter.fail.cpp18 // unique_ptr<T, const D&>(pointer, D()) should not compile
23 void operator()(int* p) const { delete p; } argument
27 // expected-error@+1 {{call to deleted constructor of 'std::unique_ptr<int, const Deleter &>}}
28 std::unique_ptr<int, const Deleter&> s((int*)nullptr, Deleter());
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Dalloc_convert_move.fail.cpp15 // tuple(allocator_arg_t, const Alloc& a, tuple<UTypes...>&&);
24 explicit ExplicitCopy(ExplicitCopy const&) {} argument
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/
H A Dget_const_rv.fail.cpp15 // const typename tuple_element<I, tuple<Types...> >::type&&
16 // get(const tuple<Types...>&& t);
22 template <class T> void cref(T const&) {} argument
23 template <class T> void cref(T const&&) = delete;
25 std::tuple<int> const tup4() { return std::make_tuple(4); }
/external/libmojo/ui/gfx/geometry/
H A Dinsets.cc12 std::string Insets::ToString() const { argument
17 Insets Insets::Offset(const gfx::Vector2d& vector) const { argument
H A Dinsets_f.cc11 std::string InsetsF::ToString() const { argument
/external/llvm/lib/CodeGen/
H A DTargetOptionsImpl.cpp25 bool TargetOptions::DisableFramePointerElim(const MachineFunction &MF) const { argument
41 bool TargetOptions::LessPreciseFPMAD() const { argument
47 bool TargetOptions::HonorSignDependentRoundingFPMath() const { argument
/external/llvm/lib/IR/
H A DComdat.cpp22 StringRef Comdat::getName() const { return Name->first(); } argument
/external/llvm/lib/MC/
H A DMCAsmInfoDarwin.cpp22 const MCSection &Section) const {
23 const MCSectionMachO &SMO = static_cast<const MCSectionMachO &>(Section);
21 isSectionAtomizableBySymbols( const MCSection &Section) const argument

Completed in 4496 milliseconds

1234567891011>>