/external/clang/test/Layout/ |
ms-x86-aligned-tail-padding.cpp | 1 // RUN: %clang_cc1 -fno-rtti -emit-llvm-only -triple i686-pc-win32 -fms-extensions -fdump-record-layouts -fsyntax-only %s 2>/dev/null \ 3 // RUN: %clang_cc1 -fno-rtti -emit-llvm-only -triple x86_64-pc-win32 -fms-extensions -fdump-record-layouts -fsyntax-only %s 2>/dev/null \ 77 // CHECK: *** Dumping AST Record Layout 78 // CHECK: *** Dumping AST Record Layout 79 // CHECK: *** Dumping AST Record Layout 80 // CHECK: *** Dumping AST Record Layout 81 // CHECK: *** Dumping AST Record Layout 95 // CHECK-X64: *** Dumping AST Record Layout 96 // CHECK-X64: *** Dumping AST Record Layout 97 // CHECK-X64: *** Dumping AST Record Layou [all...] |
ms-x86-lazy-empty-nonvirtual-base.cpp | 1 // RUN: %clang_cc1 -fno-rtti -emit-llvm-only -triple i686-pc-win32 -fms-extensions -fdump-record-layouts -fsyntax-only %s 2>/dev/null \ 3 // RUN: %clang_cc1 -fno-rtti -emit-llvm-only -triple x86_64-pc-win32 -fms-extensions -fdump-record-layouts -fsyntax-only %s 2>/dev/null \ 34 // CHECK: *** Dumping AST Record Layout 35 // CHECK: *** Dumping AST Record Layout 36 // CHECK: *** Dumping AST Record Layout 37 // CHECK: *** Dumping AST Record Layout 47 // CHECK-X64: *** Dumping AST Record Layout 48 // CHECK-X64: *** Dumping AST Record Layout 49 // CHECK-X64: *** Dumping AST Record Layout 50 // CHECK-X64: *** Dumping AST Record Layou [all...] |
ms-x86-pack-and-align.cpp | 1 // RUN: %clang_cc1 -fno-rtti -emit-llvm-only -triple i686-pc-win32 -fms-extensions -fdump-record-layouts -fsyntax-only -Wno-inaccessible-base %s 2>&1 \ 3 // RUN: %clang_cc1 -fno-rtti -emit-llvm-only -triple x86_64-pc-win32 -fms-extensions -fdump-record-layouts -fsyntax-only -Wno-inaccessible-base %s 2>/dev/null \ 38 // CHECK: *** Dumping AST Record Layout 39 // CHECK: *** Dumping AST Record Layout 47 // CHECK-X64: *** Dumping AST Record Layout 48 // CHECK-X64: *** Dumping AST Record Layout 67 // CHECK: *** Dumping AST Record Layout 68 // CHECK: *** Dumping AST Record Layout 78 // CHECK-X64: *** Dumping AST Record Layout 79 // CHECK-X64: *** Dumping AST Record Layou [all...] |
ms-x86-member-pointers.cpp | 1 // RUN: %clang_cc1 -fno-rtti -emit-llvm-only -triple i686-pc-win32 -fdump-record-layouts -fms-extensions -fsyntax-only %s 2>&1 | FileCheck %s 17 // CHECK: *** Dumping AST Record Layout 24 // CHECK: *** Dumping AST Record Layout 31 // CHECK: *** Dumping AST Record Layout 38 // CHECK: *** Dumping AST Record Layout 45 // CHECK: *** Dumping AST Record Layout 52 // CHECK: *** Dumping AST Record Layout 59 // CHECK: *** Dumping AST Record Layout 66 // CHECK: *** Dumping AST Record Layout
|
/external/avahi/avahi-core/ |
cache.c | 44 t = avahi_hashmap_lookup(c->hashmap, e->record->key); 47 avahi_hashmap_replace(c->hashmap, t->record->key, t); 49 avahi_hashmap_remove(c->hashmap, e->record->key); 57 avahi_multicast_lookup_engine_notify(c->server->multicast_lookup_engine, c->interface, e->record, AVAHI_BROWSER_REMOVE); 59 avahi_record_unref(e->record); 127 if (avahi_key_pattern_match(pattern, e->record->key)) 151 if (avahi_record_equal_no_ttl(e->record, userdata)) 174 /* txt = avahi_record_to_string(e->record); */ 215 if (avahi_querier_shall_refresh_cache(e->cache->interface, e->record->key)) 216 avahi_interface_post_query(e->cache->interface, e->record->key, 0, NULL) [all...] |
/system/extras/simpleperf/ |
cmd_record.cpp | 37 #include "record.h" 67 "record", "record sampling info in perf.data", 68 "Usage: simpleperf record [options] [command [command-args]]\n" 104 " Don't record created child threads/processes.\n" 108 " -o record_file_name Set record file name, default is perf.data.\n" 110 " Record events on existing processes. Mutually exclusive with -a.\n" 117 " Record events on existing threads. Mutually exclusive with -a.\n"), 149 bool ProcessRecord(Record* record); 583 CommRecord record = CreateCommRecord(*attr, thread.pid, thread.tid, thread.comm); local 596 MmapRecord record = local [all...] |
/libcore/ojluni/src/main/java/sun/security/ssl/ |
Record.java | 37 interface Record { 39 * There are four SSL record types, which are part of the interface 40 * to this level (along with the maximum record size) 50 static final int headerSize = 5; // SSLv3 record header 58 * SSL has a maximum record size. It's header, (compressed) data, 79 - ( // max one byte record size 88 * The maximum large record size. 93 * The maximum large record size is defined as maxRecordSize plus 2^14, 102 * Maximum record size for alert and change cipher spec records.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/ |
ftp.h | 71 #define STRU_F 1 /* file (no record structure) */ 72 #define STRU_R 2 /* record structure */ 75 char *strunames[] = {"0", "File", "Record", "Page" }; 89 * Record Tokens 91 #define REC_ESC '\377' /* Record-mode Escape */ 92 #define REC_EOR '\001' /* Record-mode End-of-Record */ 93 #define REC_EOF '\002' /* Record-mode End-of-File */ 98 #define BLK_EOR 0x80 /* Block is End-of-Record */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/ |
ftp.h | 71 #define STRU_F 1 /* file (no record structure) */ 72 #define STRU_R 2 /* record structure */ 75 char *strunames[] = {"0", "File", "Record", "Page" }; 89 * Record Tokens 91 #define REC_ESC '\377' /* Record-mode Escape */ 92 #define REC_EOR '\001' /* Record-mode End-of-Record */ 93 #define REC_EOF '\002' /* Record-mode End-of-File */ 98 #define BLK_EOR 0x80 /* Block is End-of-Record */
|
/system/bt/conf/ |
bt_did.conf | 4 # Primary Record - true or false (default) 5 # There can be only one primary record 8 # Vendor ID '0xFFFF' indicates no Device ID Service Record is present in the device 33 # Primary Record - true or false (default) 34 # There can be only one primary record 37 # Vendor ID '0xFFFF' indicates no Device ID Service Record is present in the device 62 # Primary Record - true or false (default) 63 # There can be only one primary record 66 # Vendor ID '0xFFFF' indicates no Device ID Service Record is present in the device
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
ScriptData.java | 20 public static class Record 26 Record() 31 Record(int theChar, int theScriptCode) 36 Record(int theStartChar, int theEndChar, int theScriptCode) 58 public int compareTo(Record that) 122 Record v = fRecords[j]; 160 Record record = new Record(it.codepoint, it.codepointEnd, script); local 162 rv.addElement(record); [all...] |
ArabicCharacterData.java | 20 public class Record 42 private Record(int character) 73 records = new Record[charCount]; 78 records[recordIndex++] = new Record(character); 81 public Record getRecord(int index) 112 private Record[] records;
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/ |
PlayReadyHeader.java | 52 PlayReady Record Count WORD 16 68 for (PlayReadyRecord record : records) { 70 size += record.getValue().rewind().limit(); 76 for (PlayReadyRecord record : records) { 77 IsoTypeWriter.writeUInt16BE(byteBuffer, record.type); 78 IsoTypeWriter.writeUInt16BE(byteBuffer, record.getValue().limit()); 79 ByteBuffer tmp4debug = record.getValue(); 117 PlayReadyRecord record; local 122 record = new RMHeader(); 125 record = new DefaulPlayReadyRecord(0x02) [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/ |
SdpManager.java | 398 int size_record, byte[] record) { 409 if(D) Log.d(TAG, "sdpRecordFoundCallback: found a sdp record of size " 411 if(D) Log.d(TAG, "Record:"+ Arrays.toString(record)); 412 sdpRecord = new SdpRecord(size_record, record); 462 Parcelable record, boolean moreResults) { 470 if (record != null) intent.putExtra(BluetoothDevice.EXTRA_SDP_RECORD, record); 502 * Create a server side Message Access Profile Service Record. 503 * Create the record once, and reuse it for all connections [all...] |
/external/clang/lib/Serialization/ |
GlobalModuleIndex.cpp | 45 /// \brief Describes the record types in the index. 149 case llvm::BitstreamEntry::Record: 168 SmallVector<uint64_t, 64> Record; 170 switch ((IndexRecordTypes)Cursor.readRecord(Entry.ID, Record, &Blob)) { 173 if (Record.size() < 1 || Record[0] != CurrentVersion) 179 unsigned ID = Record[Idx++]; 189 Modules[ID].Size = Record[Idx++]; 190 Modules[ID].ModTime = Record[Idx++]; 193 unsigned NameLen = Record[Idx++] [all...] |
/libcore/ojluni/src/main/java/java/util/logging/ |
SimpleFormatter.java | 61 // format string for printing the log record 83 * {@linkplain LogRecord#getMillis event time} of the log record.</li> 96 * associated with the log record and its backtrace 137 * @param record the log record to be formatted. 138 * @return a formatted log record 140 public synchronized String format(LogRecord record) { 141 dat.setTime(record.getMillis()); 143 if (record.getSourceClassName() != null) { 144 source = record.getSourceClassName() [all...] |
/external/e2fsprogs/e2fsck/ |
revoke.c | 22 * + Recovery: during recovery we record the transaction ID of all 39 * latter: journaling a block cancels any revoke record for that block 77 /* Each revoke record represents one single revoked block. During 124 struct jbd_revoke_record_s *record; local 129 record = kmem_cache_alloc(revoke_record_cache, GFP_NOFS); 130 if (!record) 133 record->sequence = seq; 134 record->blocknr = blocknr; 136 list_add(&record->hash, hash_list); 152 /* Find a revoke record in the journal's hash table. * 158 struct jbd_revoke_record_s *record; local 377 struct jbd_revoke_record_s *record; local 441 struct jbd_revoke_record_s *record; local 583 struct jbd_revoke_record_s *record; local 607 struct jbd_revoke_record_s *record; local 626 struct jbd_revoke_record_s *record; local [all...] |
/frameworks/support/v4/java/android/support/v4/app/ |
NotificationManagerCompat.java | 429 for (ListenerRecord record : mRecordMap.values()) { 430 record.taskQueue.add(task); 431 processListenerQueue(record); 436 ListenerRecord record = mRecordMap.get(componentName); local 437 if (record != null) { 438 record.service = INotificationSideChannel.Stub.asInterface(iBinder); 439 record.retryCount = 0; 440 processListenerQueue(record); 445 ListenerRecord record = mRecordMap.get(componentName); local 446 if (record != null) 452 ListenerRecord record = mRecordMap.get(componentName); local [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/ |
mainthread_jank_stats.py | 16 single record. 24 def _ComputeMainthreadJankStatsForRecord(renderer_thread, record): 25 """Computes the mainthread jank stat on a record range. 44 jank_thread_duration = record.GetOverlappedThreadTimeForSlice(s) 84 for record in self._interaction_records: 86 self._renderer_thread, record)
|
/external/v8/test/cctest/ |
test-unbound-queue.cc | 39 typedef int Record; 40 UnboundQueue<Record> cq; 44 Record rec = 0; 52 typedef int Record; 53 UnboundQueue<Record> cq; 61 Record rec = 0;
|
/packages/apps/Tag/src/com/android/apps/tag/record/ |
ImageRecord.java | 17 package com.android.apps.tag.record; 53 public static ImageRecord parse(NdefRecord record) { 54 String mimeType = record.toMimeType(); 61 byte[] content = record.getPayload(); 69 public static boolean isImage(NdefRecord record) { 71 parse(record);
|
/external/llvm/utils/TableGen/ |
CodeGenDAGPatterns.h | 29 class Record; 173 SDTypeConstraint(Record *R); 224 Record *Def; 232 SDNodeInfo(Record *R); // Parse the specified record. 239 Record *getRecord() const { return Def; } 328 /// Operator - The Record for the operator if this is an interior node (not 330 Record *Operator; 332 /// Val - The init value (e.g. the "GPRC" record, or "7") for a leaf. 346 Record *TransformFn [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
oasys.c | 34 oasys_read_record (bfd *abfd, oasys_record_union_type *record) 36 bfd_size_type amt = sizeof (record->header); 38 if (bfd_bread ((void *) record, amt, abfd) != amt) 41 amt = record->header.length - sizeof (record->header); 44 if (bfd_bread ((void *) ((char *) record + sizeof (record->header)), amt, abfd) 51 oasys_string_length (oasys_record_union_type *record) 53 return record->header.length 54 - ((char *) record->symbol.name - (char *) record) 70 oasys_record_union_type record; local 256 oasys_module_table_type record; local 342 oasys_record_union_type record; local 565 oasys_record_union_type record; local [all...] |
/external/compiler-rt/lib/profile/ |
InstrProfData.inc | 25 * macro associated with that structure. Only one field activation record 148 /* Definition of member fields of the function record structure in coverage 179 /* The kind of the value profile record. */ 183 * otherwise the record for this kind won't be emitted. 211 * \brief Read data from this record and save it to Record. 213 void deserializeTo(InstrProfRecord &Record, 246 * of each record is defined by ValueProfRecord type. The number of 255 * given the data stored in Record. 257 static uint32_t getSize(const InstrProfRecord &Record); [all...] |
/external/llvm/include/llvm/ProfileData/ |
InstrProfData.inc | 25 * macro associated with that structure. Only one field activation record 148 /* Definition of member fields of the function record structure in coverage 179 /* The kind of the value profile record. */ 183 * otherwise the record for this kind won't be emitted. 211 * \brief Read data from this record and save it to Record. 213 void deserializeTo(InstrProfRecord &Record, 246 * of each record is defined by ValueProfRecord type. The number of 255 * given the data stored in Record. 257 static uint32_t getSize(const InstrProfRecord &Record); [all...] |