Home
last modified time | relevance | path

Searched defs:Users (Results 1 – 25 of 129) sorted by relevance

123456

/aosp_15_r20/external/cronet/net/data/ssl/chrome_root_store/
H A Dfaq.md196 ### How is the Chrome Root Store updated?
211 ### Will the Chrome Certificate Verifier consider local trust decisions?
253 ### What about client authentication certificates?
259 ### Given the gradual rollout, how can I tell if these features are in use on my system?
263 ### How can I tell which certificates are trusted by the Chrome Root Store?
275 ### What criteria does the Chrome Certificate Verifier use to evaluate certificates?
292 ### What criteria does the Chrome Certificate Verifier use to build certificate paths?
296 ### Where is the Chrome Root Store source code located?
302 ### Where is the Chrome Certificate Verifier source code located?
/aosp_15_r20/external/json-schema-validator/doc/
H A Dspecversion.md5 #### To create a draft V4 JsonSchemaFactory
18 #### To create a draft V6 JsonSchemaFactory
29 #### To create a draft V7 JsonSchemaFactory
40 #### To create a draft 2019-09 JsonSchemaFactory
51 #### To create a draft 2020-12 JsonSchemaFactory
62 #### To create a JsonSchemaFactory, automatically detecting schema version
/aosp_15_r20/external/rust/android-crates-io/crates/toml/tests/testsuite/
Dformatting.rs12 struct Users { struct
24 assert!(!to_string(&Users { in no_unnecessary_newlines_array() argument
/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/users/
H A DUsers.java80 public final class Users { class
97 private Users() { in Users() method in Users
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp363 std::vector<User*> Users(inputs[i]->user_begin(), inputs[i]->user_end()); in constructFunction() local
382 std::vector<User*> Users(header->user_begin(), header->user_end()); in constructFunction() local
492 std::vector<User*> Users(outputs[i]->user_begin(), outputs[i]->user_end()); in emitCallAndSwitchStatement() local
/aosp_15_r20/external/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp132 const auto &Users = P->users(); in getPromotablePHINodes() local
151 const auto &Users = P->users(); in getPromotablePHINodes() local
/aosp_15_r20/external/llvm/lib/Target/AArch64/
H A DAArch64CollectLOH.cpp751 const SetOfMachineInstr *Users = in registerADRCandidate() local
834 const SetOfMachineInstr *Users = in computeOthers() local
862 const SetOfMachineInstr *Users = in computeOthers() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp148 const auto &Users = P->users(); in getPromotablePHINodes() local
167 const auto &Users = P->users(); in getPromotablePHINodes() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp150 const auto &Users = P->users(); in getPromotablePHINodes() local
169 const auto &Users = P->users(); in getPromotablePHINodes() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp212 uint64_t Users = Resource2Groups[RSID]; in use() local
235 uint64_t Users = Resource2Groups[RSID]; in release() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp212 uint64_t Users = Resource2Groups[RSID]; in use() local
235 uint64_t Users = Resource2Groups[RSID]; in release() local
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp1209 bool BBVectorize::trackUsesOfI(DenseSet<Value *> &Users, in trackUsesOfI()
1272 DenseSet<Value *> Users; in getCandidatePairs() local
1504 DenseSet<Value *> Users; in buildDepMap() local
2895 DenseSet<Value *> Users; in canMoveUsesOfIAfterJ() local
2917 DenseSet<Value *> Users; in moveUsesOfIAfterJ() local
2948 DenseSet<Value *> Users; in collectPairLoadMoveSet() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp944 std::vector<User *> Users(inputs[i]->user_begin(), inputs[i]->user_end()); in constructFunction() local
963 std::vector<User *> Users(header->user_begin(), header->user_end()); in constructFunction() local
1170 std::vector<User *> Users(outputs[i]->user_begin(), outputs[i]->user_end()); in emitCallAndSwitchStatement() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp687 DenseSet<Instruction *> &Users) { in collectInLoopUserSet()
725 DenseSet<Instruction *> &Users) { in collectInLoopUserSet()
1562 SmallInstructionVector Users; in replaceSelected() local
/aosp_15_r20/external/perfmark/
H A DREADME.md125 ## Users section in PerfMark
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/examples/smart_reply/
H A Doverview.md49 ## Users section in Smart reply
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp688 DenseSet<Instruction *> &Users) { in collectInLoopUserSet()
725 DenseSet<Instruction *> &Users) { in collectInLoopUserSet()
1574 SmallInstructionVector Users; in replaceSelected() local
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp699 DenseSet<Instruction *> &Users) { in collectInLoopUserSet()
737 DenseSet<Instruction *> &Users) { in collectInLoopUserSet()
1617 SmallInstructionVector Users; in replaceSelected() local
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/issue51219b.dir/
Da.go24 Users ResolvedData[User] `json:"users,omitempty"` member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DComdat.h65 SmallPtrSet<GlobalObject *, 2> Users; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DComdat.h65 SmallPtrSet<GlobalObject *, 2> Users; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DComdat.h65 SmallPtrSet<GlobalObject *, 2> Users; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DComdat.h65 SmallPtrSet<GlobalObject *, 2> Users; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DComdat.h65 SmallPtrSet<GlobalObject *, 2> Users; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DWinCFGuard.cpp50 SmallVector<const Value *, 4> Users{F}; in isPossibleIndirectCallTarget() local

123456