/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/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, [])
|
/external/smack/src/org/xbill/DNS/ |
Zone.java | 114 maybeAddRecord(Record record) throws IOException { 115 int rtype = record.getType(); 116 Name name = record.getName(); 124 addRecord(record); 140 Record record; local 143 while ((record = m.nextRecord()) != null) 144 maybeAddRecord(record); 155 Zone(Name zone, Record [] records) throws IOException 173 Record record = (Record) it.next(); local [all...] |
/external/chromium_org/net/third_party/nss/ssl/ |
SSLerrs.h | 55 "SSL received a record with an incorrect Message Authentication Code.") 82 "SSL received a record with bad block padding.") 85 "SSL received a record that exceeded the maximum permissible length.") 88 "SSL attempted to send a record that exceeded the maximum permissible length.") 124 * Received a malformed (too long or short) SSL record. 127 "SSL received a malformed Change Cipher Spec record.") 130 "SSL received a malformed Alert record.") 133 "SSL received a malformed Handshake record.") 136 "SSL received a malformed Application Data record.") 173 * Received an SSL record that was inappropriate for the state we're in [all...] |
/external/llvm/utils/TableGen/ |
CodeGenInstruction.h | 25 class Record; 67 Record *Rec; 107 OperandInfo(Record *R, const std::string &N, const std::string &PMN, 126 CGIOperandList(Record *D); 128 Record *TheDef; // The actual record containing this OperandList. 136 /// type (which is a record). 208 Record *TheDef; // The actual record defining this instruction. 221 std::vector<Record*> ImplicitDefs, ImplicitUses [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/ |
TimelinePanel.js | 317 this.toggleTimelineButton = new WebInspector.StatusBarButton("", "record-profile-status-bar-item"); 650 WebInspector.userMetrics.TimelineStarted.record(); 690 this.toggleTimelineButton.title = WebInspector.UIString("Record"); [all...] |
TimelineUIUtils.js | 39 * @param {!WebInspector.TimelineModel.Record} record 42 isBeginFrame: function(record) 47 * @param {!WebInspector.TimelineModel.Record} record 50 isProgram: function(record) 63 * @param {!WebInspector.TimelineModel.Record} record 66 isEventDivider: function(record) 71 * @param {!WebInspector.TimelineModel.Record} recor [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
IccPhoneBookInterfaceManager.java | 71 // recordSize[0] is the record length 76 " #record " + mRecordSize[2]); 138 * Replace oldAdn with newAdn in ADN-like record in EF 142 * if set in the ADN record is ignored. 149 * empty record, aka, insert new record 153 * record with empty one, aka, delete old record 195 * Update an ADN-like EF record by record inde [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.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...] |
/external/chromium_org/device/nfc/ |
nfc_ndef_record.cc | 54 VLOG(1) << "Tried to populate record with invalid field: " 87 VLOG(1) << "Populating record with type \"Text\"."; 94 VLOG(1) << "Failed to populate record."; 113 VLOG(1) << "Populating record with type \"SmartPoster\"."; 126 VLOG(1) << "Failed to populate record."; 156 VLOG(1) << "Populating record with type \"URI\"."; 165 VLOG(1) << "Failed to populate record."; 245 void NfcNdefMessage::AddRecord(NfcNdefRecord* record) { 246 records_.push_back(record); 249 bool NfcNdefMessage::RemoveRecord(NfcNdefRecord* record) { [all...] |
/external/chromium_org/net/dns/ |
mdns_client_impl.h | 142 const ListenerKey& key, const RecordParsed* record); 150 // Callback for when a record is removed from the cache. 151 void OnRecordRemoved(const RecordParsed* record); 153 void NotifyNsecRecord(const RecordParsed* record); 221 // Alert the delegate of a record update. 225 // Alert the delegate of the existence of an Nsec record. 265 const RecordParsed* record) OVERRIDE; 277 const RecordParsed* record); 279 // Internal callback for when a cache record is found. 280 void CacheRecordFound(const RecordParsed* record); [all...] |
/external/clang/include/clang/Serialization/ |
ASTWriter.h | 253 /// just after the stmt record. 282 /// record) to the macro IDs. 319 /// record containing modifications to them. 332 /// separate record for these declarations, which are provided to the AST 337 /// record. 481 void WriteAttributes(ArrayRef<const Attr*> Attrs, RecordDataImpl &Record); 509 void AddFunctionDefinition(const FunctionDecl *FD, RecordData &Record); 537 void AddToken(const Token &Tok, RecordDataImpl &Record); 540 void AddSourceLocation(SourceLocation Loc, RecordDataImpl &Record); 543 void AddSourceRange(SourceRange Range, RecordDataImpl &Record); [all...] |
/external/oprofile/opjitconv/ |
parse_dump.c | 25 /* parse a code load record and add the entry to the jitentry list */ 60 /* padding bytes are calculated over the complete record 74 verbprintf(debug, "record total size mismatch\n"); 82 * parse a code unload record. Search for existing record with this code 104 verbprintf(debug,"matching record found\n"); 113 * There is no real parsing here, we just record a pointer to the data, 114 * we will interpret on the fly the record when building the bfd file. 145 verbprintf(debug, "record past end of file\n"); 179 verbprintf(debug, "unknown record type\n") [all...] |
/external/valgrind/main/gdbserver_tests/ |
mcblocklistsearch.stderrB.exp | 15 16 bytes in 1 blocks are still reachable in loss record ... of ... 20 16 bytes in 1 blocks are still reachable in loss record ... of ... 25 16 bytes in 1 blocks are still reachable in loss record ... of ... 30 16 bytes in 1 blocks are indirectly lost in loss record ... of ... 35 16 bytes in 1 blocks are indirectly lost in loss record ... of ... 40 16 bytes in 1 blocks are definitely lost in loss record ... of ... 45 48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ... 51 16 bytes in 1 blocks are definitely lost in loss record ... of ... 58 48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ... 64 0x........[16] indirect loss record [all...] |
/libcore/luni/src/main/java/java/util/logging/ |
MemoryHandler.java | 177 * Put a given {@code LogRecord} into internal buffer. If given record is 179 * Furthermore if the record's level is not less than the push level, the 183 * @param record 184 * the log record 186 @Override public synchronized void publish(LogRecord record) { 187 if (!isLoggable(record)) { 193 buffer[cursor++] = record; 194 if (record.getLevel().intValue() >= push.intValue()) { 217 * @param record 223 public boolean isLoggable(LogRecord record) { [all...] |
/external/llvm/lib/Bitcode/Reader/ |
BitcodeReader.h | 211 InvalidRecord, // A read record doesn't have the expected size or structure 276 /// getValueTypePair - Read a value/type pair out of the specified record from 277 /// slot 'Slot'. Increment Slot past the number of slots used in the record. 279 bool getValueTypePair(SmallVectorImpl<uint64_t> &Record, unsigned &Slot, 281 if (Slot == Record.size()) return true; 282 unsigned ValNo = (unsigned)Record[Slot++]; 291 } else if (Slot == Record.size()) { 295 unsigned TypeNo = (unsigned)Record[Slot++]; 300 /// popValue - Read a value out of the specified record from slot 'Slot'. 301 /// Increment Slot past the number of slots used by the value in the record [all...] |
/external/clang/utils/TableGen/ |
ClangAttrEmitter.cpp | 19 #include "llvm/TableGen/Record.h" 38 explicit FlattenedSpelling(const Record &Spelling) : 56 std::vector<FlattenedSpelling> GetFlattenedSpellings(const Record &Attr) { 57 std::vector<Record *> Spellings = Attr.getValueAsListOfDefs("Spellings"); 77 + std::string(type, 0, type.size()-1) + ">(F, Record[Idx++])") 78 .Case("TypeSourceInfo *", "GetTypeSourceInfo(F, Record, Idx)") 80 .Case("IdentifierInfo *", "GetIdentifierInfo(F, Record, Idx)") 81 .Default("Record[Idx++]"); 88 ", Record);\n") 90 "AddTypeSourceInfo(" + std::string(name) + ", Record);\n" [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/ |
__init__.py | 227 # The logging record 237 using str(msg) % args to create the message field of the record. The 238 record also includes information such as when the record was created, 245 Initialize a logging record with interesting information. 384 %(message)s The result of record.getMessage(), computed just as 385 the record is emitted 404 def formatTime(self, record, datefmt=None): 413 record. Otherwise, the ISO8601 format is used. The resulting 422 ct = self.converter(record.created [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/ |
__init__.py | 227 # The logging record 237 using str(msg) % args to create the message field of the record. The 238 record also includes information such as when the record was created, 245 Initialize a logging record with interesting information. 384 %(message)s The result of record.getMessage(), computed just as 385 the record is emitted 404 def formatTime(self, record, datefmt=None): 413 record. Otherwise, the ISO8601 format is used. The resulting 422 ct = self.converter(record.created [all...] |
/frameworks/base/core/java/android/view/accessibility/ |
AccessibilityEvent.java | 785 AccessibilityRecord record = records.get(i); local 1002 final AccessibilityRecord record = event.mRecords.get(i); local 1052 AccessibilityRecord record = mRecords.remove(0); local 1079 AccessibilityRecord record = AccessibilityRecord.obtain(); local 1134 AccessibilityRecord record = mRecords.get(i); local 1190 final AccessibilityRecord record = getRecord(i); local [all...] |
/external/chromium_org/chrome/browser/bookmarks/ |
bookmark_stats.cc | 24 // In the cases where a bookmark node is provided, record the depth of the 30 // Record |depth - 2| to offset the invisible root node and permanent nodes
|
/external/chromium_org/chrome/browser/profiles/ |
profile_android.h | 38 // Return whether an off the record profile exists. 41 // Whether this profile is off the record.
|
/external/chromium_org/sql/test/ |
scoped_error_ignorer.cc | 38 // Record that the error was seen and ignore it. 46 // Record that the error was seen and ignore it.
|