/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
BitcodeReader.cpp | 345 /// ConvertToString - Convert a string from a record into an std::string, return 348 static bool ConvertToString(SmallVector<uint64_t, 64> &Record, unsigned Idx, 350 if (Idx > Record.size()) 353 for (unsigned i = Idx, e = Record.size(); i != e; ++i) 354 Result += (char)Record[i]; 755 SmallVector<uint64_t, 64> Record; 769 case BitstreamEntry::Record: 774 // Read a record. 775 Record.clear(); 776 switch (Stream.readRecord(Entry.ID, Record)) { [all...] |
/external/chromium_org/ash/ |
multi_profile_uma.h | 57 // Record the type of user (multi profile) session. 60 // Record signing in a new user and what UI path was taken. 63 // Record switching the active user and what UI path was taken. 66 // Record the type of window which got teleported to another desk. 69 // Record the way and how many times a window got teleported to another desk. 72 // Record number of users joined into a session. Called every time a user gets 76 // Record a discarded tab in the number of running users bucket.
|
/external/chromium_org/sync/util/ |
extensions_activity.h | 18 // A storage to record usage of extensions APIs to send to sync 24 // A data record of activity performed by extension |extension_id|. 25 struct SYNC_EXPORT Record { 26 Record(); 27 ~Record(); 30 // for the activity reported in this Record. 38 typedef std::map<std::string, Record> Records;
|
/external/chromium_org/content/browser/appcache/ |
appcache_database_unittest.cc | 271 AppCacheDatabase::CacheRecord record; local 272 EXPECT_FALSE(db.FindCache(1, &record)); 274 record.cache_id = 1; 275 record.group_id = 1; 276 record.online_wildcard = true; 277 record.update_time = kZeroTime; 278 record.cache_size = 100; 279 EXPECT_TRUE(db.InsertCache(&record)); 280 EXPECT_FALSE(db.InsertCache(&record)); 282 record = kZeroRecord 323 AppCacheDatabase::GroupRecord record; local 457 AppCacheDatabase::NamespaceRecord record; local 564 AppCacheDatabase::OnlineWhiteListRecord record; local [all...] |
/external/smack/src/org/xbill/DNS/ |
RRset.java | 11 * @see Record 37 /** Creates an RRset and sets its contents to the specified record */ 39 RRset(Record record) { 41 safeAddRR(record); 55 safeAddRR(Record r) { 67 /** Adds a Record to an RRset */ 69 addRR(Record r) { 74 Record first = first(); 76 throw new IllegalArgumentException("record does not match " [all...] |
/external/chromium_org/content/public/browser/ |
notification_registrar.cc | 14 struct NotificationRegistrar::Record { 15 bool operator==(const Record& other) const; 22 bool NotificationRegistrar::Record::operator==(const Record& other) const { 50 Record record = { observer, type, source }; local 51 registered_.push_back(record); 61 Record record = { observer, type, source }; local 63 registered_.begin(), registered_.end(), record); 108 Record record = { observer, type, source }; local [all...] |
/external/chromium_org/net/dns/ |
mdns_cache.h | 25 // record expiration. 28 // Key type for the record map. It is a 3-tuple of type, name and optional 45 // Create the cache key corresponding to |record|. 46 static Key CreateFor(const RecordParsed* record); 65 // Return value indicates whether the record was added, changed 68 UpdateType UpdateDnsRecord(scoped_ptr<const RecordParsed> record); 70 // Check cache for record with key |key|. Return the record if it exists, or 82 // record. 86 // Returns a time less than or equal to the next time a record will expire [all...] |
/external/chromium_org/chrome/browser/sync/ |
abstract_profile_sync_service_test.cc | 25 syncer::ChangeRecord record; local 26 record.action = action; 27 record.id = node_id; 28 syncer::ChangeRecordList records(1, record); 36 syncer::ChangeRecord record; local 37 record.action = syncer::ChangeRecord::ACTION_DELETE; 38 record.id = node_id; 39 record.specifics = specifics; 40 syncer::ChangeRecordList records(1, record);
|
/external/chromium-trace/trace-viewer/src/tracing/ |
record_selection_dialog.html | 7 <template id="record-selection-dialog-template"> 8 <div class="record-selection-dialog"> 13 <div>Record Categories</div> 35 <button class="record-categories">Record</button>
|
/external/chromium_org/tools/gn/ |
builder_record.cc | 63 void BuilderRecord::AddDep(BuilderRecord* record) { 64 all_deps_.insert(record); 65 if (!record->resolved()) { 66 unresolved_deps_.insert(record); 67 record->waiting_on_resolution_.insert(this);
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
common-cmds.h | 9 {"annotate", "Read perf.data (created by perf record) and display annotated code"}, 22 {"record", "Run a command and record its profile into perf.data"}, 23 {"report", "Read perf.data (created by perf record) and display the profile"}, 25 {"script", "Read perf.data (created by perf record) and display trace output"},
|
/external/skia/dm/ |
DMRecordTask.cpp | 31 // Record into an SkRecord. 32 SkRecord record; local 33 SkRecorder recorder(&record, fReference.width(), fReference.height()); 44 SkRecordOptimize(&record); 51 SkRecordDraw(record, &target);
|
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
SystemMediaRouteProvider.java | 266 SystemRouteRecord record = mSystemRouteRecords.get(index); local 267 return new SystemRouteController(record.mRouteObj); 322 SystemRouteRecord record = new SystemRouteRecord(routeObj, id); local 323 updateSystemRouteDescriptor(record); 324 mSystemRouteRecords.add(record); 364 SystemRouteRecord record = mSystemRouteRecords.get(index); local 365 updateSystemRouteDescriptor(record); 376 SystemRouteRecord record = mSystemRouteRecords.get(index); local 378 if (newVolume != record.mRouteDescriptor.getVolume()) { 379 record.mRouteDescriptor 406 SystemRouteRecord record = mSystemRouteRecords.get(index); local 434 UserRouteRecord record = getUserRouteRecord(routeObj); local 442 UserRouteRecord record = getUserRouteRecord(routeObj); local 453 UserRouteRecord record = new UserRouteRecord(route, routeObj); local 467 SystemRouteRecord record = mSystemRouteRecords.get(index); local 480 UserRouteRecord record = mUserRouteRecords.remove(index); local 493 UserRouteRecord record = mUserRouteRecords.get(index); local 510 UserRouteRecord record = mUserRouteRecords.get(index); local 516 SystemRouteRecord record = mSystemRouteRecords.get(index); local 723 SystemRouteRecord record = mSystemRouteRecords.get(index); local [all...] |
/external/clang/test/Layout/ |
ms-x86-alias-avoidance-padding.cpp | 1 // RUN: %clang_cc1 -fno-rtti -emit-llvm-only -triple i686-pc-win32 -fdump-record-layouts -fsyntax-only %s 2>/dev/null \ 3 // RUN: %clang_cc1 -fno-rtti -emit-llvm-only -triple x86_64-pc-win32 -fdump-record-layouts -fsyntax-only %s 2>/dev/null \ 48 // CHECK: *** Dumping AST Record Layout 49 // CHECK: *** Dumping AST Record Layout 50 // CHECK: *** Dumping AST Record Layout 51 // CHECK: *** Dumping AST Record Layout 52 // CHECK: *** Dumping AST Record Layout 53 // CHECK: *** Dumping AST Record Layout 54 // CHECK: *** Dumping AST Record Layout 55 // CHECK: *** Dumping AST Record Layou [all...] |
/external/clang/lib/Serialization/ |
ASTReader.cpp | 526 // Detailed record is important since it is used for the module cache hash. [all...] |
/external/chromium_org/third_party/leveldatabase/src/db/ |
log_reader.cc | 47 // Skip to start of first block that can contain the initial record 59 bool Reader::ReadRecord(Slice* record, std::string* scratch) { 67 record->clear(); 69 // Record offset of the logical record that we're reading 81 // it could emit an empty kFirstType record at the tail end 82 // of a block followed by a kFullType or kFirstType record 87 ReportCorruption(scratch->size(), "partial record without end(1)"); 92 *record = fragment; 99 // it could emit an empty kFirstType record at the tail en [all...] |
/libcore/luni/src/main/java/java/util/logging/ |
Logger.java | 78 LogRecord record = new LogRecord(level, message); 79 record.setLoggerName(source.name); 80 source.setResourceBundle(record); 81 source.log(record); 660 private void setResourceBundle(LogRecord record) { 664 record.setResourceBundle(p.resourceBundle); 665 record.setResourceBundleName(resourceBundleName); 672 * Logs a message indicating that a method has been entered. A log record 686 LogRecord record = new LogRecord(Level.FINER, "ENTRY"); local 687 record.setLoggerName(this.name) 712 LogRecord record = new LogRecord(Level.FINER, "ENTRY" + " {0}"); local 748 LogRecord record = new LogRecord(Level.FINER, msg); local 772 LogRecord record = new LogRecord(Level.FINER, "RETURN"); local 797 LogRecord record = new LogRecord(Level.FINER, "RETURN" + " {0}"); local 825 LogRecord record = new LogRecord(Level.FINER, "THROW"); local 943 LogRecord record = new LogRecord(logLevel, msg); local 966 LogRecord record = new LogRecord(logLevel, msg); local 990 LogRecord record = new LogRecord(logLevel, msg); local 1062 LogRecord record = new LogRecord(logLevel, msg); local 1091 LogRecord record = new LogRecord(logLevel, msg); local 1121 LogRecord record = new LogRecord(logLevel, msg); local 1151 LogRecord record = new LogRecord(logLevel, msg); local 1183 LogRecord record = new LogRecord(logLevel, msg); local 1223 LogRecord record = new LogRecord(logLevel, msg); local 1264 LogRecord record = new LogRecord(logLevel, msg); local 1305 LogRecord record = new LogRecord(logLevel, msg); local [all...] |
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ |
UmaBridge.java | 8 * Static methods to record user actions. 17 * Record that the user opened the menu. 24 * Record that the user opened the menu through software menu button.
|
/external/chromium_org/third_party/skia/src/core/ |
SkRecording.cpp | 8 #include "../../include/record/SkRecording.h" 17 SkPlayback::SkPlayback(const SkRecord* record) : fRecord(record) {}
|
/external/chromium_org/third_party/skia/tests/ |
RecordTestUtils.h | 21 // Assert that the ith command in record is of type T, and return it. 23 static const T* assert_type(skiatest::Reporter* r, const SkRecord& record, unsigned index) { 25 record.visit<void>(index, reader);
|
/external/chromium_org/third_party/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/clang/test/PCH/ |
chain-macro-override.c | 2 // RUN: %clang_cc1 -include %S/Inputs/chain-macro-override1.h -include %S/Inputs/chain-macro-override2.h -fsyntax-only -verify -detailed-preprocessing-record %s 5 // RUN: %clang_cc1 -emit-pch -o %t1 %S/Inputs/chain-macro-override1.h -detailed-preprocessing-record 6 // RUN: %clang_cc1 -emit-pch -o %t2 %S/Inputs/chain-macro-override2.h -include-pch %t1 -detailed-preprocessing-record
|
/external/mdnsresponder/mDNSPosix/ |
Services.txt | 5 # Blank lines indicate the end of a service record specification. 11 # The record format is: 16 # <zero or more strings for the text record, one string per line>
|
/external/skia/src/core/ |
SkRecording.cpp | 8 #include "../../include/record/SkRecording.h" 17 SkPlayback::SkPlayback(const SkRecord* record) : fRecord(record) {}
|
/external/skia/tests/ |
RecordTestUtils.h | 21 // Assert that the ith command in record is of type T, and return it. 23 static const T* assert_type(skiatest::Reporter* r, const SkRecord& record, unsigned index) { 25 record.visit<void>(index, reader);
|