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

<<21222324252627282930>>

  /tools/test/connectivity/acts/framework/acts/
base_test.py 180 def _on_fail(self, record):
185 record: The records.TestResultRecord object for the failed test
188 test_name = record.test_name
189 self.log.error(record.details)
190 begin_time = logger.epoch_to_log_line_timestamp(record.begin_time)
191 self.log.info(RESULT_LINE_TEMPLATE, test_name, record.result)
204 def _on_pass(self, record):
209 record: The records.TestResultRecord object for the passed test
212 test_name = record.test_name
213 begin_time = logger.epoch_to_log_line_timestamp(record.begin_time
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
NdefTagTester.java 84 NdefRecord record = records[0]; local
86 NfcUtils.displayByteArray(record.getId()),
87 new String(record.getType(), Charset.forName("US-ASCII")),
88 new String(record.getPayload(), Charset.forName("US-ASCII")));
  /developers/build/prebuilts/gradle/Camera2Video/Application/src/main/res/values/
base-strings.xml 24 This sample demonstrates how to record video using Camera2 API.
  /developers/samples/android/media/Camera2Video/
template-params.xml 28 This sample demonstrates how to record video using Camera2 API.
45 <img>screenshots/2-record.png</img>
55 This sample shows how to record video using the new Camera2 API in Android Lollipop.
62 and [CameraCaptureSession][2] to record video. It also uses a custom [TextureView][3] to render the output.
  /development/samples/browseable/Camera2Video/res/values/
base-strings.xml 24 This sample demonstrates how to record video using Camera2 API.
  /external/autotest/client/site_tests/accessibility_ChromeVoxSound/
control 20 Uses audio loopback to record snippets of audio, checking whether there was any
  /external/autotest/frontend/migrations/
009_add_timeout_to_jobs.py 6 # because a record added while this is executing could enter a null value
  /external/autotest/server/site_tests/audio_AudioBasicBluetoothPlaybackRecord/
control 9 PURPOSE = "Remotely controlled bluetooth playback/record audio test."
control.suspend 9 PURPOSE = "Remotely controlled bluetooth playback/record audio test."
  /external/autotest/server/site_tests/audio_AudioBasicBluetoothRecord/
control 9 PURPOSE = "Remotely controlled bluetooth record audio test."
control.suspend 9 PURPOSE = "Remotely controlled bluetooth record audio test."
  /external/autotest/server/site_tests/audio_AudioBasicUSBPlaybackRecord/
control 21 This test remotely tests USB audio function for playback and record.
  /external/avahi/avahi-gobject/
ga-entry-group.h 128 /* Add raw record */
150 /* Set a key in the service record. If the service isn't frozen it's committed
160 /* Remove one key from the service record */
164 /* Update the txt record of the frozen service */
ga-enums.h 43 GA_LOOKUP_RESULT_LOCAL = AVAHI_LOOKUP_RESULT_LOCAL, /**< This record/service resides on and was announced by the local host. Only available in service and record browsers and only on AVAHI_BROWSER_NEW. */
52 GA_LOOKUP_NO_TXT = AVAHI_LOOKUP_NO_TXT, /**< When doing service resolving, don't lookup TXT record */
53 GA_LOOKUP_NO_ADDRESS = AVAHI_LOOKUP_NO_ADDRESS /**< When doing service resolving, don't lookup A/AAAA record */
  /external/c-ares/
ares_parse_mx_reply.c 89 /* Examine each answer resource record (RR) in turn. */
109 /* Check if we are really looking at a MX record */
112 /* parse the MX record itself */
149 /* Move on to the next record */
ares_parse_srv_reply.c 94 /* Examine each answer resource record (RR) in turn. */
114 /* Check if we are really looking at a SRV record */
117 /* parse the SRV record itself */
158 /* Move on to the next record */
  /external/chromium-trace/catapult/telemetry/telemetry/core/
network_controller.py 9 Web Page Replay is used to record and replay HTTP/HTTPS responses.
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/ANY/
DLV.py 19 """DLV record"""
DNAME.py 19 """DNAME record"""
DNSKEY.py 24 """DNSKEY record"""
DS.py 19 """DS record"""
KEY.py 19 """KEY record"""
MX.py 19 """MX record"""
NS.py 19 """NS record"""
PTR.py 19 """PTR record"""

Completed in 256 milliseconds

<<21222324252627282930>>