HomeSort by relevance Sort by last modified time
    Searched refs:record (Results 401 - 425 of 817) sorted by null

<<11121314151617181920>>

  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
HandlerTest.java 342 public void publish(LogRecord record) {
355 public boolean isLoggable(LogRecord record) {
356 CallVerificationStack.getInstance().push(record);
  /external/autotest/client/cros/netprotos/
zeroconf_unittest.py 30 @return a list of dpkt.dns.DNS.RR objects, one for each matching record.
92 """Test the A record of the host is registered."""
96 record = host_A[0]
98 self.assertEqual(record.name, self._zero.full_hostname)
99 self.assertEqual(record.ip, socket.inet_aton(self._host.ip_addr))
103 """Test when more than one TXT record is present in a packet.
106 record type. A corner case found on the field presents a mDNS packet
134 # Record the new answers received on the answer_calls list.
  /external/deqp/external/vulkancts/framework/vulkan/
vkAllocationCallbackUtil.hpp 201 AllocationCallbackRecord record; member in struct:vk::AllocationCallbackViolation
209 : record(record_)
231 std::ostream& operator<< (std::ostream& str, const AllocationCallbackRecord& record);
  /external/harfbuzz_ng/src/
hb-ot-name-table.hh 250 const NameRecord &record = all_names[idx]; local
252 return string_pool.sub_array (record.offset, record.length);
hb-uniscribe.cc 401 OT::NameRecord &record = name.nameRecordZ[i]; local
402 record.platformID.set (3);
403 record.encodingID.set (1);
404 record.languageID.set (0x0409u); /* English */
405 record.nameID.set (name_IDs[i]);
406 record.length.set (name_str_len * 2);
407 record.offset.set (0);
429 OT::TableRecord &record = const_cast<OT::TableRecord &> (face.get_table (index)); local
430 record.checkSum.set_for_data (&name, padded_name_table_length);
431 record.offset.set (name_table_offset)
    [all...]
  /external/mdnsresponder/mDNSWindows/DLLX/
DNSSDService.h 406 STDMETHOD(Register)(DNSSDFlags flags, ULONG ifIndex, BSTR name, BSTR regType, BSTR domain, BSTR host, USHORT port, ITXTRecord *record, IDNSSDEventManager *eventManager, IDNSSDService **service);
410 STDMETHOD(RegisterRecord)(DNSSDFlags flags, ULONG ifIndex, BSTR fullname, DNSSDRRType rrtype, DNSSDRRClass rrclass, VARIANT rdata, ULONG ttl, IDNSSDEventManager* eventManager, IDNSSDRecord** record);
412 STDMETHOD(AddRecord)(DNSSDFlags flags, DNSSDRRType rrtype, VARIANT rdata, ULONG ttl, IDNSSDRecord ** record);
DLLX.idl 336 [id(4), helpstring("method Register")] HRESULT Register([in] DNSSDFlags flags, [in] ULONG ifIndex, [in] BSTR name, [in] BSTR regType, [in] BSTR domain, [in] BSTR host, [in] USHORT port, [in] ITXTRecord* record, [in] IDNSSDEventManager* eventManager, [out,retval] IDNSSDService** service);
340 [id(6), helpstring("method RegisterRecord")] HRESULT RegisterRecord([in] DNSSDFlags flags, [in] ULONG ifIndex, [in] BSTR fullname, [in] DNSSDRRType rrtype, [in] DNSSDRRClass rrclass, [in] VARIANT rdata, [in] ULONG ttl, [in] IDNSSDEventManager* eventManager, [out,retval] IDNSSDRecord** record);
342 [id(7), helpstring("method AddRecord")] HRESULT AddRecord([in] DNSSDFlags flags, [in] DNSSDRRType rrtype, [in] VARIANT rdata, [in] ULONG ttl, [out,retval] IDNSSDRecord** record);
396 [id(5), helpstring("method ServiceResolved")] void ServiceResolved([in] IDNSSDService* service, [in] DNSSDFlags flags, [in] ULONG ifIndex, [in] BSTR fullName, [in] BSTR hostName, [in] USHORT port, [in] ITXTRecord* record);
402 [id(8), helpstring("method RecordRegistered")] void RecordRegistered([in] IDNSSDRecord* record, [in] DNSSDFlags flags);
DNSSD.cpp 174 STDMETHODIMP CDNSSD::Register(DNSSDFlags flags, ULONG ifIndex, BSTR serviceName, BSTR regType, BSTR domain, BSTR host, USHORT port, ITXTRecord *record, IRegisterListener *listener, IDNSSDService **service)
215 if ( record )
219 realTXTRecord = ( CComObject< CTXTRecord >* ) record;
625 CComObject< CTXTRecord >* record; local
635 record = new CComObject<CTXTRecord>();
639 record = NULL;
642 require_action( record, exit, err = kDNSServiceErr_NoMemory );
643 record->AddRef();
651 record->SetBytes( txtRecord, txtLen );
654 listener->ServiceResolved( service, ( DNSSDFlags ) flags, ifIndex, fullName, hostName, port, record );
    [all...]
  /external/mesa3d/src/compiler/glsl/
ast_array_index.cpp 76 deref_record->record->as_dereference_variable();
79 deref_record->record->as_dereference_array();
106 deref_record->record->type->fields.structure[field_idx].name;
  /external/noto-fonts/scripts/
color_emoji_image_diff.py 69 for record in sub_class_rule.SubstLookupRecord:
70 subs_list[record.SequenceIndex] = get_substitutions(lookup_list,
71 record.LookupListIndex)
  /external/perfetto/src/tracing/core/
trace_buffer.cc 141 ChunkRecord record(record_size);
142 record.producer_id = producer_id_trusted;
143 record.chunk_id = chunk_id;
144 record.writer_id = writer_id;
145 record.num_fragments = num_fragments;
146 record.flags = chunk_flags;
147 ChunkMeta::Key key(record);
220 WriteChunkRecord(wptr, record, src, size);
230 // record to clear the end of the buffer and wrap back.
246 // ChunkRecord is (if it exists) and add padding between the new record
    [all...]
  /external/skia/tools/skqp/
make_gmkb.go 181 for _, record := range records {
183 for _, digest := range record.Digests {
201 }(record.TestName, goodUrls, output, &results)
  /external/skqp/tools/skqp/
make_gmkb.go 181 for _, record := range records {
183 for _, digest := range record.Digests {
201 }(record.TestName, goodUrls, output, &results)
  /external/tensorflow/tensorflow/core/kernels/
record_yielder.cc 214 string record; local
216 Status s = rdr.ReadRecord(&offset, &record);
218 values.emplace_back(std::move(record));
  /external/tensorflow/tensorflow/core/util/
events_writer_test.cc 56 string record; local
57 Status s = reader->ReadRecord(offset, &record);
61 return ParseProtoUnlimited(proto, record);
  /external/tensorflow/tensorflow/python/framework/
errors_test.py 88 with warnings.catch_warnings(record=True) as w:
97 with warnings.catch_warnings(record=True) as w:
105 with warnings.catch_warnings(record=True) as w:
  /external/tensorflow/tensorflow/python/lib/io/
tf_record.py 34 """The type of compression for the record."""
184 yield reader.record()
229 def write(self, record):
230 """Write a string record to the file.
233 record: str
236 self._writer.WriteRecord(record, status)
tf_record_test.py 79 return compat.as_bytes("Record %d of file %d" % (r, f))
257 # Create record with mix of random and repeated data to test compression on.
295 original = [b"small record"]
369 record = next(reader)
370 self.assertAllEqual(expected, record)
372 record = next(reader)
432 return compat.as_bytes("Record %d" % r)
436 for record in records:
437 self._writer.write(record)
443 for record in records
    [all...]
  /external/dng_sdk/source/
dng_iptc.cpp 257 uint8 record = stream.Get_uint8 (); local
263 if (record == 1)
303 else if (record == 2)
343 uint8 record = stream.Get_uint8 (); local
349 if (record == 2)
  /frameworks/av/media/libaudioclient/
AudioRecord.cpp 63 // We double the size of input buffer for ping pong use of record buffer.
77 void AudioRecord::MediaMetrics::gather(const AudioRecord *record)
82 mAnalyticsItem->setCString(MM_PREFIX "encoding", toString(record->mFormat).c_str());
83 mAnalyticsItem->setCString(MM_PREFIX "source", toString(record->mAttributes.source).c_str());
84 mAnalyticsItem->setInt32(MM_PREFIX "latency", (int32_t)record->mLatency); // bad estimate.
85 mAnalyticsItem->setInt32(MM_PREFIX "samplerate", (int32_t)record->mSampleRate);
86 mAnalyticsItem->setInt32(MM_PREFIX "channels", (int32_t)record->mChannelCount);
89 mAnalyticsItem->setInt32(MM_PREFIX "portId", (int32_t)record->mPortId);
90 mAnalyticsItem->setInt32(MM_PREFIX "frameCount", (int32_t)record->mFrameCount);
91 mAnalyticsItem->setCString(MM_PREFIX "attributes", toString(record->mAttributes).c_str())
666 sp<media::IAudioRecord> record; local
    [all...]
  /external/libchrome/base/debug/
activity_tracker.cc 48 // The key used to record process information.
624 // record has a |time_internal| value that can be converted to a "wall time"
1143 ModuleInfoRecord* record = allocator->New<ModuleInfoRecord>(required_size); local
1615 ModuleInfoRecord* record = found->second; local
1626 ModuleInfoRecord* record = local
    [all...]
  /external/fonttools/Lib/fontTools/mtiLib/
__init__.py 379 record = c.MarkRecordClass()
380 record.Class = klass
381 setattr(record, c.MarkAnchor, anchor)
382 records.append(record)
390 record = c.BaseRecordClass()
392 setattr(record, c.BaseAnchor, anchors)
393 records.append(record)
395 record = records[idx[glyph]]
396 anchors = getattr(record, c.BaseAnchor)
406 record = records[idx[glyph]
    [all...]
  /external/swiftshader/third_party/LLVM/utils/Misc/
zkill 106 record = {}
110 record[field[2]] = field[1](value)
118 record['executable'] = extractExecutable(record['command'])
119 table.append(Struct(**record))
  /external/boringssl/src/ssl/test/runner/
conn.go 5 // TLS low level connection and record layer
94 input *block // application record waiting to be read
95 hand bytes.Buffer // handshake record waiting to be read
115 // seenHandshakePackEnd is whether the most recent handshake record was
166 // A halfConn represents one direction of the record layer
410 // success boolean, the number of bytes to skip from the start of the record in
411 // order to get the application payload, the encrypted record type (or 0
489 // MAC check, below. An attacker can align the record
492 // decrypt a record by breaking each byte. See
806 // No valid TLS record has a type of 0x80, however SSLv2 handshake
    [all...]
  /external/skia/src/core/
SkRecorder.cpp 42 SkRecorder::SkRecorder(SkRecord* record, int width, int height, SkMiniRecorder* mr)
46 , fRecord(record)
49 SkRecorder::SkRecorder(SkRecord* record, const SkRect& bounds, SkMiniRecorder* mr)
53 , fRecord(record)
56 void SkRecorder::reset(SkRecord* record, const SkRect& bounds,
60 fRecord = record;

Completed in 631 milliseconds

<<11121314151617181920>>