HomeSort by relevance Sort by last modified time
    Searched full:record (Results 351 - 375 of 7466) sorted by null

<<11121314151617181920>>

  /external/autotest/client/tests/kvmtest/
kvm-test.tar.gz 
  /external/autotest/server/control_segments/
cleanup 19 job.record('START', None, 'cleanup')
43 job.record('END FAIL', None, 'cleanup')
48 job.record('END GOOD', None, 'cleanup',
  /external/avahi/avahi-core/
publish.h 76 /** Add a new resource record to the server. Returns 0 on success, negative otherwise. */
78 AvahiServer *s, /**< The server object to add this record to */
79 AvahiSEntryGroup *g, /**< An entry group object if this new record shall be attached to one, or NULL. If you plan to remove the record sometime later you a required to pass an entry group object here. */
80 AvahiIfIndex interface, /**< A numeric index of a network interface to attach this record to, or AVAHI_IF_UNSPEC to attach this record to all interfaces */
81 AvahiProtocol protocol, /**< A protocol family to attach this record to. One of the AVAHI_PROTO_xxx constants. Use AVAHI_PROTO_UNSPEC to make this record available on all protocols (wich means on both IPv4 and IPv6). */
82 AvahiPublishFlags flags, /**< Special flags for this record */
83 AvahiRecord *r /**< The record to add. This function increases the reference counter of this object. */)
    [all...]
browse-dns-server.c 143 AvahiRecord *record,
159 assert(record);
160 assert(record->key->type == AVAHI_DNS_TYPE_SRV);
162 if (get_server_info(b, interface, protocol, record))
174 i->srv_record = avahi_record_ref(record);
178 record->data.srv.name,
193 assert(record);
194 assert(record->key->type == AVAHI_DNS_TYPE_SRV);
196 if (!(i = get_server_info(b, interface, protocol, record)))
resolve-host-name.c 124 AvahiRecord *record,
136 assert(record);
137 assert(record->key->type == AVAHI_DNS_TYPE_A || record->key->type == AVAHI_DNS_TYPE_AAAA);
152 r->address_record = avahi_record_ref(record);
161 assert(record);
162 assert(record->key->type == AVAHI_DNS_TYPE_A || record->key->type == AVAHI_DNS_TYPE_AAAA);
164 if (r->address_record && avahi_record_equal_no_ttl(record, r->address_record)) {
  /external/avahi/avahi-gobject/
AvahiCore-0.6.gir 50 <record name="StringList" c:type="AvahiStringList"/>
51 <record name="Address" c:type="AvahiAddress"/>
52 <record name="Client" c:type="AvahiClient"/>
  /external/clang/test/Index/
pch-with-errors.c 30 // RUN: c-index-test -write-pch %t.h.pch %s -Xclang -detailed-preprocessing-record
31 // RUN: c-index-test -test-load-source local %s -include %t.h -Xclang -detailed-preprocessing-record | FileCheck -check-prefix=CHECK-PARSE %s
32 // RUN: c-index-test -index-file %s -include %t.h -Xclang -detailed-preprocessing-record | FileCheck -check-prefix=CHECK-INDEX %s
targeted-cursor.m 3 // RUN: c-index-test -write-pch %t.h.pch -target x86_64-apple-macosx10.7 -x objective-c-header %S/targeted-cursor.m.h -Xclang -detailed-preprocessing-record
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/index/
IndexEncoder.java 45 IndexRecord record = (IndexRecord)i.next(); local
46 EncoderUtil.encodeVLI(outChecked, record.unpadded);
47 EncoderUtil.encodeVLI(outChecked, record.uncompressed);
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
InvocationHistory.java 38 * @param index - the index of the invocation record to return. The first record is at index zero.
41 * @throws AssertFailedException - if there is no invocation record corresponding to the specified index */
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/
InvocationHistory.java 38 * @param index - the index of the invocation record to return. The first record is at index zero.
41 * @throws AssertFailedException - if there is no invocation record corresponding to the specified index */
  /external/selinux/libsemanage/src/
boolean_record.c 5 * Implements: record_t (Database Record)
6 * Implements: record_key_t (Database Record Key)
141 /* Record base functions */
iface_record.c 5 * Implements: record_t (Database Record)
6 * Implements: record_key_t (Database Record Key)
159 /* Record base functions */
  /external/v8/src/profiler/
circular-queue.h 29 // record or NULL if all entries are full at the moment.
37 // if this queue is empty. After the record had been read by a consumer,
52 T record; variable
  /external/valgrind/memcheck/tests/
leak-cases-possible.stderr.exp 5 16 bytes in 1 blocks are definitely lost in loss record ... of ...
11 32 (16 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
17 32 (16 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
  /frameworks/compile/mclinker/include/mcld/MC/
AttributeSet.h 48 // record - record the attribute no mater if it has been recorded.
49 void record(Attribute& pAttr);
  /hardware/bsp/intel/peripheral/libupm/src/isd1820/
isd1820.cxx 56 record(false);
70 record(false);
79 void ISD1820::record(bool enable) function in class:ISD1820
  /system/core/metricsd/collectors/
averaged_statistics_collector.h 51 // Record for retrieving and reporting values from /proc/vmstat
61 // Parse the content of the vmstats file into |record|.
62 bool VmStatsParseStats(const char* stats, struct VmstatRecord* record);
  /cts/suite/audio_quality/lib/include/audio/
AudioHardware.h 73 * Playback / Record with given buffer
74 * @param buffer buffer to play / record
75 * @param numberRepetition How many times to repeat playback / record for given buffer.
76 * For record, it does not have much meaning as the last recording will always
  /cts/tests/tests/permission2/src/android/permission2/cts/
NoCaptureAudioOutputPermissionTest.java 34 * record permission, just not the capture audio output permission.
59 AudioRecord record = new AudioRecord(AudioSource.REMOTE_SUBMIX, 44100, local
64 record.getState() != AudioRecord.STATE_INITIALIZED);
66 record.release();
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
CommonDatabaseUtils.java 32 // primitive value used when record is not found.
52 String[] record = new String[cursor.getColumnCount()]; local
53 fillArray(cursor, record);
54 result.add(record);
  /external/autotest/client/cros/cellular/pseudomodem/
logging_setup.py 30 def format(self, record):
34 @param record: The log record.
38 result = super(ModemManagerFormatter, self).format(record)
  /external/autotest/client/site_tests/platform_Perf/
control 23 Runs 'perf record' and 'perf report'.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch2/
exceptions.py 9 Raised when an invalid record type is passed to CloudSearch.
  /external/clang/test/PCH/
objc_boxable.m 1 // Test objc_boxable update record

Completed in 763 milliseconds

<<11121314151617181920>>