Home
last modified time | relevance | path

Searched refs:record (Results 1 – 25 of 658) sorted by relevance

12345678910>>...27

/external/wpa_supplicant_8/src/wps/
Dndef.c36 struct ndef_record *record) in ndef_parse_record() argument
42 record->type_length = *pos++; in ndef_parse_record()
46 record->payload_length = *pos++; in ndef_parse_record()
50 record->payload_length = ntohl(*(u32 *)pos); in ndef_parse_record()
57 record->id_length = *pos++; in ndef_parse_record()
59 record->id_length = 0; in ndef_parse_record()
61 record->type = record->type_length == 0 ? NULL : pos; in ndef_parse_record()
62 pos += record->type_length; in ndef_parse_record()
64 record->id = record->id_length == 0 ? NULL : pos; in ndef_parse_record()
65 pos += record->id_length; in ndef_parse_record()
[all …]
/external/linux-tools-perf/src/tools/perf/tests/attr/
DREADME35 perf record kill (test-record-basic)
36 perf record -b kill (test-record-branch-any)
37 perf record -j any kill (test-record-branch-filter-any)
38 perf record -j any_call kill (test-record-branch-filter-any_call)
39 perf record -j any_ret kill (test-record-branch-filter-any_ret)
40 perf record -j hv kill (test-record-branch-filter-hv)
41 perf record -j ind_call kill (test-record-branch-filter-ind_call)
42 perf record -j k kill (test-record-branch-filter-k)
43 perf record -j u kill (test-record-branch-filter-u)
44 perf record -c 123 kill (test-record-count)
[all …]
/external/skia/tests/
DRecordOptsTest.cpp23 SkRecord record; in DEF_TEST() local
24 SkRecorder recorder(&record, W, H); in DEF_TEST()
30 record.replace<SkRecords::NoOp>(1); // NoOps should be allowed. in DEF_TEST()
32 SkRecordNoopSaveRestores(&record); in DEF_TEST()
34 REPORTER_ASSERT(r, 2 == count_instances_of_type<SkRecords::DrawRect>(record)); in DEF_TEST()
38 SkRecord record; in DEF_TEST() local
39 SkRecorder recorder(&record, W, H); in DEF_TEST()
45 SkRecordNoopSaveRestores(&record); in DEF_TEST()
47 assert_type<SkRecords::NoOp>(r, record, i); in DEF_TEST()
52 SkRecord record; in DEF_TEST() local
[all …]
DRecordPatternTest.cpp17 SkRecord record; in DEF_TEST() local
18 REPORTER_ASSERT(r, !pattern.match(&record, 0)); in DEF_TEST()
20 SkRecorder recorder(&record, 1920, 1200); in DEF_TEST()
24 REPORTER_ASSERT(r, !pattern.match(&record, 0)); in DEF_TEST()
27 REPORTER_ASSERT(r, !pattern.match(&record, 0)); in DEF_TEST()
30 REPORTER_ASSERT(r, pattern.match(&record, 0)); in DEF_TEST()
39 SkRecord record; in DEF_TEST() local
40 SkRecorder recorder(&record, 1920, 1200); in DEF_TEST()
52 REPORTER_ASSERT(r, pattern.match(&record, i) == i + 3); in DEF_TEST()
54 REPORTER_ASSERT(r, !pattern.match(&record, i)); in DEF_TEST()
[all …]
DRecordTest.cpp29 void apply(const SkRecord& record) { in apply() argument
30 for (unsigned i = 0; i < record.count(); i++) { in apply()
31 record.visit<void>(i, *this); in apply()
47 void apply(SkRecord* record) { in apply()
48 for (unsigned i = 0; i < record->count(); i++) { in apply()
49 record->mutate<void>(i, *this); in apply()
54 #define APPEND(record, type, ...) SkNEW_PLACEMENT_ARGS(record.append<type>(), type, (__VA_ARGS__)) argument
58 SkRecord record; in DEF_TEST() local
63 APPEND(record, SkRecords::DrawRect, paint, rect); in DEF_TEST()
67 summer.apply(record); in DEF_TEST()
[all …]
DRecordDrawTest.cpp34 SkRecord record; in DEF_TEST() local
35 SkRecorder recorder(&record, W, H); in DEF_TEST()
37 REPORTER_ASSERT(r, 0 == record.count()); in DEF_TEST()
39 REPORTER_ASSERT(r, 0 == record.count()); // the save was not recorded (yet) in DEF_TEST()
41 REPORTER_ASSERT(r, 1 == record.count()); in DEF_TEST()
43 REPORTER_ASSERT(r, 3 == record.count()); // now we see the save in DEF_TEST()
45 REPORTER_ASSERT(r, 4 == record.count()); in DEF_TEST()
47 assert_type<SkRecords::DrawPaint>(r, record, 0); in DEF_TEST()
48 assert_type<SkRecords::Save> (r, record, 1); in DEF_TEST()
49 assert_type<SkRecords::SetMatrix>(r, record, 2); in DEF_TEST()
[all …]
DRecorderTest.cpp32 void apply(const SkRecord& record) { in apply() argument
33 for (unsigned i = 0; i < record.count(); i++) { in apply()
34 record.visit<void>(i, *this); in apply()
43 SkRecord record; in DEF_TEST() local
44 SkRecorder recorder(&record, 1920, 1080); in DEF_TEST()
49 tally.apply(record); in DEF_TEST()
56 SkRecord record; in DEF_TEST() local
57 SkRecorder recorder(&record, 1920, 1080); in DEF_TEST()
65 tally.apply(record); in DEF_TEST()
84 SkRecord record; in DEF_TEST() local
[all …]
DRecordTestUtils.h23 static const T* assert_type(skiatest::Reporter* r, const SkRecord& record, unsigned index) { in assert_type() argument
25 record.visit<void>(index, reader); in assert_type()
36 template <typename DrawT> int count_instances_of_type(const SkRecord& record) { in count_instances_of_type() argument
39 for (unsigned i = 0; i < record.count(); i++) { in count_instances_of_type()
40 counter += record.visit<int>(i, matcher); in count_instances_of_type()
45 template <typename DrawT> int find_first_instances_of_type(const SkRecord& record) { in find_first_instances_of_type() argument
47 for (unsigned i = 0; i < record.count(); i++) { in find_first_instances_of_type()
48 if (record.visit<int>(i, matcher)) { in find_first_instances_of_type()
DFontNamesTest.cpp115 SkOTTableName::Iterator::Record record; in test_synthetic() local
117 while (nameIndex < test[i].nameCount && iter.next(record)) { in test_synthetic()
119 strcmp(test[i].names[nameIndex].name, record.name.c_str()) == 0, in test_synthetic()
124 strcmp(test[i].names[nameIndex].language, record.language.c_str()) == 0, in test_synthetic()
136 REPORTER_ASSERT_MESSAGE(reporter, !iter.next(record), in test_synthetic()
182 SkOTTableName::Iterator::Record record; in test_systemfonts() local
185 while (familyNameIter.next(record)) { in test_systemfonts()
187 SkOTTableName::Record::NameID::Predefined::FontFamilyName == record.type, in test_systemfonts()
191 SkDebugf("{%s} <%s>\n", record.name.c_str(), record.language.c_str()); in test_systemfonts()
197 while (styleNameIter.next(record)) { in test_systemfonts()
[all …]
/external/skia/src/core/
DSkRecordOpts.cpp16 void SkRecordOptimize(SkRecord* record) { in SkRecordOptimize() argument
23 SkRecordNoopSaveLayerDrawRestores(record); in SkRecordOptimize()
24 SkRecordMergeSvgOpacityAndFilterLayers(record); in SkRecordOptimize()
36 static bool apply(Pass* pass, SkRecord* record) { in apply() argument
41 while (pattern.search(record, &begin, &end)) { in apply()
42 changed |= pass->onMatch(record, &pattern, begin, end); in apply()
54 bool onMatch(SkRecord* record, Pattern* pattern, unsigned begin, unsigned end) { in onMatch()
55 record->replace<NoOp>(begin); // Save in onMatch()
56 record->replace<NoOp>(end-1); // Restore in onMatch()
130 bool onMatch(SkRecord* record, Pattern* pattern, unsigned begin, unsigned end) { in onMatch()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
DDataRecord.java58 DataRecord record = new DataRecord(); in read() local
59 record.pl = in.namedIndex("pl", EPluralization.names); in read()
60 record.pluralNames = in.stringTable("pluralName"); in read()
61 record.genders = in.namedIndexArray("gender", EGender.names); in read()
62 record.singularNames = in.stringArray("singularName"); in read()
63 record.halfNames = in.stringArray("halfName"); in read()
64 record.numberNames = in.stringArray("numberName"); in read()
65 record.mediumNames = in.stringArray("mediumName"); in read()
66 record.shortNames = in.stringArray("shortName"); in read()
67 record.measures = in.stringArray("measure"); in read()
[all …]
/external/e2fsprogs/e2fsck/
Drevoke.c124 struct jbd_revoke_record_s *record; in insert_revoke_hash() local
129 record = kmem_cache_alloc(revoke_record_cache, GFP_NOFS); in insert_revoke_hash()
130 if (!record) in insert_revoke_hash()
133 record->sequence = seq; in insert_revoke_hash()
134 record->blocknr = blocknr; in insert_revoke_hash()
136 list_add(&record->hash, hash_list); in insert_revoke_hash()
158 struct jbd_revoke_record_s *record; in find_revoke_record() local
162 record = (struct jbd_revoke_record_s *) hash_list->next; in find_revoke_record()
163 while (&(record->hash) != hash_list) { in find_revoke_record()
164 if (record->blocknr == blocknr) in find_revoke_record()
[all …]
/external/slf4j/jul-to-slf4j/src/main/java/org/slf4j/bridge/
DSLF4JBridgeHandler.java197 protected Logger getSLF4JLogger(LogRecord record) { in getSLF4JLogger() argument
198 String name = record.getLoggerName(); in getSLF4JLogger()
205 protected void callLocationAwareLogger(LocationAwareLogger lal, LogRecord record) { in callLocationAwareLogger() argument
206 int julLevelValue = record.getLevel().intValue(); in callLocationAwareLogger()
220 String i18nMessage = getMessageI18N(record); in callLocationAwareLogger()
221 lal.log(null, FQCN, slf4jLevel, i18nMessage, null, record.getThrown()); in callLocationAwareLogger()
224 protected void callPlainSLF4JLogger(Logger slf4jLogger, LogRecord record) { in callPlainSLF4JLogger() argument
225 String i18nMessage = getMessageI18N(record); in callPlainSLF4JLogger()
226 int julLevelValue = record.getLevel().intValue(); in callPlainSLF4JLogger()
228 slf4jLogger.trace(i18nMessage, record.getThrown()); in callPlainSLF4JLogger()
[all …]
/external/replicaisland/src/com/replica/replicaisland/
DGameObjectCollisionSystem.java87 CollisionVolumeRecord record = mRecordPool.allocate(); in registerForCollisions() local
88 if (record != null && object != null && boundingVolume != null in registerForCollisions()
90 record.object = object; in registerForCollisions()
91 record.boundingVolume = boundingVolume; in registerForCollisions()
92 record.attackVolumes = attackVolumes; in registerForCollisions()
93 record.vulnerabilityVolumes = vulnerabilityVolumes; in registerForCollisions()
94 record.reactionComponent = reactionComponent; in registerForCollisions()
95 mObjects.add(record); in registerForCollisions()
106 final CollisionVolumeRecord record = mObjects.get(x); in update() local
107 final Vector2 position = record.object.getPosition(); in update()
[all …]
DMotionBlurComponent.java94 final BlurRecord record = mHistory[step]; in update()
95 if (record.texture != null) { in update()
97 stepImage.setTexture(record.texture); in update()
98 stepImage.setWidth(record.width); in update()
99 stepImage.setHeight(record.height); in update()
100 stepImage.setCrop(record.crop[0], record.crop[1], record.crop[2], -record.crop[3]); in update()
105 … renderer.scheduleForDraw(stepImage, record.position, mTargetPriority - (x + 1), true); in update()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
Dtrace-event-listener.rb23 def record( event_message, *interpolation_arguments ) method in ANTLR3.Debug.TraceEventListener
29 record "(%s): number=%s", __method__, alt_number
33 record "(%s): rule=%s", __method__, rule_name
37 record "(%s): rule=%s", __method__, rule_name
41 record "(%s): decision=%s", __method__, decision_number
45 record "(%s): decision=%s", __method__, decision_number
49 record '(%s): line=%s position=%s', __method__, line, position
53 record '(%s) unique_id=%s text=%p type=%s[%s]', __method__, @adaptor.unique_id( tree ),
58 record '(%s): k=%s unique_id=%s text=%p type=%s[%s]', __method__, i, @adaptor.unique_id( tree ),
63 record '(%s): unique_id=%s', __method__, @adaptor.unique_id( tree )
[all …]
/external/jmdns/src/javax/jmdns/impl/
DDNSOutgoing.java161 … MessageOutputStream record = new MessageOutputStream(512, _out, _offset + this.size() + 2); in writeRecord() local
162 rec.write(record); in writeRecord()
163 byte[] byteArray = record.toByteArray(); in writeRecord()
243 MessageOutputStream record = new MessageOutputStream(512, this); in addQuestion() local
244 record.writeQuestion(rec); in addQuestion()
245 byte[] byteArray = record.toByteArray(); in addQuestion()
277 MessageOutputStream record = new MessageOutputStream(512, this); in addAnswer() local
278 record.writeRecord(rec, now); in addAnswer()
279 byte[] byteArray = record.toByteArray(); in addAnswer()
297 MessageOutputStream record = new MessageOutputStream(512, this); in addAuthorativeAnswer() local
[all …]
/external/lldb/source/Expression/
DIRExecutionUnit.cpp571 for (AllocationRecord &record : m_records) in GetRemoteAddressForLocal()
573 if (local_address >= record.m_host_address && in GetRemoteAddressForLocal()
574 local_address < record.m_host_address + record.m_size) in GetRemoteAddressForLocal()
576 if (record.m_process_address == LLDB_INVALID_ADDRESS) in GetRemoteAddressForLocal()
579 lldb::addr_t ret = record.m_process_address + (local_address - record.m_host_address); in GetRemoteAddressForLocal()
585 (uint64_t)record.m_host_address, in GetRemoteAddressForLocal()
586 (uint64_t)record.m_host_address + (uint64_t)record.m_size, in GetRemoteAddressForLocal()
588 record.m_process_address, in GetRemoteAddressForLocal()
589 record.m_process_address + record.m_size); in GetRemoteAddressForLocal()
602 for (AllocationRecord &record : m_records) in GetRemoteRangeForLocal()
[all …]
/external/ltrace/testsuite/ltrace.minor/
DMakefile.am18 EXTRA_DIST = attach-process.exp count-record.c count-record.exp \
22 time-record.c time-record-T.exp time-record-tt.exp \
23 time-record-ttt.exp trace-clone.c trace-clone.exp \
28 count-record demangle print-instruction-pointer time-record-T \
29 time-record-tt time-record-ttt trace-clone trace-exec \
/external/valgrind/gdbserver_tests/
Dmcleak.stderrB.exp3 10 bytes in 1 blocks are still reachable in loss record ... of ...
7 10 (+10) bytes in 1 (+1) blocks are definitely lost in loss record ... of ...
11 21 (+21) bytes in 1 (+1) blocks are still reachable in loss record ... of ...
15 65 (+65) bytes in 2 (+2) blocks are still reachable in loss record ... of ...
19 10 (+10) bytes in 1 (+1) blocks are still reachable in loss record ... of ...
23 0 (-10) bytes in 0 (-1) blocks are still reachable in loss record ... of ...
27 10 (+10) bytes in 1 (+1) blocks are definitely lost in loss record ... of ...
31 0 (-10) bytes in 0 (-1) blocks are definitely lost in loss record ... of ...
35 10 (+10) bytes in 1 (+1) blocks are still reachable in loss record ... of ...
39 32 (+32) bytes in 1 (+1) blocks are definitely lost in loss record ... of ...
[all …]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
DPlayReadyHeader.java68 for (PlayReadyRecord record : records) { in getData()
70 size += record.getValue().rewind().limit(); in getData()
76 for (PlayReadyRecord record : records) { in getData()
77 IsoTypeWriter.writeUInt16BE(byteBuffer, record.type); in getData()
78 IsoTypeWriter.writeUInt16BE(byteBuffer, record.getValue().limit()); in getData()
79 ByteBuffer tmp4debug = record.getValue(); in getData()
117 PlayReadyRecord record; in createFor() local
122 record = new RMHeader(); in createFor()
125 record = new DefaulPlayReadyRecord(0x02); in createFor()
128 record = new EmeddedLicenseStore(); in createFor()
[all …]
/external/valgrind/memcheck/tests/
Dleak-delta.stderr.exp2 10 bytes in 1 blocks are still reachable in loss record ... of ...
9 10 (+10) bytes in 1 (+1) blocks are definitely lost in loss record ... of ...
14 21 (+21) bytes in 1 (+1) blocks are still reachable in loss record ... of ...
20 65 (+65) bytes in 2 (+2) blocks are still reachable in loss record ... of ...
27 10 (+10) bytes in 1 (+1) blocks are still reachable in loss record ... of ...
33 0 (-10) bytes in 0 (-1) blocks are still reachable in loss record ... of ...
38 10 (+10) bytes in 1 (+1) blocks are definitely lost in loss record ... of ...
44 0 (-10) bytes in 0 (-1) blocks are definitely lost in loss record ... of ...
49 10 (+10) bytes in 1 (+1) blocks are still reachable in loss record ... of ...
55 32 (+32) bytes in 1 (+1) blocks are definitely lost in loss record ... of ...
[all …]
/external/icu/icu4c/source/layout/
DPairPositioningSubtables.cpp138 const PairValueRecord *record = records; in findPairValueRecord() local
141 if (SWAPW(record->secondGlyph) == glyphID) { in findPairValueRecord()
142 return record; in findPairValueRecord()
145 record = (const PairValueRecord *) ((char *) record + recordSize); in findPairValueRecord()
152 const PairValueRecord *record = records; in findPairValueRecord()
153 const PairValueRecord *trial = (const PairValueRecord *) ((char *) record + extra); in findPairValueRecord()
156 record = trial; in findPairValueRecord()
161 trial = (const PairValueRecord *) ((char *) record + probe); in findPairValueRecord()
164 record = trial; in findPairValueRecord()
168 if (SWAPW(record->secondGlyph) == glyphID) { in findPairValueRecord()
[all …]
/external/linux-tools-perf/src/tools/perf/util/
Dtrace-event-parse.c145 struct pevent_record record; in trace_parse_common_type() local
147 record.data = data; in trace_parse_common_type()
148 return pevent_data_type(pevent, &record); in trace_parse_common_type()
153 struct pevent_record record; in trace_parse_common_pid() local
155 record.data = data; in trace_parse_common_pid()
156 return pevent_data_pid(pevent, &record); in trace_parse_common_pid()
167 struct pevent_record record; in event_format__print() local
170 memset(&record, 0, sizeof(record)); in event_format__print()
171 record.cpu = cpu; in event_format__print()
172 record.size = size; in event_format__print()
[all …]
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-record.c830 static struct perf_record record = { variable
858 OPT_CALLBACK('e', "event", &record.evlist, "event",
861 OPT_CALLBACK(0, "filter", &record.evlist, "filter",
863 OPT_STRING('p', "pid", &record.opts.target.pid, "pid",
865 OPT_STRING('t', "tid", &record.opts.target.tid, "tid",
867 OPT_INTEGER('r', "realtime", &record.realtime_prio,
869 OPT_BOOLEAN('D', "no-delay", &record.opts.no_delay,
871 OPT_BOOLEAN('R', "raw-samples", &record.opts.raw_samples,
873 OPT_BOOLEAN('a', "all-cpus", &record.opts.target.system_wide,
875 OPT_STRING('C', "cpu", &record.opts.target.cpu_list, "cpu",
[all …]

12345678910>>...27