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

<<31323334353637383940>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_warnings.py 78 with original_warnings.catch_warnings(record=True,
86 with original_warnings.catch_warnings(record=True,
97 with original_warnings.catch_warnings(record=True,
113 with original_warnings.catch_warnings(record=True,
125 with original_warnings.catch_warnings(record=True,
149 with original_warnings.catch_warnings(record=True,
165 with original_warnings.catch_warnings(record=True,
201 with original_warnings.catch_warnings(record=True,
212 with original_warnings.catch_warnings(record=True,
225 with original_warnings.catch_warnings(record=True
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_warnings.py 78 with original_warnings.catch_warnings(record=True,
86 with original_warnings.catch_warnings(record=True,
97 with original_warnings.catch_warnings(record=True,
113 with original_warnings.catch_warnings(record=True,
125 with original_warnings.catch_warnings(record=True,
149 with original_warnings.catch_warnings(record=True,
165 with original_warnings.catch_warnings(record=True,
201 with original_warnings.catch_warnings(record=True,
212 with original_warnings.catch_warnings(record=True,
225 with original_warnings.catch_warnings(record=True
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_warnings.py 78 with original_warnings.catch_warnings(record=True,
86 with original_warnings.catch_warnings(record=True,
97 with original_warnings.catch_warnings(record=True,
113 with original_warnings.catch_warnings(record=True,
125 with original_warnings.catch_warnings(record=True,
149 with original_warnings.catch_warnings(record=True,
165 with original_warnings.catch_warnings(record=True,
201 with original_warnings.catch_warnings(record=True,
212 with original_warnings.catch_warnings(record=True,
225 with original_warnings.catch_warnings(record=True
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_warnings.py 78 with original_warnings.catch_warnings(record=True,
86 with original_warnings.catch_warnings(record=True,
97 with original_warnings.catch_warnings(record=True,
113 with original_warnings.catch_warnings(record=True,
125 with original_warnings.catch_warnings(record=True,
149 with original_warnings.catch_warnings(record=True,
165 with original_warnings.catch_warnings(record=True,
201 with original_warnings.catch_warnings(record=True,
212 with original_warnings.catch_warnings(record=True,
225 with original_warnings.catch_warnings(record=True
    [all...]
  /external/skia/tools/
pathops_visualizer.htm 481 var record = [];
528 records.push(record);
530 record = [];
537 found = match_regexp(line, lineNo, record, ACTIVE_LINE_SPAN, "debugShowActiveSpans" +
539 ) || match_regexp(line, lineNo, record, ACTIVE_QUAD_SPAN, "debugShowActiveSpans" +
541 ) || match_regexp(line, lineNo, record, ACTIVE_CONIC_SPAN, "debugShowActiveSpans" +
543 ) || match_regexp(line, lineNo, record, ACTIVE_CUBIC_SPAN, "debugShowActiveSpans" +
545 ) || match_regexp(line, lineNo, record, ACTIVE_LINE_SPAN, "debugShowActiveSpans" +
547 ) || match_regexp(line, lineNo, record, ACTIVE_QUAD_SPAN, "debugShowActiveSpans" +
549 ) || match_regexp(line, lineNo, record, ACTIVE_CONIC_SPAN, "debugShowActiveSpans"
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerMetadataParserTest.java 127 // A record header should be at least 12 bytes long
130 mParcel.writeInt(13); // record length
138 mParcel.writeInt(13); // record length lies
152 // A record cannot be empty.
342 // Insert a string record at the current position.
352 // Insert an int record at the current position.
362 // Insert a boolean record at the current position.
372 // Insert a Long record at the current position.
382 // Insert a Double record at the current position.
392 // Insert a ByteArray record at the current position
    [all...]
  /external/avahi/specs/
draft-cheshire-dnsext-dns-sd-02.txt 78 6.2 DNS TXT Record Format Rules for use in DNS-SD..................12
79 6.3 DNS-SD TXT Record Size.........................................14
82 6.6 Example TXT Record.............................................16
91 14. DNS Additional Record Generation...............................24
133 and no new operation codes, response codes, resource record types,
135 a convention for how existing resource record types can be named and
258 SRV record "_ipp._tcp.example.com." to find the list of IPP printers
598 contact that service, it sends a DNS query for the SRV record of
601 The result of the DNS query is a SRV record giving the port number
625 However, the DNS packet format and record format still require a hos
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_NdefReg.h 53 #define PH_FRINFC_NDEFREG_STATE_DIS_RCD 2 /**< \internal Dispatch Record is in progress */
88 * Upon reception of a NDEF record the component calls into the function registered as a listener
102 * - This library gets a NDEF message and extracts the records using the NDEF Record (Tools) Library.
125 * Number of array Positions. Each array position carries data from a NDEF Record. The maximum
136 /** Indicates whether a record is chunked or not. */
139 /** Pointer to the raw record. */
142 /** Size of the raw record */
180 * The Type Name Format, according to the NDEF specification, see the NDEF Record (Tools) component.
269 /* This flag is used to tell whether the present record
291 * \param[in] RecordsExtracted Pointer to an uninitialised instance of the NDEF Record structur
    [all...]
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 95 // Check to see if we have a blockinfo record for this block, with a name.
144 // Check to see if we have a blockinfo record for this record, with a name.
420 return Error("Malformed block record");
438 SmallVector<uint64_t, 64> Record;
477 case BitstreamEntry::Record:
488 Record.clear();
493 unsigned Code = Stream.readRecord(Entry.ID, Record, &Blob);
524 for (unsigned i = 0, e = Record.size(); i != e; ++i)
525 outs() << " op" << i << "=" << (int64_t)Record[i]
    [all...]
  /external/skia/src/pathops/
SkPathOpsDebug.cpp 109 void record(GlitchType type, const char* stage, const SkOpSpanBase* base, function in struct:SkPathOpsDebug::GlitchLog
116 void record(GlitchType type, const char* stage, const SkCoincidentSpans* coin, function in struct:SkPathOpsDebug::GlitchLog
123 void record(GlitchType type, const char* stage, const SkOpSpanBase* base, function in struct:SkPathOpsDebug::GlitchLog
132 void record(GlitchType type, const char* stage, const SkOpSpanBase* base, double t, function in struct:SkPathOpsDebug::GlitchLog
140 void record(GlitchType type, const char* stage, const SkCoincidentSpans* coin, function in struct:SkPathOpsDebug::GlitchLog
148 void record(GlitchType type, const char* stage, const SkCoincidentSpans* coin, function in struct:SkPathOpsDebug::GlitchLog
155 void record(GlitchType type, const char* stage, const SkOpPtT* ptTS, const SkOpPtT* ptTE, function in struct:SkPathOpsDebug::GlitchLog
486 log->record(kMissingIntersection_Glitch, id, checkSpan, segment, i[0][0], newPt);
513 glitches->record(kUnalignedHead_Glitch, id, span);
521 glitches->record(kUnaligned_Glitch, id, span)
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java 328 public void record(StatusBarNotification nr) { method in class:NotificationManagerService.Archive
2972 ToastRecord record = mToastQueue.get(0); local
2998 ToastRecord record = mToastQueue.get(index); local
3076 final NotificationRecord record = mNotificationsByKey.get(recon.getKey()); local
3698 NotificationRecord record = mNotificationList.get(i); local
    [all...]
  /libcore/ojluni/src/main/java/sun/security/ssl/
SSLEngineImpl.java 90 * In the case of an inbound record, unwrap passes the inbound
96 * In the case of an outbound record, when the write to the
135 * State affects what SSL record types may legally be sent:
218 * Flag indicating if the next record we receive MUST be a Finished
315 * Is it the first application record to write?
403 * input record.
406 new EngineOutputRecord(Record.ct_application_data, this);
626 // reset the flag of the first application record
768 "problem unwrapping net record", e);
849 if (packetLen > Record.maxLargeRecordSize)
    [all...]
  /art/compiler/optimizing/
optimization.h 50 // Used to record stats about the optimization.
  /art/runtime/gc/accounting/
mod_union_table-inl.h 28 // A mod-union table to record image references to the Zygote and alloc space.
  /bionic/libc/upstream-netbsd/lib/libc/include/isc/
dst.h 11 int dk_alg; /*%< algorithm number from key record */
84 DST_KEY *dst_dnskey_to_key(const char *, /*!< KEY record name */
148 /* DST constants to locations in KEY record changes in new KEY record */
  /cts/tests/tests/media/libaudiojni/
Android.mk 26 audio-record-native.cpp \
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_DataUsageTest.java 142 String[] record = DataUtil.queryById(mResolver, dataId, projection); local
143 assertNotNull(record);
146 if (record[0] != null) {
147 actual = Long.parseLong(record[0]);
  /development/samples/VoicemailProviderDemo/res/values/
strings.xml 28 <string name="record_voice">Record voice</string>
  /device/asus/fugu/libaudio/
ATVAudioPolicyManager.h 49 // Flag which indicates whether to record from the submix device.
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FilterTest.java 39 public boolean isLoggable(LogRecord record) {
StreamHandlerTest.java 296 * Test close() when having sufficient privilege, and a record has been
329 * Test close() when having sufficient privilege, and no record has been
435 * Test isLoggable(), null log record, having output stream. Handler should
445 * Test isLoggable(), null log record, without output stream
453 * Test publish(), use no filter, having output stream, normal log record.
472 * Test publish(), use no filter, having output stream, normal log record.
506 * Test publish(), use a filter, having output stream, normal log record.
541 * Test publish(), null log record, handler should call ErrorManager to
551 * Test publish(), null log record, without output stream
560 LogRecord record = new LogRecord(Level.FINE, "abc") local
    [all...]
  /external/autotest/client/profilers/custom_perf/
custom_perf.py 20 # The two supported options for profile_type are 'record' and 'stat'.
  /external/autotest/client/
setup_modules.py 74 def _autotest_logging_handle_error(self, record):
77 # out the original record causing the error so there is -some- idea
85 '%r using args %r\n' % (record.msg, record.args))
  /external/autotest/client/site_tests/dummy_Fail/
dummy_Fail.py 35 self.job.record('INFO', self.tagged_testname,
  /external/autotest/client/site_tests/hardware_PerfCounterVerification/
hardware_PerfCounterVerification.py 51 if self.perf_cmd == 'record -b':
65 elif self.perf_cmd == 'record -b':
79 elif self.perf_cmd == 'record -b':
119 if (self.perf_cmd == 'record -b' and

Completed in 1455 milliseconds

<<31323334353637383940>>