/external/valgrind/memcheck/tests/ |
leak-cycle.stderr.exp | 5 48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ... 11 48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ... 17 96 (16 direct, 80 indirect) bytes in 1 blocks are definitely lost in loss record ... of ... 23 96 (16 direct, 80 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
|
/external/valgrind/memcheck/tests/solaris/ |
ldynsym.stderr.exp | 1 10 bytes in 1 blocks are definitely lost in loss record ... of ...
|
/frameworks/base/media/tests/ScoAudioTest/res/values/ |
strings.xml | 5 <string name="record_name">Record</string>
|
/frameworks/base/services/core/java/com/android/server/notification/ |
RankingReconsideration.java | 92 * Apply any computed changes to the notification record. This method will be 94 * @param record The locked record to be updated. 96 public abstract void applyChangesLocked(NotificationRecord record);
|
/libcore/ojluni/src/main/java/sun/security/ssl/ |
InputRecord.java | 57 class InputRecord extends ByteArrayInputStream implements Record { 73 /* The existing record length */ 80 * Construct the record to hold the maximum sized input record. 108 // return whether the data in this record is valid, decrypted data 118 * Return the content type of the record. 126 * record marking layer. This is where we're guaranteed to see those 159 // so we just send bad record MAC. We also need to make 179 reservedBPE = new BadPaddingException("bad record"); 197 reservedBPE = new BadPaddingException("bad record MAC") [all...] |
/packages/apps/Tag/src/com/android/apps/tag/record/ |
TextRecord.java | 17 package com.android.apps.tag.record; 38 * An NFC Text Record 80 public static TextRecord parse(NdefRecord record) { 81 Preconditions.checkArgument(record.getTnf() == NdefRecord.TNF_WELL_KNOWN); 82 Preconditions.checkArgument(Arrays.equals(record.getType(), NdefRecord.RTD_TEXT)); 85 byte[] payload = record.getPayload(); 90 * the NFC Forum "Text Record Type Definition" section 3.2.1. 119 public static boolean isText(NdefRecord record) { 121 parse(record);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
adfs_fs.h | 8 * Disc Record at disc address 0xc00
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
adfs_fs.h | 8 * Disc Record at disc address 0xc00
|
audit.h | 79 #define AUDIT_DAEMON_START 1200 /* Daemon startup record */ 80 #define AUDIT_DAEMON_END 1201 /* Daemon normal stop record */ 81 #define AUDIT_DAEMON_ABORT 1202 /* Daemon error stop record */ 87 #define AUDIT_IPC 1303 /* IPC record */ 93 #define AUDIT_IPC_SET_PERM 1311 /* IPC new permissions record type */ 94 #define AUDIT_MQ_OPEN 1312 /* POSIX MQ open record type */ 95 #define AUDIT_MQ_SENDRECV 1313 /* POSIX MQ send/receive record type */ 96 #define AUDIT_MQ_NOTIFY 1314 /* POSIX MQ notify record type */ 97 #define AUDIT_MQ_GETSETATTR 1315 /* POSIX MQ get/set attribute record type */ 99 #define AUDIT_FD_PAIR 1317 /* audit record for pipe/socketpair * [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/ |
test_skipping.py | 60 record.append(1) 61 record = [] 67 self.assertEqual(record, []) 73 record.append(1) 76 record = [] 82 self.assertEqual(record, []) 88 record.append(1) 91 record = [] 97 self.assertEqual(record, [])
|
/prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/ |
test_skipping.py | 60 record.append(1) 61 record = [] 67 self.assertEqual(record, []) 73 record.append(1) 76 record = [] 82 self.assertEqual(record, []) 88 record.append(1) 91 record = [] 97 self.assertEqual(record, [])
|
/prebuilts/go/darwin-x86/test/ |
runtime.go | 10 // the compiler doesn't even record the lower case
|
/prebuilts/go/linux-x86/test/ |
runtime.go | 10 // the compiler doesn't even record the lower case
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/ |
test_skipping.py | 60 record.append(1) 61 record = [] 67 self.assertEqual(record, []) 73 record.append(1) 76 record = [] 82 self.assertEqual(record, []) 88 record.append(1) 91 record = [] 97 self.assertEqual(record, [])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/ |
test_skipping.py | 60 record.append(1) 61 record = [] 67 self.assertEqual(record, []) 73 record.append(1) 76 record = [] 82 self.assertEqual(record, []) 88 record.append(1) 91 record = [] 97 self.assertEqual(record, [])
|
/system/extras/simpleperf/ |
record_file_test.cpp | 28 #include "record.h" 54 // Write to a record file. 78 // Read from a record file. 89 std::vector<std::unique_ptr<Record>> records = reader->DataSection(); 102 // Write to a record file. 125 // Read from a record file. 128 std::vector<std::unique_ptr<Record>> records = reader->DataSection(); 138 // Write to a record file. 150 // Read from a record file.
|
/toolchain/binutils/binutils-2.25/include/vms/ |
emh.h | 26 #define EMH__C_MHD 0 /* Main header record. */ 37 /* Record type. */ 40 /* Record size. */ 65 #define EOBJ__C_MAXRECSIZ 8192 /* Maximum legal record size. */
|
/external/llvm/utils/TableGen/ |
CodeGenInstruction.h | 26 class Record; 68 Record *Rec; 108 OperandInfo(Record *R, const std::string &N, const std::string &PMN, 127 CGIOperandList(Record *D); 129 Record *TheDef; // The actual record containing this OperandList. 137 /// type (which is a record). 209 Record *TheDef; // The actual record defining this instruction. 222 std::vector<Record*> ImplicitDefs, ImplicitUses [all...] |
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-srec/ |
srec.exp | 22 # Get the offset from an S-record line to the start of the data. 36 # See if an S-record line contains only zero data. 54 # Get the address of an S-record line. 66 # Get the number of data bytes in an S-record line. 76 # Extract bytes from an S-record line. 90 # See if a range of bytes in an S-record line is all zeroes. 96 # Trim an S-record line such that the specified number of bytes remain 119 # Report failure when comparing S-record lines 126 # Compare S-record files. We don't want to fuss about things like 236 # to force both the normal link and the S-record link to be put i [all...] |
/external/clang/utils/TableGen/ |
ClangAttrEmitter.cpp | 20 #include "llvm/TableGen/Record.h" 40 explicit FlattenedSpelling(const Record &Spelling) : 60 GetFlattenedSpellings(const Record &Attr) { 61 std::vector<Record *> Spellings = Attr.getValueAsListOfDefs("Spellings"); 80 + std::string(type, 0, type.size()-1) + ">(F, Record[Idx++])") 81 .Case("TypeSourceInfo *", "GetTypeSourceInfo(F, Record, Idx)") 83 .Case("IdentifierInfo *", "GetIdentifierInfo(F, Record, Idx)") 84 .Case("std::string", "ReadString(Record, Idx)") 85 .Default("Record[Idx++]"); 92 ", Record);\n" [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
IccPhoneBookInterfaceManager.java | 72 // recordSize[0] is the record length 77 " #record " + mRecordSize[2]); 141 * Replace oldAdn with newAdn in ADN-like record in EF 145 * if set in the ADN record is ignored. 152 * empty record, aka, insert new record 156 * record with empty one, aka, delete old record 199 * Update an ADN-like EF record by record inde [all...] |
/libcore/ojluni/src/main/java/java/util/logging/ |
MemoryHandler.java | 48 * <tt>LogRecord</tt> and calls <tt>push</tt> if a record matches some 170 * method is called to check if the given log record is loggable. 171 * If not we return. Otherwise the given record is copied into 172 * an internal circular buffer. Then the record's level property is 178 * @param record description of the log event. A null record is 181 public synchronized void publish(LogRecord record) { 182 if (!isLoggable(record)) { 186 buffer[ix] = record; 193 if (record.getLevel().intValue() >= pushLevel.intValue()) 206 LogRecord record = buffer[ix]; local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
fcntl.h | 79 # define F_GETLK 5 /* Get record locking info. */ 80 # define F_SETLK 6 /* Set record locking info (non-blocking). */ 81 # define F_SETLKW 7 /* Set record locking info (blocking). */ 83 # define F_GETLK64 5 /* Get record locking info. */ 84 # define F_SETLK64 6 /* Set record locking info (non-blocking). */ 85 # define F_SETLKW64 7 /* Set record locking info (blocking). */ 88 # define F_GETLK 5 /* Get record locking info. */ 89 # define F_SETLK 6 /* Set record locking info (non-blocking). */ 90 # define F_SETLKW 7 /* Set record locking info (blocking). */ 92 # define F_GETLK F_GETLK64 /* Get record locking info. * [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
fcntl.h | 83 # define F_GETLK 5 /* Get record locking info. */ 84 # define F_SETLK 6 /* Set record locking info (non-blocking). */ 85 # define F_SETLKW 7 /* Set record locking info (blocking). */ 87 # define F_GETLK64 5 /* Get record locking info. */ 88 # define F_SETLK64 6 /* Set record locking info (non-blocking). */ 89 # define F_SETLKW64 7 /* Set record locking info (blocking). */ 92 # define F_GETLK 5 /* Get record locking info. */ 93 # define F_SETLK 6 /* Set record locking info (non-blocking). */ 94 # define F_SETLKW 7 /* Set record locking info (blocking). */ 96 # define F_GETLK F_GETLK64 /* Get record locking info. * [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
AudioNativeTest.java | 183 AudioRecordNative record = new AudioRecordNative(); local 184 doRecordTest(record, TEST_CHANNELS, TEST_SR, TEST_FLOAT, 195 AudioRecordNative record = new AudioHelper.AudioRecordAuditNative(); local 196 doRecordTest(record, 4 /* numChannels */, 44100 /* sampleRate */, false /* useFloat */, 262 private void doRecordTest(AudioRecordNative record, 268 assertTrue(TEST_NAME, record.open(numChannels, sampleRate, useFloat, 270 assertTrue(TEST_NAME, record.start()); 279 record.read(data, 0 /* offset */, sourceSamples, 286 record.read(data, 0 /* offset */, sourceSamples, 290 assertTrue(TEST_NAME, record.stop()) [all...] |