/packages/apps/Contacts/src/com/android/contacts/interactions/ |
TestLoaderManager.java | 37 * A {@link LoaderManager} that records which loaders have been completed.
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
IconCache.java | 132 * Remove any records for the supplied ComponentName.
|
/packages/apps/Tag/src/com/android/apps/tag/record/ |
RecordUtils.java | 43 * Utilities for parsed records to use.
|
/packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/ |
TestProviderTests.java | 164 // We should still have two records, and each should have 5 legs, but otherwise be the same
|
/packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/ |
ImsFrameworkApp.java | 92 // all ISIM records are loaded, query them through TelephonyManager
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/database/ |
ContactsTableUtil.java | 110 * @return The number of records deleted.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
ppp_defs.h | 172 * The following structure records the time in seconds since
|
som.h | 29 unsigned int loader_fixup_total; /* number of fixup records */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ppp_defs.h | 172 * The following structure records the time in seconds since
|
som.h | 29 unsigned int loader_fixup_total; /* number of fixup records */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ppp_defs.h | 172 * The following structure records the time in seconds since
|
som.h | 29 unsigned int loader_fixup_total; /* number of fixup records */
|
/external/chromium_org/net/third_party/nss/ssl/ |
ssl.h | 138 * non-empty application_data records into two records; the first record has 157 * application_data records. Also, we only split application_data records and 158 * not other types of records, because some implementations will not accept 159 * fragmented records of some other types (e.g. some versions of NSS do not 253 ** EnableCipher records user preferences. [all...] |
/external/clang/docs/ |
PCHInternals.rst | 145 The metadata block contains several records that provide information about how 312 declaration. The actual statement and expression records are stored 321 expression is stored as a separate record (which keeps most records to a fixed 347 of a serialized expression or statement; other expression or statement records 485 grow upward. Each precompiled header records the maximum ID number it has 501 Update records 518 precompiled headers work --- ID number, name lookup, update records --- are
|
/external/chromium/net/base/ |
dnssec_chain_verifier.cc | 258 // TXT records are a series of 8-bit length prefixed substrings that we 635 // records to validate the entry key of the next zone, or because the final 636 // resource records are given. 712 // ReadDSSet reads a set of DS records from the chain. DS records which are
|
/external/llvm/utils/TableGen/ |
AsmMatcherEmitter.cpp | 129 RecordKeeper &Records; 131 AsmMatcherEmitter(RecordKeeper &R) : Records(R) {} 187 /// For register classes, the records for all the registers in this class. 593 /// Tracked Records 594 RecordKeeper &Records; 611 /// Map of Register records to their class information. 615 /// Map of Predicate records to their subtarget information. 618 /// Map of AsmOperandClass records to their class information. 625 /// Map of RegisterClass records to their class information. 653 RecordKeeper &Records); [all...] |
SubtargetEmitter.cpp | 61 RecordKeeper &Records; 104 Records(R), SchedModels(TGT.getSchedModels()), Target(TGT.getName()) {} 117 // Get all records of class and sort 118 std::vector<Record*> DefList = Records.getAllDerivedDefinitions(ClassName); 177 Records.getAllDerivedDefinitions("SubtargetFeature"); 241 Records.getAllDerivedDefinitions("Processor"); [all...] |
AsmWriterEmitter.cpp | 33 RecordKeeper &Records; 37 AsmWriterEmitter(RecordKeeper &R) : Records(R) {} 277 CodeGenTarget Target(Records); 594 CodeGenTarget Target(Records); 771 CodeGenTarget Target(Records); 784 Records.getAllDerivedDefinitions("InstAlias"); [all...] |
/external/mdnsresponder/mDNSCore/ |
DNSCommon.c | [all...] |
/bionic/libc/netbsd/resolv/ |
res_cache.c | 51 * among the answer records in order to reduce DNS traffic. It is not supposed 63 * the smallest TTL value among the answer records are used as the time 456 * records, only QNAMEs. 643 XLOG("query packet contains non-query records"); 1020 * of the SOA records TTL and the MINIMUM-TTL field (RFC-2308). 1067 * Parse the answer records and find the appropriate 1068 * smallest TTL among the records. This might be from 1069 * the answer records if found or from the SOA record 1088 // get number of answer records [all...] |
/frameworks/base/core/java/android/view/accessibility/ |
AccessibilityEvent.java | 40 * explore all records in an accessibility event to obtain more information about the 758 List<AccessibilityRecord> records = mRecords; local [all...] |
/external/dnsmasq/ |
CHANGELOG.archive | 92 to a name with many A records would not have all the addresses 192 release 1.2 Added IPv6 DNS record support. AAAA records are cached 330 to many A records would lose A records after the 524 caching of RFC 2317 CNAME-PTR records. 532 answer records. (Based on contribution from Humberto 581 Added negative caching for PTR (address to name) records. [all...] |
/external/chromium_org/third_party/openssl/openssl/ssl/ |
s3_pkt.c | 440 /* CBC records must have a padding length byte too. */ 577 /* Call this to write data in records of type 'type' 919 /* Return up to 'len' payload bytes received in 'type' records. 927 * (possibly multiple records if we still don't have anything to return). 930 * Alert records (e.g. close_notify), ChangeCipherSpec records (not really [all...] |
/external/clang/include/clang/Serialization/ |
ASTBitCodes.h | 216 /// \brief The block containing DECL_UPDATES records. 454 /// \brief Record for offsets of DECL_UPDATES records for declarations 757 /// These constants describe the type records that can occur within a [all...] |
/external/clang/lib/Basic/ |
Targets.cpp | 717 virtual void getTargetBuiltins(const Builtin::Info *&Records, 719 Records = BuiltinInfo; [all...] |