HomeSort by relevance Sort by last modified time
    Searched full:purpose (Results 1 - 25 of 53713) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/guava/guava-tests/test/com/google/common/reflect/
test.txt 1 This is a resource file for testing purpose.
  /external/zlib/src/contrib/blast/
README 1 Read blast.h for purpose and usage.
  /ndk/tests/build/import-install/
README 1 The purpose of this test is to check that imported shared libraries
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
DerivationFunction.java 4 * base interface for general purpose byte derivation functions.
  /external/nist-sip/java/javax/sip/header/
CallInfoHeader.java 12 void setPurpose(String purpose);
  /packages/apps/DeskClock/res/values-sw360dp-v23/
dimens.xml 3 <!-- Use dp on purpose to ensure consistency across multiple screen sizes. -->
  /packages/apps/DeskClock/res/values-v23/
dimens.xml 3 <!-- Use dp on purpose to ensure consistency across multiple screen sizes. -->
  /system/keymaster/
ecdsa_operation.h 31 EcdsaOperation(keymaster_purpose_t purpose, keymaster_digest_t digest, EVP_PKEY* key)
32 : Operation(purpose), digest_(digest), ecdsa_key_(key) {
52 EcdsaSignOperation(keymaster_purpose_t purpose, keymaster_digest_t digest, EVP_PKEY* key)
53 : EcdsaOperation(purpose, digest, key) {}
65 EcdsaVerifyOperation(keymaster_purpose_t purpose, keymaster_digest_t digest, EVP_PKEY* key)
66 : EcdsaOperation(purpose, digest, key) {}
78 KeyType registry_key() const override { return KeyType(KM_ALGORITHM_EC, purpose()); }
83 virtual keymaster_purpose_t purpose() const = 0;
89 keymaster_purpose_t purpose() const override { return KM_PURPOSE_SIGN; }
91 return new (std::nothrow) EcdsaSignOperation(purpose(), digest, key)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
CallInfo.java 14 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT
81 * get the purpose field
85 return this.getParameter("purpose");
97 * set the purpose field
98 * @param purpose is the purpose field.
100 public void setPurpose(String purpose) {
101 if (purpose == null)
104 this.setParameter("purpose", purpose);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if_strip.h 10 * software and its documentation for any purpose and without
14 * software for any purpose. It is provided "as is" without
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_strip.h 10 * software and its documentation for any purpose and without
14 * software for any purpose. It is provided "as is" without
  /external/llvm/include/llvm/Support/
ARMEHABI.h 42 // Purpose: vsp = vsp + ((x << 2) + 4)
46 // Purpose: vsp = vsp - ((x << 2) + 4)
50 // Purpose: refuse to unwind
54 // Purpose: pop r[15:12], r[11:4]
59 // Purpose: vsp = r[x]
64 // Purpose: pop r[(4+x):4]
68 // Purpose: pop r14, r[(4+x):4]
72 // Purpose: finish
76 // Purpose: pop r[3:0]
81 // Purpose: vsp = vsp + ((x << 2) + 0x204
    [all...]
  /external/clang/test/SemaCXX/Inputs/
warn-new-overaligned-3.h 4 // purpose of the over-aligned warnings test.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/
ToolTip.js 1 // General purpose functions.
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
MyFailingCertPath.java 13 throw new CertificateEncodingException("testing purpose");
MyFailingCertificate.java 13 throw new CertificateEncodingException("testing purpose");
  /ndk/tests/build/import-static/
README 1 The purpose of this check is to verify that static library imports
  /ndk/tests/device/test-gnustl-full/unit/
algorithm_header_test.cpp 1 /* This test purpose is simply to check Standard header independancy that
assert_header_test.c 1 /* This test purpose is simply to check Standard header independancy that
bitset_header_test.cpp 1 /* This test purpose is simply to check Standard header independancy that
c_limits_header_test.c 1 /* This test purpose is simply to check Standard header independancy that
c_locale_header_test.c 1 /* This test purpose is simply to check Standard header independancy that
cassert_header_test.cpp 1 /* This test purpose is simply to check Standard header independancy that
cctype_header_test.cpp 1 /* This test purpose is simply to check Standard header independancy that
cerrno_header_test.cpp 1 /* This test purpose is simply to check Standard header independancy that

Completed in 1623 milliseconds

1 2 3 4 5 6 7 8 91011>>