/external/valgrind/main/memcheck/perf/ |
Makefile.am | 5 many-loss-records.vgperf 8 many-loss-records
|
many-loss-records.vgperf | 1 prog: many-loss-records
|
/external/clang/utils/TableGen/ |
ClangAttrEmitter.h | 24 RecordKeeper &Records; 28 : Records(R) 37 RecordKeeper &Records; 41 : Records(R) 50 RecordKeeper &Records; 54 : Records(R) 63 RecordKeeper &Records; 67 : Records(R) 76 RecordKeeper &Records; 80 : Records(R [all...] |
TableGen.cpp | 114 bool operator()(raw_ostream &OS, RecordKeeper &Records) { 117 ClangAttrClassEmitter(Records).run(OS); 120 ClangAttrImplEmitter(Records).run(OS); 123 ClangAttrListEmitter(Records).run(OS); 126 ClangAttrPCHReadEmitter(Records).run(OS); 129 ClangAttrPCHWriteEmitter(Records).run(OS); 132 ClangAttrSpellingListEmitter(Records).run(OS); 135 ClangAttrLateParsedListEmitter(Records).run(OS); 138 ClangAttrTemplateInstantiateEmitter(Records).run(OS); 141 ClangAttrParsedAttrListEmitter(Records).run(OS) [all...] |
ClangDiagnosticsEmitter.h | 25 RecordKeeper &Records; 29 : Records(R), Component(component) {} 36 RecordKeeper &Records; 38 explicit ClangDiagGroupsEmitter(RecordKeeper &R) : Records(R) {} 44 RecordKeeper &Records; 46 explicit ClangDiagsIndexNameEmitter(RecordKeeper &R) : Records(R) {}
|
/frameworks/base/core/java/android/nfc/ |
NdefMessage.java | 33 * NDEF defines messages and records. An NDEF Record contains 36 * one or more NDEF Records. 70 * This parser can handle chunked records, and converts them 73 * records, basic validation of the tnf, type, id, and payload fields 106 * Construct an NDEF Message from one or more NDEF Records. 109 * @param records additional records (optional) 111 public NdefMessage(NdefRecord record, NdefRecord ... records) { 115 for (NdefRecord r : records) { 121 mRecords = new NdefRecord[1 + records.length] [all...] |
/external/llvm/utils/TableGen/ |
TableGen.cpp | 64 cl::values(clEnumValN(PrintRecords, "print-records", 65 "Print all records to stdout (default)"), 108 bool operator()(raw_ostream &OS, RecordKeeper &Records) { 111 OS << Records; // No argument, dump all contents 114 CodeEmitterGen(Records).run(OS); 117 RegisterInfoEmitter(Records).run(OS); 120 InstrInfoEmitter(Records).run(OS); 123 CallingConvEmitter(Records).run(OS); 126 AsmWriterEmitter(Records).run(OS); 129 AsmMatcherEmitter(Records).run(OS) [all...] |
/external/chromium/chrome/browser/sync/util/ |
extensions_activity_monitor.h | 44 typedef std::map<std::string, Record> Records; 51 // Fills |buffer| with snapshot of current records in constant time by 53 void GetAndClearRecords(Records* buffer); 55 // Add |records| piece-wise (by extension id) to the set of active records. 57 void PutRecords(const Records& records); 64 Records records_;
|
/external/icu4c/layout/ |
OpenTypeUtilities.h | 23 static Offset getTagOffset(LETag tag, const TagAndOffsetRecord *records, le_int32 recordCount); 24 static le_int32 getGlyphRangeIndex(TTGlyphID glyphID, const GlyphRangeRecord *records, le_int32 recordCount);
|
OpenTypeUtilities.cpp | 54 Offset OpenTypeUtilities::getTagOffset(LETag tag, const TagAndOffsetRecord *records, le_int32 recordCount) 62 if (SWAPT(records[extra].tag) <= tag) { 69 if (SWAPT(records[index + probe].tag) <= tag) { 74 if (SWAPT(records[index].tag) == tag) { 75 return SWAPW(records[index].offset); 81 le_int32 OpenTypeUtilities::getGlyphRangeIndex(TTGlyphID glyphID, const GlyphRangeRecord *records, le_int32 recordCount) 93 if (SWAPW(records[extra].firstGlyph) <= glyphID) { 100 if (SWAPW(records[range + probe].firstGlyph) <= glyphID) { 105 if (SWAPW(records[range].firstGlyph) <= glyphID && SWAPW(records[range].lastGlyph) >= glyphID) [all...] |
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
relations.sgml | 11 records, called tuples. Each record contains a number of fields. 12 Records are not ordered, so it is not possible to find the record at a 26 To add records to a #GRelation use g_relation_insert(). 35 To count the number of records which have a particular value in a given 39 To get all the records which have a particular value in a given field, 40 use g_relation_select(). To access fields of the resulting records, 41 use g_tuples_index(). To free the resulting records use g_tuples_destroy(). 44 To delete all records which have a particular value in a given field, 83 Note that this must be called before any records are added to the #GRelation. 130 Use g_tuples_index() to access the returned records [all...] |
/external/dnsmasq/contrib/dns-loc/ |
README | 4 entries in order to assign location information to dns records
|
/external/nist-sip/java/gov/nist/javax/sip/ |
LogRecord.java | 4 * The interface for a log record. The log records are generated by calling the
|
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
SimSmsTest.java | 36 List<SmsRawData> records = sms.getAllMessagesFromIccEf(); local 37 assertNotNull(records); 38 assertTrue(records.size() >= 0); 43 for (int i = 0; i < records.size(); i++) { 44 SmsRawData data = records.get(i);
|
/external/clang/test/CodeGen/ |
2010-07-08-DeclDebugLineNo.c | 2 // Insure that dbg.declare lines for locals refer to correct line number records. 8 // Now match the line number records:
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/ |
NfcUtils.java | 32 private static boolean areRecordArraysEqual(NdefRecord[] records, NdefRecord[] otherRecords) { 33 if (records.length == otherRecords.length) { 34 for (int i = 0; i < records.length; i++) { 35 if (!areRecordsEqual(records[i], otherRecords[i])) {
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/ |
record-event-listener.rb | 9 A debug listener that records intercepted events as strings in an array.
|
/external/chromium/net/base/ |
dnssec_keyset.h | 26 // CheckSignature checks the DNSSEC signature on set of resource records. 27 // name: the domain that the records are from 30 // rrtype: the type of the resource records 31 // rrdatas: the RRDATA of the signed resource records, in canonical order.
|
/external/icu4c/test/intltest/ |
winutil.h | 36 static void freeLocales(LCIDRecord *records);
|
/external/iptables/extensions/ |
libxt_AUDIT.man | 1 This target allows to create audit records for packets hitting the target.
|
/frameworks/base/tools/preload/ |
Compile.java | 41 List<Record> records = new ArrayList<Record>(); local 53 records.add(new Record(clipped, lineNumber)); 61 for (Record record : records) { 65 for (Record record : records) {
|
/external/chromium/chrome/browser/ssl/ |
ssl_policy_backend.h | 23 // Records that a host has run insecure content. 29 // Records that |cert| is permitted to be used for |host| in the future. 32 // Records that |cert| is not permitted to be used for |host| in the future.
|
/external/openssl/patches/ |
README | 9 SSL records may be as large as 16K, but are typically < 2K. In 10 addition, a historic bug in Windows allowed records to be as large 12 18K respectively) used for processing records.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
gmon_out.h | 25 a sequence of records. Each record starts with a one-byte tag 26 identifying the type of records, followed by records specific data. */ 44 * records defined below. 53 /* types of records in this file: */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
gmon_out.h | 25 a sequence of records. Each record starts with a one-byte tag 26 identifying the type of records, followed by records specific data. */ 44 * records defined below. 53 /* types of records in this file: */
|