/external/smack/src/org/xbill/DNS/ |
KXRecord.java | 17 Record 23 * Creates a KX Record from the given data 34 /** Returns the target of the KX record */ 40 /** Returns the preference of this KX record */
|
MXRecord.java | 17 Record 23 * Creates an MX Record from the given data 34 /** Returns the target of the MX record */ 40 /** Returns the priority of this MX record */
|
NULLRecord.java | 8 * The NULL Record. This has no defined purpose, but can be used to 14 public class NULLRecord extends Record { 22 Record 28 * Creates a NULL record from the given data. 29 * @param data The contents of the record. 56 /** Returns the contents of this record. */
|
/packages/apps/Bluetooth/res/values-nl/ |
test_strings.xml | 6 <string name="insert_record" msgid="1450997173838378132">"Record invoegen"</string> 7 <string name="update_record" msgid="2480425402384910635">"Record bevestigen"</string> 8 <string name="ack_record" msgid="6716152390978472184">"ACK-record"</string> 11 <string name="delete_record" msgid="4645040331967533724">"Record verwijderen"</string>
|
/external/clang/include/clang/Frontend/ |
LayoutOverrideSource.h | 1 //===--- LayoutOverrideSource.h --Override Record Layouts -----------------===// 20 /// a specified set of record types. 23 /// to override the layout of record types. Its input is the output format 24 /// of the command-line argument -fdump-record-layouts. 26 /// \brief The layout of a given record. 28 /// \brief The size of the record. 31 /// \brief The alignment of the record. 43 /// set of record types. 45 /// The file is the result of passing -fdump-record-layouts to a file. 48 /// \brief If this particular record type has an overridden layout [all...] |
/external/clang/lib/Frontend/ |
SerializedDiagnosticPrinter.cpp | 133 /// \brief Emit a DIAG record. 146 /// \brief Emit a record for a CharSourceRange. 159 /// \brief Add SourceLocation information the specified record. 161 PresumedLoc PLoc, RecordDataImpl &Record, 164 /// \brief Add SourceLocation information the specified record. 165 void AddLocToRecord(SourceLocation Loc, RecordDataImpl &Record, 169 Record, TokSize); 172 /// \brief Add CharSourceRange information the specified record. 173 void AddCharSourceRangeToRecord(CharSourceRange R, RecordDataImpl &Record, 205 /// \brief The set of constructed record abbreviations [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/ |
TimelineModel.js | 117 * @param {!Array.<!WebInspector.TimelineModel.Record>} recordsArray 118 * @param {?function(!WebInspector.TimelineModel.Record)|?function(!WebInspector.TimelineModel.Record,number)} preOrderCallback 119 * @param {function(!WebInspector.TimelineModel.Record)|function(!WebInspector.TimelineModel.Record,number)=} postOrderCallback 125 * @param {!Array.<!WebInspector.TimelineModel.Record>} records 132 var record = records[i]; 133 if (preOrderCallback && preOrderCallback(record, depth)) 135 if (processRecords(record.children(), depth + 1)) 137 if (postOrderCallback && postOrderCallback(record, depth) [all...] |
/external/chromium_org/tools/valgrind/gtest_exclude/ |
media_unittests.gtest.txt | 1 # This test tries to record fake audio in real-time. 10 AudioInputTest.Record
|
/external/clang/test/Preprocessor/ |
pp-record.c | 1 // RUN: %clang_cc1 -fsyntax-only -detailed-preprocessing-record %s 8 #define INC pp-record.h
|
/external/iptables/extensions/ |
libxt_AUDIT.man | 2 It can be used to record accepted, dropped, and rejected packets. See 6 Set type of audit record.
|
/external/ltrace/testsuite/ltrace.minor/ |
time-record.c | 1 /* Ltrace Test : time-record.c. 2 Objectives : Verify that Ltrace can record timestamp and spent
|
/external/skia/tests/ |
RecorderTest.cpp | 31 void apply(const SkRecord& record) { 32 for (unsigned i = 0; i < record.count(); i++) { 33 record.visit<void>(i, *this); 42 SkRecord record; local 43 SkRecorder recorder(&record, 1920, 1080); 48 tally.apply(record); 64 SkRecord record; local 65 SkRecorder recorder(&record, 1920, 1080);
|
/packages/apps/Tag/src/com/android/apps/tag/record/ |
SmartPoster.java | 17 package com.android.apps.tag.record; 49 * NFC Forum Smart Poster Record Type Definition section 3.2.1. 51 * "The Title record for the service (there can be many of these in 53 * This record is optional." 59 * NFC Forum Smart Poster Record Type Definition section 3.2.1. 61 * "The URI record. This is the core of the Smart Poster, and all other 62 * records are just metadata about this record. There MUST be one URI 63 * record and there MUST NOT be more than one." 68 * NFC Forum Smart Poster Record Type Definition section 3.2.1. 70 * "The Icon record. A Smart Poster may include an icon by including on 236 NdefRecord record = getByType(ACTION_RECORD_TYPE, records); local [all...] |
/frameworks/base/core/java/android/hardware/hdmi/ |
IHdmiRecordListener.aidl | 24 * Called when TV received one touch record request from record device. 27 * @return record source in byte array. 32 * Called when one touch record is started or failed during initialization. 34 * @param recorderAddress An address of recorder that reports result of one touch record 36 * @param result result code for one touch record
|
/frameworks/base/services/core/java/com/android/server/notification/ |
PackagePriorityExtractor.java | 31 public RankingReconsideration process(NotificationRecord record) { 32 if (record == null || record.getNotification() == null) { 43 record.sbn.getPackageName(), record.sbn.getUid()); 44 record.setPackagePriority(packagePriority);
|
PackageVisibilityExtractor.java | 31 public RankingReconsideration process(NotificationRecord record) { 32 if (record == null || record.getNotification() == null) { 43 record.sbn.getPackageName(), record.sbn.getUid()); 44 record.setPackageVisibilityOverride(packageVisibility);
|
/frameworks/base/services/core/java/com/android/server/media/ |
MediaSessionStack.java | 54 // The last record that either entered one of the playing states or was 64 * Add a record to the priority tracker. 66 * @param record The record to add. 68 public void addSession(MediaSessionRecord record) { 69 mSessions.add(record); 71 mLastInterestingRecord = record; 75 * Remove a record from the priority tracker. 77 * @param record The record to remove 192 MediaSessionRecord record = records.get(0); local 225 MediaSessionRecord record = records.get(i); local 239 MediaSessionRecord record = records.get(i); local 259 MediaSessionRecord record = sortedSessions.get(i); local [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkRecordOpts.cpp | 16 void SkRecordOptimize(SkRecord* record) { 21 //SkRecordNoopSaveRestores(record); 23 SkRecordNoopSaveLayerDrawRestores(record); 33 // record, and [begin,end) span of the commands that matched. 35 static bool apply(Pass* pass, SkRecord* record) { 40 while (pattern.search(record, &begin, &end)) { 41 changed |= pass->onMatch(record, &pattern, begin, end); 53 bool onMatch(SkRecord* record, Pattern* pattern, unsigned begin, unsigned end) { 54 record->replace<NoOp>(begin); // Save 55 record->replace<NoOp>(end-1); // Restor [all...] |
/external/llvm/utils/TableGen/ |
CodeGenTarget.h | 23 #include "llvm/TableGen/Record.h" 52 /// record corresponds to. 53 MVT::SimpleValueType getValueType(Record *Rec); 58 /// getQualifiedName - Return the name of the specified record, with a 59 /// namespace qualifier if the record contains one. 60 std::string getQualifiedName(const Record *R); 66 Record *TargetRec; 68 mutable DenseMap<const Record*, CodeGenInstruction*> Instructions; 70 mutable std::vector<Record*> RegAltNameIndices; 83 Record *getTargetRecord() const { return TargetRec; [all...] |
/external/chromium_org/net/dns/ |
record_parsed_unittest.cc | 36 scoped_ptr<const RecordParsed> record; local 40 record = RecordParsed::CreateFrom(&parser, base::Time()); 41 EXPECT_TRUE(record != NULL); 43 ASSERT_EQ("codereview.chromium.org", record->name()); 44 ASSERT_EQ(dns_protocol::kTypeCNAME, record->type()); 45 ASSERT_EQ(dns_protocol::kClassIN, record->klass()); 47 rdata = record->rdata<CnameRecordRdata>(); 51 ASSERT_FALSE(record->rdata<SrvRecordRdata>()); 52 ASSERT_TRUE(record->IsEqual(record.get(), true)) [all...] |
/external/clang/test/CodeGen/ |
bitfield-2.c | 2 // RUN: -fdump-record-layouts > %t.dump.txt 3 // RUN: FileCheck -check-prefix=CHECK-RECORD < %t.dump.txt %s 11 // CHECK-RECORD: *** Dumping IRgen Record Layout 12 // CHECK-RECORD: Record: RecordDecl{{.*}}s0 13 // CHECK-RECORD: Layout: <CGRecordLayout 14 // CHECK-RECORD: LLVMType:%struct.s0 = type { [3 x i8] } 15 // CHECK-RECORD: IsZeroInitializable:1 16 // CHECK-RECORD: BitFields: [all...] |
/external/clang/lib/Serialization/ |
ASTReaderDecl.cpp | 43 const RecordData &Record; 196 const RecordData &Record, unsigned &Idx) 198 RawLocation(RawLocation), Record(Record), Idx(Idx), 221 const RecordData &Record); 352 GetTypeSourceInfo(Record, Idx); 355 DD->DeclInfo = GetTypeSourceInfo(Record, Idx); 371 if (Record[Idx++]) { 387 GlobalDeclID SemaDCIDForTemplateParmDecl = ReadDeclID(Record, Idx); 388 GlobalDeclID LexicalDCIDForTemplateParmDecl = ReadDeclID(Record, Idx) [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
IIccPhoneBook.aidl | 59 * Replace oldAdn with newAdn in ADN-like record in EF 68 * empty record, aka, insert new record 72 * record with empty one, aka, delete old record 84 * Replace oldAdn with newAdn in ADN-like record in EF 93 * empty record, aka, insert new record 97 * record with empty one, aka, delete old record [all...] |
/external/bluetooth/bluedroid/stack/include/ |
sdp_api.h | 125 tSDP_DISC_ATTR *p_first_attr; /* First attribute of record */ 126 struct t_sdp_disc_rec *p_next_rec; /* Addr of next linked record */ 127 UINT32 time_read; /* The time the record was read */ 135 tSDP_DISC_REC *p_first_rec; /* Addr of first record in DB */ 142 UINT8 *raw_data; /* Received record from server. allocated/released by client */ 164 /* Used to set the DI record */ 177 /* Used to get the DI record */ 278 ** of the database, else it continues from the next record after 281 ** Returns Pointer to matching record, or NULL 293 ** Description This function searches an SDP discovery record for [all...] |
/external/chromium_org/third_party/leveldatabase/src/db/ |
log_reader.h | 41 // The Reader will start reading at the first record located at physical 48 // Read the next record into *record. Returns true if read 50 // "*scratch" as temporary storage. The contents filled in *record 53 bool ReadRecord(Slice* record, std::string* scratch); 55 // Returns the physical offset of the last record returned by ReadRecord. 68 // Offset of the last record returned by ReadRecord. 73 // Offset at which to start looking for the first record to return 76 // Extend record types with the following special values 79 // Returned whenever we find an invalid physical record [all...] |