/external/skia/tests/ |
RecordDrawTest.cpp | 33 // Record two commands. 34 SkRecord record; local 35 SkRecorder recorder(&record, W, H); 37 REPORTER_ASSERT(r, 0 == record.count()); 39 REPORTER_ASSERT(r, 0 == record.count()); // the save was not recorded (yet) 41 REPORTER_ASSERT(r, 1 == record.count()); 43 REPORTER_ASSERT(r, 3 == record.count()); // now we see the save 45 REPORTER_ASSERT(r, 4 == record.count()); 47 assert_type<SkRecords::DrawPaint>(r, record, 0); 48 assert_type<SkRecords::Save> (r, record, 1) 61 SkRecord record; local 77 SkRecord record; local 134 SkRecord record; local 152 SkRecord record; local 184 SkRecord record; local 206 SkRecord record; local 237 SkRecord record; local 289 SkRecord record; local 298 SkRecord record; local [all...] |
/external/clang/lib/Serialization/ |
ASTWriterDecl.cpp | 39 RecordData &Record; 45 ASTDeclWriter(ASTWriter &Writer, ASTContext &Context, RecordData &Record) 46 : Writer(Writer), Context(Context), Record(Record) { 135 /// Add an Objective-C type parameter list to the given record. 139 Record.push_back(0); 143 Record.push_back(typeParams->size()); 145 Writer.AddDeclRef(typeParam, Record); 147 Writer.AddSourceLocation(typeParams->getLAngleLoc(), Record); 148 Writer.AddSourceLocation(typeParams->getRAngleLoc(), Record); [all...] |
ASTReaderDecl.cpp | 44 const RecordData &Record; 72 for (unsigned I = 0, Size = Record[Idx++]; I != Size; ++I) 73 IDs.push_back(ReadDeclID(Record, Idx)); 199 unsigned RawLocation, const RecordData &Record, unsigned &Idx) 201 RawLocation(RawLocation), Record(Record), Idx(Idx), 233 const RecordData &Record); 431 GetTypeSourceInfo(Record, Idx); 434 DD->DeclInfo = GetTypeSourceInfo(Record, Idx); 455 if (Record[Idx++]) [all...] |
/system/extras/simpleperf/ |
record.cpp | 17 #include "record.h" 102 LOG(DEBUG) << "Record SampleId part has " << end - p << " bytes left\n"; 168 Record::Record() { 172 Record::Record(const perf_event_header* pheader) { 176 void Record::Dump(size_t indent) const { 177 PrintIndented(indent, "record %s: type %u, misc %u, size %u\n", 183 uint64_t Record::Timestamp() const { 188 : Record(pheader) 634 MmapRecord record; local 651 CommRecord record; local 665 ForkRecord record; local 680 BuildIdRecord record; local [all...] |
/external/clang/test/Modules/Inputs/merge-template-members/ |
b1.h | 3 // Add update record for definition of A<int> and constructors.
|
b2.h | 3 // Add update record for definition of A<int> and constructors.
|
/external/llvm/lib/TableGen/ |
CMakeLists.txt | 4 Record.cpp
|
TGParser.h | 21 #include "llvm/TableGen/Record.h" 25 class Record; 45 /// ForeachLoop - Record the iteration state associated with a for loop. 69 // Record tracker 106 bool AddValue(Record *TheRec, SMLoc Loc, const RecordVal &RV); 107 bool SetValue(Record *TheRec, SMLoc Loc, Init *ValName, 109 bool SetValue(Record *TheRec, SMLoc Loc, const std::string &ValName, 113 bool AddSubClass(Record *Rec, SubClassReference &SubClass); 130 bool ProcessForeachDefs(Record *CurRec, SMLoc Loc); 131 bool ProcessForeachDefs(Record *CurRec, SMLoc Loc, IterSet &IterVals) [all...] |
/external/llvm/test/YAMLParser/ |
spec-02-16.test | 6 home run record in 1998.
|
/external/llvm/test/tools/llvm-objdump/ |
coff-non-null-terminated-file.test | 1 RUN: yaml2obj %p/Inputs/file-aux-record.yaml | llvm-objdump -t - | FileCheck %s
|
/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>
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-srec/ |
sr2.c | 1 /* This file is compiled and linked into the S-record format. */
|
/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/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
|
/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...] |
/system/bt/bta/sdp/ |
bta_sdp_act.c | 93 static void bta_create_mns_sdp_record(bluetooth_sdp_record *record, tSDP_DISC_REC *p_rec) 98 record->mns.hdr.type = SDP_TYPE_MAP_MNS; 99 record->mns.hdr.service_name_length = 0; 100 record->mns.hdr.service_name = NULL; 101 record->mns.hdr.rfcomm_channel_number = 0; 102 record->mns.hdr.l2cap_psm = -1; 103 record->mns.hdr.profile_version = 0; 104 record->mns.supported_features = 0x0000001F; //default value if not found 108 record->mns.supported_features = p_attr->attr_value.v.u32; 113 record->mns.hdr.service_name_length = SDP_DISC_ATTR_LEN(p_attr->attr_len_type) [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/ |
ImportanceExtractor.java | 34 public RankingReconsideration process(NotificationRecord record) { 35 if (record == null || record.getNotification() == null) { 45 record.setUserImportance( 46 mConfig.getImportance(record.sbn.getPackageName(), record.sbn.getUid()));
|
PriorityExtractor.java | 34 public RankingReconsideration process(NotificationRecord record) { 35 if (record == null || record.getNotification() == null) { 45 record.setPackagePriority( 46 mConfig.getPriority(record.sbn.getPackageName(), record.sbn.getUid()));
|
VisibilityExtractor.java | 34 public RankingReconsideration process(NotificationRecord record) { 35 if (record == null || record.getNotification() == null) { 45 record.setPackageVisibilityOverride( 46 mConfig.getVisibilityOverride(record.sbn.getPackageName(), record.sbn.getUid()));
|
/bionic/tests/ |
utils.h | 63 map_record record; local 68 &record.addr_start, &record.addr_end, prot, &record.offset, 69 &dev_major, &dev_minor, &record.inode, &path_offset) == 7) { 70 record.perms = 0; 72 record.perms |= PROT_READ; 75 record.perms |= PROT_WRITE; 78 record.perms |= PROT_EXEC; 83 record.device = makedev(dev_major, dev_minor) [all...] |
/frameworks/base/core/java/android/util/apk/ |
ZipUtils.java | 47 * Returns the ZIP End of Central Directory record of the provided ZIP file. 49 * @return contents of the ZIP End of Central Directory record and the record's offset in the 50 * file or {@code null} if the file does not contain the record. 56 // ZIP End of Central Directory (EOCD) record is located at the very end of the ZIP archive. 57 // The record can be identified by its 4-byte signature/magic which is located at the very 58 // beginning of the record. A complication is that the record is variable-length because of 60 // The algorithm for locating the ZIP EOCD record is as follows. We search backwards from 61 // end of the buffer for the EOCD record signature. Whenever we find a signature, we chec [all...] |
/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...] |