Searched defs:Record (Results 1 - 25 of 90) sorted by relevance

1234

/external/chromium_org/v8/test/cctest/
H A Dtest-unbound-queue.cc38 typedef int Record; typedef
39 UnboundQueue<Record> cq;
43 Record rec = 0;
51 typedef int Record; typedef
52 UnboundQueue<Record> cq;
60 Record rec = 0;
H A Dtest-circular-queue.cc38 typedef i::AtomicWord Record; typedef
40 SamplingCircularQueue<Record, kMaxRecordsInQueue> scq;
45 for (Record i = 1; i < 1 + kMaxRecordsInQueue; ++i) {
46 Record* rec = reinterpret_cast<Record*>(scq.StartEnqueue());
58 Record* rec = reinterpret_cast<Record*>(scq.StartEnqueue());
64 for (Record i = 1; i < 1 + kMaxRecordsInQueue; ++i) {
65 Record* rec = reinterpret_cast<Record*>(sc
102 typedef i::AtomicWord Record; typedef in namespace:__anon15634
[all...]
/external/v8/test/cctest/
H A Dtest-unbound-queue.cc13 typedef int Record; typedef
14 UnboundQueue<Record> cq;
18 Record rec = 0;
26 typedef int Record; typedef
27 UnboundQueue<Record> cq;
35 Record rec = 0;
H A Dtest-circular-queue.cc13 typedef SamplingCircularQueue::Cell Record; typedef
15 SamplingCircularQueue scq(sizeof(Record),
16 kRecordsPerChunk * sizeof(Record),
24 for (Record i = 1; i < 1 + kRecordsPerChunk; ++i) {
25 Record* rec = reinterpret_cast<Record*>(scq.Enqueue());
33 for (Record i = 10; i < 10 + kRecordsPerChunk; ++i) {
34 Record* rec = reinterpret_cast<Record*>(scq.Enqueue());
40 Record* re
83 typedef SamplingCircularQueue::Cell Record; typedef in class:__anon27335::ProducerThread
120 typedef ProducerThread::Record Record; typedef
[all...]
/external/chromium/chrome/browser/metrics/
H A Duser_metrics.cc13 Record(action.str_, profile);
18 Record(action.c_str(), profile);
21 void UserMetrics::Record(const char *action, Profile *profile) { function in class:UserMetrics
22 Record(action);
26 Record(action.str_);
30 Record(action.c_str());
33 void UserMetrics::Record(const char *action) { function in class:UserMetrics
47 Record(action.c_str());
/external/chromium_org/sync/util/
H A Dextensions_activity.cc9 ExtensionsActivity::Record::Record() function in class:syncer::ExtensionsActivity::Record
12 ExtensionsActivity::Record::~Record() {}
34 Record& record = records_[extension_id];
H A Dextensions_activity.h25 struct SYNC_EXPORT Record { struct in class:syncer::ExtensionsActivity
26 Record();
27 ~Record();
30 // for the activity reported in this Record.
38 typedef std::map<std::string, Record> Records;
/external/chromium/chrome/browser/sync/util/
H A Dextensions_activity_monitor.h32 struct Record { struct in class:browser_sync::ExtensionsActivityMonitor
33 Record() : bookmark_write_count(0U) {} function in struct:browser_sync::ExtensionsActivityMonitor::Record
36 // for the activity reported in this Record.
44 typedef std::map<std::string, Record> Records;
/external/chromium_org/content/browser/
H A Duser_metrics.cc22 void Record(const char *action) { function in namespace:content::__anon8266
36 Record(action.c_str());
42 Record(action.str_);
46 Record(action.c_str());
/external/chromium_org/remoting/base/
H A Drunning_average.cc20 void RunningAverage::Record(int64 value) { function in class:remoting::RunningAverage
H A Drate_counter.cc20 void RateCounter::Record(int64 value) { function in class:remoting::RateCounter
/external/chromium_org/content/public/browser/
H A Dnotification_registrar.cc14 struct NotificationRegistrar::Record { struct in class:content::NotificationRegistrar
15 bool operator==(const Record& other) const;
22 bool NotificationRegistrar::Record::operator==(const Record& other) const {
50 Record record = { observer, type, source };
61 Record record = { observer, type, source };
108 Record record = { observer, type, source };
/external/chromium_org/media/audio/
H A Dtest_audio_input_controller_factory.cc29 void TestAudioInputController::Record() { function in class:media::TestAudioInputController
/external/clang/lib/Frontend/
H A DLayoutOverrideSource.cpp1 //===--- LayoutOverrideSource.cpp --Override Record Layouts ---------------===//
47 if (LineStr.find("*** Dumping AST Record Layout") != StringRef::npos) {
156 LayoutOverrideSource::layoutRecordType(const RecordDecl *Record, argument
163 if (!Record->getIdentifier())
167 llvm::StringMap<Layout>::iterator Known = Layouts.find(Record->getName());
173 for (RecordDecl::field_iterator F = Record->field_begin(),
174 FEnd = Record->field_end();
/external/chromium/base/metrics/
H A Dstats_counters.cc91 Record();
104 void StatsCounterTimer::Record() { function in class:base::StatsCounterTimer
/external/chromium_org/base/metrics/
H A Dstats_counters.cc91 Record();
104 void StatsCounterTimer::Record() { function in class:base::StatsCounterTimer
/external/chromium_org/printing/
H A Demf_win.h36 class Record;
145 class PRINTING_EXPORT Emf::Record { class in class:printing::Emf
158 explicit Record(const ENHMETARECORD* record);
172 typedef std::vector<Record>::const_iterator const_iterator;
179 // Retrieves the first Record.
198 std::vector<Record> items_;
/external/clang/test/SemaTemplate/
H A Dderived.cpp24 C<long, 64> &Record; member in class:rdar13267210::B
28 AddSourceLocation(Record); // expected-error{{non-const lvalue reference to type}}
/external/icu4c/i18n/unicode/
H A Dalphaindex.h482 * @param name The display name for the Record. The Record will be placed in
486 * data pointer the name will be available for each Record.
530 * A Record will not be added to the index by this function.
606 * When nextBucket() is called, Record iteration is reset to just before the
607 * first Record in the new Bucket.
618 * Get the name of the current Record.
619 * Return an empty string if the Record iteration position is before first
629 * Return the data pointer of the Record currently being iterated over.
633 * @return The current Record'
711 struct Record: public UMemory { struct in class:AlphabeticIndex
[all...]
/external/chromium_org/content/browser/indexed_db/leveldb/
H A Dleveldb_transaction.cc24 LevelDBTransaction::Record::Record() : deleted(false) {} function in class:content::LevelDBTransaction::Record
25 LevelDBTransaction::Record::~Record() {}
43 Record* record = new Record();
H A Dleveldb_transaction.h40 struct Record { struct in class:content::LevelDBTransaction
41 Record();
42 ~Record();
61 typedef std::map<base::StringPiece, Record*, Comparator> DataType;
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dactivity_database_unittest.cc53 virtual void Record(ActivityDatabase* db, scoped_refptr<Action> action);
102 void ActivityDatabaseTestPolicy::Record(ActivityDatabase* db, function in class:extensions::ActivityDatabaseTestPolicy
143 void Record(ActivityDatabase* db, scoped_refptr<Action> action) { function in class:extensions::ActivityDatabaseTest
144 db_delegate_->Record(db, action);
199 Record(activity_db, action);
215 // Record some actions
220 Record(activity_db, action);
233 // Record some actions
237 Record(activity_db, action);
255 // Record som
[all...]
/external/chromium_org/extensions/common/
H A Dmanifest_handler_unittest.cc48 void Record(const std::string& name) { function in class:extensions::ManifestHandlerTest::ParsingWatcher
87 watcher_->Record(name_);
/external/chromium_org/tools/gn/
H A Dscope.h207 struct Record { struct in class:Scope
208 Record() : used(false) {} function in struct:Scope::Record
209 Record(const Value& v) : used(false), value(v) {} function in struct:Scope::Record
233 typedef base::hash_map<base::StringPiece, Record> RecordMap;
/external/clang/include/clang/Sema/
H A DExternalSemaSource.h37 CXXRecordDecl *Record; member in struct:clang::ExternalVTableUse

Completed in 670 milliseconds

1234