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

<<11121314151617181920>>

  /external/avahi/avahi-gobject/
ga-record-browser.c 2 * ga-record-browser.c - Source for GaRecordBrowser
28 #include "ga-record-browser.h"
160 g_signal_new("new-record",
176 g_signal_new("removed-record",
234 param_spec = g_param_spec_string("name", "record name",
235 "Record name to browse for",
242 param_spec = g_param_spec_uint("type", "record type",
243 "Record type to browse for",
250 param_spec = g_param_spec_uint("class", "record class",
251 "Record class to browse for"
    [all...]
  /external/clang/test/Layout/
ms-vtordisp-local.cpp 1 // RUN: %clang_cc1 -fms-extensions -fexceptions -fcxx-exceptions -emit-llvm-only -triple x86_64-pc-win32 -fdump-record-layouts -fsyntax-only %s 2>&1 | FileCheck %s
22 // CHECK: *** Dumping AST Record Layout
23 // CHECK: *** Dumping AST Record Layout
45 // CHECK: *** Dumping AST Record Layout
67 // CHECK: *** Dumping AST Record Layout
88 // CHECK: *** Dumping AST Record Layout
109 // CHECK: *** Dumping AST Record Layout
130 // CHECK: *** Dumping AST Record Layout
153 // CHECK: *** Dumping AST Record Layout
178 // CHECK: *** Dumping AST Record Layou
    [all...]
  /external/valgrind/gdbserver_tests/
mcblocklistsearch.stderrB.exp 15 16 bytes in 1 blocks are still reachable in loss record ... of ...
20 16 bytes in 1 blocks are still reachable in loss record ... of ...
25 16 bytes in 1 blocks are still reachable in loss record ... of ...
30 16 bytes in 1 blocks are indirectly lost in loss record ... of ...
35 16 bytes in 1 blocks are indirectly lost in loss record ... of ...
40 16 bytes in 1 blocks are definitely lost in loss record ... of ...
45 48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
51 16 bytes in 1 blocks are definitely lost in loss record ... of ...
58 48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
64 0x........[16] indirect loss record
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/accessibility/
AccessibilityEventCompat.java 30 void appendRecord(AccessibilityEvent event, Object record);
39 public void appendRecord(AccessibilityEvent event, Object record) {
67 public void appendRecord(AccessibilityEvent event, Object record) {
68 AccessibilityEventCompatIcs.appendRecord(event, record);
252 * @param record The record to append.
256 public static void appendRecord(AccessibilityEvent event, AccessibilityRecordCompat record) {
257 IMPL.appendRecord(event, record.getImpl());
261 * Gets the record at a given index.
264 * @return The record at the specified index
    [all...]
  /libcore/ojluni/src/main/java/sun/security/ssl/
MAC.java 70 // byte array containing the additional information we MAC in each record
74 // sequence number + record type + + record length
77 // sequence number + record type + protocol version + record length
80 // offset of record type in block
152 * @param type record type
153 * @param buf compressed record on which the MAC is computed
154 * @param offset start of compressed record data
155 * @param len the size of the compressed record
    [all...]
  /external/autotest/client/bin/
kernel_unittest.py 18 # record
71 # record
167 # record
209 # record
223 # record
247 # record
250 self.job.record.expect_call('GOOD', self.subdir, 'kernel.extract')
266 # record
273 self.job.record.expect_call('GOOD', self.subdir, 'kernel.extract')
289 #record
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
UsimPhoneBookManager.java 51 // email list for each ADN record. The key would be
52 // ADN's efid << 8 + record #
85 // class File represent a PBR record TLV object which points to the rest of the phonebook EFs
94 // The order of this tag showing in the PBR record.
223 log("EF_EMAIL order in PBR record: " + email.getIndex());
231 * Make sure this EF_EMAIL was never read earlier. Sometimes two PBR record points
282 * If this is type 1, the number of records in EF_EMAIL would be same as the record number
297 Rlog.e(LOG_TAG, "Error: Improper ICC card: No email record for ADN, continuing");
308 * Byte [X + 2]: ADN file Record Identifier
334 * SIM record numbers are 1 based
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityEvent.java 797 AccessibilityRecord record = records.get(i); local
1014 final AccessibilityRecord record = event.mRecords.get(i); local
1064 AccessibilityRecord record = mRecords.remove(0); local
1091 AccessibilityRecord record = AccessibilityRecord.obtain(); local
1146 AccessibilityRecord record = mRecords.get(i); local
1207 final AccessibilityRecord record = getRecord(i); local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
__init__.py 227 # The logging record
237 using str(msg) % args to create the message field of the record. The
238 record also includes information such as when the record was created,
245 Initialize a logging record with interesting information.
384 %(message)s The result of record.getMessage(), computed just as
385 the record is emitted
404 def formatTime(self, record, datefmt=None):
413 record. Otherwise, the ISO8601 format is used. The resulting
422 ct = self.converter(record.created
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
__init__.py 227 # The logging record
237 using str(msg) % args to create the message field of the record. The
238 record also includes information such as when the record was created,
245 Initialize a logging record with interesting information.
384 %(message)s The result of record.getMessage(), computed just as
385 the record is emitted
404 def formatTime(self, record, datefmt=None):
413 record. Otherwise, the ISO8601 format is used. The resulting
422 ct = self.converter(record.created
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py 227 # The logging record
237 using str(msg) % args to create the message field of the record. The
238 record also includes information such as when the record was created,
245 Initialize a logging record with interesting information.
384 %(message)s The result of record.getMessage(), computed just as
385 the record is emitted
404 def formatTime(self, record, datefmt=None):
413 record. Otherwise, the ISO8601 format is used. The resulting
422 ct = self.converter(record.created
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py 227 # The logging record
237 using str(msg) % args to create the message field of the record. The
238 record also includes information such as when the record was created,
245 Initialize a logging record with interesting information.
384 %(message)s The result of record.getMessage(), computed just as
385 the record is emitted
404 def formatTime(self, record, datefmt=None):
413 record. Otherwise, the ISO8601 format is used. The resulting
422 ct = self.converter(record.created
    [all...]
  /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/autotest/client/site_tests/video_WebRtcMediaRecorder/
control 8 CRITERIA = "This test will fail if WebRTC MediaRecorder cannot record"
20 This test makes sure the MediaRecorder is able to record a local stream or a
  /external/autotest/server/site_tests/audio_AudioBasicBluetoothPlaybackRecord/
control.quality 9 PURPOSE = "Remotely controlled bluetooth playback/record audio test with quality check."
21 This test remotely tests bluetooth playback and record audio function and quality.
  /external/autotest/server/site_tests/audio_AudioBasicBluetoothRecord/
control.quality 9 PURPOSE = "Remotely controlled bluetooth record audio test with quality check."
21 This test remotely tests bluetooth record audio function and quality.
  /external/autotest/test_suites/
control.experimental 17 record of stability running in the lab. The track record is
control.tendo_experimental 17 record of stability running in the lab. The track record is
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/appstats/protorpc_appstats/
__init__.py 94 logging.warn('Bad record: %s', err)
106 """Load the full record for a given timestamp.
109 timestamp: The start_timestamp of the record, as a float in seconds
113 A RequestStatProto instance if the record exists and can be loaded;
119 logging.info('No full record at %s', full_key)
124 logging.warn('Bad full record at %s: %s', full_key, err)
127 logging.warn('Hash collision, record at %d has timestamp %d',
129 return None # Hash collision -- the requested record no longer exists.
  /external/icu/icu4c/source/layout/
LEInsertionList.cpp 39 InsertionRecord *record = head; local
42 LE_DELETE_ARRAY(record);
  /external/jmdns/src/javax/jmdns/
ServiceEvent.java 53 * Returns the service info record, or null if the service could not be resolved. Always returns null, if the event is sent to a service type listener.
55 * @return service info record
ServiceListener.java 41 * A service has been resolved. Its details are now available in the ServiceInfo record.<br/>
45 * The ServiceEvent providing the name, the fully qualified type of the service, and the service info record.
  /external/kernel-headers/original/uapi/linux/nfsd/
cld.h 32 Cld_Create, /* create a record for this cm_id */
33 Cld_Remove, /* remove record of this cm_id */
  /external/libweave/src/states/
state_change_queue.h 18 // A simple notification record event to track device state changes.
30 // An object to record and retrieve device state change notification events.
  /external/ltrace/testsuite/ltrace.minor/
count-record.c 1 /* Ltrace Test : count-record.c.
17 /* Do as many operations as possible to record these calls. */

Completed in 549 milliseconds

<<11121314151617181920>>