HomeSort by relevance Sort by last modified time
    Searched full:signatures (Results 76 - 100 of 677) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
new 83 /** These are replaceable signatures:
90 * Placement new and delete signatures (take a memory address argument,
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
new 81 /** These are replaceable signatures:
88 * Placement new and delete signatures (take a memory address argument,
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
new 81 /** These are replaceable signatures:
88 * Placement new and delete signatures (take a memory address argument,
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
new 81 /** These are replaceable signatures:
88 * Placement new and delete signatures (take a memory address argument,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
new 81 /** These are replaceable signatures:
88 * Placement new and delete signatures (take a memory address argument,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
new 83 /** These are replaceable signatures:
90 * Placement new and delete signatures (take a memory address argument,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
new 83 /** These are replaceable signatures:
90 * Placement new and delete signatures (take a memory address argument,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
new 83 /** These are replaceable signatures:
90 * Placement new and delete signatures (take a memory address argument,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
new 83 /** These are replaceable signatures:
90 * Placement new and delete signatures (take a memory address argument,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
new 81 /** These are replaceable signatures:
88 * Placement new and delete signatures (take a memory address argument,
  /external/chromium/net/base/
dnssec_keyset.h 42 // Used for testing: the timestamps on signatures will be ignored to allow
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/testdata/handlers/sub/
no_wsh_at_the_end.py 31 """Correct signatures, wrong file name.
  /external/chromium_org/chromeos/network/onc/
onc_normalizer.h 26 // there). |object_signature| must point to one of the signatures in
onc_signature.h 62 // Derived "ONC with State" signatures.
  /external/chromium_org/crypto/
ec_signature_creator.h 59 // (Only P-256 signatures are supported.)
  /external/chromium_org/net/quic/crypto/
channel_id.h 34 // ChannelIDVerifier verifies ChannelID signatures.
proof_source.h 16 // chains and signatures that prove its identity.
  /external/clang/include/clang/Sema/
ObjCMethodList.h 23 /// ObjCMethodList - a linked list of methods with different signatures.
  /frameworks/base/services/java/com/android/server/pm/
SharedUserSetting.java 34 final PackageSignatures signatures = new PackageSignatures(); field in class:SharedUserSetting
PackageSettingBase.java 63 PackageSignatures signatures = new PackageSignatures(); field in class:PackageSettingBase
111 signatures = new PackageSignatures(base.signatures);
170 signatures = base.signatures;
  /packages/apps/Nfc/etc/
sample_nfcee_access.xml 3 <!-- The built in list of signatures and package names that are allowed
  /packages/apps/Nfc/src/com/android/nfc/
NfceeAccessControl.java 48 * Map of signatures to valid packages names, as read from nfcee_access.xml.
134 if (info.signatures == null) {
138 for (Signature s : info.signatures){
162 for (Signature s : info.signatures) {
  /external/qemu/block/
raw.c 17 static const uint8_t signatures[][4] = { local
26 for (i = 0; signatures[i][0] != 0; i++) {
27 if (memcmp(buf, signatures[i], 4) == 0) {
  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 333 const llvm::NamedMDNode *Signatures) {
334 if (!Names && !Signatures && mCompilerVersion == 0) {
351 if (Signatures) {
352 mExportForEachSignatureCount = Signatures->getNumOperands();
366 llvm::MDNode *SigNode = Signatures->getOperand(i);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
CertificateFactory_ImplTest.java 270 // verify the signatures
313 // verify the signatures
341 // verify the signatures
350 // verify the signatures
570 // verify the signatures
582 // verify the signatures
637 // verify the signatures
652 // verify the signatures
667 // verify the signatures
    [all...]

Completed in 628 milliseconds

1 2 34 5 6 7 8 91011>>