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

1234567891011>>

/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/
H A DOISException.cpp28 const char* Exception::what() const throw() argument
H A DOISKeyboard.cpp35 bool Keyboard::isModifierDown( Modifier mod ) 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/clang/lib/StaticAnalyzer/Core/
H A DAPSIntType.cpp16 APSIntType::testInRange(const llvm::APSInt &Value, argument
17 bool AllowSignConversions) const {
/external/eigen/Eigen/src/SparseCore/
H A DSparseRedux.h17 SparseMatrixBase<Derived>::sum() const argument
29 SparseMatrix<_Scalar,_Options,_Index>::sum() const argument
37 SparseVector<_Scalar,_Options,_Index>::sum() const argument
/external/eigen/Eigen/src/plugins/
H A DCommonCwiseBinaryOps.h41 EIGEN_STRONG_INLINE const CwiseBinaryOp<CustomBinaryOp, const Derived, const OtherDerived>
42 binaryExpr(const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDerived> &other, const CustomBinaryOp& func = CustomBinaryOp()) const argument
44 return CwiseBinaryOp<CustomBinaryOp, const Derived, const OtherDerived>(derived(), other.derived(), func);
/external/google-breakpad/src/testing/gtest/samples/
H A Dsample4.cc44 void Counter::Print() const { argument
/external/icu/icu4c/source/common/
H A Dparsepos.cpp17 ParsePosition::clone() const { argument
/external/icu/icu4c/source/i18n/
H A Dcsrecog.cpp21 const char *CharsetRecognizer::getLanguage() const argument
/external/icu/icu4c/source/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/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[] =
46 scoped_ptr<Value> JSONReader::Read(const StringPiece& json) {
52 scoped_ptr<Value> JSONReader::Read(const StringPiec
112 error_code() const argument
116 GetErrorMessage() const argument
[all...]
/external/libchrome/base/timer/
H A Delapsed_timer.cc13 TimeDelta ElapsedTimer::Elapsed() const { argument
/external/libchrome/sandbox/linux/bpf_dsl/
H A Dpolicy.cc14 ResultExpr Policy::InvalidSyscall() const { argument
/external/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals/
H A Ddefault_ctor.pass.cpp28 virtual const char* name() const noexcept {return nullptr;}
29 virtual std::string message(int ev) const {return std::string();} argument
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
H A DbtContactConstraint.h43 const btPersistentManifold* getContactManifold() const argument
61 btScalar resolveSingleCollision(btRigidBody* body1, class btCollisionObject* colObj2, const btVector3& contactPositionWorld,const btVector3& contactNormalOnB, const struct btContactSolverInfo& solverInfo,btScalar distance);
65 void resolveSingleBilateral(btRigidBody& body1, const btVector3& pos1,
66 btRigidBody& body2, const btVector3& pos2,
67 btScalar distance, const btVector3& normal,btScalar& impulse ,btScalar timeStep);
/external/libweave/third_party/chromium/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[] =
46 scoped_ptr<Value> JSONReader::Read(const StringPiece& json) {
52 scoped_ptr<Value> JSONReader::Read(const StringPiec
112 error_code() const argument
116 GetErrorMessage() 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/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/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
H A DMCAsmInfoELF.cpp23 MCSection *MCAsmInfoELF::getNonexecutableStackSection(MCContext &Ctx) const { argument
H A DMCLabel.cpp15 void MCLabel::print(raw_ostream &OS) const { argument
20 void MCLabel::dump() const { argument
H A DMCLinkerOptimizationHint.cpp26 const MachObjectWriter &ObjWriter,
27 const MCAsmLayout &Layout) const {
25 emit_impl(raw_ostream &OutStream, const MachObjectWriter &ObjWriter, const MCAsmLayout &Layout) const argument
H A DMCTargetOptions.cpp22 StringRef MCTargetOptions::getABIName() const { argument
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCAsmInfo.cpp14 AMDGPUMCAsmInfo::AMDGPUMCAsmInfo(const Triple &TT) : MCAsmInfoELF() {
38 bool AMDGPUMCAsmInfo::shouldOmitSectionDirective(StringRef SectionName) const { argument
/external/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.cpp20 MCSymbol *PPCFunctionInfo::getPICOffsetSymbol() const { argument
21 const DataLayout &DL = MF.getDataLayout();

Completed in 715 milliseconds

1234567891011>>