HomeSort by relevance Sort by last modified time
    Searched refs:Record (Results 251 - 275 of 355) sorted by null

<<1112131415

  /external/chromium_org/media/audio/
audio_input_controller.cc 144 void AudioInputController::Record() {
  /external/chromium_org/third_party/tcmalloc/chromium/src/
deep-heap-profile.h 292 uint64 Record(
deep-heap-profile.cc 345 // Record committed sizes.
737 uint64 DeepHeapProfile::RegionStats::Record(
845 uint64 vma_total = all_[type].Record(
883 uint64 committed_size = unhooked_[type].Record(
    [all...]
  /external/clang/lib/AST/
Comment.cpp 218 case Decl::Record:
ItaniumMangle.cpp 569 const CXXRecordDecl *Record = dyn_cast<CXXRecordDecl>(ND);
570 if (!Record)
573 return Record->isLambda();
931 case Type::Record:
    [all...]
Type.cpp 868 if (const RecordType *Record = dyn_cast<RecordType>(CanonicalType)) {
869 if (CXXRecordDecl *ClassDecl = dyn_cast<CXXRecordDecl>(Record->getDecl()))
912 case Record: {
2429 const CXXRecordDecl *record = local
    [all...]
  /external/clang/lib/CodeGen/
CGRTTI.cpp 279 /// IsIncompleteClassType - Returns whether the given record type is incomplete.
347 if (const RecordType *Record = dyn_cast<RecordType>(Ty)) {
348 const CXXRecordDecl *RD = cast<CXXRecordDecl>(Record->getDecl());
361 // CanUseSingleInheritance - Return whether the given record decl has a "single,
449 case Type::Record: {
594 case Type::Record: {
    [all...]
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 35 /// GotoScope - This is a record that we use to keep track of all of the
94 // defined scope record for every "goto" and label.
190 const CXXRecordDecl *Record = T->getAsCXXRecordDecl();
191 if (!Record)
195 // record an out diagnostic.
197 if (!Init->isGLValue() && !Record->hasTrivialDestructor())
209 else if (!Record->isPOD())
SemaAccess.cpp 107 CXXRecordDecl *Record = cast<CXXRecordDecl>(DC);
108 Records.push_back(Record->getCanonicalDecl());
109 DC = Record->getDeclContext();
303 assert(T->isDependentType() && "non-dependent base wasn't a record?");
451 CXXRecordDecl *Record = *I;
457 if (isa<ClassTemplateSpecializationDecl>(Record)) {
458 CTD = cast<ClassTemplateSpecializationDecl>(Record)
463 CTD = Record->getDescribedClassTemplate();
670 assert(T->isDependentType() && "non-dependent base wasn't a record?");
    [all...]
SemaCodeComplete.cpp 57 /// \brief A record of all of the declarations we have found and placed
637 case Type::Record:
784 const CXXRecordDecl *Record = 0;
786 Record = ClassTemplate->getTemplatedDecl();
787 else if ((Record = dyn_cast<CXXRecordDecl>(D))) {
789 if (isa<ClassTemplateSpecializationDecl>(Record))
796 Record = Record->getDefinition();
797 if (!Record)
801 QualType RecordTy = Context.getTypeDeclType(Record);
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcherEmitter.cpp 21 #include "llvm/TableGen/Record.h"
47 DenseMap<Record*, unsigned> NodeXFormMap;
48 std::vector<Record*> NodeXForms;
90 unsigned getNodeXFormID(Record *Rec) {
689 Record *SDNode = Entry.first;
FixedLenDecoderEmitter.cpp 30 #include "llvm/TableGen/Record.h"
170 static BitsInit &getBitsField(const Record &def, const char *str) {
393 // Returns the record name.
    [all...]
  /external/smack/src/org/xbill/DNS/
KEYRecord.java 294 Record
300 * Creates a KEY Record from the given data
314 * Creates a KEY Record from the given data
TSIG.java 202 * Generates a TSIG record with a specific error for a message that has
208 * @return The TSIG record to be added to the message
279 * Generates a TSIG record with a specific error for a message and adds it
287 Record r = generate(m, m.toWire(), error, old);
293 * Generates a TSIG record for a message and adds it to the message
303 * Generates a TSIG record for a message and adds it to the message
342 Record r = new TSIGRecord(name, DClass.ANY, 0, alg, timeSigned, fudge,
350 * Verifies a TSIG record on an incoming message. Since this is only called
445 * Verifies a TSIG record on an incoming message. Since this is only called
463 * Returns the maximum length of a TSIG record generated by this key
    [all...]
DNSSEC.java 126 * SIG record and the RRsets to be signed/verified. This does not perform
128 * @param rrsig The RRSIG record used to sign/verify the rrset.
138 Record [] records = new Record[size];
147 records[--size] = (Record) it.next();
174 * SIG(0) record and the message to be signed. This does not perform
176 * @param sig The SIG record used to sign the rrset.
429 /** Converts a KEY/DNSKEY record into a PublicKey */
510 /** Builds a DNSKEY record from a PublicKey */
779 * @param rrsig The RRSIG record containing the signature
    [all...]
  /frameworks/compile/slang/
slang_rs_context.cpp 169 case clang::Decl::Record: {
slang_rs_type_spec.h 26 ENUM_RS_DATA_TYPE_CLASS(Record)
159 // implicates the number of fields defined in any record type should never
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
scroll.js 139 // Some pages load more content when you scroll to the bottom. Record
  /external/chromium_org/content/browser/renderer_host/media/
audio_input_renderer_host.cc 316 entry->controller->Record();
  /external/chromium_org/remoting/client/plugin/
pepper_view.cc 324 instance_->GetStats()->video_paint_ms()->Record(
  /external/chromium_org/tools/gn/
scope.cc 101 Record& r = values_[ident]; // Clears any existing value.
  /external/clang/include/clang/AST/
ExternalASTSource.h 219 /// \brief Perform layout on the given record.
222 /// layout for a record, overriding the layout that would normally be
228 /// \param Record The record whose layout is being requested.
230 /// \param Size The final size of the record, in bits.
232 /// \param Alignment The final alignment of the record, in bits.
234 /// \param FieldOffsets The offset of each of the fields within the record,
245 /// \returns true if the record layout was provided, false otherwise.
247 layoutRecordType(const RecordDecl *Record,
  /ndk/build/core/
add-application.mk 16 # this script is used to record an application definition in the
264 # Record all app-specific variable definitions
269 # Record the Application.mk for debugging
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelinePresentationModel.js 117 * @param {Object} record
119 WebInspector.TimelinePresentationModel.recordStyle = function(record)
122 var result = recordStyles[record.type];
125 title: WebInspector.UIString("Unknown: %s", record.type),
128 recordStyles[record.type] = result;
133 WebInspector.TimelinePresentationModel.categoryForRecord = function(record)
135 return WebInspector.TimelinePresentationModel.recordStyle(record).category;
138 WebInspector.TimelinePresentationModel.isEventDivider = function(record)
141 if (record.type === recordTypes.TimeStamp)
143 if (record.type === recordTypes.MarkDOMContent || record.type === recordTypes.MarkLoad)
    [all...]
  /external/chromium/build/
install-build-deps.sh 87 // Record a mapping from discarded section SHNDX to the corresponding

Completed in 1747 milliseconds

<<1112131415