Searched refs:getValidator (Results 1 – 11 of 11) sorted by relevance
/frameworks/ml/nn/runtime/ |
D | ExecutionBuilder.cpp | 182 if (!memory->getValidator().validate(mCompilation, IOType::INPUT, index, type, offset, in setInputFromMemory() 259 if (!memory->getValidator().validate(mCompilation, IOType::OUTPUT, index, type, offset, in setOutputFromMemory() 811 if (!memory->getValidator().validateInputDimensions(p.dimensions())) { in compute() 922 NN_RET_CHECK(memory->getValidator().updateMetadata({.dimensions = output.dimensions()})); in updateMemories() 939 memory->getValidator().setInitialized(success); in finishWithoutSyncFence() 1163 if (mMemories[poolIndex]->getValidator().createdWithUnknownShape()) { in computeOnCpuFallback() 1176 const uint32_t size = memory->getValidator().getMetadata().logicalSize; in computeOnCpuFallback()
|
D | Memory.cpp | 282 if (!src.getValidator().isInitialized()) { in copyInternal() 287 const auto srcMetadata = src.getValidator().getMetadata(); in copyInternal() 288 if (!dst.getValidator().updateMetadata(srcMetadata)) { in copyInternal() 312 dst.getValidator().setInitialized(n == ANEURALNETWORKS_NO_ERROR); in copy()
|
D | Memory.h | 182 MemoryValidatorBase& getValidator() const { in getValidator() function
|
D | ModelBuilder.cpp | 338 if (!memory->getValidator().validate(/*compilation=*/nullptr, /*dummy*/ IOType::INPUT, index, in setOperandValueFromMemory()
|
/frameworks/base/core/java/android/widget/ |
D | MultiAutoCompleteTextView.java | 141 Validator v = getValidator(); in performValidation()
|
D | AutoCompleteTextView.java | 1382 public Validator getValidator() { in getValidator() method in AutoCompleteTextView
|
/frameworks/base/core/java/android/service/autofill/ |
D | SaveInfo.java | 410 public InternalValidator getValidator() { in getValidator() method in SaveInfo
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | Session.java | 2131 final InternalValidator validator = saveInfo.getValidator();
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 36979 method public android.widget.AutoCompleteTextView.Validator getValidator();
|
/frameworks/base/api/ |
D | current.txt | 59096 method public android.widget.AutoCompleteTextView.Validator getValidator();
|