/external/clang/test/CodeGen/ |
pointer-signext.c | 10 #define CR(Record, TYPE, Field) \ 11 ((TYPE *) ((unsigned char *) (Record) - (unsigned char *) &(((TYPE *) 0)->Field)))
|
/external/skia/tools/skpdiff/ |
viewer.html | 39 Loops through every record and crates a row for it. This sorts based on the whichever 42 <tr ng-repeat="record in records | orderBy:sortingDiffer | limitTo:500" 43 ng-class="{selected: record.isRebaselined}" 47 ng-model="record.isRebaselined" 51 <td class="common-name">{{ record.commonName }}</td> 62 name="{{record.commonName}}" 67 name="{{record.commonName}}" 71 <div ng-repeat="diff in record.diffs"
|
/external/smack/src/org/xbill/DNS/ |
SingleNameBase.java | 8 * Implements common functionality for the many record types whose format 14 abstract class SingleNameBase extends Record {
|
ARecord.java | 9 * Address Record - maps a domain name to an Internet address 14 public class ARecord extends Record { 22 Record 46 * Creates an A Record from the given data
|
NSAPRecord.java | 9 * NSAP Address Record. 14 public class NSAPRecord extends Record { 22 Record 61 * Creates an NSAP Record from the given data
|
/frameworks/support/v4/jellybean/android/support/v4/view/accessibility/ |
AccessibilityRecordCompatJellyBean.java | 27 public static void setSource(Object record, View root, int virtualDescendantId) { 28 ((AccessibilityRecord) record).setSource(root, virtualDescendantId);
|
/packages/apps/SoundRecorder/res/values-tl/ |
strings.xml | 20 <string name="record_your_message" msgid="1583671906691662148">"I-record ang iyong mensahe"</string> 21 <string name="message_recorded" msgid="381539460921872233">"Na-record ang mensahe"</string> 23 <string name="recording" msgid="4426791467211376099">"Nagre-record"</string> 24 <string name="recording_stopped" msgid="1580278719585249612">"Itinigil ang pag-record"</string> 36 <string name="audio_db_artist_name" msgid="961640229118120080">"Iyong mga pag-record"</string> 37 <string name="audio_db_album_name" msgid="9072588113803264440">"Mga pag-record ng audio"</string> 38 <string name="audio_db_playlist_name" msgid="5592939050047058162">"Aking mga pag-record"</string> 42 <string name="error_mediadb_new_record" msgid="261714902333432462">"Hindi mai-save na-record na audio."</string>
|
/external/chromium_org/content/browser/appcache/ |
appcache.cc | 182 const AppCacheDatabase::OnlineWhiteListRecord& record = whitelists.at(i); local 185 record.namespace_url, 187 record.is_pattern)); 210 AppCacheDatabase::EntryRecord& record = entries->back(); local 211 record.url = iter->first; 212 record.cache_id = cache_id_; 213 record.flags = iter->second.types(); 214 record.response_id = iter->second.response_id(); 215 record.response_size = iter->second.response_size(); 216 cache_record->cache_size += record.response_size 223 AppCacheDatabase::NamespaceRecord& record = intercepts->back(); local 231 AppCacheDatabase::NamespaceRecord& record = fallbacks->back(); local 239 AppCacheDatabase::OnlineWhiteListRecord& record = whitelists->back(); local [all...] |
/external/chromium_org/third_party/skia/tests/ |
RecordDrawTest.cpp | 32 // Record two commands. 33 SkRecord record; local 34 SkRecorder recorder(&record, W, H); 42 SkRecordDraw(record, &canvas, NULL/*bbh*/, &callback); 51 SkRecord record; local 52 SkRecorder recorder(&record, W, H); 57 SkRecordDraw(record, &canvas, NULL/*bbh*/, NULL/*callback*/); 132 SkRecord record; local 133 SkRecorder recorder(&record, W, H); 141 SkRecordFillBounds(record, &bbh) 153 SkRecord record; local 186 SkRecord record; local 211 SkRecord record; local 235 SkRecord record; local [all...] |
/external/clang/utils/TableGen/ |
ClangASTNodesEmitter.cpp | 14 #include "llvm/TableGen/Record.h" 28 typedef std::multimap<Record*, Record*> ChildMap; 32 Record Root; 44 // the record's name plus the base suffix, but if it is the root node and 46 std::string baseName(Record &R) { 53 std::pair<Record *, Record *> EmitNode (const ChildMap &Tree, raw_ostream& OS, 54 Record *Base); 72 std::pair<Record *, Record *> ClangASTNodesEmitter::EmitNode [all...] |
/external/llvm/utils/TableGen/ |
X86RecognizableInstr.h | 24 #include "llvm/TableGen/Record.h" 38 /// The record from the .td files corresponding to this instruction 39 const Record* Rec; 40 /// The OpPrefix field from the record 42 /// The OpMap field from the record 44 /// The opcode field from the record; this is the opcode used in the Intel 47 /// The form field from the record 49 // The encoding field from the record 51 /// The OpSize field from the record 53 /// The hasAdSizePrefix field from the record [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/ |
record-event-listener.rb | 19 def record( event_message, *interpolation_arguments ) method in class:ANTLR3.Debug.RecordEventListener
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/ |
TimelinePowerOverview.js | 28 // The last record is not used, as its "value" is not set. 69 var record = event.data; 70 var curTime = record.timestamp; 74 this._records[length - 1].value = record.value; 78 accumulatedEnergy += (curTime - prevTime) * record.value; 81 this._records.push(record); 143 var record = records[i]; 144 if (record.timestamp < minTime || record.timestamp > maxTime) 146 maxPower = Math.max(maxPower, record.value) [all...] |
TimelineView.js | 133 var record = eventDividerRecords[i]; 134 var position = this._calculator.computePosition(record.startTime()); 138 var title = this._uiUtils.titleForRecord(record); 139 var divider = this._uiUtils.createEventDivider(record.type(), title); 208 * @param {!WebInspector.TimelineModel.Record} record 210 addRecord: function(record) 212 this._presentationModel.addRecord(record); 335 * @param {?WebInspector.TimelinePresentationModel.Record} presentationRecord 340 // Presentation record does not have model record to highlight [all...] |
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
timeline_recorder.py | 6 """Interface for classes that can record timeline raw events."""
|
/external/clang/test/CodeGenCXX/ |
override-layout.cpp | 1 // RUN: %clang_cc1 -fdump-record-layouts-simple %s > %t.layouts 2 // RUN: %clang_cc1 -fdump-record-layouts-simple %s > %t.before 3 // RUN: %clang_cc1 -DPACKED= -DALIGNED16= -fdump-record-layouts-simple -foverride-record-layout=%t.layouts %s > %t.after
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
builtin-record.c | 2 * builtin-record.c 4 * Builtin record command: Record the profile of a workload 292 *As for guest kernel when processing subcommand record&report, 302 pr_err("Couldn't record guest kernel [%d]'s reference" 315 pr_err("Couldn't record guest kernel [%d]'s reference" 490 pr_err("Couldn't record tracing data.\n"); 503 pr_err("Couldn't record kernel reference relocation symbol\n" 510 pr_err("Couldn't record kernel module information.\n" 586 fprintf(stderr, "[ perf record: Woken up %ld times to write data ]\n", waking) 834 static struct perf_record record = { variable in typeref:struct:perf_record [all...] |
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/bin/ |
netdev-times-record | 2 perf record -e net:net_dev_xmit -e net:net_dev_queue \
|
/external/valgrind/main/memcheck/tests/ |
trivialleak.stderr.exp | 1 1,000 bytes in 1,000 blocks are definitely lost in loss record ... of ...
|
trivialleak.stderr.exp2 | 1 999 bytes in 999 blocks are definitely lost in loss record ... of ...
|
/frameworks/base/tools/preload/ |
Android.mk | 15 Record.java \
|
/external/chromium_org/build/android/pylib/utils/ |
run_tests_helper.py | 23 def format(self, record): 26 msg = logging.Formatter.format(self, record) 30 return '%s %8.3fs %s' % (record.levelname[0], timediff, msg)
|
/external/chromium_org/device/nfc/ |
nfc_ndef_record_utils_chromeos.h | 18 // Converts the NfcNdefRecord |record| to a dictionary that can be passed to 22 const device::NfcNdefRecord* record, 25 // Converts an NDEF record D-Bus properties structure to an NfcNdefRecord
|
/external/chromium_org/net/dns/ |
record_rdata.h | 23 // Parsed represenation of the extra data in a record. Does not include standard 24 // DNS record data such as TTL, Name, Type and Class. 38 // SRV record format (http://www.ietf.org/rfc/rfc2782.txt): 72 // A Record format (http://www.ietf.org/rfc/rfc1035.txt): 94 // AAAA Record format (http://www.ietf.org/rfc/rfc1035.txt): 116 // CNAME record format (http://www.ietf.org/rfc/rfc1035.txt): 138 // PTR record format (http://www.ietf.org/rfc/rfc1035.txt): 160 // TXT record format (http://www.ietf.org/rfc/rfc1035.txt): 183 // Only the subset of the NSEC record format required by mDNS is supported. 184 // Nsec record format is described in http://www.ietf.org/rfc/rfc3845.txt an [all...] |
/external/chromium_org/remoting/base/ |
running_average_unittest.cc | 18 running_average.Record(kTestValues[i]); 29 running_average.Record(kTestValues[i]); 45 running_average.Record(kTestValues[i]);
|