Searched defs:record (Results 26 - 50 of 176) sorted by relevance

12345678

/external/chromium/chrome/browser/sync/util/
H A Dextensions_activity_monitor.cc93 Record& record = records_[extension->id()]; local
94 record.extension_id = extension->id();
95 record.bookmark_write_count++;
/external/chromium_org/chrome/browser/sync/
H A Dabstract_profile_sync_service_test.cc25 syncer::ChangeRecord record; local
26 record.action = action;
27 record.id = node_id;
28 syncer::ChangeRecordList records(1, record);
36 syncer::ChangeRecord record; local
37 record.action = syncer::ChangeRecord::ACTION_DELETE;
38 record.id = node_id;
39 record.specifics = specifics;
40 syncer::ChangeRecordList records(1, record);
/external/chromium_org/cloud_print/gcp20/prototype/
H A Ddns_packet_parser.h13 // Parsed response record.
41 // Parses the next query record into |record|. Returns true if succeeded.
42 bool ReadRecord(DnsQueryRecord* record);
44 // Parses the next resource record into |record|. Returns true if succeeded.
45 bool ReadRecord(net::DnsResourceRecord* record) { argument
46 return record_parser_.ReadRecord(record);
/external/chromium_org/ppapi/tests/clang/
H A Dfind_affected_interfaces.cc74 const clang::RecordType* record = local
76 const clang::RecordDecl* decl = record->getDecl();
/external/chromium_org/printing/
H A Demf_win.h40 // Generates a virtual HDC that will record every GDI commands and compile
45 // Generates a new metafile that will record every GDI command, and will
115 // Playbacks safely one EMF record.
118 const ENHMETARECORD* record,
143 // One EMF record. It keeps pointers to the EMF buffer held by Emf::emf_.
147 // Plays the record.
150 // Plays the record working around quirks with SetLayout,
154 // Access the underlying EMF record.
155 const ENHMETARECORD* record() const { return record_; } function in class:printing::Emf::Record
158 explicit Record(const ENHMETARECORD* record);
[all...]
/external/chromium_org/sync/engine/
H A Dtraffic_recorder.cc97 const TrafficRecord& record = *it; local
98 value->Append(record.ToValue());
105 void TrafficRecorder::AddTrafficToQueue(TrafficRecord* record) { argument
107 std::swap(records_.back(), *record);
128 TrafficRecord record(message, type, truncated, GetTime());
129 AddTrafficToQueue(&record);
H A Dtraffic_recorder_unittest.cc41 TrafficRecorder::TrafficRecord record = recorder.records().front(); local
42 EXPECT_TRUE(record.truncated);
43 EXPECT_TRUE(record.message.empty());
71 // Ensure that timestamp is recorded correctly in traffic record.
80 TrafficRecorder::TrafficRecord record = recorder.records().front(); local
81 EXPECT_EQ(expect_time, record.timestamp);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DChildListMutationScope.cpp130 RefPtr<MutationRecord> record = MutationRecord::createChildList(m_target, addedNodes.release(), removedNodes.release(), m_previousSibling.release(), m_nextSibling.release()); local
131 m_observers->enqueueMutationRecord(record.release());
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
H A Dsvga3d_caps.h52 * Related record types are grouped together numerically so that
53 * SVGA3dCaps_FindRecord() can be applied on a range of record
68 * Header field leading each caps block record. Contains the offset (in
69 * register words, NOT bytes) to the next caps block record (or the end
70 * of caps block records which will be a zero word) and the record type
85 * Caps block record; "data" is a placeholder for the actual data structure
86 * contained within the record; for example a record containing a FOOBAR
107 * Finds the record with the highest-valued type within the given range
110 * Result: pointer to found record, o
120 SVGA3dCapsRecord *record, *found = NULL; local
[all...]
/external/jsilver/src/com/google/streamhtmlparser/impl/
H A DGenericParser.java129 record(input);
270 protected void record(char input) { } method in class:GenericParser
/external/libsepol/src/
H A Dbooleans.c56 int bool_idx, sepol_bool_t ** record)
73 *record = tmp_record;
77 ERR(handle, "could not convert boolean %s to record", name);
54 bool_to_record(sepol_handle_t * handle, const policydb_t * policydb, int bool_idx, sepol_bool_t ** record) argument
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_caps.h52 * Related record types are grouped together numerically so that
53 * SVGA3dCaps_FindRecord() can be applied on a range of record
68 * Header field leading each caps block record. Contains the offset (in
69 * register words, NOT bytes) to the next caps block record (or the end
70 * of caps block records which will be a zero word) and the record type
85 * Caps block record; "data" is a placeholder for the actual data structure
86 * contained within the record; for example a record containing a FOOBAR
107 * Finds the record with the highest-valued type within the given range
110 * Result: pointer to found record, o
120 SVGA3dCapsRecord *record, *found = NULL; local
[all...]
/external/smack/src/org/xbill/DNS/
H A DRRset.java37 /** Creates an RRset and sets its contents to the specified record */
39 RRset(Record record) { argument
41 safeAddRR(record);
76 throw new IllegalArgumentException("record does not match " +
152 * start with a different record.
161 * the records, so each Iterator will start with a different record.
214 * Returns the first record
H A DUpdate.java75 * Parses a record from the string, and inserts a prerequisite that the
76 * record exists. Due to the way value-dependent prequisites work, the
80 * @throws IOException The record could not be parsed.
83 present(Name name, int type, String record) throws IOException { argument
84 newPrereq(Record.fromString(name, type, dclass, 0, record, origin));
88 * Parses a record from the tokenizer, and inserts a prerequisite that the
89 * record exists. Due to the way value-dependent prequisites work, the
93 * @throws IOException The record could not be parsed.
101 * Inserts a prerequisite that the specified record exists. Due to the way
107 present(Record record) { argument
135 add(Name name, int type, long ttl, String record) argument
154 add(Record record) argument
201 delete(Name name, int type, String record) argument
221 delete(Record record) argument
251 replace(Name name, int type, long ttl, String record) argument
274 replace(Record record) argument
[all...]
/external/srec/audio/AudioIn/UNIX/src/
H A Daudioinwrapper.cpp59 static AudioRecord* record; variable
97 // TODO: get record buffer size from hardware.
98 record = new android::AudioRecord(
105 if (!record) return -1;
107 return record->start() == NO_ERROR ? 0 : -1;
116 record->stop();
117 delete record;
134 n = record->read(buffer, nreq);
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DMemoryHandlerTest.java138 LogRecord record = new LogRecord(Level.FINER, "MSG1");
139 assertFalse(handler.isLoggable(record));
141 record = new LogRecord(Level.FINE, "MSG2");
142 assertTrue(handler.isLoggable(record));
144 record = new LogRecord(Level.CONFIG, "MSG3");
145 assertTrue(handler.isLoggable(record));
147 record = new LogRecord(Level.CONFIG, "false");
148 assertFalse(handler.isLoggable(record));
151 record = new LogRecord(Level.CONFIG, "false");
152 assertTrue(handler.isLoggable(record));
360 isLoggable(LogRecord record) argument
374 publish(LogRecord record) argument
[all...]
/external/chromium/chrome/browser/net/
H A Dload_timing_observer.cc46 LoadTimingObserver::URLRequestRecord* record) {
48 (time_ticks - record->base_ticks).InMillisecondsRoundedUp());
114 LoadTimingObserver::URLRequestRecord* record = local
116 if (record) {
117 response->response_head.connection_id = record->socket_log_id;
118 response->response_head.connection_reused = record->socket_reused;
119 response->response_head.load_timing = record->timing;
136 // Only record timing for entries with corresponding flag.
151 URLRequestRecord& record = url_request_to_record_[source.id]; local
152 record
44 TimeTicksToOffset( const TimeTicks& time_ticks, LoadTimingObserver::URLRequestRecord* record) argument
163 URLRequestRecord* record = GetURLRequestRecord(source.id); local
[all...]
H A Dload_timing_observer_unittest.cc145 LoadTimingObserver::URLRequestRecord* record = local
147 ASSERT_TRUE(record == NULL);
154 // Create record.
156 LoadTimingObserver::URLRequestRecord* record = local
158 ASSERT_FALSE(record == NULL);
160 // Collect record.
162 record = observer.GetURLRequestRecord(0);
163 ASSERT_TRUE(record == NULL);
168 record = observer.GetURLRequestRecord(1);
169 ASSERT_TRUE(record
242 LoadTimingObserver::URLRequestRecord* record = local
260 LoadTimingObserver::URLRequestRecord* record = local
285 LoadTimingObserver::URLRequestRecord* record = local
318 LoadTimingObserver::URLRequestRecord* record = local
344 LoadTimingObserver::URLRequestRecord* record = local
370 LoadTimingObserver::URLRequestRecord* record = local
398 LoadTimingObserver::URLRequestRecord* record = local
[all...]
/external/chromium/chrome/browser/sync/engine/
H A Dchange_reorder_buffer.cc137 ChangeRecord record; local
138 record.id = i->first;
139 record.action = ChangeRecord::ACTION_DELETE;
140 if (specifics_.find(record.id) != specifics_.end())
141 record.specifics = specifics_[record.id];
142 if (extra_data_.find(record.id) != extra_data_.end())
143 record.extra = extra_data_[record.id];
144 changelist->push_back(record);
170 ChangeRecord record; local
[all...]
/external/chromium_org/chrome/browser/signin/
H A Dlocal_auth.cc59 std::string EncodePasswordHashRecord(const std::string& record, argument
65 const bool success = Encryptor::EncryptString(record, &encoded);
68 // Convert binary record to text for preference database.
88 // Stored record is base64; convert to binary.
93 // Decrypt the record using the OS account-password protection (if available).
123 // Group all fields into a single record for storage;
124 std::string record; local
125 record.append(salt_str);
126 record.append(password_hash);
129 std::string encoded = EncodePasswordHashRecord(record, kHash1Encodin
151 std::string record; local
[all...]
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store_unittest.cc53 IndexedDBBackingStore::RecordIdentifier record; local
55 &transaction1, 1, 1, m_key1, m_value1, &record);
88 IndexedDBBackingStore::RecordIdentifier record; local
94 &record);
102 record);
110 record);
165 IndexedDBBackingStore::RecordIdentifier record; local
171 &record);
174 &transaction1, database_id, 0, m_key1, m_value1, &record);
181 &record);
[all...]
/external/chromium_org/device/nfc/
H A Dnfc_ndef_record.cc36 VLOG(1) << "Tried to populate record with invalid field: "
63 VLOG(1) << "Populating record with type \"Text\".";
70 VLOG(1) << "Failed to populate record.";
79 VLOG(1) << "Populating record with type \"SmartPoster\".";
92 VLOG(1) << "Failed to populate record.";
122 VLOG(1) << "Populating record with type \"URI\".";
129 VLOG(1) << "Failed to populate record.";
209 void NfcNdefMessage::AddRecord(NfcNdefRecord* record) { argument
210 records_.push_back(record);
/external/chromium_org/net/dns/
H A Ddns_response_unittest.cc107 // Type CNAME record.
115 0x03, 'f', 'o', 'o', // compressed name in record
117 // Type A record.
130 DnsResourceRecord record; local
131 EXPECT_TRUE(parser.ReadRecord(&record));
132 EXPECT_EQ("example.com", record.name);
133 EXPECT_EQ(dns_protocol::kTypeCNAME, record.type);
134 EXPECT_EQ(dns_protocol::kClassIN, record.klass);
135 EXPECT_EQ(0x00012474u, record.ttl);
136 EXPECT_EQ(6u, record
239 DnsResourceRecord record; local
266 DnsResourceRecord record; local
310 DnsResourceRecord record; local
368 DnsResourceRecord record; local
[all...]
H A Dmdns_cache.cc64 MDnsCache::Key MDnsCache::Key::CreateFor(const RecordParsed* record) { argument
65 return Key(record->type(),
66 record->name(),
67 GetOptionalFieldForRecord(record));
92 scoped_ptr<const RecordParsed> record) {
93 Key cache_key = Key::CreateFor(record.get());
96 if (record->ttl() == 0 && mdns_cache_.find(cache_key) == mdns_cache_.end())
99 base::Time new_expiration = GetEffectiveExpiration(record.get());
111 if (record->ttl() != 0 && !record
91 UpdateDnsRecord( scoped_ptr<const RecordParsed> record) argument
164 const RecordParsed* record = i->second; local
173 RemoveRecord( const RecordParsed* record) argument
187 GetOptionalFieldForRecord( const RecordParsed* record) argument
200 GetEffectiveExpiration(const RecordParsed* record) argument
[all...]
/external/chromium_org/sync/internal_api/
H A Dchange_reorder_buffer.cc171 ChangeRecord record; local
172 record.id = i->first;
173 record.action = i->second;
174 if (specifics_.find(record.id) != specifics_.end())
175 record.specifics = specifics_[record.id];
176 if (extra_data_.find(record.id) != extra_data_.end())
177 record.extra = extra_data_[record.id];
178 changelist.push_back(record);
194 ChangeRecord record; local
[all...]

Completed in 1463 milliseconds

12345678