Searched refs:record (Results 251 - 275 of 508) sorted by relevance

<<11121314151617181920>>

/external/llvm/utils/Misc/
H A Dzkill106 record = {}
110 record[field[2]] = field[1](value)
118 record['executable'] = extractExecutable(record['command'])
119 table.append(Struct(**record))
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Ddebug.py743 Subclasses can override the record() method (which defaults to printing to
744 stdout) to record the events in a different way.
754 def record(self, event): member in class:TraceDebugEventListener
758 self.record("enterRule "+ruleName)
761 self.record("exitRule "+ruleName)
764 self.record("enterSubRule")
767 self.record("exitSubRule")
770 self.record("location %s:%s" % (line, pos))
775 self.record("consumeNode %s %s %s" % (
781 self.record("L
828 def record(self, event): member in class:RecordDebugEventListener
[all...]
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dp2p-nfc.py161 summary("Could not get handover request carrier record from wpa_supplicant")
163 print "Handover request carrier record from wpa_supplicant: " + data.encode("hex")
237 if "OK" in wpas_report_handover(data, carrier.record, "INIT"):
299 print "P2P carrier type match - add P2P carrier record"
301 self.received_carrier = carrier.record
302 print "Carrier record:"
304 print carrier.record.pretty()
309 print "Could not get handover select carrier record from wpa_supplicant"
311 print "Handover select carrier record from wpa_supplicant:"
329 print "WSC carrier type match - add WSC carrier record"
[all...]
/external/chromium_org/content/browser/indexed_db/leveldb/
H A Dleveldb_transaction.cc45 Record* record = new Record(); local
46 record->key.assign(key.begin(), key.end() - key.begin());
47 record->value.swap(*value);
48 record->deleted = deleted;
49 data_[record->key] = record;
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DTimelineRecordFactory.cpp50 RefPtr<TimelineEvent> record = TimelineEvent::create() local
57 record->setStackTrace(stackTrace->buildInspectorArray());
59 return record.release();
65 RefPtr<TimelineEvent> record = TimelineEvent::create() local
69 record->setThread(threadName);
70 return record.release();
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DChildListMutationScope.cpp141 RefPtrWillBeRawPtr<MutationRecord> record = MutationRecord::createChildList(m_target, addedNodes.release(), removedNodes.release(), m_previousSibling.release(), m_nextSibling.release()); local
142 m_observers->enqueueMutationRecord(record.release());
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/
H A DContextTrackingValidationCheck.java106 // We should push anything here to maintain a valid current type record.
119 // Remove the current type record when leaving prototype object.
141 TypeRecord record = new TypeRecord(typeName, info);
142 state.typeRecordsByTypeName.put(typeName, record);
/external/chromium_org/third_party/skia/src/core/
H A DSkRecord.h48 // R operator()(const T& record) { ... }
58 // R operator()(T* record) { ... }
136 // 2) store the type data manually in fAlloc at the start of each record
143 // decoupling between the SkRecords::* record types and the operations performed on them in
157 void operator()(T* record) { record->~T(); } argument
186 // Point this record to its data in fAlloc. Returns ptr for convenience.
197 // Visit this record with functor F (see public API above) assuming the record we're
208 // Mutate this record wit
[all...]
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DG_M_A_P_.py16 # psFontName is a byte string which follows the record above. This is zero padded
99 for record in self.gmapRecords:
100 data = data + record.compile(ttFont)
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DG_M_A_P_.py16 # psFontName is a byte string which follows the record above. This is zero padded
99 for record in self.gmapRecords:
100 data = data + record.compile(ttFont)
/external/jsilver/src/com/google/streamhtmlparser/impl/
H A DGenericParser.java129 record(input);
270 protected void record(char input) { } method in class:GenericParser
/external/libsepol/src/
H A Dbooleans.c56 int bool_idx, sepol_bool_t ** record)
73 *record = tmp_record;
77 ERR(handle, "could not convert boolean %s to record", name);
54 bool_to_record(sepol_handle_t * handle, const policydb_t * policydb, int bool_idx, sepol_bool_t ** record) argument
/external/skia/src/core/
H A DSkRecord.h45 // R operator()(const T& record) { ... }
55 // R operator()(T* record) { ... }
132 // 2) store the type data manually in fAlloc at the start of each record
139 // decoupling between the SkRecords::* record types and the operations performed on them in
153 void operator()(T* record) { record->~T(); } argument
182 // Point this record to its data in fAlloc. Returns ptr for convenience.
193 // Visit this record with functor F (see public API above) assuming the record we're
204 // Mutate this record wit
[all...]
H A DSkRecordDraw.cpp10 void SkRecordDraw(const SkRecord& record, SkCanvas* canvas) { argument
11 for (SkRecords::Draw draw(canvas); draw.index() < record.count(); draw.next()) {
12 record.visit<void>(draw.index(), draw);
H A DSkPicturePlayback.cpp71 SkPicturePlayback::SkPicturePlayback(const SkPictureRecord& record, argument
78 int bitmaps = record.bitmaps(&bitmapBytes);
79 int matrices = record.matrices(&matricesBytes);
80 int paints = record.paints(&paintBytes);
81 int paths = record.paths(&pathBytes);
82 int pictures = record.pictures(&pictureBytes);
83 int regions = record.regions(&regionBytes);
84 SkDebugf("picture record mem used %zd (stream %zd) ", record.size(),
85 record
[all...]
/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
/external/chromium_org/net/dns/
H A Ddns_response.h27 // Parsed resource record.
67 // Parses the next resource record into |record|. Returns true if succeeded.
68 bool ReadRecord(DnsResourceRecord* record);
94 DNS_CNAME_AFTER_ADDRESS, // Found CNAME after an address record.
H A Dmdns_client.h22 // Represents a one-time record lookup. A transaction takes one
24 // whenever a matching record has been found, either from the cache or
32 // Passed whenever a record is found.
44 // Called when an NSec record is read for this transaction's
45 // query. This means there cannot possibly be a record of the type
81 // A listener listens for updates regarding a specific record or set of records.
87 // made to a record.
98 // Called when a record is added, removed or updated.
100 const RecordParsed* record) = 0;
102 // Called when a record i
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DCPUProfilerModel.js106 WebInspector.userMetrics.ProfilesCPUProfileTaken.record();
/external/chromium_org/ui/gfx/geometry/
H A Dr_tree_unittest.cc28 // The root should never be a record node.
110 const RTreeRecord* record(RTreeNode* node, size_t i) { function in class:gfx::RTreeNodeTest
203 // Build 20 record nodes with rectangle centers going from (1,1) to (20,20)
510 // Insert 10 record nodes, also inserting them into our children array.
512 scoped_ptr<RTreeRecord> record(new RTreeRecord(Rect(0, 0, i, i), i));
513 sorted_children.push_back(record.get());
514 test_node->AddChild(record.PassAs<RTreeNodeBase>());
530 EXPECT_EQ(i + 1, record(test_node.get(), i)->key());
531 EXPECT_EQ(i + 6, record(split_node, i)->key());
583 scoped_ptr<RTreeRecord> record(
[all...]
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DHandlerTest.java342 public void publish(LogRecord record) { argument
355 public boolean isLoggable(LogRecord record) { argument
356 CallVerificationStack.getInstance().push(record);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
H A Dprinter.py85 def filter_records(record):
91 if (record.name.startswith("webkitpy.test")):
93 if record.name.startswith("webkitpy"):
/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...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
H A Dtest_importer.py120 def format(self, record):
121 if record.levelno > logging.INFO:
122 return "%s: %s" % (record.levelname, record.getMessage())
123 return record.getMessage()
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-cmap-table.hh373 return record[record.bsearch(variation_selector)].get_glyph (codepoint, glyph, this);
379 record.sanitize (c, this));
386 record; /* Variation selector records; sorted member in struct:OT::CmapSubtableFormat14
389 DEFINE_SIZE_ARRAY (10, record);

Completed in 881 milliseconds

<<11121314151617181920>>