Searched refs:records (Results 51 - 75 of 91) sorted by relevance

1234

/external/selinux/libsemanage/src/
H A Ddatabase.c189 record_t *** records, unsigned int *count)
195 if (dconfig->dtable->list(handle, dconfig->dbase, records, count) < 0) {
187 dbase_list(semanage_handle_t * handle, dbase_config_t * dconfig, record_t *** records, unsigned int *count) argument
H A Ddatabase.h91 /* Clear all records, and leave the database in
111 /* Count the number of records */
116 * the records of this database. The handler
136 /* Construct a list of all records in this database
143 record_t *** records, unsigned int *count);
216 record_t *** records, unsigned int *count);
H A Ddatabase_llist.h120 record_t *** records, unsigned int *count);
H A Ddatabase_llist.c36 /* Helper for adding records to the cache */
101 /* Helper for finding records in the cache */
275 ERR(handle, "could not iterate over records");
339 record_t *** records, unsigned int *count)
364 *records = tmp_records;
337 dbase_llist_list(semanage_handle_t * handle, dbase_llist_t * dbase, record_t *** records, unsigned int *count) argument
H A Dseusers_local.c224 semanage_seuser_t *** records,
229 return dbase_list(handle, dconfig, records, count);
/external/lldb/tools/debugserver/source/MacOSX/
H A Dstack_logging.h68 /* Applies enumerator to all records involving address sending context as enumerator's second parameter; if !address, applies enumerator to all records */
97 stack_logging_record_t records[0]; /* records follow here */ member in struct:__anon10065
109 /* Gets all the records about address;
110 If !address, gets all records */
/external/mtpd/
H A Dmtpd.c268 struct addrinfo *records; local
274 error = getaddrinfo(server, port, &hints, &records);
281 for (r = records; r; r = r->ai_next) {
291 freeaddrinfo(records);
/external/icu/icu4c/source/layout/
H A DPairPositioningSubtables.cpp132 const PairValueRecord *PairPositioningFormat1Subtable::findPairValueRecord(TTGlyphID glyphID, const PairValueRecord *records, le_uint16 recordCount, le_uint16 recordSize) const argument
138 const PairValueRecord *record = records;
152 const PairValueRecord *record = records;
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
H A DIDNAConformanceTest.java251 int records = 0;
291 //set them into result, using records number as key
292 result.put(new Long(records), hashItem);
295 records++;
/external/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp973 MutableArrayRef<struct PartiallyConstructedSafepointRecord> records) {
978 for (size_t i = 0; i < records.size(); i++) {
979 struct PartiallyConstructedSafepointRecord &info = records[i];
1356 ArrayRef<struct PartiallyConstructedSafepointRecord> records) {
1391 for (size_t i = 0; i < records.size(); i++) {
1392 const struct PartiallyConstructedSafepointRecord &info = records[i];
1577 MutableArrayRef<struct PartiallyConstructedSafepointRecord> records) {
1580 for (size_t i = 0; i < records.size(); i++) {
1581 struct PartiallyConstructedSafepointRecord &info = records[i];
1750 SmallVector<struct PartiallyConstructedSafepointRecord, 64> records;
[all...]
/external/deqp/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp614 const vector<WorkloadRecord>& records = m_workloadRecords[progNdx];
617 for (int i = 0; i < (int)records.size(); i++)
618 result.push_back(Vec2((float)records[i].workloadSize, records[i].getMedianTime()));
701 vector<WorkloadRecord>& records = m_workloadRecordsFindHigh[m_measureProgramNdx];
703 if (records.empty() || records.back().getMedianTime() < 2.0f*records[0].getMedianTime())
707 if (records.empty())
711 workloadSize = records
[all...]
/external/deqp/modules/gles3/performance/
H A Des3pShaderOperatorTests.cpp614 const vector<WorkloadRecord>& records = m_workloadRecords[progNdx];
617 for (int i = 0; i < (int)records.size(); i++)
618 result.push_back(Vec2((float)records[i].workloadSize, records[i].getMedianTime()));
701 vector<WorkloadRecord>& records = m_workloadRecordsFindHigh[m_measureProgramNdx];
703 if (records.empty() || records.back().getMedianTime() < 2.0f*records[0].getMedianTime())
707 if (records.empty())
711 workloadSize = records
[all...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DAlphabeticIndex.java139 // Comparator for records, so that the Record class can be static.
163 * but does not offer adding records to the index.
609 * Builds an immutable, thread-safe version of this instance, without data records.
616 // If it contains no records, we can use it.
620 // We need a bucket list with no records.
670 * within the bucket. Two records may have the same name. When they do, the sort order is according to the order added:
736 * Return the number of records in the index: that is, the total number of distinct <name,data> pairs added with addRecord(...), over all the buckets.
738 * @return total number of records in buckets
757 * Creates an index, and buckets and sorts the list of records into the index.
768 // Sort the records b
899 private List<Record<V>> records; field in class:AlphabeticIndex.Bucket
[all...]
/external/llvm/lib/TableGen/
H A DTGParser.h87 TGParser(SourceMgr &SrcMgr, RecordKeeper &records) argument
88 : Lex(SrcMgr), CurMultiClass(nullptr), Records(records), AnonCounter(0) {}
/external/sfntly/cpp/src/sfntly/
H A Dfont.h207 HeaderOffsetSortedSet* records);
211 HeaderOffsetSortedSet* records);
/external/v8/test/mjsunit/es7/
H A Dobject-observe.js48 records: undefined,
51 this.records = undefined;
55 assertEquals(undefined, this.records);
63 assertEquals(count, this.records.length);
69 print(i, stringifyNoThrow(this.records[i]), stringifyNoThrow(recs[i]));
70 assertSame(this.records[i].object, recs[i].object);
72 assertPropertiesEqual(this.records[i], recs[i]);
81 observer.records = r;
193 // Multiple records are delivered.
233 // No delivery takes place if no records ar
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Dtrace-event-listener.rb8 A listener that simply records text representations of the events.
/external/llvm/test/MC/Mips/
H A Dsort-relocation-table.s3 # Test the order of records in the relocation table.
/external/v8/test/cctest/
H A Dtest-object-observe.cc46 "var observer = function(records) { count = records.length; calls++ };"
95 "var observer = function(records) { count = records.length };"
229 Handle<Value> records,
232 CHECK(records->IsArray());
233 Handle<Array> recordArray = records.As<Array>();
254 #define EXPECT_RECORDS(records, expectations) \
255 ExpectRecords(CcTest::isolate(), records, expectations, \
263 "var records
228 ExpectRecords(v8::Isolate* isolate, Handle<Value> records, const RecordExpectation expectations[], int num) argument
[all...]
/external/guava/guava-tests/test/com/google/common/io/
H A DByteSourceTest.java390 int records = logHandler.getStoredLogRecords().size();
392 return records;
H A DCharSourceTest.java314 int records = logHandler.getStoredLogRecords().size();
316 return records;
/external/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp45 DiagGroupParentMap(RecordKeeper &records) : Records(records) { argument
101 DiagCategoryIDMap(RecordKeeper &records) : Records(records) { argument
/external/llvm/test/MC/ARM/
H A Deh-directive-vsave.s6 @ The .vsave directive records the VFP registers which are pushed to the
/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/
H A Dwebcomponents-lite.js233 var records = this.observer.records_;
234 var length = records.length;
235 if (records.length > 0) {
236 var lastRecord = records[length - 1];
239 records[length - 1] = recordToReplaceLast;
245 records[length] = record;
/external/llvm/utils/TableGen/
H A DCodeGenTarget.cpp136 CodeGenTarget::CodeGenTarget(RecordKeeper &records) argument
137 : Records(records) {

Completed in 1279 milliseconds

1234