HomeSort by relevance Sort by last modified time
    Searched full:records (Results 201 - 225 of 2236) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/remoting/host/
capture_scheduler.h 26 // Records time spent on capturing and encoding.
  /external/chromium_org/sync/engine/
commit_util.h 32 ExtensionsActivity::Records* extensions_activity_buffer,
  /external/chromium_org/third_party/mesa/src/docs/
debugging.html 13 Normally Mesa (and OpenGL) records but does not notify the user of
  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingListMultimapTest.java 30 * type arguments. The created proxy only records calls and returns null, so
ForwardingSetMultimapTest.java 30 * type arguments. The created proxy only records calls and returns null, so
ForwardingSortedSetMultimapTest.java 30 * type arguments. The created proxy only records calls and returns null, so
  /external/guava/guava-tests/test/com/google/common/eventbus/
StringCatcher.java 24 * A simple EventHandler mock that records Strings.
  /external/linux-tools-perf/Documentation/
perf-lock.txt 18 'perf lock record <command>' records lock events
  /external/llvm/lib/TableGen/
TGParser.h 70 RecordKeeper &Records;
85 TGParser(SourceMgr &SrcMgr, RecordKeeper &records) :
86 Lex(SrcMgr), CurMultiClass(0), Records(records) {}
  /external/llvm/test/MC/Mips/
eh-frame.s 22 // MIPS32: RELOCATION RECORDS FOR [.rel.eh_frame]:
58 // MIPS32EL: RELOCATION RECORDS FOR [.rel.eh_frame]:
94 // MIPS64: RELOCATION RECORDS FOR [.rela.eh_frame]:
132 // MIPS64EL: RELOCATION RECORDS FOR [.rela.eh_frame]:
  /external/llvm/utils/TableGen/
CTagsEmitter.cpp 51 RecordKeeper &Records;
53 CTagsEmitter(RecordKeeper &R) : Records(R) {}
73 const std::map<std::string, Record *> &Classes = Records.getClasses();
74 const std::map<std::string, Record *> &Defs = Records.getDefs();
DisassemblerEmitter.cpp 106 void EmitDisassembler(RecordKeeper &Records, raw_ostream &OS) {
107 CodeGenTarget Target(Records);
132 EmitFixedLenDecoder(Records, OS, Target.getName() == "AArch64" ? "AArch64" : "ARM",
140 EmitFixedLenDecoder(Records, OS, Target.getName(),
  /external/mesa3d/docs/
debugging.html 13 Normally Mesa (and OpenGL) records but does not notify the user of
  /external/nist-sip/java/gov/nist/javax/sip/
LogRecordFactory.java 5 * The stack calls the message log factory to create logging records. The default implementatation
  /external/smack/src/org/xbill/DNS/
NULLRecord.java 48 throw st.exception("no defined text format for NULL records");
  /external/valgrind/main/memcheck/tests/
filter_stderr 22 # records. So we filter out the loss record numbers.
  /frameworks/base/core/java/android/content/
ISyncContext.aidl 28 * downloads or sends records to/from the server, this may be called after each record
  /frameworks/compile/mclinker/include/mcld/LD/
Group.h 19 * \brief Group records the grouping of all regions
  /frameworks/native/services/surfaceflinger/
FrameTracker.h 32 // uses a circular buffer of frame records, and is *NOT* thread-safe -
104 // processFences iterates over all the frame records that have a fence set
108 // This method is const because although it modifies the frame records it
135 // mNumFences is the total number of fences set in the frame records. It
  /libcore/crypto/src/main/java/org/conscrypt/
SSLSocketOutputStream.java 27 * The written bytes are encrypted, packed into the records,
  /libcore/luni/src/main/java/java/util/logging/
Filter.java 22 * over which records get logged.
XMLFormatter.java 142 * Returns the header string for a set of log records formatted as XML
148 * @return the header string for log records formatted as XML strings.
169 * Returns the tail string for a set of log records formatted as XML
174 * @return the tail string for log records formatted as XML strings.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewMode.java 19 * The {@linkplain RenderPreviewMode} records what type of configurations to
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 20 # records from a remote dynamic dns client.
28 # update the records here. tested and confirmed to work with ddnsu
194 my @records;
202 push @records, "$$hashref{'myip'}\t$$hashref{'hostname'}\n";
206 push @records, $_;
210 push @records, "$$hashref{'myip'}\t$$hashref{'hostname'}\n";
214 syswrite(FILE, join("", @records));
  /external/chromium/chrome/browser/metrics/
metrics_service.h 109 // This should be called when the application is shutting down. It records
130 // Records a Chrome OS crash.
271 // Records a window-related notification.
283 // Records a renderer process crash.
286 // Records an extension renderer process crash.
289 // Records a renderer process hang.
292 // Records that the browser was shut down cleanly.
305 // Records a child process related notification. These are recorded to an
320 // Records state that should be periodically saved, like uptime and
327 // Records a page load notification
    [all...]

Completed in 737 milliseconds

1 2 3 4 5 6 7 891011>>