HomeSort by relevance Sort by last modified time
    Searched full:verifier (Results 151 - 175 of 1051) sorted by null

1 2 3 4 5 67 8 91011>>

  /libcore/luni/src/main/java/java/util/jar/
StrictJarFile.java 50 private final JarVerifier verifier; field in class:StrictJarFile
67 this.verifier = new JarVerifier(fileName, manifest, metaEntries);
75 isSigned = verifier.readCertificates() && verifier.isSignedJar();
107 return verifier.getCertificateChains(ze.getName());
126 Certificate[][] certChains = verifier.getCertificateChains(ze.getName());
152 JarVerifier.VerifierEntry entry = verifier.initEntry(ze.getName());
  /art/runtime/verifier/
instruction_flags.h 26 namespace verifier { namespace in namespace:art
125 // Location of interest to the compiler for GC maps and verifier based method sharpening.
136 } // namespace verifier
  /art/test/052-verifier-fun/src/
Main.java 20 * Throw a few things at the verifier, all of which are expected to pass.
31 * Make sure the verifier is handling type merge of arrays of
129 // Non-sensical instance-of to check merging after the branch doesn't result in a verifier
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
AudioDeviceNotificationsActivity.java 17 package com.android.cts.verifier.audio;
19 import com.android.cts.verifier.PassFailButtons;
20 import com.android.cts.verifier.R;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleAdvertiserPowerLevelActivity.java 17 package com.android.cts.verifier.bluetooth;
19 import com.android.cts.verifier.PassFailButtons;
20 import com.android.cts.verifier.R;
BleButtonActivity.java 17 package com.android.cts.verifier.bluetooth;
19 import com.android.cts.verifier.PassFailButtons;
20 import com.android.cts.verifier.R;
TestAdapter.java 17 package com.android.cts.verifier.bluetooth;
19 import com.android.cts.verifier.PassFailButtons;
20 import com.android.cts.verifier.R;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
ChangeDefaultEmulatorActivity.java 1 package com.android.cts.verifier.nfc.hce;
9 import com.android.cts.verifier.R;
10 import com.android.cts.verifier.nfc.NfcDialogs;
DualNonPaymentPrefixEmulatorActivity.java 1 package com.android.cts.verifier.nfc.hce;
9 import com.android.cts.verifier.R;
10 import com.android.cts.verifier.nfc.NfcDialogs;
HceUtils.java 1 package com.android.cts.verifier.nfc.hce;
8 "com.android.cts.verifier.nfc.hce.ACTION_APDU_SEQUENCE_COMPLETE";
10 "com.android.cts.verifier.nfc.hce.ACTION_APDU_SEQUENCE_ERROR";
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
CANotifyOnBootActivity.java 1 package com.android.cts.verifier.security;
12 import com.android.cts.verifier.PassFailButtons;
13 import com.android.cts.verifier.R;
LockConfirmBypassTest.java 17 package com.android.cts.verifier.security;
26 import com.android.cts.verifier.PassFailButtons;
27 import com.android.cts.verifier.R;
  /external/deqp/modules/gles3/functional/
