/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
mesadef.py | 187 records = [] variable 190 for (name, alias, offset) in records: 209 records.append((name, dispatchName, offset))
|
/external/chromium_org/tools/gn/ |
command_refs.cc | 91 std::vector<const BuilderRecord*> records = setup->builder()->GetAllRecords(); 98 for (size_t record_index = 0; record_index < records.size(); record_index++) { 99 const BuilderRecord* record = records[record_index];
|
/external/icu4c/i18n/unicode/ |
alphaindex.h | 232 UVector *records_; // Records are owned by the inputList_ vector. 243 * but does not offer adding records to the index. 362 * Builds an immutable, thread-safe version of this instance, without data records. 477 * based on the record's name. The list of records for each bucket will be sorted 479 * Records with duplicate names are permitted; they will be kept in the order 494 * Remove all Records from the Index. The set of Buckets, which define the headings under 495 * which records are classified, is not altered. 515 /** Get the total number of Records in this index, that is, the number 519 * @return The number of records in this index, that is, the total number 584 * Get the number of <name, data> Records in the current Bucket [all...] |
/external/llvm/lib/TableGen/ |
Main.cpp | 81 RecordKeeper Records; 100 TGParser Parser(SrcMgr, Records); 117 if (MainFn(Out.os(), Records))
|
/external/llvm/utils/TableGen/ |
SetTheory.h | 11 // Records from DAG expressions. Operators for standard set operations are 14 // The user may define named sets as Records of predefined classes. Set 107 /// addExpander - Add an expander for Records with the named super class.
|
CodeGenTarget.cpp | 130 CodeGenTarget::CodeGenTarget(RecordKeeper &records) 131 : Records(records), RegBank(0), SchedModels(0) { 132 std::vector<Record*> Targets = Records.getAllDerivedDefinitions("Target"); 205 RegBank = new CodeGenRegBank(Records); 210 RegAltNameIndices = Records.getAllDerivedDefinitions("RegAltNameIndex"); 259 SchedModels = new CodeGenSchedModels(Records, *this); 264 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); 276 RecordKeeper &Records) { 277 const Record *Rec = Records.getDef(Name) [all...] |
CodeGenSchedule.cpp | 88 /// CodeGenModels ctor interprets machine model records and populates maps. 91 Records(RK), Target(TGT) { 95 // Allow Set evaluation to recognize the dags used in InstRW records: 101 // that are explicitly referenced in tablegen records. Resources associated 126 // Find ItinRW records for each processor and itinerary class. 140 RecVec ProcRecords = Records.getAllDerivedDefinitions("Processor"); 147 Record *NoModelDef = Records.getDef("NoSchedModel"); 148 Record *NoItinsDef = Records.getDef("NoItineraries"); 182 // Recursively find all reachable SchedReadWrite records. 188 // Reads don't current have sequence records, but it can be added later [all...] |
/external/mdnsresponder/mDNSCore/ |
uDNS.h | 112 uDNS_LLQ_Not = 0, // Normal uDNS answer: Flush any stale records from cache, and respect record TTL 113 uDNS_LLQ_Ignore, // LLQ initial challenge packet: ignore -- has no useful records for us 114 uDNS_LLQ_Entire, // LLQ initial set of answers: Flush any stale records from cache, but assume TTL is 2 x LLQ refresh interval
|
/external/mesa3d/src/mapi/glapi/gen/ |
mesadef.py | 187 records = [] variable 190 for (name, alias, offset) in records: 209 records.append((name, dispatchName, offset))
|
/external/skia/bench/ |
ResultsWriter.h | 29 // Records one option set for this run. All options must be set before 37 // Records the specific configuration a bench is run under, such as "8888". 40 // Records a single test metric.
|
/frameworks/av/include/media/ |
Metadata.h | 34 // header, add records and adjust the set size header field. 95 // @param p[inout] The parcel to append the metadata records 106 // Once all the records have been added, call this to update the
|
/frameworks/opt/telephony/src/java/android/telephony/ |
SmsManager.java | 370 List<SmsRawData> records = null; local 375 records = iccISms.getAllMessagesFromIccEf(ActivityThread.currentPackageName()); 381 return createMessageListFromRawRecords(records); 522 * records returned by <code>getAllMessagesFromIcc()</code> 524 * @param records SMS EF records, returned by 528 private static ArrayList<SmsMessage> createMessageListFromRawRecords(List<SmsRawData> records) { 530 if (records != null) { 531 int count = records.size(); 533 SmsRawData data = records.get(i) [all...] |
/frameworks/support/v4/java/android/support/v4/view/accessibility/ |
AccessibilityEventCompat.java | 189 * Gets the number of records contained in the event. 191 * @return The number of records. 199 * event records.
|
/hardware/invensense/60xx/mlsdk/mllite/ |
mlSetGyroBias.c | 41 /** Records a motion event that may cause a callback when the priority for this 86 /** Records hardware biases in format as used by hardware gyro registers. 104 /** Records gyro biases
|
/external/chromium_org/third_party/skia/include/core/ |
SkPicture.h | 30 The SkPicture class records the drawing commands made to a canvas, to 38 @param width the width of the virtual device the picture records. 39 @param height the height of the virtual device the picture records. 42 /** Make a copy of the contents of src. If src records more drawing after 129 /** Returns the canvas that records the drawing commands.
|
/external/skia/include/core/ |
SkPicture.h | 30 The SkPicture class records the drawing commands made to a canvas, to 38 @param width the width of the virtual device the picture records. 39 @param height the height of the virtual device the picture records. 42 /** Make a copy of the contents of src. If src records more drawing after 129 /** Returns the canvas that records the drawing commands.
|
/external/tcpdump/ |
nameser.h | 194 /* Query type values which do not appear in resource records */ 199 #define T_MAILB 253 /* transfer mailbox records */ 200 #define T_MAILA 254 /* transfer mail agent records */ 210 /* Query class values which do not appear in resource records */ 259 * Structure for passing resource records around.
|
/external/e2fsprogs/e2fsck/ |
revoke.c | 15 * Revoke is the mechanism used to prevent old log records for deleted 23 * revoked blocks. If there are multiple revoke records in the log 46 * cancelled. We still need to prevent old log records from 89 /* The revoke table is just a simple hash table of revoke records. */ 431 * Write revoke records to the journal for all entries in the current 467 jbd_debug(1, "Wrote %d revoke records\n", count); 488 revoke records: only the IO to the journal is omitted. */ 562 * record all revoke records, including the tid of the latest instance 573 * First, setting revoke records. We create a new revoke record for 575 * we update the existing records if we find multiple revokes for [all...] |
/packages/apps/Nfc/src/com/android/nfc/ |
P2pLinkManager.java | 974 NdefRecord records[] = msg.getRecords(); local 985 NdefRecord records[] = msg.getRecords(); local 1007 NdefRecord records[] = msg.getRecords(); local [all...] |
/external/chromium_org/sync/engine/ |
commit_util.cc | 47 ExtensionsActivity::Records* extensions_activity_buffer, 56 // copy of these records in the session. 59 const ExtensionsActivity::Records& records = *extensions_activity_buffer; local 60 for (ExtensionsActivity::Records::const_iterator it = 61 records.begin(); 62 it != records.end(); ++it) {
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
TimelinePresentationModel.js | 168 var records = entry.array; 169 if (entry.index < records.length) { 170 var record = records[entry.index]; 304 var records; 306 records = this._foldSyncTimeRecords(record.children || []); 308 records = [record]; 309 var result = Array(records.length); 310 for (var i = 0; i < records.length; ++i) 311 result[i] = this._innerAddRecord(this._rootRecord, records[i]); 490 * @param {!Array.<!TimelineAgent.TimelineEvent>} records [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/ |
TraceEvent.h | 186 // Records a pair of begin and end events called "name" for the current 199 // Records a single event called "name" immediately, with 0, 1 or 2 227 // Records a single BEGIN event called "name" immediately, with 0, 1 or 2 255 // Records a single END event for "name" immediately. If the category 282 // Records the value of a counter called "name" immediately. Value 295 // Records the values of a multi-parted counter called "name" immediately. 313 // Records the value of a counter called "name" immediately. Value 330 // Records the values of a multi-parted counter called "name" immediately. 352 // Records a single ASYNC_BEGIN event called "name" immediately, with 0, 1 or 2 398 // Records a single ASYNC_STEP_INTO event for |step| immediately. If th [all...] |
/frameworks/base/services/java/com/android/server/ |
LocationManagerService.java | 565 // See if receiver has any enabled update records. Also note if any update records 1178 ArrayList<UpdateRecord> records = mRecordsByProvider.get(provider); local 1283 ArrayList<UpdateRecord> records = mRecordsByProvider.get(provider); local 1956 ArrayList<UpdateRecord> records = mRecordsByProvider.get(provider); local [all...] |
/libcore/luni/src/test/java/libcore/java/util/logging/ |
OldFileHandlerTest.java | 104 // output 3 times, and all records left 129 // output 3 times, and all records left 210 // output 3 times, and all records left 248 // output 3 times, and all records left 296 // output 3 times, and all records left 345 // else the message should be formatted given records
|
/development/samples/BackupRestore/src/com/example/android/backuprestore/ |
MultiRecordExampleAgent.java | 37 * the backup data set. These records are updated independently: if the user 105 // records. 156 * restore data set will always be the full set of records supplied by the
|