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

<<21222324252627282930>>

  /frameworks/base/wifi/java/android/net/wifi/
WifiActivityEnergyInfo.java 25 * Record of energy and activity information from controller and
26 * underlying wifi stack state. Timestamp the record with elapsed
174 * @return timestamp(wall clock) of record creation
181 * @return if the record is valid
  /libcore/ojluni/src/main/java/java/util/logging/
ConsoleHandler.java 101 * @param record description of the log event. A null record is
104 public void publish(LogRecord record) {
105 super.publish(record);
StreamHandler.java 179 * <tt>Filter</tt> to check if the record should be published. If so,
180 * it calls its <tt>Formatter</tt> to format the record and then writes
187 * @param record description of the log event. A null record is
190 public synchronized void publish(LogRecord record) {
191 if (!isLoggable(record)) {
196 msg = getFormatter().format(record);
225 * @param record a <tt>LogRecord</tt>
229 public boolean isLoggable(LogRecord record) {
230 if (writer == null || record == null)
    [all...]
  /ndk/tests/device/static-executable/jni/
Android.mk 15 # in the previous *S file to iterate all eh frames and record ranges is gone
  /packages/apps/Bluetooth/res/values-ky-rKG/
test_strings.xml 8 <string name="ack_record" msgid="6716152390978472184">"Ack record"</string>
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
CommonDatabaseUtils.java 37 // primitive value used when record is not found.
57 String[] record = new String[cursor.getColumnCount()]; local
58 fillArray(cursor, record);
59 result.add(record);
  /prebuilts/go/darwin-x86/src/runtime/
runtime_linux_test.go 16 // Record pid and tid of init thread for use during test.
  /prebuilts/go/linux-x86/src/runtime/
runtime_linux_test.go 16 // Record pid and tid of init thread for use during test.
  /system/bt/osi/include/
metrics.h 30 // Record a pairing event at Unix epoch time |timestamp_ms|
43 // Record a wake event at Unix epoch time |timestamp_ms|.
57 // Record a scan event at Unix epoch time |timestamp_ms|.
65 // Record A2DP session information.
  /external/avahi/avahi-core/
resolve-service.c 171 AvahiRecord *record,
191 assert(record);
205 switch (record->key->type) {
208 r->srv_record = avahi_record_ref(record);
243 r->txt_record = avahi_record_ref(record);
254 r->address_record = avahi_record_ref(record);
276 assert(record);
278 switch (record->key->type) {
281 if (r->srv_record && avahi_record_equal_no_ttl(record, r->srv_record)) {
306 if (r->txt_record && avahi_record_equal_no_ttl(record, r->txt_record))
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/kinesis/
layer1.py 210 every record ingested in the Amazon Kinesis stream. The
211 sequence number is assigned when a record is put into the
272 is closed, or when the shard iterator reaches the record with
274 last record to process.
276 Each data record can be up to 50 KB in size, and each shard
280 that `GetRecords` can return. Consider your average record
282 record size is 40 KB, you can limit the data returned to about
310 this position using the sequence number of a data record in the
331 for record in response.get('Records', []):
332 record['Data'] = base64.b64decode
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCCodeEmitter.h 66 // record the relocation and return zero.
73 // record the relocation and return zero.
100 // record the relocation and return zero.
107 // record the relocation and return zero.
114 // record the relocation and return zero.
121 // record the relocation and return zero.
128 // record the relocation and return zero.
135 // record the relocation and return zero.
142 // record the relocation and return zero.
149 // record the relocation and return zero
    [all...]
  /external/llvm/utils/TableGen/
CodeEmitterGen.cpp 20 #include "llvm/TableGen/Record.h"
37 std::string getInstructionCase(Record *R, CodeGenTarget &Target);
38 void AddCodeToMergeInOperand(Record *R, BitsInit *BI,
63 AddCodeToMergeInOperand(Record *R, BitsInit *BI, const std::string &VarName,
105 errs() << "Too few operands in record " << R->getName() <<
178 std::string CodeEmitterGen::getInstructionCase(Record *R,
204 // Ignore fixed fields in the record, we're looking for values like:
225 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction");
246 Record *R = CGI->TheDef;
270 for (std::vector<Record*>::iterator IC = Insts.begin(), EC = Insts.end()
    [all...]
SubtargetEmitter.cpp 23 #include "llvm/TableGen/Record.h"
71 Record *ItinData, std::string &ItinString,
73 void FormItineraryOperandCycleString(Record *ItinData, std::string &ItinString,
76 Record *ItinData,
84 void EmitProcessorProp(raw_ostream &OS, const Record *R, const char *Name,
88 Record *FindWriteResources(const CodeGenSchedRW &SchedWrite,
90 Record *FindReadAdvance(const CodeGenSchedRW &SchedRead,
118 std::vector<Record*> DefList = Records.getAllDerivedDefinitions(ClassName);
132 // For each record
134 // Next record
    [all...]
Attributes.cpp 13 #include "llvm/TableGen/Record.h"
40 const std::vector<Record*> &Attrs =
CodeGenMapTable.cpp 37 // 2) For each record, filter out instructions based on the FilterClass value.
83 typedef std::map<std::string, std::vector<Record*> > InstrRelMapTy;
85 typedef std::map<std::vector<Init*>, std::vector<Record*> > RowInstrMapTy;
101 InstrMap(Record* MapRec) {
106 // this InstrMapping object/record.
132 PrintFatalError(MapRec->getLoc(), "InstrMapping record `" +
141 PrintFatalError(MapRec->getLoc(), "Record `" + MapRec->getName() +
186 // InstrMapDesc - InstrMapping record to be processed.
191 std::vector<Record*> InstrDefs;
198 std::vector<Record*> KeyInstrVec
    [all...]
  /external/skia/experimental/docs/
svgbaseddoc.htm 515 var record = [];
524 function canvas_fill_font(record) {
525 assert(record);
527 if (record.fillStyle) {
528 str += 'ctx.fillStyle = ' + record.fillStyle + ';\n';
533 function canvas_fill_text(record) {
534 assert(record);
535 assert(typeof record.fillText == 'string');
536 return 'ctx.fillText("' + record.fillText + '"';
539 function canvas_xy(record) {
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
NfcUtils.java 45 private static boolean areRecordsEqual(NdefRecord record, NdefRecord otherRecord) {
46 return Arrays.equals(record.toByteArray(), otherRecord.toByteArray());
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
ServReqDnsTxtTestCase.java 28 * Service discovery requester test case to search Bonjour TXT record.
63 return "Request DNS TXT record test";
  /external/autotest/server/
source_kernel_unittest.py 33 # record
52 # record
  /external/boringssl/src/crypto/cipher/
internal.h 106 * record in |in|. This decrypted record should not include any "decrypted"
110 * block_size: the block size of the cipher used to encrypt the record.
112 * 0: (in non-constant time) if the record is publicly invalid.
136 * record.
142 * header: the 13-byte, TLS record header.
143 * data: the record data itself
147 * record, including padding.
  /external/boringssl/src/ssl/test/runner/
alert.go 45 alertBadRecordMAC: "bad record MAC",
47 alertRecordOverflow: "record overflow",
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
errorrecord.py 30 """Record-keeping struct that can be serialized back from a process.
45 """Make an error record with correctly formatted error string.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/machinelearning/
test_machinelearning.py 35 ml_model_id='foo', record={'Foo': 'bar'},
43 ml_model_id='foo', record={'Foo': 'bar'},
  /external/clang/test/SemaTemplate/
derived.cpp 24 C<long, 64> &Record;
28 AddSourceLocation(Record); // expected-error{{non-const lvalue reference to type}}

Completed in 827 milliseconds

<<21222324252627282930>>