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

<<41424344454647484950>>

  /external/autotest/server/site_tests/bluetooth_SDP_ServiceAttributeRequest/
bluetooth_SDP_ServiceAttributeRequest.py 108 @return The record handle, as an int.
125 # Send Service Search Request to find out record handle for
129 # Send Service Attribute Request for Service Record Handle Attribute.
304 """Test values of attributes of the fake service record.
387 """Build SDP record manually for the fake service.
389 @return resulting record as string
394 sdp_record = ET.Element('record')
427 # Create a fake service record in order to test attributes,
  /external/autotest/site_utils/
job_overhead.py 34 """Record state duration for a job or a task.
60 """Record suite runtime.
  /external/avahi/avahi-common/
defs.h 254 AVAHI_PUBLISH_USE_WIDE_AREA = 128, /**< Register the record using wide area DNS (i.e. unicast DNS update) */
255 AVAHI_PUBLISH_USE_MULTICAST = 256 /**< Register the record using multicast DNS */
265 AVAHI_LOOKUP_NO_TXT = 4, /**< When doing service resolving, don't lookup TXT record */
266 AVAHI_LOOKUP_NO_ADDRESS = 8 /**< When doing service resolving, don't lookup A/AAAA record */
274 AVAHI_LOOKUP_RESULT_LOCAL = 8, /**< 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. */
327 /** DNS record types, see RFC 1035 */
341 /** DNS record classes, see RFC 1035 */
  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
trace_event_stats_unittest.py 55 record = slice_module.Slice(thread,
59 thread.PushSlice(record)
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/
nsbase.py 25 """Base class for rdata that is like an NS record.
72 """Base class for rdata that is like an NS record, but whose name
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/
cb_test_harness.py 24 and record the byte transfer callback sequence, to test various resumable
58 # Record transfer sequence to allow verification.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/tunes_db/server/
model.py 73 name: User friendly name for record.
86 """Create search query based on info record name prefix.
  /external/chromium-trace/catapult/tracing/tracing/extras/chrome/
chrome_user_friendly_category_driver.html 85 record: [
90 'Picture::Record',
  /external/chromium-trace/catapult/tracing/tracing/ui/extras/about_tracing/
record_selection_dialog_test.html 32 showButton.textContent = 'Show record selection dialog';
206 assert.equal(dlg.tracingRecordMode, 'record-until-full');
233 'record-as-much-as-possible');
251 assert.equal(dlg.tracingRecordMode, 'record-as-much-as-possible');
269 assert.equal(dlg.tracingRecordMode, 'record-as-much-as-possible');
285 'record-continuously');
300 assert.equal(dlg.tracingRecordMode, 'record-continuously');
311 assert.equal(dlg.tracingRecordMode, 'record-continuously');
  /external/clang/include/clang/Lex/
PPConditionalDirectiveRecord.h 11 // a record of conditional directive regions.
66 /// \brief Construct a new preprocessing record.
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
APSIntType.h 1 //== APSIntType.h - Simple record of the type of APSInts --------*- C++ -*--==//
19 /// \brief A record of the "type" of an APSInt, used for conversions.
  /external/dnsmasq/
setup.html 148 be interested in the MX record feature of dnsmasq. This allows you to have all
152 needs to be able to interrogate the DNS and find an MX record for your mailhub.
155 you instruct dnsmasq to serve an MX record for the specified address.
156 By default the MX record
159 have the MX record point to another machine by using the <TT>mx-target</TT>
162 In some cases it's useful for all local machines to see an MX record
163 pointing at themselves: this allows mailers which insist on an MX record and
197 In September 2003 Verisign installed a wildcard record in the .com and
  /external/gptfdisk/
mbrpart.h 37 // Data for a single MBR partition record
41 // On read of logical entries, it's relative to the EBR record for that
  /external/llvm/docs/TableGen/
index.rst 144 of the x86 architecture. ``def ADD32rr`` defines a record named
146 of the definition. The body of the record contains all of the data that
147 TableGen assembled for the record, indicating that the instruction is part of
150 encoding, etc. The contents and semantics of the information in the record are
174 Each ``def`` record has a special entry called "NAME". This is the name of the
175 record ("``ADD32rr``" above). In the general case ``def`` names can be formed
196 record; it is this that holds the domain specific information for the
209 In this example, FeatureFPARMv8 is ``SubtargetFeature`` record initialised
  /external/selinux/libsemanage/src/
database_file.c 72 /* Create record */
76 /* Parse record */
fcontexts_file.c 154 ERR(handle, "could not parse file context record");
161 /* FCONTEXT RECORD: FILE extension: method table */
interfaces_file.c 141 ERR(handle, "could not parse interface record");
148 /* IFACE RECORD: FILE extension: method table */
node_record.c 5 * Implements: record_t (Database Record)
6 * Implements: record_key_t (Database Record Key)
nodes_file.c 150 ERR(handle, "could not parse node record");
157 /* NODE RECORD: FILE extension: method table */
ports_file.c 153 ERR(handle, "could not parse port record");
160 /* PORT RECORD: FILE extension: method table */
users_base_file.c 192 ERR(handle, "could not parse user record");
198 /* USER BASE record: FILE extension: method table */
  /external/selinux/libsepol/src/
iface_record.c 97 "interface record");
215 ERR(handle, "could not clone interface record");
  /external/sfntly/cpp/src/sfntly/table/
header.h 50 // Get the length of the table as recorded in the table record header. During
61 // Get the checksum for the table as recorded in the table record header.
  /external/v8/src/runtime/
runtime-observe.cc 101 CONVERT_ARG_HANDLE_CHECKED(JSObject, record, 2);
112 Handle<Context> record_context(record->GetCreationContext());
  /external/v8/test/mjsunit/
array-reduce.js 51 var record = [];
57 if (record.length > 0) {
58 var prevRecord = record[record.length - 1];
66 record.push(args);
69 f.record = record;
89 var calls = rec.record;

Completed in 603 milliseconds

<<41424344454647484950>>