HomeSort by relevance Sort by last modified time
    Searched refs:validate (Results 201 - 225 of 1971) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVBasicBlock.cpp 54 validate();
SPIRVType.cpp 265 validate();
269 SPIRVTypeArray::validate()const { function in class:SPIRV::SPIRVTypeArray
270 SPIRVEntry::validate();
271 ElemType->validate();
  /external/swiftshader/src/OpenGL/compiler/
ValidateSwitch.h 28 static bool validate(TBasicType switchType, TParseContext *context,
  /external/swiftshader/src/Shader/
VertexShader.hpp 40 static int validate(const unsigned long *const token); // Returns number of instructions if valid
  /frameworks/av/media/libaaudio/src/binding/
AAudioStreamRequest.h 83 aaudio_result_t validate() const;
AudioEndpointParcelable.h 71 aaudio_result_t validate() const;
SharedMemoryParcelable.h 78 aaudio_result_t validate() const;
SharedRegionParcelable.h 58 aaudio_result_t validate() const;
AAudioStreamRequest.cpp 87 aaudio_result_t AAudioStreamRequest::validate() const { function in class:AAudioStreamRequest
88 return mConfiguration.validate();
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
CertificateVerifier.java 55 validator.validate(path, params);
  /hardware/interfaces/neuralnetworks/1.1/vts/functional/
ValidateModel.cpp 80 static void validate(const sp<IDevice>& device, const std::string& message, V1_1::Model model, function in namespace:android::hardware::neuralnetworks::V1_1::vts::functional
130 ///////////////////////// VALIDATE MODEL OPERAND TYPE /////////////////////////
145 validate(device, message, model, [operand, invalidOperandType](Model* model) {
152 ///////////////////////// VALIDATE OPERAND RANK /////////////////////////
174 validate(device, message, model, [operand, invalidRank](Model* model) {
180 ///////////////////////// VALIDATE OPERAND SCALE /////////////////////////
203 validate(device, message, model, [operand, invalidScale](Model* model) {
209 ///////////////////////// VALIDATE OPERAND ZERO POINT /////////////////////////
234 validate(device, message, model, [operand, invalidZeroPoint](Model* model) {
241 ///////////////////////// VALIDATE EXTRA ??? ////////////////////////
    [all...]
  /hardware/libhardware/modules/camera/3_0/
Metadata.h 52 // Validate the tag, type and count for a metadata entry
53 bool validate(uint32_t tag, int tag_type, int count);
  /hardware/libhardware/modules/usbcamera/
Metadata.h 52 // Validate the tag, type and count for a metadata entry
53 bool validate(uint32_t tag, int tag_type, int count);
  /system/chre/apps/chqts/src/general_test/
cell_info_tdscdma.cc 60 bool CellInfoTdscdma::validate(const struct chreWwanCellInfoTdscdma& cell) { function in class:general_test::CellInfoTdscdma
nanoapp_info_by_app_id_test.cc 54 if (runningInfo.queryByAppId() && runningInfo.validate(appVersion)) {
nanoapp_info_by_instance_id_test.cc 54 if (runningInfo.queryByInstanceId() && runningInfo.validate(appVersion)) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERIA5String.java 97 * @param validate whether or not to check the string.
98 * @throws IllegalArgumentException if validate is true and the string
103 boolean validate)
109 if (validate && !isIA5String(string))
DERNumericString.java 95 * @param validate whether or not to check the string.
96 * @throws IllegalArgumentException if validate is true and the string
101 boolean validate)
103 if (validate && !isNumericString(string))
164 * @param str string to validate.
DERPrintableString.java 83 * basic constructor - this does not validate the string
95 * @param validate whether or not to check the string.
96 * @throws IllegalArgumentException if validate is true and the string
101 boolean validate)
103 if (validate && !isPrintableString(string))
  /external/parameter-framework/upstream/parameter/
DomainConfiguration.h 98 void validate(const CConfigurableElement *pConfigurableElement,
101 void validate(const CParameterBlackboard *pMainBlackboard);
  /frameworks/base/graphics/java/android/graphics/
BitmapFactory.java 19 import static android.graphics.BitmapFactory.Options.validate;
438 static void validate(Options opts) { method in class:BitmapFactory.Options
480 validate(opts);
526 validate(opts);
565 validate(opts);
628 validate(opts);
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
CertPathValidator3Test.java 83 * Test for <code>validate(CertPath certpath, CertPathParameters params)</code> method
100 certPV[i].validate(mCP, null); method
105 certPV[i].validate(null, params); method
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
IEmailService.aidl 47 Bundle validate(in HostAuthCompat hostauth);
  /external/mesa3d/src/gallium/state_trackers/clover/core/
object.hpp 68 validate(D *d) { function in struct:clover::detail::descriptor_traits
87 validate(D *d) { function in struct:clover::detail::descriptor_traits
104 validate(D *d) { function in struct:clover::detail::descriptor_traits
121 validate(D *d) { function in struct:clover::detail::descriptor_traits
147 detail::descriptor_traits<T, D>::validate(d);
163 detail::descriptor_traits<T, D>::validate(d);
  /external/skia/include/gpu/
GrResourceKey.h 27 this->validate();
32 this->validate();
64 this->validate();
78 this->validate();
104 fKey->validate();
133 void validate() const { function in class:GrResourceKey

Completed in 1346 milliseconds

1 2 3 4 5 6 7 891011>>