es3fInteger64StateQueryTests.cpp 199 ConstantMinimumValue64TestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum targetName, GLuint64 minValue)
203 , m_verifier (verifier)
222 MaxCombinedStageUniformComponentsCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum targetName, GLenum targetMaxUniformBlocksName, GLenum targetMaxUniformComponentsName)
227 , m_verifier (verifier)
260 StateVerifier* verifier = VERIFIERS[_verifierNdx]; \
302 // \note do not check the values with integer64 verifier as that has already been checked in implementation_limits
306 FOR_EACH_VERIFIER(verifiers, addChild(new ConstantMinimumValue64TestCase(m_context, verifier, (std::string(implementationLimits[testNdx].name) + verifier->getTestNamePostfix()).c_str(), implementationLimits[testNdx].description, implementationLimits[testNdx].targetName, implementationLimits[testNdx].minValue)));
308 FOR_EACH_VERIFIER(verifiers, addChild(new MaxCombinedStageUniformComponentsCase (m_context, verifier, (std::string("max_combined_vertex_uniform_components") + verifier->getTestNamePostfix()).c_str(), "MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS", GL_MAX_COMBINED_VERTEX_U (…)
    [all...]
es3fFloatStateQueryTests.cpp 833 DepthRangeCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
835 , m_verifier (verifier)
882 LineWidthCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
884 , m_verifier (verifier)
916 PolygonOffsetFactorCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
918 , m_verifier (verifier)
    [all...]
  /external/llvm/include/llvm-c/
Analysis.h 36 LLVMAbortProcessAction, /* verifier will print to stderr and abort() */
37 LLVMPrintMessageAction, /* verifier will print to stderr and return 1 */
38 LLVMReturnStatusAction /* verifier will just return 1 */
  /external/tcpdump/
rpc_auth.h 55 SUNRPC_AUTH_BADVERF=3, /* bogus verifier (seal broken) */
56 SUNRPC_AUTH_REJECTEDVERF=4, /* verifier expired or was replayed */
61 SUNRPC_AUTH_INVALIDRESP=6, /* bogus response verifier */
  /libcore/luni/src/main/java/javax/net/ssl/
HttpsURLConnection.java 128 * Sets the default hostname verifier to be used by new instances.
131 * the new default hostname verifier
133 * if the specified verifier is {@code null}.
143 * Returns the default hostname verifier.
145 * @return the default hostname verifier.
176 * The host name verifier used by this connection. It is initialized from
177 * the default hostname verifier
265 * Sets the hostname verifier for this instance.
268 * the hostname verifier for this instance.
270 * if the specified verifier is {@code null}
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
auth_unix.h 37 * null verifiers or optionally a verifier that suggests a new short hand
75 * If a response verifier has flavor AUTH_SHORT,
76 * then the body of the response verifier encapsulates the following structure;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
auth_unix.h 37 * null verifiers or optionally a verifier that suggests a new short hand
75 * If a response verifier has flavor AUTH_SHORT,
76 * then the body of the response verifier encapsulates the following structure;
  /external/deqp/modules/gles31/functional/
es31fVertexAttributeBindingStateQueryTests.cpp 50 AttributeCase (Context& context, const char* name, const char* desc, QueryType verifier);
59 AttributeCase::AttributeCase (Context& context, const char* name, const char* desc, QueryType verifier)
61 , m_verifier (verifier)
78 AttributeBindingCase (Context& context, const char* name, const char* desc, QueryType verifier);
82 AttributeBindingCase::AttributeBindingCase (Context& context, const char* name, const char* desc, QueryType verifier)
83 : AttributeCase(context, name, desc, verifier)
153 AttributeRelativeOffsetCase (Context& context, const char* name, const char* desc, QueryType verifier);
157 AttributeRelativeOffsetCase::AttributeRelativeOffsetCase (Context& context, const char* name, const char* desc, QueryType verifier)
158 : AttributeCase(context, name, desc, verifier)
227 IndexedCase (Context& context, const char* name, const char* desc, QueryType verifier);
    [all...]
  /frameworks/base/core/java/android/view/
InputEventConsistencyVerifier.java 45 // The object to which the verifier is attached.
48 // Consistency verifier flags.
57 // This is only set when the verifier is called from a nesting level greater than 0
58 // so that the verifier can detect when it has been asked to verify the same event twice.
107 * Indicates that the verifier is intended to act on raw device input event streams.
114 * Creates an input consistency verifier.
115 * @param caller The object to which the verifier is attached.
116 * @param flags Flags to the verifier, or 0 if none.
123 * Creates an input consistency verifier.
124 * @param caller The object to which the verifier is attached
    [all...]
  /art/test/800-smali/smali/
b_22331663_fail.smali 14 # At this point, v4 is the merge of Undefined and ReferenceType. The verifier should
b_22331663_pass.smali 14 # At this point, v4 is the merge of Undefined and ReferenceType. The verifier should not
  /cts/apps/CtsVerifier/res/xml/
mock_tv_input_service.xml 18 android:setupActivity="com.android.cts.verifier.tv.MockTvInputSetupActivity" />
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/
TestDeviceAdminReceiver.java 17 package com.android.cts.verifier.admin;

Completed in 758 milliseconds

1 2 3 4 5 67 8 91011>>