Searched defs:record (Results 26 - 50 of 241) sorted by last modified time

12345678910

/external/skia/tests/
H A DRecorderTest.cpp31 void apply(const SkRecord& record) { argument
32 for (unsigned i = 0; i < record.count(); i++) {
33 record.visit<void>(i, *this);
42 SkRecord record; local
43 SkRecorder recorder(&record, 1920, 1080);
48 tally.apply(record);
64 SkRecord record; local
65 SkRecorder recorder(&record, 1920, 1080);
/external/skia/tools/
H A DDumpRecord.cpp105 void DumpRecord(const SkRecord& record, argument
108 for (Dumper dumper(canvas, record.count(), timeWithCommand);
109 dumper.index() < record.count();
111 record.visit<void>(dumper.index(), dumper);
H A Ddump_record.cpp26 static void dump(const char* name, int w, int h, const SkRecord& record) { argument
35 DumpRecord(record, &canvas, FLAGS_timeWithCommand);
62 SkRecord record; local
63 SkRecorder canvas(&record, w, h);
67 SkRecordOptimize(&record);
70 dump(FLAGS_skps[i], w, h, record);
/external/smack/src/org/xbill/DNS/
H A DRRset.java37 /** Creates an RRset and sets its contents to the specified record */
39 RRset(Record record) { argument
41 safeAddRR(record);
76 throw new IllegalArgumentException("record does not match " +
152 * start with a different record.
161 * the records, so each Iterator will start with a different record.
214 * Returns the first record
H A DUpdate.java75 * Parses a record from the string, and inserts a prerequisite that the
76 * record exists. Due to the way value-dependent prequisites work, the
80 * @throws IOException The record could not be parsed.
83 present(Name name, int type, String record) throws IOException { argument
84 newPrereq(Record.fromString(name, type, dclass, 0, record, origin));
88 * Parses a record from the tokenizer, and inserts a prerequisite that the
89 * record exists. Due to the way value-dependent prequisites work, the
93 * @throws IOException The record could not be parsed.
101 * Inserts a prerequisite that the specified record exists. Due to the way
107 present(Record record) { argument
135 add(Name name, int type, long ttl, String record) argument
154 add(Record record) argument
201 delete(Name name, int type, String record) argument
221 delete(Record record) argument
251 replace(Name name, int type, long ttl, String record) argument
274 replace(Record record) argument
[all...]
H A DZone.java114 maybeAddRecord(Record record) throws IOException { argument
115 int rtype = record.getType();
116 Name name = record.getName();
124 addRecord(record);
140 Record record;
143 while ((record = m.nextRecord()) != null)
144 maybeAddRecord(record);
173 Record record = (Record) it.next();
174 maybeAddRecord(record);
217 /** Returns the Zone's SOA record */
[all...]
/external/skia/dm/
H A DDMRecordTask.cpp32 SkRecord record; local
33 SkRecorder recorder(&record, fReference.width(), fReference.height());
44 SkRecordOptimize(&record);
51 SkRecordDraw(record, &target);
/external/replicaisland/src/com/replica/replicaisland/
H A DGameObjectCollisionSystem.java87 CollisionVolumeRecord record = mRecordPool.allocate();
88 if (record != null && object != null && boundingVolume != null
90 record.object = object;
91 record.boundingVolume = boundingVolume;
92 record.attackVolumes = attackVolumes;
93 record.vulnerabilityVolumes = vulnerabilityVolumes;
94 record.reactionComponent = reactionComponent;
95 mObjects.add(record);
106 final CollisionVolumeRecord record = mObjects.get(x);
107 final Vector2 position = record
232 drawDebugVolumes(CollisionVolumeRecord record) argument
[all...]
H A DInventoryComponent.java36 public void applyUpdate(UpdateRecord record) { argument
37 mInventory.add(record);
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dcommons-logging-1.1.1.jar ... lang.Throwable) java.util.logging.LogRecord record java.util.logging.Level level String msg ...
/external/qemu/distrib/sdl-1.2.15/src/audio/mint/
H A DSDL_mintaudio_mcsn.h38 unsigned short record; /* Record capability */ member in struct:__anon29386
41 unsigned short rint; /* Interrupt at end of record */
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttpload.c512 /* The maximum number of bytes in an hdmx device record is the */
585 FT_Byte* record = face->hdmx_table + 8; local
593 result = record + nn * record_size + gindex;
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_caps.h52 * Related record types are grouped together numerically so that
53 * SVGA3dCaps_FindRecord() can be applied on a range of record
68 * Header field leading each caps block record. Contains the offset (in
69 * register words, NOT bytes) to the next caps block record (or the end
70 * of caps block records which will be a zero word) and the record type
85 * Caps block record; "data" is a placeholder for the actual data structure
86 * contained within the record; for example a record containing a FOOBAR
107 * Finds the record with the highest-valued type within the given range
110 * Result: pointer to found record, o
120 SVGA3dCapsRecord *record, *found = NULL; local
[all...]
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen_svga.c247 const SVGA3dCapsRecord *record; local
249 record = (const SVGA3dCapsRecord *) (capsBlock + offset);
250 if ((record->header.type >= SVGA3DCAPS_RECORD_DEVCAPS_MIN) &&
251 (record->header.type <= SVGA3DCAPS_RECORD_DEVCAPS_MAX) &&
252 (!capsRecord || (record->header.type > capsRecord->header.type))) {
253 capsRecord = record;
261 * Calculate the number of caps from the size of the record.
/external/mesa3d/src/glsl/
H A Dir.h1652 return this->record->variable_referenced();
1671 ir_rvalue *record; member in class:ir_dereference_record
/external/mdnsresponder/Clients/
H A Ddns-sd.c218 static DNSRecordRef record = NULL; variable
583 case 0: printf("Adding Test HINFO record\n");
584 err = DNSServiceAddRecord(client, &record, 0, kDNSServiceType_HINFO, sizeof(myhinfoW), &myhinfoW[0], 0);
587 case 1: printf("Updating Test HINFO record\n");
588 err = DNSServiceUpdateRecord(client, record, 0, sizeof(myhinfoX), &myhinfoX[0], 0);
591 case 2: printf("Removing Test HINFO record\n");
592 err = DNSServiceRemoveRecord(client, record, 0);
606 printf("Updating Test TXT record to %c\n", updatetest[1]);
613 printf("Adding big NULL record\n");
614 err = DNSServiceAddRecord(client, &record,
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-record.c2 * builtin-record.c
4 * Builtin record command: Record the profile of a workload
292 *As for guest kernel when processing subcommand record&report,
302 pr_err("Couldn't record guest kernel [%d]'s reference"
315 pr_err("Couldn't record guest kernel [%d]'s reference"
490 pr_err("Couldn't record tracing data.\n");
503 pr_err("Couldn't record kernel reference relocation symbol\n"
510 pr_err("Couldn't record kernel module information.\n"
586 fprintf(stderr, "[ perf record: Woken up %ld times to write data ]\n", waking);
592 "[ perf record
834 static struct perf_record record = { variable in typeref:struct:perf_record
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dtrace-event-parse.c145 struct pevent_record record; local
147 record.data = data;
148 return pevent_data_type(pevent, &record);
153 struct pevent_record record; local
155 record.data = data;
156 return pevent_data_pid(pevent, &record);
167 struct pevent_record record; local
170 memset(&record, 0, sizeof(record));
171 record
[all...]
/external/lldb/source/Expression/
H A DClangASTSource.cpp1396 DeclFromUser<const CXXRecordDecl> &record,
1400 bi = (IsVirtual ? record->vbases_begin() : record->bases_begin()),
1401 be = (IsVirtual ? record->vbases_end() : record->bases_end());
1438 ClangASTSource::layoutRecordType(const RecordDecl *record, argument
1457 record,
1458 record->getNameAsString().c_str());
1462 DeclFromParser <const RecordDecl> parser_record(record);
1495 ASTContext &parser_ast_context(record
1395 ExtractBaseOffsets(const ASTRecordLayout &record_layout, DeclFromUser<const CXXRecordDecl> &record, BaseOffsetMap &base_offsets) argument
[all...]
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachTask.cpp955 static void foundStackLog(mach_stack_logging_record_t record, void *context) { argument
975 static void history_enumerator_impl(mach_stack_logging_record_t record, void* enum_obj) argument
982 data->buffer[*data->position].m_base_address = record.address;
983 data->buffer[*data->position].m_size = record.argument;
984 data->buffer[*data->position].m_event_id = record.stack_identifier;
985 data->buffer[*data->position].m_event_type = record.type_flags == stack_logging_type_alloc ? eMachMallocEventTypeAlloc :
986 record.type_flags == stack_logging_type_dealloc ? eMachMallocEventTypeDealloc :
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Devent-parse.c335 * We are searching for a record in between, not an exact
382 * Add a special record at the end.
4286 * @record: the record to read from
4293 struct trace_seq *s, struct pevent_record *record)
4305 void *data = record->data;
4368 * @rec: the record to read from
4392 * @rec: the record to parse
4421 * @record: the record t
4292 pevent_data_lat_fmt(struct pevent *pevent, struct trace_seq *s, struct pevent_record *record) argument
4426 pevent_event_info(struct trace_seq *s, struct event_format *event, struct pevent_record *record) argument
4446 pevent_print_event(struct pevent *pevent, struct trace_seq *s, struct pevent_record *record) argument
5153 get_field_val(struct trace_seq *s, struct format_field *field, const char *name, struct pevent_record *record, unsigned long long *val, int err) argument
5186 pevent_get_field_raw(struct trace_seq *s, struct event_format *event, const char *name, struct pevent_record *record, int *len, int err) argument
5233 pevent_get_field_val(struct trace_seq *s, struct event_format *event, const char *name, struct pevent_record *record, unsigned long long *val, int err) argument
5258 pevent_get_common_field_val(struct trace_seq *s, struct event_format *event, const char *name, struct pevent_record *record, unsigned long long *val, int err) argument
5283 pevent_get_any_field_val(struct trace_seq *s, struct event_format *event, const char *name, struct pevent_record *record, unsigned long long *val, int err) argument
5308 pevent_print_num_field(struct trace_seq *s, const char *fmt, struct event_format *event, const char *name, struct pevent_record *record, int err) argument
[all...]
H A Dparse-filter.c1569 struct filter_arg *arg, struct pevent_record *record);
1572 get_comm(struct event_format *event, struct pevent_record *record) argument
1577 pid = pevent_data_pid(event->pevent, record);
1584 struct format_field *field, struct pevent_record *record)
1592 name = get_comm(event, record);
1596 pevent_read_number_field(field, record->data, &val);
1615 get_arg_value(struct event_format *event, struct filter_arg *arg, struct pevent_record *record);
1618 get_exp_value(struct event_format *event, struct filter_arg *arg, struct pevent_record *record) argument
1622 lval = get_arg_value(event, arg->exp.left, record);
1623 rval = get_arg_value(event, arg->exp.right, record);
1583 get_value(struct event_format *event, struct format_field *field, struct pevent_record *record) argument
1664 get_arg_value(struct event_format *event, struct filter_arg *arg, struct pevent_record *record) argument
1684 test_num(struct event_format *event, struct filter_arg *arg, struct pevent_record *record) argument
1717 get_field_str(struct filter_arg *arg, struct pevent_record *record) argument
1759 test_str(struct event_format *event, struct filter_arg *arg, struct pevent_record *record) argument
1789 test_op(struct event_format *event, struct filter_arg *arg, struct pevent_record *record) argument
1810 test_filter(struct event_format *event, struct filter_arg *arg, struct pevent_record *record) argument
1875 pevent_filter_match(struct event_filter *filter, struct pevent_record *record) argument
[all...]

Completed in 451 milliseconds

12345678910