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

<<11121314151617181920>>

  /external/skqp/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;
  /external/u-boot/cmd/
load.c 87 printf("## Ready for S-Record download ...\n");
104 printf("## S-Record download aborted\n");
130 char record[SREC_MAXRECLEN + 1]; /* buffer for one S-Record */ local
133 int type; /* return code for record type */
134 ulong addr; /* load address from S-Record */
141 while (read_record(record, SREC_MAXRECLEN + 1) >= 0) {
142 type = srec_decode(record, &binlen, &addr, binbuf);
145 return (~0); /* Invalid S-Record */
281 printf("## Ready for S-Record upload, press ENTER to proceed ...\n")
317 char record[2*SREC_BYTES_PER_RECORD+16]; \/* buffer for one S-Record *\/ local
    [all...]
  /external/boringssl/src/ssl/
ssl_test.cc 3647 const std::vector<uint8_t> record = {1, 2, 3, 4, 5}; local
3691 std::vector<uint8_t> record = plaintext; local
3729 std::vector<uint8_t> record = plaintext; local
3767 std::vector<uint8_t> record = {1, 2, 3, 4, 5}; local
    [all...]
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc 811 const MDCVInfoPDB70* record = reinterpret_cast<const MDCVInfoPDB70*>( local
815 record->signature.data1, record->signature.data2,
816 record->signature.data3,
817 record->signature.data4[0], record->signature.data4[1],
818 record->signature.data4[2], record->signature.data4[3],
819 record->signature.data4[4], record->signature.data4[5]
    [all...]
  /external/python/cpython2/Lib/plat-mac/
ic.py 228 record = self.mapfile(os.path.split(file)[1])
229 MacOS.SetCreatorAndType(file, record[2], record[1])
  /external/selinux/libsemanage/src/
database_policydb.c 31 /* Base record table */
253 ERR(handle, "could not add record to the database");
269 ERR(handle, "could not set record value");
287 ERR(handle, "could not modify record value");
325 ERR(handle, "could not query record value");
341 ERR(handle, "could not check if record exists");
363 int (*fn) (const record_t * record,
385 static int list_handler(const record_t * record, void *varg)
390 if (arg->rtable->clone(arg->handle, record, &arg->records[arg->pos]) <
425 ERR(handle, "list handler could not extract record");
    [all...]
database_llist.h 110 int (*fn) (const record_t * record,
fcontexts_local.c 63 record, void *varg),
ibendports_local.c 61 int (*handler)(const semanage_ibendport_t *record,
ports_local.c 58 int (*handler) (const semanage_port_t * record,
  /build/make/core/
host_java_library.mk 17 $(call record-module-type,HOST_JAVA_LIBRARY)
java_library.mk 5 $(call record-module-type,JAVA_LIBRARY)
notice_files.mk 4 $(call record-module-type,NOTICE_FILE)
  /device/generic/goldfish-opengl/android-emu/android/utils/
debug.h 65 _VERBOSE_TAG(record, "Screen recording") \
  /external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/tar/
TarArchiveOutputStream.java 45 * it has been possible to configure a record size different from 512
47 * the only valid option for the record size and the block size must
167 * @param recordSize the record size to use. Must be 512 bytes.
182 * @param recordSize the record size to use. Must be 512 bytes.
194 "Tar record size must always be 512 bytes. Attempt to set size of " + recordSize);
318 * Get the record size being used by this stream's TarBuffer.
320 * @return The TarBuffer record size.
329 * Put an entry on the output stream. This writes the entry's header record and positions the
405 * is that we must buffer data written to the stream in order to satisfy the buffer's record
532 * Write an EOF (end of archive) record to the tar archive. An EOF record consists of a recor
    [all...]
  /external/autotest/client/profilers/cros_perf/
cros_perf.py 10 (e.g. "perf record" or "perf stat"). It also does not produce a perf report
27 def initialize(self, interval=120, duration=10, profile_type='record'):
35 Valid options: record, and stat.
41 if self.profile_type not in ['record', 'stat']:
79 if self.profile_type == 'record':
80 return ['perf', 'record', '-e', 'cycles', '-g', '--output', path]
82 return ['perf', 'stat', 'record', '-a', '--output', path]
  /external/autotest/client/site_tests/audio_AlsaLoopback/
audio_AlsaLoopback.py 62 alsa_utils.record(recorded_file, duration=TEST_DURATION,
  /external/autotest/client/site_tests/audio_Microphone/
audio_Microphone.py 31 alsa_utils.record(
  /external/bcc/tools/
tcplife.lua 85 * - record timestamp on any state < TCP_FIN_WAIT1
108 // record PID & comm on SYN_SENT
  /external/freetype/src/sfnt/
ttcolr.c 180 BaseGlyphRecord* record )
200 record->gid = gid;
201 record->first_layer_index = FT_NEXT_USHORT( p );
202 record->num_layers = FT_NEXT_USHORT( p );
  /external/grpc-grpc-java/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/
AbstractBenchmark.java 428 final AtomicBoolean record, final AtomicBoolean done, final long counterDelta) {
449 if (record.get()) {
481 final AtomicLong counter, final AtomicBoolean record, final AtomicBoolean done,
503 if (record.get()) {
  /external/guava/guava-tests/test/com/google/common/io/
CloserTest.java 312 LogRecord record = logHandler.getStoredLogRecords().get(0); local
313 assertEquals("Suppressing exception thrown when closing " + c2, record.getMessage());
315 record = logHandler.getStoredLogRecords().get(1);
316 assertEquals("Suppressing exception thrown when closing " + c1, record.getMessage());
395 * Record of a call to suppress.
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 432 const MarkRecord &record = ArrayOf<MarkRecord>::operator[](mark_index); local
433 unsigned int mark_class = record.klass;
435 const Anchor& mark_anchor = this + record.markAnchor;
631 const PairValueRecord *record = &firstPairValueRecord; local
635 if (glyphs->has (record->secondGlyph))
637 record = &StructAtOffset<const PairValueRecord> (record, record_size);
650 const PairValueRecord *record = &firstPairValueRecord; local
651 c->input->add_array (&record->secondGlyph, len, record_size);
674 const PairValueRecord *record = &StructAtOffset<PairValueRecord> (&firstPairValueRecord, record_size * mid) local
714 const PairValueRecord *record = &firstPairValueRecord; local
    [all...]
  /external/mdnsresponder/mDNSWindows/DLLX/
_IDNSSDEvents_CP.h 137 HRESULT Fire_ServiceResolved( IDNSSDService * service, DNSSDFlags flags, ULONG ifIndex, BSTR fullName, BSTR hostName, USHORT port, ITXTRecord * record)
164 avarParams[0] = record;
236 HRESULT Fire_RecordRegistered( IDNSSDRecord * record, DNSSDFlags flags)
253 avarParams[1] = record;
  /external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/stats/
MutableViewData.java 94 /** Record stats with the given tags. */
95 abstract void record( method in class:MutableViewData
148 void record( method in class:MutableViewData.CumulativeMutableViewData
201 * updating the bucket queue will be expensive). When we call record() or getView(), some or all
209 * 3. If users don't call record() or getView(), bucket queue will remain as it is, and some
211 * 4. Suppose record() is called at 15s, now we need to refresh the bucket queue. We need to add
214 * 5. Suppose record() is called again at 30s, all the current buckets should have expired. We add
248 void record( method in class:MutableViewData.IntervalMutableViewData
255 .record(tagValues, value, attachments, timestamp);
284 // Refresh bucket list to be ready for stats recording, so that if record() is called righ
    [all...]

Completed in 6747 milliseconds

<<11121314151617181920>>