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

<<11121314151617181920>>

  /external/clang/test/CodeGenCXX/
mangle-ms-templates.cpp 242 struct record { struct
246 template <const record &>
249 extern const record inst;
  /external/llvm/test/MC/COFF/
cv-def-range.s 40 .short 6 # Type record length
43 .short 14 # Type record length
50 .short 12 # Type record length
60 .short Ltmp3-Ltmp2 # Record length
62 .short 4423 # Record kind: S_GPROC32_ID
75 .short 2 # Record length
76 .short 4431 # Record kind: S_PROC_ID_END
  /external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/stats/
IntervalBucketTest.java 96 bucket.record(tagValues1, 5.0, Collections.<String, String>emptyMap(), START);
97 bucket.record(tagValues1, 15.0, Collections.<String, String>emptyMap(), START);
98 bucket.record(tagValues2, 10.0, Collections.<String, String>emptyMap(), START);
  /external/python/cpython3/Lib/test/
test_msilib.py 30 record = view.Fetch()
31 if record is None:
33 properties.append(record.GetString(1))
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
cv-def-range.s 41 .short 6 # Type record length
44 .short 14 # Type record length
51 .short 12 # Type record length
61 .short Ltmp3-Ltmp2 # Record length
63 .short 4423 # Record kind: S_GPROC32_ID
76 .short 2 # Record length
77 .short 4431 # Record kind: S_PROC_ID_END
  /external/swiftshader/third_party/subzero/src/
IceRangeSpec.cpp 71 void record(const std::string &Token, RangeSpec::Desc *D) { function in namespace:Ice::__anon43810
154 void RangeSpec::include(const std::string &Token) { record(Token, &Includes); }
156 void RangeSpec::exclude(const std::string &Token) { record(Token, &Excludes); }
  /external/u-boot/tools/patman/
test.py 170 +static struct bootstage_record record[BOOTSTAGE_COUNT];
174 + struct bootstage_record *rec = &record[id];
176 + /* Only record the first event for each */
  /external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/tar/
TarArchiveInputStream.java 127 * @param recordSize the record size to use
137 * @param recordSize the record size to use
161 * Get the record size being used by this stream's buffer.
163 * @return The TarBuffer record size.
270 /* skip to the end of the last record */
337 * The last record block should be written at the full size, so skip any
338 * additional space used to fill a record after an entry
383 * Get the next record in this tar archive. This will skip
408 * Determine if an archive record indicate End of Archive. End of
409 * archive is indicated by a record that consists entirely of null bytes
    [all...]
  /external/autotest/client/bin/
job.py 134 self.record(
187 setup so that the self.record() method works.
189 As of now self.record() needs self.resultdir, self._group_level,
239 Perform job initialization not required by self.record().
283 self.record('START', None, None)
339 self.record("INFO", None, None,
347 self.record("INFO", None, None,
543 self.record("WARN", subdir, testname, reason)
549 # The error is already classified, record it properly.
550 self.record(detail.exit_status, subdir, testname, str(detail)
    [all...]
  /external/autotest/server/
site_crashcollect.py 184 host.job.record('INFO', None, None,
190 host.job.record('INFO', None, None,
275 # Record all crashdumps in status.log of the job:
276 # - If one server job runs several client jobs we will only record
278 # - We will record these crashdumps whether or not we successfully
281 host.job.record('INFO', None, None, 'Start crashcollection record')
283 host.job.record('INFO', None, 'New Crash Dump', minidump)
285 host.job.record('INFO', None, 'Orphaned Crash Dump', orphan)
286 host.job.record('INFO', None, None, 'End crashcollection record'
    [all...]
  /external/python/cpython2/Lib/test/
test_warnings.py 97 with original_warnings.catch_warnings(record=True,
105 with original_warnings.catch_warnings(record=True,
120 with original_warnings.catch_warnings(record=True,
136 with original_warnings.catch_warnings(record=True,
148 with original_warnings.catch_warnings(record=True,
172 with original_warnings.catch_warnings(record=True,
188 with original_warnings.catch_warnings(record=True,
213 with original_warnings.catch_warnings(record=True,
236 with original_warnings.catch_warnings(record=True,
247 with original_warnings.catch_warnings(record=True
    [all...]
  /external/python/cpython3/Lib/unittest/test/
test_skipping.py 85 record.append(1)
86 record = []
92 self.assertEqual(record, [])
98 record.append(1)
101 record = []
107 self.assertEqual(record, [])
  /build/make/core/
shared_library.mk 1 $(call record-module-type,SHARED_LIBRARY)
  /cts/tests/framework/base/windowmanager/src/android/server/wm/
TestLogService.java 57 record(intent.getStringExtra(TestLogClient.EXTRA_LOG_TAG),
106 private static void record(String logtag, String key, String value) { method in class:TestLogService
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
TaskBackService.java 130 AccessibilityRecord record = event.getRecord(i); local
131 CharSequence contentDescription = record.getContentDescription();
  /external/autotest/client/
setup_modules_unittest.py 37 record = logging.LogRecord(
43 record)
  /external/harfbuzz_ng/src/
hb-ot-layout-base-table.hh 307 const BaseLangSysRecord* record = (const BaseLangSysRecord *) local
312 return record ? record->get_min_max () : this+defaultMinMax;
391 const BaseScriptRecord *record = find_record (script); local
392 if (!record) record = find_record ((hb_script_t) HB_TAG ('D','F','L','T'));
394 return record ? record->get_base_script (this) : Null (BaseScript);
  /external/opencensus-java/contrib/exemplar_util/src/test/java/io/opencensus/contrib/exemplar/util/
ExemplarUtilsTest.java 100 public void record() {} method in class:ExemplarUtilsTest.FakeMeasureMap
103 public void record(TagContext tags) {} method in class:ExemplarUtilsTest.FakeMeasureMap
  /external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/stats/
StatsManager.java 66 void record(TagContext tags, MeasureMapInternal measurementValues) { method in class:StatsManager
86 // An EventQueue entry that records the stats from one call to StatsManager.record(...).
101 statsManager.measureToViewMap.record(tags, stats, statsManager.clock.now());
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
ResourceRemapper.java 84 resourceIdGenerator.record(field.getInt(null), resourceType, field.getName());
91 resourceIdGenerator.record(field.getInt(null), resourceType, field.getName());
  /external/skia/platform_tools/android/bin/
android_perf 6 # 1) perf record [gm/tests/bench] # runs profiler on specified app
69 $ADB shell /data/local/tmp/simpleperf record -p ${APP_PID} -o /data/local/tmp/perf.data sleep 70
90 record)
102 echo "setup, record, report, clean"
  /external/skia/tools/skqp/
download_model 64 for record in records:
65 pool.apply_async(download, record, callback=lambda x: sys.stderr.write('.'))
  /external/skqp/platform_tools/android/bin/
android_perf 6 # 1) perf record [gm/tests/bench] # runs profiler on specified app
69 $ADB shell /data/local/tmp/simpleperf record -p ${APP_PID} -o /data/local/tmp/perf.data sleep 70
90 record)
102 echo "setup, record, report, clean"
  /external/skqp/tools/skqp/
download_model 64 for record in records:
65 pool.apply_async(download, record, callback=lambda x: sys.stderr.write('.'))
  /external/slf4j/slf4j-jdk14/src/main/java/org/slf4j/impl/
JDK14LoggerAdapter.java 574 LogRecord record = new LogRecord(level, msg); local
575 record.setLoggerName(getName());
576 record.setThrown(t);
577 fillCallerData(callerFQCN, record);
578 logger.log(record);
588 * @param record
589 * The record to update
591 final private void fillCallerData(String callerFQCN, LogRecord record) {
616 record.setSourceClassName(ste.getClassName());
617 record.setSourceMethodName(ste.getMethodName())
    [all...]

Completed in 795 milliseconds

<<11121314151617181920>>