HomeSort by relevance Sort by last modified time
    Searched refs:record (Results 376 - 400 of 817) sorted by null

<<11121314151617181920>>

  /external/ltp/testcases/network/stress/dns/
dns-stress 49 record="AAAA"
53 record="A"
  /external/opencensus-java/api/src/main/java/io/opencensus/stats/
NoopStats.java 56 * Returns a {@code StatsRecorder} that does not record any data.
58 * @return a {@code StatsRecorder} that does not record any data.
138 public void record() {} method in class:NoopStats.NoopMeasureMap
141 public void record(TagContext tags) { method in class:NoopStats.NoopMeasureMap
  /external/opencensus-java/examples/src/main/java/io/opencensus/examples/zpages/
ZPagesTester.java 80 measureMap.record(
91 measureMapErrors.record(
  /external/selinux/libsemanage/src/
database.h 20 /* RECORD interface - method table */
23 /* Create a record */
26 /* Extract key from record */
30 /* Free record key */
33 /* Return 0 if the record matches the key,
34 * -1 if the key represents a record that should
35 * be ordered before this record, and 1 if vice-versa */
38 /* Return 0 if the record matches record2,
39 * -1 if record2 should be ordered before this record,
48 /* Deep-copy clone of this record */
    [all...]
user_record.c 5 * Implements: record_t (Database Record)
6 * Implements: record_key_t (Database Record Key)
253 ERR(handle, "could not create user record");
287 ERR(handle, "could not clone user record");
327 /* Join base record if it exists, create a blank one otherwise */
340 /* Join extra record if it exists, create a blank one otherwise */
373 const semanage_user_t * record,
381 if (semanage_user_base_clone(handle, record->base, &tmp_base_user) < 0)
384 if (semanage_user_extra_clone(handle, record->extra, &tmp_extra_user) <
394 semanage_user_get_name(record));
    [all...]
  /external/selinux/libsepol/src/
booleans.c 56 int bool_idx, sepol_bool_t ** record)
73 *record = tmp_record;
77 ERR(handle, "could not convert boolean %s to record", name);
  /external/skia/src/core/
SkRecord.h 38 // R operator()(const T& record) { ... }
47 // R operator()(T* record) { ... }
105 // Rearrange and resize this record to eliminate any NoOps.
128 void operator()(T* record) { record->~T(); }
143 struct Record {
147 // Point this record to its data in fAlloc. Returns ptr for convenience.
159 // Visit this record with functor F (see public API above).
170 // Mutate this record with functor F (see public API above).
186 SkAutoTMalloc<Record> fRecords
    [all...]
  /external/skqp/src/core/
SkRecord.h 38 // R operator()(const T& record) { ... }
47 // R operator()(T* record) { ... }
105 // Rearrange and resize this record to eliminate any NoOps.
128 void operator()(T* record) { record->~T(); }
143 struct Record {
150 // Point this record to its data in fAlloc. Returns ptr for convenience.
161 // Visit this record with functor F (see public API above).
172 // Mutate this record with functor F (see public API above).
188 SkAutoTMalloc<Record> fRecords
    [all...]
  /external/toolchain-utils/cwp/
demo_pipeline.sh 46 ${PROFILE_UTIL_BINARY} --record=${RECORD_FILE} --append_dir=${REPORT_DIR}
  /build/make/core/
multi_prebuilt.mk 17 $(call record-module-type,MULTI_PREBUILT)
  /external/autotest/client/cros/audio/
alsa_utils.py 187 '''Gets the supported channels for the record device.
189 @param device: The device to record the audio. E.g. hw:0,1
209 '''Gets the first record device.
211 Returns the first record device or None if it fails to find one.
298 def record(*args, **kwargs): function
316 @raise RuntimeError: If no record device is available.
325 raise RuntimeError('no record device')
  /external/autotest/server/hosts/
remote.py 140 self.record("GOOD", None, "reboot.start")
160 self.record("ABORT", None, "reboot.start",
191 self.record("GOOD", None, "suspend.start for %d seconds" % (timeout))
195 self.record("ABORT", None, "suspend.start",
  /external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
JndiResourceResolverFactory.java 146 SrvRecord record = parseSrvRecord(srvRecord); local
148 List<? extends InetAddress> addrs = addressResolver.resolveAddress(record.host);
151 sockaddrs.add(new InetSocketAddress(addr, record.port));
154 .set(GrpcAttributes.ATTR_LB_ADDR_AUTHORITY, record.host)
159 logger.log(level, "Can't find address for SRV record " + srvRecord, e);
166 logger.log(level, "Failed to construct SRV record " + srvRecord, e);
194 Verify.verify(parts.length == 4, "Bad SRV Record: %s", rawRecord);
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
TypeInferenceCache.java 17 public static void record(TypeSolver typeSolver, LambdaExpr lambdaExpr, String paramName, ResolvedType type) { method in class:TypeInferenceCache
  /external/mdnsresponder/mDNSWindows/DLL.NET/
dnssd_NET.h 95 * record's name is to be unique on the network (e.g. SRV records).
266 RecordRef * record
420 * TXT Record Construction Functions
425 * A typical calling sequence for TXT record construction is something like:
439 * Note: Represents a DNS-SD TXT record.
480 * Keys may exist in four states with respect to a given TXT record:
483 * - Present with empty value ("key=" appears in TXT record)
484 * - Present with non-empty value ("key=value" appears in TXT record)
569 * TXT Record Parsing Functions
574 * A typical calling sequence for TXT record parsing is something like
    [all...]
  /external/mesa3d/src/compiler/glsl/
lower_buffer_access.cpp 178 * \c ir_dereference_record. If that record field is row-major, then the
203 ir = record_deref->record;
371 const glsl_type *struct_type = deref_record->record->type;
378 ir_dereference_record(deref_record->record,
425 deref = deref_record->record->as_dereference();
  /external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/stats/
IntervalBucket.java 64 void record( method in class:IntervalBucket
  /external/python/cpython2/Lib/distutils/tests/
test_install.py 185 cmd.record = os.path.join(project_dir, 'filelist')
189 f = open(cmd.record)
215 cmd.record = os.path.join(project_dir, 'filelist')
219 f = open(cmd.record)
  /external/python/cpython3/Lib/distutils/tests/
test_install.py 183 cmd.record = os.path.join(project_dir, 'filelist')
187 f = open(cmd.record)
217 cmd.record = os.path.join(project_dir, 'filelist')
221 f = open(cmd.record)
  /external/skia/src/sfnt/
SkOTUtils.cpp 67 // The required 'name' record types: Family, Style, Unique, Full and PostScript.
68 const SkOTTableName::Record::NameID::Predefined::Value namesToCreate[] = {
69 SkOTTableName::Record::NameID::Predefined::FontFamilyName,
70 SkOTTableName::Record::NameID::Predefined::FontSubfamilyName,
71 SkOTTableName::Record::NameID::Predefined::UniqueFontIdentifier,
72 SkOTTableName::Record::NameID::Predefined::FullFontName,
73 SkOTTableName::Record::NameID::Predefined::PostscriptName,
79 size_t nameTableLogicalSize = sizeof(SkOTTableName) + (namesCount * sizeof(SkOTTableName::Record)) + (fontNameLen * sizeof(wchar_t));
123 unsigned short stringOffset = sizeof(SkOTTableName) + (namesCount * sizeof(SkOTTableName::Record));
128 SkOTTableName::Record* nameRecords = reinterpret_cast<SkOTTableName::Record*>(data + originalDataSize + sizeof(SkOTTable (…)
196 SkOTTableName::Iterator::Record record; local
    [all...]
  /external/skqp/src/sfnt/
SkOTUtils.cpp 67 // The required 'name' record types: Family, Style, Unique, Full and PostScript.
68 const SkOTTableName::Record::NameID::Predefined::Value namesToCreate[] = {
69 SkOTTableName::Record::NameID::Predefined::FontFamilyName,
70 SkOTTableName::Record::NameID::Predefined::FontSubfamilyName,
71 SkOTTableName::Record::NameID::Predefined::UniqueFontIdentifier,
72 SkOTTableName::Record::NameID::Predefined::FullFontName,
73 SkOTTableName::Record::NameID::Predefined::PostscriptName,
79 size_t nameTableLogicalSize = sizeof(SkOTTableName) + (namesCount * sizeof(SkOTTableName::Record)) + (fontNameLen * sizeof(wchar_t));
123 unsigned short stringOffset = sizeof(SkOTTableName) + (namesCount * sizeof(SkOTTableName::Record));
128 SkOTTableName::Record* nameRecords = reinterpret_cast<SkOTTableName::Record*>(data + originalDataSize + sizeof(SkOTTable (…)
196 SkOTTableName::Iterator::Record record; local
    [all...]
  /external/wpa_supplicant_8/hostapd/
wps-ap-nfc.py 146 summary("WPS carrier type match - add WPS carrier record")
149 summary("Could not get handover select carrier record from hostapd")
151 print("Handover select carrier record from hostapd:")
153 if "OK" in wpas_report_handover(carrier.record, data):
176 for record in tag.ndef.message:
177 print("record type " + record.type)
178 if record.type == "application/vnd.wfa.wsc":
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleScannerService.java 166 ScanRecord record = result.getScanRecord(); local
168 Map<ParcelUuid, byte[]> serviceData = record.getServiceData();
176 powerIntent.putExtra(EXTRA_POWER_LEVEL, record.getTxPowerLevel());
  /cts/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityEventTest.java 207 AccessibilityRecord record = AccessibilityRecord.obtain(); local
208 AccessibilityRecordTest.fullyPopulateAccessibilityRecord(record);
209 sentEvent.appendRecord(record);
247 assertEquals("must have one record", expectedEvent.getRecordCount(),
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
test_skipping.py 60 record.append(1)
61 record = []
67 self.assertEqual(record, [])

Completed in 4217 milliseconds

<<11121314151617181920>>