HomeSort by relevance Sort by last modified time
    Searched refs:location_ (Results 26 - 50 of 70) sorted by null

12 3

  /external/libchrome/base/
tracked_objects.h 205 const Location& location() const { return location_; }
212 const Location location_; member in class:tracked_objects::BirthOnThread
246 // The number of births on this thread for our location_.
    [all...]
tracked_objects.cc 253 : location_(location),
    [all...]
  /external/v8/src/
handles-inl.h 17 : location_(HandleScope::GetHandle(isolate, object)) {}
compiler.cc 78 explicit ScopedTimer(base::TimeDelta* location) : location_(location) {
79 DCHECK(location_ != NULL);
83 ~ScopedTimer() { *location_ += timer_.Elapsed(); }
86 base::TimeDelta* location_; member in struct:v8::internal::ScopedTimer
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
execution_monitor.hpp 125 execution_exception( error_code ec_, const_string what_msg_, location const& location_ ); // max length 256 inc '\0'
  /external/deqp/framework/opengl/
gluShaderProgram.hpp 227 AttribLocationBinding (const std::string& name_, deUint32 location_) : name(name_), location(location_) {}
gluVarType.cpp 234 Layout::Layout (int location_, int binding_, int offset_, FormatLayout format_, MatrixOrder matrixOrder_)
235 : location (location_)
gluVarType.hpp 244 Layout (int location_ = -1, int binding_ = -1, int offset_ = -1, FormatLayout format_ = FORMATLAYOUT_LAST, MatrixOrder matrixOrder_ = MATRIXORDER_LAST);
gluDrawUtil.cpp 51 VertexAttributeDescriptor (int location_,
58 : location (location_)
  /external/protobuf/src/google/protobuf/compiler/
parser.h 260 SourceCodeInfo::Location* location_; member in class:google::protobuf::compiler::Parser::LocationRecorder
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
parser.h 258 SourceCodeInfo::Location* location_; member in class:google::protobuf::compiler::Parser::LocationRecorder
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
parser.h 258 SourceCodeInfo::Location* location_; member in class:google::protobuf::compiler::Parser::LocationRecorder
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
parser.h 258 SourceCodeInfo::Location* location_; member in class:google::protobuf::compiler::Parser::LocationRecorder
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
parser.h 258 SourceCodeInfo::Location* location_; member in class:google::protobuf::compiler::Parser::LocationRecorder
  /art/compiler/utils/arm/
assembler_thumb2.h 568 return location_;
590 // Check if the current size is OK for current location_, target_ and adjustment_.
604 location_ += location_adjustment;
622 location_(location),
654 uint32_t location_; // Offset into assembler buffer in bytes. member in class:art::arm::FINAL::Fixup
656 uint32_t adjustment_; // The number of extra bytes inserted between location_ and target_.
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
parser.h 267 SourceCodeInfo::Location* location_; member in class:google::protobuf::compiler::Parser::LocationRecorder
  /art/compiler/utils/mips/
assembler_mips.cc     [all...]
  /art/compiler/utils/mips64/
assembler_mips64.cc     [all...]
  /art/runtime/
dex_file.h 443 return location_;
475 return GetBaseLocation(location_);
1244 const std::string location_; member in class:art::DexFile
    [all...]
oat_file.cc     [all...]
  /external/deqp/modules/gles31/functional/
es31fUniformLocationTests.cpp 84 UniformInfo (VarType type_, ShaderStage declareLocation_, ShaderStage layoutLocation_, ShaderStage checkLocation_, int location_ = -1)
89 , location (location_)
    [all...]
  /external/vixl/src/vixl/a64/
assembler-a64.h 763 Label() : location_(kLocationUnbound) {}
769 bool IsBound() const { return location_ >= 0; }
772 ptrdiff_t location() const { return location_; }
804 location_ = location;
850 ptrdiff_t location_;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp 103 FragmentOutput (glu::DataType type_, glu::Precision precision_, int location_, int arrayLength_ = 0)
106 , location (location_)
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 2881 ::google::protobuf::RepeatedPtrField< ::google::protobuf::SourceCodeInfo_Location > location_; member in class:google::protobuf::SourceCodeInfo
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h 2749 ::google::protobuf::RepeatedPtrField< ::google::protobuf::SourceCodeInfo_Location > location_; member in class:google::protobuf::SourceCodeInfo
    [all...]

Completed in 3801 milliseconds

12 3