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

1 2 3 4 5 6 7 891011>>

  /external/webkit/Source/WebCore/loader/icon/
IconDatabase.cpp 185 // Clear the in-memory record of every IconRecord, anything waiting to be read from disk, and anything waiting to be written to disk
256 // If the initial URL import isn't complete, it's possible to have a PageURL record without an associated icon
262 // The only way we should *not* have an icon record is if this pageURL is retained but has no icon yet - make sure of that
409 PageURLRecord* record = m_pageURLToRecordMap.get(pageURLOriginal); local
413 if (!record) {
416 record = new PageURLRecord(pageURL);
417 m_pageURLToRecordMap.set(pageURL, record);
420 if (!record->retain()) {
424 // This page just had its retain count bumped from 0 to 1 - Record that fact
433 // If this pageURL waiting to be sync'ed, update the sync record
1302 PageURLRecord* record = m_pageURLToRecordMap.get(urls[i]); local
    [all...]
  /frameworks/base/media/libmedia/
IAudioFlinger.cpp 142 sp<IAudioRecord> record; local
165 record = interface_cast<IAudioRecord>(reply.readStrongBinder());
170 return record;
708 sp<IAudioRecord> record = openRecord(pid, input, local
712 reply->writeStrongBinder(record->asBinder());
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
ARMv7Assembler.h     [all...]
MacroAssemblerARMv7.h 63 JumpLinkType computeJumpType(LinkRecord& record, const uint8_t* from, const uint8_t* to) { return m_assembler.computeJumpType(record, from, to); }
66 void link(LinkRecord& record, uint8_t* from, uint8_t* to) { return m_assembler.link(record, from, to); }
    [all...]
  /build/core/tasks/
sdk-addon.mk 73 # that, and record the directory, and the packaging rule will just copy the
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java 227 // output 3 times, and only one record left
253 // if one record is null and is not the last record, means
630 public boolean isLoggable(LogRecord record) {
631 return !record.getMessage().equals("false");
SocketHandlerTest.java 407 * Test close() when having sufficient privilege, and a record has been
435 * Test close() when having sufficient privilege, and no record has been
461 * Test publish(), use no filter, having output stream, normal log record.
500 * Test publish(), use a filter, having output stream, normal log record.
530 * Test publish(), null log record, having output stream
557 * Test publish(), a log record with empty msg, having output stream
582 * Test publish(), a log record with null msg, having output stream
643 public boolean isLoggable(LogRecord record) {
644 CallVerificationStack.getInstance().push(record);
LoggerTest.java     [all...]
  /external/clang/lib/AST/
Decl.cpp 615 static void clearLinkageForClass(const CXXRecordDecl *record) {
617 i = record->decls_begin(), e = record->decls_end(); i != e; ++i) {
633 if (const CXXRecordDecl *record = dyn_cast<CXXRecordDecl>(this))
634 clearLinkageForClass(record);
639 CXXRecordDecl *record = temp->getTemplatedDecl(); local
640 record->HasCachedLinkage = 0;
641 clearLinkageForClass(record);
    [all...]
  /external/mesa3d/src/glsl/
ir.h 1448 ir_rvalue *record; member in class:ir_dereference_record
    [all...]
ir_hv_accept.cpp 268 s = this->record->accept(v);
ir_print_visitor.cpp 273 ir->record->accept(this);
opt_function_inlining.cpp 397 replace_rvalue(&ir->record);
ir_clone.cpp 202 return new(mem_ctx) ir_dereference_record(this->record->clone(mem_ctx, ht),
  /external/zlib/examples/
gzlog.c 717 /* log a repair record to the .repairs file */
718 local void log_log(struct log *log, int op, char *record)
729 "append" : (op == COMPRESS_OP ? "compress" : "replace"), record);
    [all...]
  /external/srec/srec/EventLog/src/
EventLogImpl.c 311 static int quote_delimiter(LCHAR *record, size_t len)
316 s = record;
329 LSTRCPY(record, qrecord);
491 /* write the header,bar,evtt, and record */
  /external/webkit/Source/WebCore/bindings/v8/
V8Proxy.cpp 216 android::TimeCounter::record(android::TimeCounter::JavaScriptParseTimeCounter, __FUNCTION__);
405 android::TimeCounter::record(android::TimeCounter::JavaScriptExecuteTimeCounter, __FUNCTION__);
525 android::TimeCounter::record(android::TimeCounter::JavaScriptExecuteTimeCounter, __FUNCTION__);
  /frameworks/base/services/java/com/android/server/
ThrottleService.java 857 record(); method
911 record(); method
985 private void record() { method in class:ThrottleService.DataRecorder
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java 1525 void record(Map<Integer, List<View>> map, Integer edge, View info) { method in class:RelativeLayoutConversionHelper.EdgeList
1662 record(mLeft, Integer.valueOf(bounds.x), view); method
1663 record(mTop, Integer.valueOf(bounds.y), view); method
1664 record(mRight, Integer.valueOf(view.getRightEdge()), view); method
1665 record(mBottom, Integer.valueOf(view.getBottomEdge()), view); method
    [all...]
  /external/bluetooth/bluez/src/
device.c 613 const char *record)
622 dbus_message_iter_append_basic(&entry, DBUS_TYPE_STRING, &record);
1346 DBG("Skipping record with no service classes");
2496 const sdp_record_t *record; local
    [all...]
  /external/webkit/Source/WebKit/android/nav/
WebView.cpp 2591 TileProfileRecord* record = TilesManager::instance()->getProfiler()->getTile(frame, tile); local
2610 TileProfileRecord* record = TilesManager::instance()->getProfiler()->getTile(frame, tile); local
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 156 Each input data file (one per device per CPU) results in a new record
159 these record data files by spawning a new pair of threads per file. One
160 thread manages the submitting of AIOs per bunch in the record data file,
419 record files in the directory specified (either via the \texttt{-d}
  /external/skia/samplecode/
SampleAll.cpp 362 SkCanvas* record = picture.beginRecording(320, 480); local
363 drawPicture(record, 120);
  /external/valgrind/main/memcheck/tests/
xml1.stderr.exp 357 <text>396 bytes in 1 blocks are definitely lost in loss record ... of ...</text>
  /external/webkit/Source/WebCore/storage/
IDBSQLiteBackingStore.cpp 405 return String(); // Null String means record not found.
411 String record = query.getColumnBlobAsString(3); local
414 return record;
    [all...]

Completed in 774 milliseconds

1 2 3 4 5 6 7 891011>>