/external/chromium_org/sync/engine/ |
traffic_recorder_unittest.cc | 19 // Ensure the number of records don't exceed |kMaxMessages|. 27 EXPECT_EQ(recorder.records().size(), kMaxMessages); 30 // Ensure records with size greater than |kMaxMessageSize| are truncated. 41 TrafficRecorder::TrafficRecord record = recorder.records().front(); 80 TrafficRecorder::TrafficRecord record = recorder.records().front(); 84 // Ensure that timestamps are recorded correctly in traffic records. 96 TrafficRecorder::TrafficRecord record_1 = recorder.records().front(); 97 TrafficRecorder::TrafficRecord record_2 = recorder.records().back();
|
/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/chromium_org/third_party/icu/source/test/intltest/ |
winutil.h | 36 static void freeLocales(LCIDRecord *records);
|
/external/chromium_org/third_party/ots/src/ |
hdmx.h | 24 std::vector<OpenTypeHDMXDeviceRecord> records; member in struct:ots::OpenTypeHDMX
|
/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.
|
/external/libnfc-nci/src/nfa/include/ |
nfa_cho_api.h | 76 UINT8 num_aux_data; /* number of Auxiliary NDEF records */ 124 /* Alternative Carrier records including carrier power state, carrier data reference and aux data reference */ 140 UINT8 num_ac_rec; /* number of Alternative Carrier records*/ 141 tNFA_CHO_AC_REC ac_rec[NFA_CHO_MAX_AC_INFO]; /* Alternative Carrier records */ 142 UINT8 *p_ref_ndef; /* pointer of NDEF including AC records */ 152 UINT8 num_ac_rec; /* number of Alternative Carrier records*/ 153 tNFA_CHO_AC_REC ac_rec[NFA_CHO_MAX_AC_INFO]; /* Alternative Carrier records */ 154 UINT8 *p_ref_ndef; /* pointer of NDEF including AC records */ 276 ** Handover Carrier records or Alternative Carrier records [all...] |
/external/smack/src/org/xbill/DNS/ |
Section.java | 51 longSections[AUTHORITY] = "AUTHORITY RECORDS"; 52 longSections[ADDITIONAL] = "ADDITIONAL RECORDS"; 56 updateSections[UPDATE] = "UPDATE RECORDS"; 57 updateSections[ADDITIONAL] = "ADDITIONAL RECORDS";
|
/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/chromium_org/chrome/browser/bookmarks/ |
bookmark_stats.h | 42 // Records the launch of a bookmark for UMA purposes. 46 // Records the user opening a folder of bookmarks for UMA purposes. 49 // Records the user opening the apps page for UMA purposes.
|
/external/chromium_org/content/browser/ssl/ |
ssl_policy_backend.h | 24 // Records that a host has run insecure content. 30 // Records that |cert| is not permitted to be used for |host| in the future, 36 // Records that |cert| is permitted to be used for |host| in the future, for
|
/external/chromium_org/ppapi/api/private/ |
ppb_uma_private.idl | 18 * HistogramCustomTimes is a pointer to a function which records a time 29 * HistogramCustomCounts is a pointer to a function which records a sample 40 * HistogramEnumeration is a pointer to a function which records a sample
|
/external/chromium_org/ppapi/c/private/ |
ppb_uma_private.h | 34 * HistogramCustomTimes is a pointer to a function which records a time 44 * HistogramCustomCounts is a pointer to a function which records a sample 54 * HistogramEnumeration is a pointer to a function which records a sample
|
/external/chromium_org/v8/test/cctest/ |
test-object-observe.cc | 65 "var observer = function(records) { count = records.length; calls++ };" 112 "var observer = function(records) { count = records.length };" 246 "var records = [];" 248 "Object.observe(global, function(r) { [].push.apply(records, r) });" 250 CHECK_EQ(1, CompileRun("records.length")->Int32Value()); 251 CHECK(global_proxy->StrictEquals(CompileRun("records[0].object"))); 256 CHECK_EQ(1, CompileRun("records.length")->Int32Value()); 258 CHECK_EQ(1, CompileRun("records.length")->Int32Value()) [all...] |
/hardware/samsung_slsi/exynos5/libmemtrack/ |
mali.c | 43 struct memtrack_record *records, 53 /* fastpath to return the necessary number of records */ 63 memcpy(records, record_templates, 86 records[0].size_in_bytes = (allocated - unmapped) * PAGE_SIZE; 89 records[1].size_in_bytes = unmapped * PAGE_SIZE;
|
/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: */
|
/prebuilts/gcc/linux-x86/host/x86_64-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: */
|
/external/chromium/chrome/browser/sync/engine/ |
syncer_thread2_unittest.cc | 97 void AnalyzePollRun(const SyncShareRecords& records, size_t min_num_samples, 99 const std::vector<TimeTicks>& data(records.times); 106 records.snapshots[i]->source.updates_source); 205 SyncShareRecords records; local 211 WithArg<0>(RecordSyncShare(&records, 1U, &done)))) 217 EXPECT_EQ(1U, records.snapshots.size()); 219 records.snapshots[0]->source.types)); 221 records.snapshots[0]->source.updates_source); 245 SyncShareRecords records; local 251 WithArg<0>(RecordSyncShare(&records, 1U, &done)))) 272 SyncShareRecords records; local 307 SyncShareRecords records; local 345 SyncShareRecords records; local 429 SyncShareRecords records; local 508 SyncShareRecords records; local 526 SyncShareRecords records; local 545 SyncShareRecords records; local 601 SyncShareRecords records; local 627 SyncShareRecords records; local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_thread.py | 73 records = 1000 variable in class:ConcurrentDataStoreBase 81 keys=range(self.records) 84 records_per_writer=self.records//self.writers 86 self.assertEqual(self.records,self.writers*records_per_writer) 132 print "%s: creating records %d - %d" % (name, start, stop) 141 print "%s: records %d - %d finished" % (name, start, x) 149 print "%s: finished creating records" % name 170 print "%s: found %d records" % (name, count) 181 records = 1000 variable in class:BTreeConcurrentDataStore 188 records = 100 variable in class:HashConcurrentDataStore 198 records = 1000 variable in class:SimpleThreadedBase 322 records = 2000 variable in class:ThreadedTransactionsBase 472 records = 1000 variable in class:BTreeThreadedTransactions 478 records = 1000 variable in class:HashThreadedTransactions 484 records = 1000 variable in class:BTreeThreadedNoWaitTransactions 491 records = 1000 variable in class:HashThreadedNoWaitTransactions [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_thread.py | 73 records = 1000 variable in class:ConcurrentDataStoreBase 81 keys=range(self.records) 84 records_per_writer=self.records//self.writers 86 self.assertEqual(self.records,self.writers*records_per_writer) 132 print "%s: creating records %d - %d" % (name, start, stop) 141 print "%s: records %d - %d finished" % (name, start, x) 149 print "%s: finished creating records" % name 170 print "%s: found %d records" % (name, count) 181 records = 1000 variable in class:BTreeConcurrentDataStore 188 records = 100 variable in class:HashConcurrentDataStore 198 records = 1000 variable in class:SimpleThreadedBase 322 records = 2000 variable in class:ThreadedTransactionsBase 472 records = 1000 variable in class:BTreeThreadedTransactions 478 records = 1000 variable in class:HashThreadedTransactions 484 records = 1000 variable in class:BTreeThreadedNoWaitTransactions 491 records = 1000 variable in class:HashThreadedNoWaitTransactions [all...] |