HomeSort by relevance Sort by last modified time
    Searched full:records (Results 201 - 225 of 3122) sorted by null

1 2 3 4 5 6 7 891011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
tlsdyn-o32-1.got 4 DYNAMIC RELOCATION RECORDS
tlsdyn-o32.got 4 DYNAMIC RELOCATION RECORDS
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
aix-rel-1.od 17 RELOCATION RECORDS FOR \[\.data\]:
  /art/tools/dmtracedump/
createtesttrace.cc 72 dataRecord* records; variable
145 records = new dataRecord[numRecords];
197 records[nextRecord].time = time;
198 records[nextRecord].threadId = threadId;
208 records[nextRecord].fullName = strndup(save_cp, len);
211 records[nextRecord].className = nullptr;
212 records[nextRecord].methodName = nullptr;
213 records[nextRecord].signature = nullptr;
217 if (len > 0) records[nextRecord].className = strndup(save_cp, len);
223 records[nextRecord].methodName = strndup(save_cp, len)
    [all...]
  /external/autotest/client/cros/netprotos/
zeroconf_unittest.py 27 """Returns the list of A records matching the given name.
37 """Tests that we get appropriate records after registering a service."""
105 A mDNS packet can include several answer records for several domains and
107 with two TXT records for the same domain name on the same packet on its
110 # Build the mDNS packet with two TXT records.
150 # Check that the two records were cached.
151 records = self._zero.cached_results(domain_name, dpkt.dns.DNS_TXT)
152 self.assertEqual(len(records), 2)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/appstats/protorpc_appstats/
__init__.py 72 """Load all valid summary records from memcache.
78 NOTE: This is limited to returning at most config.KEY_MODULUS records,
89 records = []
96 records.append(pb)
97 logging.info('Loaded %d raw records, %d valid', len(results), len(records))
99 records.sort(key=lambda pb: -pb.start_timestamp_milliseconds)
100 return records
  /external/kernel-headers/original/uapi/linux/
flat.h 42 unsigned long reloc_start; /* Offset of relocation records from
44 unsigned long reloc_count; /* Number of relocation records */
  /external/libweave/src/states/
state_change_queue.h 19 // The |timestamp| records the time of the state change.
40 // Maximum queue size. If it is full, the oldest state update records are
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/index/
IndexBase.java 27 // Index Indicator + Number of Records + List of Records + CRC32
  /external/selinux/libsemanage/src/
booleans_local.c 65 semanage_bool_t *** records, unsigned int *count)
69 return dbase_list(handle, dconfig, records, count);
interfaces_local.c 66 semanage_iface_t *** records, unsigned int *count)
70 return dbase_list(handle, dconfig, records, count);
nodes_local.c 65 semanage_node_t *** records, unsigned int *count)
69 return dbase_list(handle, dconfig, records, count);
  /external/v8/src/profiler/
unbound-queue.h 15 // Lock-free unbound queue for small records. Intended for
16 // transferring small records between a Single producer and a Single
  /frameworks/base/telephony/java/com/android/internal/telephony/
ISub.aidl 63 * Get the SubscriptionInfo(s) of the active subscriptions. The records will be sorted
67 * @return Sorted list of the currently {@link SubscriptionInfo} records available on the device.
75 * If the list is empty then there are no {@link SubscriptionInfo} records currently available.
108 * @return the number of records updated
116 * @return the number of records updated
125 * @return the number of records updated
133 * @return the number of records updated
141 * @return the number of records updated
  /hardware/qcom/display/msm8084/libmemtrack/
memtrack_msm.c 33 struct memtrack_record *records,
39 return kgsl_memtrack_get_memory(pid, type, records, num_records);
  /hardware/qcom/display/msm8226/libmemtrack/
memtrack_msm.c 33 struct memtrack_record *records,
39 return kgsl_memtrack_get_memory(pid, type, records, num_records);
  /hardware/qcom/display/msm8909/libmemtrack/
memtrack_msm.c 33 struct memtrack_record *records,
39 return kgsl_memtrack_get_memory(pid, type, records, num_records);
  /hardware/qcom/display/msm8960/libmemtrack/
memtrack_msm.c 31 struct memtrack_record *records,
35 return kgsl_memtrack_get_memory(pid, type, records, num_records);
  /hardware/qcom/display/msm8994/libmemtrack/
memtrack_msm.c 33 struct memtrack_record *records,
39 return kgsl_memtrack_get_memory(pid, type, records, num_records);
  /hardware/qcom/display/msm8996/libmemtrack/
memtrack_msm.c 33 struct memtrack_record *records,
39 return kgsl_memtrack_get_memory(pid, type, records, num_records);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
flat.h 42 unsigned long reloc_start; /* Offset of relocation records from
44 unsigned long reloc_count; /* Number of relocation records */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
flat.h 42 unsigned long reloc_start; /* Offset of relocation records from
44 unsigned long reloc_count; /* Number of relocation records */
  /system/extras/simpleperf/
record_file_test.cpp 89 std::vector<std::unique_ptr<Record>> records = reader->DataSection(); local
90 ASSERT_EQ(1u, records.size());
91 CheckRecordEqual(mmap_record, *records[0]);
128 std::vector<std::unique_ptr<Record>> records = reader->DataSection(); local
129 ASSERT_EQ(3u, records.size());
130 CheckRecordEqual(r2, *records[0]);
131 CheckRecordEqual(r1, *records[1]);
132 CheckRecordEqual(r3, *records[2]);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
basep-10.d 17 RELOCATION RECORDS FOR \[\.text\]:
24 RELOCATION RECORDS FOR \[\.MMIX\.reg_contents\]:
basep-9.d 14 RELOCATION RECORDS FOR \[\.text\]:
20 RELOCATION RECORDS FOR \[\.MMIX\.reg_contents\]:

Completed in 858 milliseconds

1 2 3 4 5 6 7 891011>>