/external/llvm/test/MC/ARM/ |
dwarf-asm-nonstandard-section.s | 46 // RELOC: RELOCATION RECORDS FOR [.rel.debug_info]: 53 // RELOC-NOT: RELOCATION RECORDS FOR [.rel.debug_ranges]: 55 // RELOC: RELOCATION RECORDS FOR [.rel.debug_aranges]:
|
dwarf-asm-single-section.s | 45 // RELOC: RELOCATION RECORDS FOR [.rel.debug_info]: 52 // RELOC-NOT: RELOCATION RECORDS FOR [.rel.debug_ranges]: 54 // RELOC: RELOCATION RECORDS FOR [.rel.debug_aranges]:
|
/external/llvm/tools/llvm-readobj/ |
StackMapPrinter.h | 35 // Records: 36 OS << "\nNum Records: " << SMP.getNumRecords(); 37 for (const auto &R : SMP.records()) {
|
/packages/apps/Tag/src/com/android/apps/tag/message/ |
ParsedNdefMessage.java | 37 public ParsedNdefMessage(List<ParsedNdefRecord> records) { 38 mRecords = ImmutableList.copyOf(records); 42 * Returns the list of parsed records on this message.
|
/external/boringssl/src/ssl/test/runner/ |
dtls.go | 222 // Pack handshake fragments into records. 223 var records [][]byte 227 records = append(records, fragment[:n]) 228 records = append(records, fragment[n:]) 230 records = append(records, fragment) 232 } else if i := len(records) - 1; len(records) > 0 && len(records[i])+len(fragment) <= maxRecordLen [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/kinesis/ |
layer1.py | 94 transports data records that are continuously emitted from 97 shards, which are uniquely identified groups of data records 103 read per second. Each shard can support up to 1000 records 251 Gets data records from a shard. 255 which you want to start reading data records sequentially. If 256 there are no records available in the portion of the shard 259 portion of the shard that contains records. 279 the `Limit` parameter to specify the maximum number of records 300 processing, add a timestamp to your records and note how long 309 start sequentially reading data records. A shard iterator specifie [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
ContactsContract_DeletedContacts.java | 67 List<String[]> records = DeletedContactUtil.query(mResolver, projection); local 69 for (String[] record : records) { 120 List<String[]> records = DeletedContactUtil.querySinceTimestamp(mResolver, projection, local 122 for (String[] record : records) {
|
/docs/source.android.com/src/devices/tech/datausage/ |
tethering-data.jd | 21 records tethering statistics between any interface pairs returned by
|
/external/autotest/client/site_tests/audio_PlaybackPower/ |
control | 7 PURPOSE = 'Records power consumption for audio playback'
|
/external/autotest/client/site_tests/login_RetrieveActiveSessions/ |
control | 16 records which sessions are active and returns them upon request.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/route53/ |
test_resourcerecordsets.py | 71 # Cleanup indivual records 86 # 2nd count should match the number of hosts plus NS/SOA records 87 records = hosts + 2 88 self.assertEqual(i, records)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/tunes_db/server/ |
model.py | 38 In order to make search as error free as possible, names of info records 70 """Base class for all Info records in Tunes DB. 90 is empty string or None returns all records of Info sub-class. Records
|
/external/clang/test/Modules/Inputs/ |
DebugCXX.h | 3 // Records.
|
/external/clang/utils/TableGen/ |
ClangCommentCommandInfoEmitter.cpp | 23 void EmitClangCommentCommandInfo(RecordKeeper &Records, raw_ostream &OS) { 29 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command"); 109 void EmitClangCommentCommandList(RecordKeeper &Records, raw_ostream &OS) { 117 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command");
|
/external/libavc/encoder/ |
ih264e_rc_mem_interface.h | 132 * pointer to mem records 162 * pointer to mem records 168 * enum that dictates fill memory records or use memory records
|
irc_mem_req_and_acq.h | 132 * pointer to mem records 162 * pointer to mem records 168 * enum that dictates fill memory records or use memory records
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
Solution.h | 45 /// \brief Records a reduction via the R0 rule. Should be called from the 52 /// \brief Records a reduction via the R1 rule. Should be called from the 59 /// \brief Records a reduction via the R2 rule. Should be called from the 66 /// \brief Records a reduction via the RN rule. Should be called from the
|
/external/llvm/test/Bitcode/ |
vst-forward-declaration.ll | 2 ; Check for VST forward declaration record and VST function index records.
|
/external/llvm/test/Object/ |
stackmap-dump.test | 8 CHECK-NEXT: Num Records: 1
|
/external/llvm/test/tools/llvm-objdump/ |
hex-relocation-addr.test | 4 CHECK: RELOCATION RECORDS FOR [.pdata]:
|
/external/llvm/utils/TableGen/ |
CTagsEmitter.cpp | 48 RecordKeeper &Records; 50 CTagsEmitter(RecordKeeper &R) : Records(R) {} 66 const auto &Classes = Records.getClasses(); 67 const auto &Defs = Records.getDefs();
|
/external/mdnsresponder/mDNSPosix/ |
Services.txt | 18 # <One or more blank lines between records>
|
/external/tpm2/ |
PlatformData.h | 18 // From Clock.c This variable records the time when _plat__ClockReset() is called. This mechanism allow
|
/frameworks/av/include/common_time/ |
local_clock.h | 38 int32_t getDebugLog(struct local_time_debug_event* records,
|
/hardware/qcom/display/msm8084/libmemtrack/ |
memtrack_msm.h | 21 struct memtrack_record *records,
|