HomeSort by relevance Sort by last modified time
    Searched refs:record (Results 176 - 200 of 300) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium/chrome/browser/sync/engine/
syncer_thread2_unittest.cc 40 // Used when tests want to record syncing activity to examine later.
179 bool RecordSyncShareImpl(SyncSession* s, SyncShareRecords* record,
181 record->times.push_back(TimeTicks::Now());
182 record->snapshots.push_back(make_linked_ptr(new SyncSessionSnapshot(
184 return record->times.size() >= signal_after;
187 ACTION_P4(RecordSyncShareAndPostSignal, record, signal_after, test, event) {
188 if (RecordSyncShareImpl(arg0, record, signal_after) && event)
192 ACTION_P3(RecordSyncShare, record, signal_after, event) {
193 if (RecordSyncShareImpl(arg0, record, signal_after) && event)
    [all...]
  /external/freetype/src/truetype/
ttpload.c 510 /* The maximum number of bytes in an hdmx device record is the */
583 FT_Byte* record = face->hdmx_table + 8; local
591 result = record + nn * record_size + gindex;
  /external/skia/src/animator/
SkDisplayXMLParser.cpp 258 Parent record = { displayable, type }; local
259 *fParents.append() = record;
  /libcore/luni/src/main/java/java/util/logging/
FileHandler.java 41 * By default, the I/O buffering mechanism is enabled, but when each log record
505 * @param record
506 * the log record to publish.
509 public synchronized void publish(LogRecord record) {
510 super.publish(record);
  /ndk/build/core/
add-toolchain.mk 43 # Now record the toolchain-specific information
  /external/mesa3d/src/glsl/
ir.cpp 528 /* If the constant is a record, the types of each of the entries in
1007 this->record = value;
1009 this->type = (this->record != NULL)
1010 ? this->record->type->field_type(field) : glsl_type::error_type;
1020 this->record = new(ctx) ir_dereference_variable(var);
1022 this->type = (this->record != NULL)
1023 ? this->record->type->field_type(field) : glsl_type::error_type;
    [all...]
opt_structure_splitting.cpp 221 ir_dereference_variable *deref_var = deref_record->record->as_dereference_variable();
  /frameworks/base/telephony/java/com/android/internal/telephony/
RIL.java     [all...]
  /external/bluetooth/bluez/health/
hdp_util.c 326 static gboolean set_sdp_services_uuid(sdp_record_t *record, HdpRole role)
334 sdp_get_service_classes(record, &svc_list);
344 if (sdp_set_service_classes(record, svc_list) < 0) {
413 /* attach protocol information to service record */
515 /* attach protocol information to service record */
650 static gboolean register_data_exchange_spec(sdp_record_t *record)
660 if (sdp_attr_add(record, SDP_ATTR_DATA_EXCHANGE_SPEC, spec) < 0) {
869 "Can't get remote SDP record");
1099 "Can't get remote SDP record");
1167 "Can't get remote SDP record");
    [all...]
  /external/bluetooth/bluez/serial/
port.c 364 sdp_record_t *record = NULL; local
375 error("Unable to get service record: %s (%d)", strerror(-err),
382 error("No record found");
383 reply = btd_error_failed(port->msg, "No record found");
387 record = recs->data;
389 if (sdp_get_access_protos(record, &protos) < 0) {
390 error("Unable to get access protos from port record");
  /external/webkit/Source/WebCore/html/parser/
HTMLTreeBuilder.cpp 1556 HTMLElementStack::ElementRecord* record = m_tree.openElements()->topRecord(); local
1590 HTMLElementStack::ElementRecord* record = m_tree.openElements()->topRecord(); local
    [all...]
HTMLConstructionSite.cpp 385 PassRefPtr<Element> HTMLConstructionSite::createHTMLElementFromElementRecord(HTMLElementStack::ElementRecord* record)
387 return createHTMLElementFromSavedElement(record->element());
HTMLDocumentParser.cpp 373 android::TimeCounter::record(android::TimeCounter::ParsingTimeCounter, __FUNCTION__);
382 android::TimeCounter::record(android::TimeCounter::ParsingTimeCounter, __FUNCTION__);
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCacheWin.cpp 73 static int CALLBACK metaFileEnumProc(HDC hdc, HANDLETABLE* table, CONST ENHMETARECORD* record, int tableEntries, LPARAM logFont)
75 if (record->iType == EMR_EXTCREATEFONTINDIRECTW) {
76 const EMREXTCREATEFONTINDIRECTW* createFontRecord = reinterpret_cast<const EMREXTCREATEFONTINDIRECTW*>(record);
  /frameworks/base/services/java/com/android/server/
LocationManagerService.java 926 UpdateRecord record = records.get(i); local
1075 UpdateRecord record = records.get(i); local
    [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 161 // Only record types have members that might require garbage collection.
166 RecordDecl *Record = RecordTy->getDecl();
167 if (isa<CXXRecordDecl>(Record) &&
168 (!cast<CXXRecordDecl>(Record)->hasTrivialCopyConstructor() ||
169 !cast<CXXRecordDecl>(Record)->hasTrivialDestructor()))
173 return Record->hasObjectMember();
806 RecordDecl *record = E->getType()->castAs<RecordType>()->getDecl(); local
808 if (record->isUnion()) {
817 for (RecordDecl::field_iterator Field = record->field_begin(),
818 FieldEnd = record->field_end()
    [all...]
ItaniumCXXABI.cpp 820 const CXXRecordDecl *record = local
822 return (record && !record->hasTrivialDestructor());
850 const CXXRecordDecl *record = local
    [all...]
CGExprConstant.cpp 398 // If the struct is bigger than the size of the record type,
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
ConsoleHandlerTest.java 147 * Test close() when having sufficient privilege, and a record has been
185 * Test close() when having sufficient privilege, and no record has been
204 * Test publish(), use no filter, having output stream, normal log record.
264 * Test publish(), use a filter, having output stream, normal log record.
303 * Test publish(), null log record, having output stream, spec said
318 * Test publish(), a log record with empty msg, having output stream
334 * Test publish(), a log record with null msg, having output stream
425 public boolean isLoggable(LogRecord record) {
426 CallVerificationStack.getInstance().push(record);
StreamHandlerTest.java 296 * Test close() when having sufficient privilege, and a record has been
329 * Test close() when having sufficient privilege, and no record has been
435 * Test isLoggable(), null log record, having output stream. Handler should
445 * Test isLoggable(), null log record, without output stream
453 * Test publish(), use no filter, having output stream, normal log record.
472 * Test publish(), use no filter, having output stream, normal log record.
506 * Test publish(), use a filter, having output stream, normal log record.
541 * Test publish(), null log record, handler should call ErrorManager to
551 * Test publish(), null log record, without output stream
560 LogRecord record = new LogRecord(Level.FINE, "abc") local
    [all...]
XMLFormatterTest.java 96 assertTrue(output.indexOf("<record>") >= 0);
117 assertTrue(output.indexOf("<record>") >= 0);
229 public void publish(LogRecord record) {
  /external/webkit/Tools/Scripts/webkitpy/style/
checker.py 351 non_error_filter.filter = lambda record: record.levelno < logging.WARNING
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldFileHandlerTest.java 351 // if one record is null and is not the last record, means
475 public boolean isLoggable(LogRecord record) {
476 return !record.getMessage().equals("false");
OldLogManagerTest.java 253 public void publish(LogRecord record) {}
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
ainstr_iw.h 125 struct iwffff_env_record *record; member in struct:iwffff_env

Completed in 846 milliseconds

1 2 3 4 5 6 78 91011>>