/external/skia/tools/tests/benchalerts/Perf-Android-Nexus7-Tegra3-Arm7-Release/output-expected/ |
stderr | 5 http://go/skpdash/#15~desk_blogger~Perf-Android-Nexus7-Tegra3-Arm7-Release~record 7 http://go/skpdash/#15~desk_amazon~Perf-Android-Nexus7-Tegra3-Arm7-Release~record 11 http://go/skpdash/#15~desk_baidu~Perf-Android-Nexus7-Tegra3-Arm7-Release~record
|
/external/smack/src/org/xbill/DNS/ |
AFSDBRecord.java | 6 * AFS Data Base Record - maps a domain name to the name of an AFS cell 19 Record 25 * Creates an AFSDB Record from the given data.
|
DHCIDRecord.java | 14 public class DHCIDRecord extends Record { 22 Record 28 * Creates an DHCID Record from the given data
|
MDRecord.java | 6 * Mail Destination Record - specifies a mail agent which delivers mail 18 Record 24 * Creates a new MD Record with the given data
|
MFRecord.java | 6 * Mail Forwarder Record - specifies a mail agent which forwards mail 18 Record 24 * Creates a new MF Record with the given data
|
MGRecord.java | 6 * Mail Group Record - specifies a mailbox which is a member of a mail group. 17 Record 23 * Creates a new MG Record with the given data
|
MRRecord.java | 6 * Mailbox Rename Record - specifies a rename of a mailbox. 17 Record 23 * Creates a new MR Record with the given data
|
RTRecord.java | 6 * Route Through Record - lists a route preference and intermediate host. 17 Record 23 * Creates an RT Record from the given data
|
SPFRecord.java | 19 Record 25 * Creates a SPF Record from the given data 35 * Creates a SPF Record from the given data
|
TXTRecord.java | 19 Record 25 * Creates a TXT Record from the given data 35 * Creates a TXT Record from the given data
|
EmptyRecord.java | 14 class EmptyRecord extends Record { 20 Record
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
nfc_debug.css | 36 #ndef-record-form { 46 #ndef-record-form input { 72 div.record-key-value-div { 76 span.record-key-span, 77 div.record-key-div { 83 .record-value-div > * {
|
/external/chromium_org/third_party/skia/tools/ |
dump_record.cpp | 26 static void dump(const char* name, int w, int h, const SkRecord& record) { 35 DumpRecord(record, &canvas, FLAGS_timeWithCommand); 63 SkRecord record; local 64 SkRecorder canvas(&record, w, h); 68 SkRecordOptimize(&record); 71 dump(FLAGS_skps[i], w, h, record);
|
DumpRecord.h | 14 * Draw the record to the supplied canvas via SkRecords::Draw, while 20 void DumpRecord(const SkRecord& record,
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/ |
perf-mem.txt | 11 'perf mem' [<options>] (record [<command>] | report) 15 "perf mem -t <TYPE> record" runs a command and gathers memory operation data 16 from it, into perf.data. Perf record options are accepted and are passed through. 43 option can be passed in record mode. It will be interpreted the same way as perf 44 record. 48 linkperf:perf-record[1], linkperf:perf-report[1]
|
/external/skia/tools/ |
dump_record.cpp | 26 static void dump(const char* name, int w, int h, const SkRecord& record) { 35 DumpRecord(record, &canvas, FLAGS_timeWithCommand); 62 SkRecord record; local 63 SkRecorder canvas(&record, w, h); 67 SkRecordOptimize(&record); 70 dump(FLAGS_skps[i], w, h, record);
|
DumpRecord.h | 14 * Draw the record to the supplied canvas via SkRecords::Draw, while 20 void DumpRecord(const SkRecord& record,
|
/external/chromium_org/cloud_print/gcp20/prototype/ |
dns_packet_parser.h | 13 // Parsed response record. 41 // Parses the next query record into |record|. Returns true if succeeded. 42 bool ReadRecord(DnsQueryRecord* record); 44 // Parses the next resource record into |record|. Returns true if succeeded. 45 bool ReadRecord(net::DnsResourceRecord* record) { 46 return record_parser_.ReadRecord(record);
|
/external/chromium_org/printing/ |
emf_win.h | 37 class Record; 41 // Generates a virtual HDC that will record every GDI commands and compile 49 // Generates a new metafile that will record every GDI command, and will 107 // Playbacks safely one EMF record. 110 const ENHMETARECORD* record, 133 // One EMF record. It keeps pointers to the EMF buffer held by Emf::emf_. 135 class PRINTING_EXPORT Emf::Record { 137 // Plays the record. 140 // Plays the record working around quirks with SetLayout, 144 // Access the underlying EMF record 145 const ENHMETARECORD* record() const { return record_; } function in class:printing::Emf::Record [all...] |
/external/chromium_org/third_party/webrtc/tools/loopback_test/ |
README | 11 How to record: 12 You can use record-test.sh to get a tcpdump of a test run.
|
/external/clang/test/Layout/ |
ms-x86-pack-and-align.cpp | 1 // RUN: %clang_cc1 -fno-rtti -emit-llvm-only -triple i686-pc-win32 -fdump-record-layouts -fsyntax-only %s 2>&1 \ 3 // RUN: %clang_cc1 -fno-rtti -emit-llvm-only -triple x86_64-pc-win32 -fdump-record-layouts -fsyntax-only %s 2>/dev/null \ 38 // CHECK: *** Dumping AST Record Layout 39 // CHECK: *** Dumping AST Record Layout 49 // CHECK-X64: *** Dumping AST Record Layout 50 // CHECK-X64: *** Dumping AST Record Layout 71 // CHECK: *** Dumping AST Record Layout 72 // CHECK: *** Dumping AST Record Layout 82 // CHECK-X64: *** Dumping AST Record Layout 83 // CHECK-X64: *** Dumping AST Record Layou [all...] |
ms-x86-size-alignment-fail.cpp | 1 // RUN: %clang_cc1 -fno-rtti -emit-llvm-only -triple i686-pc-win32 -fdump-record-layouts %s 2>/dev/null \ 3 // RUN: %clang_cc1 -fno-rtti -emit-llvm-only -triple x86_64-pc-win32 -fdump-record-layouts %s 2>/dev/null \ 13 // CHECK: *** Dumping AST Record Layout 14 // CHECK: *** Dumping AST Record Layout 21 // CHECK-X64: *** Dumping AST Record Layout 22 // CHECK-X64: *** Dumping AST Record Layout 32 // CHECK: *** Dumping AST Record Layout 39 // CHECK-X64: *** Dumping AST Record Layout 49 // CHECK: *** Dumping AST Record Layout 57 // CHECK-X64: *** Dumping AST Record Layou [all...] |
/external/clang/test/PCH/ |
chain-macro.c | 1 // RUN: %clang_cc1 -emit-pch -o %t1 -detailed-preprocessing-record %S/Inputs/chain-macro1.h 2 // RUN: %clang_cc1 -emit-pch -o %t2 -detailed-preprocessing-record %S/Inputs/chain-macro2.h -include-pch %t1
|
/external/libnfc-nci/src/nfc/ndef/ |
ndef_cho_utils.c | 43 /* Handover Request Record Type */ 46 /* Handover Select Record Type */ 52 /* Collision Resolution Record Type */ 55 /* Alternative Carrier Record Type */ 58 /* Error Record Type */ 71 ** Description This function creates Handover Request Record with version. 83 /* Add record with version */ 95 ** Description This function creates Handover Select Record with version. 107 /* Add record with version */ 119 ** Description This function adds Handover Carrier Record [all...] |
/frameworks/base/services/core/java/com/android/server/notification/ |
NotificationIntrusivenessExtractor.java | 39 public RankingReconsideration process(NotificationRecord record) { 40 if (record == null || record.getNotification() == null) { 45 final Notification notification = record.getNotification(); 51 record.setRecentlyIntusive(true); 54 return new RankingReconsideration(record.getKey(), HANG_TIME_MS) { 61 public void applyChangesLocked(NotificationRecord record) { 62 record.setRecentlyIntusive(false);
|