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

<<41424344454647484950>>

  /packages/apps/ContactsCommon/src/com/android/contacts/common/database/
ContactUpdateUtils.java 38 // Update the primary values in the data record.
  /packages/apps/Nfc/src/com/android/nfc/
NfcWifiProtectedSetup.java 42 * ID into configuration record for SSID and Network Key in hex.
100 for (NdefRecord record : records) {
101 if (new String(record.getType()).equals(NFC_TOKEN_MIME_TYPE)) {
102 ByteBuffer payload = ByteBuffer.wrap(record.getPayload());
  /packages/apps/SpeechRecorder/res/values/
strings.xml 22 <string name="recordButton">Record</string>
  /packages/apps/Tag/src/com/android/apps/tag/record/
UnknownRecord.java 17 package com.android.apps.tag.record;
  /packages/apps/Test/connectivity/sl4n/rapidjson/doc/diagram/
simpledom.dot 13 node [shape=record, fontsize="8", margin="0.04", height=0.2, color=gray]
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
TestProviderTests.java 112 assertEquals(TestProvider.RECORD,
133 fail("Wrong record: " + name);
140 // Delete the elise record
182 fail("Wrong record: " + name);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DownloadRecord.java 28 // attributes, a null pointer here means this record represents metadata.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
atm_zatm.h 50 record; must be 2^n */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
atm_zatm.h 50 record; must be 2^n */
  /system/bt/osi/test/
config_test.cpp 17 # Record Number: 1, 2 or 3 - maximum of 3 records \n\
20 # Primary Record - true or false (default) \n\
21 # There can be only one primary record \n\
24 # Vendor ID '0xFFFF' indicates no Device ID Service Record is present in the device \n\
  /system/bt/service/common/bluetooth/
scan_result.h 39 // Returns the scan record (advertising +scan-response data) associated with
  /system/bt/stack/a2dp/
a2d_int.h 34 /* Number of attributes in A2D SDP record. */
  /system/update_engine/
boot_control_android.cc 101 struct fstab_rec* record; local
127 record = fs_mgr_get_entry_for_mount_point(fstab, "/misc");
128 if (record == nullptr) {
134 base::FilePath misc_device = base::FilePath(record->blk_device);
  /toolchain/binutils/binutils-2.25/gprof/
gmon_out.h 24 by a sequence of records. Each record starts with a one-byte tag
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-srec/
sr3.cc 1 // This file is compiled and linked into the S-record format.
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogRecordTest.java 377 public void publish(LogRecord record) {
378 className = record.getSourceClassName();
379 methodName = record.getSourceMethodName();
422 public void log(LogRecord record) {
423 if (isLoggable(record.getLevel())) {
428 ha[i].publish(record);
436 ha[i].publish(record);
  /external/autotest/server/
server_job.py 87 """The job.record hook for server job. Used to inject WARN messages from
90 block recursive calls, so that the hook can call job.record itself to
101 """A wrapper around the 'real' record hook, the _hook method, which
104 job.record->_hook->job.record->_hook->job.record... chain."""
116 """The core hook, which can safely call job.record."""
242 # write to tko_jobs record.
695 self.record('INFO', None, None, str(e),
746 self.record(e.exit_status, subdir, testname, str(e)
    [all...]
  /external/autotest/server/site_tests/audio_AudioBasicBluetoothPlaybackRecord/
audio_AudioBasicBluetoothPlaybackRecord.py 6 This is a server side bluetooth playback/record test using the Chameleon
24 """Server side bluetooth playback/record audio test.
27 bluetooth playback/record audio function of the Cros device.
102 @param suspend: suspend flag to enable suspend before play/record
103 @param disable: disable flag to disable BT module before play/record
105 before play/record
262 logging.info('Record: Saving recorded data to %s',
  /external/avahi/avahi-core/
query-sched.c 63 AvahiRecord *record; member in struct:AvahiKnownAnswer
206 ka->record = avahi_record_ref(e->record);
239 while (!avahi_dns_packet_append_record(p, ka->record, 0, 0)) {
242 /* The record is too large to fit into one packet, so
244 the owner of the record send it as a response. This
261 avahi_record_unref(ka->record);
  /external/chromium-trace/catapult/telemetry/docs/pydoc/
telemetry.timeline.tracing_options.html 56 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;record&nbsp;modes&nbsp;in&nbsp;chrome.<br>
87 <strong>RECORD_AS_MUCH_AS_POSSIBLE</strong> = 'record-as-much-as-possible'<br>
88 <strong>RECORD_CONTINUOUSLY</strong> = 'record-continuously'<br>
89 <strong>RECORD_MODES</strong> = ['record-until-full', 'record-continuously', 'record-as-much-as-possible', 'trace-to-console']<br>
90 <strong>RECORD_UNTIL_FULL</strong> = 'record-until-full'</td></tr></table>
  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/
timeline_based_measurement.py 66 # record to telemetry value system (crbug.com/453109)
93 'TimelineBasedMetric should create the interaction record label '
104 # TODO(nduca): Add support for page-load interaction record.
107 # Adjust the interaction record to match the synthetic gesture
115 'Interaction record label %s is duplicated on different '
246 issues (via javascript) an Interaction record into the user timing API that
265 the page_test_results object and the interaction record label. This
  /external/clang/include/clang/Serialization/
ASTReader.h 555 /// \brief Read the record that describes the lexical contents of a DC.
559 /// \brief Read the record that describes the visible contents of a DC.
722 /// This record tracks the instantiations that Sema has to perform at the
    [all...]
  /external/libpcap/Win32/Include/arpa/
nameser.h 97 #define RRFIXEDSZ 10 /* #/bytes of fixed data in r record */
117 # define UPDATEA 0x9 /* add resource record */
118 # define UPDATED 0xa /* delete a specific resource record */
119 # define UPDATEDA 0xb /* delete all named resource record */
120 # define UPDATEM 0xc /* modify a specific resource record */
121 # define UPDATEMA 0xd /* modify all named resource record */
154 #define T_NULL 10 /* null resource record */
  /external/tcpdump/
nameser.h 70 /* number of bytes of fixed size data in resource record */
97 #define UPDATEA 0x9 /* add resource record */
98 #define UPDATED 0xa /* delete a specific resource record */
99 #define UPDATEDA 0xb /* delete all named resource record */
100 #define UPDATEM 0xc /* modify a specific resource record */
101 #define UPDATEMA 0xd /* modify all named resource record */
147 #define T_NULL 10 /* null resource record */
  /frameworks/base/core/java/android/util/
EventLog.java 33 * Access to the system diagnostic event record. System diagnostic events are
34 * used to record certain system-level events (such as garbage collection,
181 * Record an event log message.
189 * Record an event log message.
197 * Record an event log message.
205 * Record an event log message.
213 * Record an event log message.

Completed in 1094 milliseconds

<<41424344454647484950>>